disables updates
This commit is contained in:
parent
4f4dc7d039
commit
53917f026d
@ -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
|
Loading…
Reference in New Issue
Block a user