-
安装软件 Dism++ 可以帮忙清理,其实 Dism++ 只是一个辅助工具,它使用的其实是系统自带的 Dism 命令行。
-
管理员权限下运行cmd运行如下命令
Dism /online /Cleanup-Image /StartComponentCleanup
-
清理后的大小查询命令
Dism /Online /Cleanup-Image /AnalyzeComponentStore
安装软件 Dism++ 可以帮忙清理,其实 Dism++ 只是一个辅助工具,它使用的其实是系统自带的 Dism 命令行。
管理员权限下运行cmd运行如下命令
Dism /online /Cleanup-Image /StartComponentCleanup
清理后的大小查询命令
Dism /Online /Cleanup-Image /AnalyzeComponentStore