Skip to content

Instantly share code, notes, and snippets.

@VictorGob
Created November 10, 2021 17:56
Show Gist options
  • Save VictorGob/dcc66abb186f9aa6d3b4bd5491911f01 to your computer and use it in GitHub Desktop.
Save VictorGob/dcc66abb186f9aa6d3b4bd5491911f01 to your computer and use it in GitHub Desktop.
Clear windows update cache (win7, win10)
net stop wuauserv
CD %Windir%
CD SoftwareDistribution
DEL /F /S /Q Download
net start wuauserv
PAUSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment