From ab12c08ce6cc0930df9de1176d492f294a92aa90 Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Mon, 24 Jun 2024 02:48:40 -0700 Subject: [PATCH] Update Disable GamesDows.bat --- Disable GamesDows.bat | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Disable GamesDows.bat b/Disable GamesDows.bat index 7f68f6a..d950e6f 100644 --- a/Disable GamesDows.bat +++ b/Disable GamesDows.bat @@ -26,10 +26,6 @@ IF EXIST "%XML_PATH%" DEL "%XML_PATH%" :: Delete the scheduled task schtasks /delete /tn "RunDelayedExplorerStart" /f -:: Disable automatic logon -reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoAdminLogon /t REG_SZ /d 0 /f -reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultPassword /f - :: Enable the boot UI bcdedit.exe -set {globalsettings} bootuxdisabled off