diff --git a/config.cmd b/config.cmd index ab879f5..91bdbcf 100644 --- a/config.cmd +++ b/config.cmd @@ -1,2 +1,5 @@ :: make the startup script run on startup -copy .\startup.cmd "%AppData%\Microsoft\Windows\Start Menu\Programs\Startup\" \ No newline at end of file +copy .\startup.cmd "%AppData%\Microsoft\Windows\Start Menu\Programs\Startup\" + +:: disable sleep +/hibernate off \ No newline at end of file