disables updates

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

View File

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