Skip to content

Instantly share code, notes, and snippets.

@zudsniper
Created February 2, 2024 18:31
Show Gist options
  • Save zudsniper/1992c83f9db5b86c2734ccae4b92557e to your computer and use it in GitHub Desktop.
Save zudsniper/1992c83f9db5b86c2734ccae4b92557e to your computer and use it in GitHub Desktop.
💣 forcefully stop Windows from downloading random shit in the background and slowing your connection.

Forcefully Stop Windows Update Downloads

  1. Run Windows Command Prompt AS AN ADMINISTRATOR
  2. run these commands
net stop wuauserv
net stop bits
net stop doscvc

This can be reversed by simply using the start subcommand with net instead of stop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment