disabling recovery mode
This commit is contained in:
parent
687f156874
commit
f0182b9fb7
@ -1,9 +1,12 @@
|
||||
:: make the startup script run on startup
|
||||
copy .\startup.cmd "%AppData%\Microsoft\Windows\Start Menu\Programs\Startup\"
|
||||
|
||||
:: disable sleep
|
||||
:: disable sleep, DOESN'T WORK MUST BE DONE WITH GUI
|
||||
powercfg.exe /hibernate off
|
||||
|
||||
:: disable recovery mode
|
||||
Reagentc /disable
|
||||
|
||||
:: disable updates
|
||||
sc config wuauserv start= disabled
|
||||
sc stop wuauserv
|
||||
sc stop wuauserv
|
||||
|
Loading…
Reference in New Issue
Block a user