diff --git a/config.cmd b/config.cmd index 91bdbcf..d7b6700 100644 --- a/config.cmd +++ b/config.cmd @@ -2,4 +2,8 @@ copy .\startup.cmd "%AppData%\Microsoft\Windows\Start Menu\Programs\Startup\" :: disable sleep -/hibernate off \ No newline at end of file +/hibernate off + +:: disable updates +sc config wuauserv start= disabled +sc stop wuauserv \ No newline at end of file