From fca65f1a622216d97ed35a6be8102002f332ecae Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:12:12 -0800 Subject: [PATCH] Update Enable GamesDows Playnite no splashscreen disabled welcome UI.bat --- ...esDows Playnite no splashscreen disabled welcome UI.bat | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Enable GamesDows Playnite no splashscreen disabled welcome UI.bat b/Enable GamesDows Playnite no splashscreen disabled welcome UI.bat index 39f1845..0b670f4 100644 --- a/Enable GamesDows Playnite no splashscreen disabled welcome UI.bat +++ b/Enable GamesDows Playnite no splashscreen disabled welcome UI.bat @@ -189,8 +189,6 @@ schtasks /delete /tn "SetDisableLogonUI" /f echo Create the scheduled task using the XML file schtasks /create /tn "SetDisableLogonUI" /xml "%XML_STARTUP_TASK_PATH%" /ru SYSTEM -:: End new code - echo Disable the boot UI bcdedit.exe -set {globalsettings} bootuxdisabled on @@ -198,11 +196,6 @@ echo Disable Logon UI reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DisableLogonUI /t REG_DWORD /d 1 /f -echo Enabling AutoAdminLogon -reg add "%KEY_NAME%" /v AutoAdminLogon /t REG_SZ /d "1" /f -reg add "%KEY_NAME%" /v DefaultUserName /t REG_SZ /d "%USERNAME%" /f -reg add "%KEY_NAME%" /v DefaultPassword /t REG_SZ /d "" /f - echo Disabling Automatic Restart Sign-On reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v DisableAutomaticRestartSignOn /t REG_DWORD /d 1 /f