Skip to content

Instantly share code, notes, and snippets.

@tobiasschulz
Created March 29, 2015 23:20
Show Gist options
  • Save tobiasschulz/19842ac3fadf68338da2 to your computer and use it in GitHub Desktop.
Save tobiasschulz/19842ac3fadf68338da2 to your computer and use it in GitHub Desktop.
winsxs cleanup
DISM /Online /Cleanup-Image /StartComponentCleanup
DISM /Online /Cleanup-Image /StartComponentCleanup /ResetBase
DISM /Online /Cleanup-Image /SPSuperseded
Schtasks.exe /Run /TN "\Microsoft\Windows\Servicing\StartComponentCleanup"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment