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

Argomenti vari di carattere sistemistico
Post Reply
daniele
Posts: 333
Joined: 04 Mar 2009, 13:59

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

Post 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
Post Reply