当我在powershell里面输入
dism /export-image /SourceImageFile:"C:\install.wim" /SourceIndex:3 /DestinationImageFile:"C:\install.esd" /Compress:recovery /CheckIntegrity
后,爆出的下面的错误:
部署映像服务和管理工具
版本: 6.1.7600.16385
错误: 87
export-image 选项未知。
有关详细信息,请通过运行 DISM.exe /? 参阅帮助。
可以在 C:\Windows\Logs\DISM\dism.log 上找到 DISM 日志文件
怎么解决??