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