hss-lattepanda-win-scripts/config.cmd
2024-08-16 05:23:08 -07:00

9 lines
237 B
Batchfile

:: make the startup script run on startup
copy .\startup.cmd "%AppData%\Microsoft\Windows\Start Menu\Programs\Startup\"
:: disable sleep
powercfg.exe /hibernate off
:: disable updates
sc config wuauserv start= disabled
sc stop wuauserv