Skip to content

Instantly share code, notes, and snippets.

@David-Lor
Created March 7, 2018 17:50
Show Gist options
  • Save David-Lor/9257ce3fd5f88263a901a3e1a7f5cda0 to your computer and use it in GitHub Desktop.
Save David-Lor/9257ce3fd5f88263a901a3e1a7f5cda0 to your computer and use it in GitHub Desktop.
Disable Windows Update "Watchdog"
@echo off
:loop
sc stop "wuauserv"
sc config "wuauserv" start= disabled
timeout 15
goto loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment