原文网址:https://www.youyong.top/article/1158f98d21312
Windows 2012 WinSXS 占用空间比较大,需要清理。WinSXS 包含所有版本的service pack 和 hotfix, 方便安装历史查询以及后续的升级/卸载。 时间久了就会造成WinSXS 空间比较大。
原文网址:https://www.youyong.top/article/1158f98d21312
Windows 2012 WinSXS 占用空间比较大,需要清理。WinSXS 包含所有版本的service pack 和 hotfix, 方便安装历史查询以及后续的升级/卸载。 时间久了就会造成WinSXS 空间比较大。
原文网址:https://www.youyong.top/article/1158f98d21312
1. 由于hard Link 的存在,explore 看到的文件大小不一定是准确的,使用下面的命令查看实际的使用大小:

如果显示component store cleanup recommended 显示为yes, 建议执行下面的步骤cleanup
shared with windows 是安全文件。
Backups and disbled features 和 cache and temporary data 是可以清理的
2. Cleanup 命令为:
Dism.exe /online /Cleanup-Image /StartComponentCleanup注意: 可以考虑加参数/SPSuperseded 或/ResetBase
如果加/SPSuperseded, 那么已经安装service pack 就不能卸载了
如果加/ResetBase, 那么已经安装的service pack 和 hotfix 都不能卸载了
共 0 条留言