Skip to main content

Stop Windows Update service

Stop Windows Update service

net stop wuauserv
sc config wuauserv start= disabled
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v AUOptions /t REG_DWORD /d 1 /f