我正在创建可启动 ISO,其中一部分是安装一个运行良好的 ISO。在开发的某个阶段,我遇到了一个问题,我不知道问题出在哪里或是什么。
我正在运行“管理员:部署和映像工具环境”的实例
当我执行:
powershell Mount-DiskImage -ImagePath 'C:\Users\u49100\Downloads\CA20-4002-OperatingSystem-AIMB-216/W10-LTSB.iso'
这本来是可行的,但现在导致:
Mount-DiskImage : The system cannot find the file specified.
At line:1 char:1
+ Mount-DiskImage -ImagePath 'C:\Users\u49100\Downloads\CA20-4002-Opera ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CatergoryInfo : ObjectNotFound: (MSFT_DiskImage:ROOT/Microsoft/.../MSFT_DiskImage) [Mount-DiskImage], CimException
+ FullyQualifiedErrorId : HRESULT 0x80070002,Mount-DiskImage
我可以使用资源管理器挂载 ISO,右键单击 ISO 并选择挂载,但我需要从命令行执行此操作。