From 84d1bd6635e9c1cbb8e96e446fc4c45a14ed0572 Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Fri, 26 Jan 2024 03:53:08 -0800 Subject: [PATCH] Update Enable GamesDows.bat --- Enable GamesDows.bat | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Enable GamesDows.bat b/Enable GamesDows.bat index 8299879..7850f17 100644 --- a/Enable GamesDows.bat +++ b/Enable GamesDows.bat @@ -115,9 +115,13 @@ reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoAdmi 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 +echo Disable the boot UI bcdedit.exe -set {globalsettings} bootuxdisabled on +echo Disable Logon UI + +reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DisableLogonUI /t REG_DWORD /d 1 /f + echo Disable Visual Effects reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v VisualEffects /t REG_DWORD /d 3 /f