Page 1 of 1

What Is the WinSxS Folder, Why Is It Huge, and How to Cleanup?

Posted: 25 Sep 2023, 12:04
by daniele
REFERENCE ARTICLE: https://helpdeskgeek.com/windows-11/wha ... o-cleanup/

1) Analyze component store: possibly this could ask for a server restart

Code: Select all

DISM.exe /Online /Cleanup-Image /AnalyzeComponentStore
2) Component store cleanup
Se alla voce "Component Store Cleanup Recommended" compare "YES" allora eseguire questo comando

Code: Select all

DISM.exe /Online /Cleanup-Image /StartComponentCleanup
3) Altri comandi per la pulizia
Per pulire older Windows component versions:

Code: Select all

DISM.exe /Online /Cleanup-Image /StartComponentCleanup /ResetBase
Se si esegue un vecchio sistema operativo (es. Windows 7) puoi rimuovere i service pack backups così:

Code: Select all

DISM.exe /Online /Cleanup-Image /StartComponentCleanup /SPSuperseded