From 03cf4a7e19287e6bf84bb0d4a2c9a65bc7f412e7 Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Sun, 3 Nov 2024 21:36:01 -0800 Subject: [PATCH] Update Enable GamesDows Playnite V3.bat --- Enable GamesDows Playnite V3.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Enable GamesDows Playnite V3.bat b/Enable GamesDows Playnite V3.bat index 1d51f1a..9c00bb8 100644 --- a/Enable GamesDows Playnite V3.bat +++ b/Enable GamesDows Playnite V3.bat @@ -3,6 +3,9 @@ SETLOCAL EnableExtensions EnableDelayedExpansion echo Setting Playnite as default shell +REM Disable Logon UI +reg add "%KEY_NAME%" /v DisableLogonUI /t REG_DWORD /d 1 /f + SET "KEY_NAME=HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" SET "VALUE_NAME=Shell" SET "PLAYNITE_FOLDER=%LOCALAPPDATA%\Playnite" @@ -14,9 +17,6 @@ SET "EXPLORER_PATH=%SystemRoot%\explorer.exe" SET "VBS_NAME=RunBatchSilently.vbs" SET "VBS_PATH=%PLAYNITE_FOLDER%\%VBS_NAME%" -REM Disable Logon UI -reg add "%KEY_NAME%" /v DisableLogonUI /t REG_DWORD /d 1 /f - echo Creating DelayedExplorerStart.bat script (