Skip to content

Instantly share code, notes, and snippets.

@vicradon
Created August 10, 2021 01:04
Show Gist options
  • Save vicradon/68fb787e725c80bf96b8294040e650e2 to your computer and use it in GitHub Desktop.
Save vicradon/68fb787e725c80bf96b8294040e650e2 to your computer and use it in GitHub Desktop.
How to disable windows updates on windows 10
  1. Open a terminal as Administrator
  2. Enter this command gpedit.msc. This opens a new window called Local Group Policy Editor
  3. Go to Computer Configuration > Administrative Templates > Windows Components > Windows Update
  4. Double click on Configure Automatic Updates
  5. Set the option as disabled and click Ok
  6. Enjoy your updates-free windows.
@CodeKokeshi
Copy link

Great now I don't have to worry about windows update killing my laptop again.

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