From f0182b9fb74ee94b9f4398e4d8d4bcf5243044e2 Mon Sep 17 00:00:00 2001 From: Kieran McAuliffe Date: Mon, 19 Aug 2024 15:12:52 +0200 Subject: [PATCH] disabling recovery mode --- config.cmd | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config.cmd b/config.cmd index acbecb0..bfe5fd2 100644 --- a/config.cmd +++ b/config.cmd @@ -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 \ No newline at end of file +sc stop wuauserv