From dc186e1204977b6a0b8c95933e08b61992481ccd Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:53:30 -0800 Subject: [PATCH] Update Enable GamesDows Playnite no splashscreen disabled welcome UI.bat --- ...sDows Playnite no splashscreen disabled welcome UI.bat | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Enable GamesDows Playnite no splashscreen disabled welcome UI.bat b/Enable GamesDows Playnite no splashscreen disabled welcome UI.bat index 6befdc1..fb4bb40 100644 --- a/Enable GamesDows Playnite no splashscreen disabled welcome UI.bat +++ b/Enable GamesDows Playnite no splashscreen disabled welcome UI.bat @@ -118,6 +118,14 @@ 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 + echo Disable Visual Effects reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v VisualEffects /t REG_DWORD /d 1 /f