disables updates

This commit is contained in:
Kieran 2024-08-16 04:50:08 -07:00
parent 4f4dc7d039
commit 53917f026d

View File

@ -3,3 +3,7 @@ copy .\startup.cmd "%AppData%\Microsoft\Windows\Start Menu\Programs\Startup\"
:: disable sleep
/hibernate off
:: disable updates
sc config wuauserv start= disabled
sc stop wuauserv