Skip to content

Instantly share code, notes, and snippets.

@VictorGob
Created November 10, 2021 17:56
Show Gist options
  • Select an option

  • Save VictorGob/dcc66abb186f9aa6d3b4bd5491911f01 to your computer and use it in GitHub Desktop.

Select an option

Save VictorGob/dcc66abb186f9aa6d3b4bd5491911f01 to your computer and use it in GitHub Desktop.

Revisions

  1. VictorGob created this gist Nov 10, 2021.
    6 changes: 6 additions & 0 deletions ClearWinUpdateCache.bat
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    net stop wuauserv
    CD %Windir%
    CD SoftwareDistribution
    DEL /F /S /Q Download
    net start wuauserv
    PAUSE