Skip to content

Instantly share code, notes, and snippets.

@heyitsritesh
Last active July 16, 2018 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heyitsritesh/e2decc68a17fc978748ea872d3837f14 to your computer and use it in GitHub Desktop.
Save heyitsritesh/e2decc68a17fc978748ea872d3837f14 to your computer and use it in GitHub Desktop.
How To Clear Windows 10 Update Cache In Just One-Click | https://www.digitalkube.com/clear-windows-10-update-cache/
net stop wuauserv
CD %Windir%
CD SoftwareDistribution
DEL /F /S /Q Download
net start wuauserv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment