From 18cd022c6a336090ab89ad3bcbfa2afa110aeebc Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Tue, 16 Jul 2024 19:19:50 -0700 Subject: [PATCH] Update Enable GamesDows.bat --- Enable GamesDows.bat | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Enable GamesDows.bat b/Enable GamesDows.bat index 0a7fb7b..c0d64b4 100644 --- a/Enable GamesDows.bat +++ b/Enable GamesDows.bat @@ -110,11 +110,6 @@ echo Delayed Explorer start script and VBScript created in Steam folder. echo Scheduled Task added to run the script at logon. echo XML file for Scheduled Task created. -echo Enable automatic logon -reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoAdminLogon /t REG_SZ /d 1 /f -reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultUserName /t REG_SZ /d "%USERNAME%" /f -reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultPassword /t REG_SZ /d "" /f - echo Disable the boot UI bcdedit.exe -set {globalsettings} bootuxdisabled on