以下是我在 Powershell(以管理员身份运行)中获得的结果:
PS C:\Windows\system32> Dism.exe /online /Cleanup-Image /AnalyseComponentStore
Deployment Image Servicing and Management tool
Version: 10.0.15063.0
Image Version: 10.0.15063.0
Error: 87
The analysecomponentstore option is not recognized in this context.
For more information, refer to the help.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
当该命令在 Windows 8 或 10 以外的版本上运行时似乎会出现错误。我有 Windows 10 Pro,但我最近从 Windows 7 Ultimate 升级了。
我该如何解决这个错误?
另外,当我运行命令/StartComponentCleanup 时,没有任何错误。
PS C:\Windows\system32> dism /online /Cleanup-Image /StartComponentCleanup
Deployment Image Servicing and Management tool
Version: 10.0.15063.0
Image Version: 10.0.15063.0
[==========================100.0%==========================]
The operation completed successfully.
答案1
这是语法错误。尝试 AnalyzeComponentStore,使用 az
答案2
我在以管理员身份运行的命令提示符中运行该命令,没有收到任何错误。但我仍然很好奇为什么它在以管理员身份运行的 Powershell 中不起作用。