Skip to content

Instantly share code, notes, and snippets.

@Computer-Tsu
Last active February 28, 2024 00:39
Show Gist options
  • Save Computer-Tsu/2150686ff833e1f6cd00bc4345aa869b to your computer and use it in GitHub Desktop.
Save Computer-Tsu/2150686ff833e1f6cd00bc4345aa869b to your computer and use it in GitHub Desktop.
Windows WinSxS Cleanup
@ECHO Compress the WinSxS before backup of System State. Analyze can take hours and will finish with a Reboot? Y or N (no Enter required!)
dism /Online /Cleanup-Image /AnalyzeComponentStore
dism /Online /Cleanup-Image /StartComponentCleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment