What Is the WinSxS Folder, Why Is It Huge, and How to Cleanup?
Posted: 25 Sep 2023, 12:04
REFERENCE ARTICLE: https://helpdeskgeek.com/windows-11/wha ... o-cleanup/
1) Analyze component store: possibly this could ask for a server restart
2) Component store cleanup
Se alla voce "Component Store Cleanup Recommended" compare "YES" allora eseguire questo comando
3) Altri comandi per la pulizia
Per pulire older Windows component versions:
Se si esegue un vecchio sistema operativo (es. Windows 7) puoi rimuovere i service pack backups così:
1) Analyze component store: possibly this could ask for a server restart
Code: Select all
DISM.exe /Online /Cleanup-Image /AnalyzeComponentStore
Se alla voce "Component Store Cleanup Recommended" compare "YES" allora eseguire questo comando
Code: Select all
DISM.exe /Online /Cleanup-Image /StartComponentCleanup
Per pulire older Windows component versions:
Code: Select all
DISM.exe /Online /Cleanup-Image /StartComponentCleanup /ResetBase
Code: Select all
DISM.exe /Online /Cleanup-Image /StartComponentCleanup /SPSuperseded