diff --git a/Enable GamesDows Playnite V3.bat b/Enable GamesDows Playnite V3.bat index cdac1e1..d9a80f1 100644 --- a/Enable GamesDows Playnite V3.bat +++ b/Enable GamesDows Playnite V3.bat @@ -1,8 +1,7 @@ @echo off SETLOCAL EnableExtensions EnableDelayedExpansion -REM Disable Logon UI -reg add "%KEY_NAME%" /v DisableLogonUI /t REG_DWORD /d 1 /f + echo Setting Playnite as default shell @@ -16,6 +15,8 @@ SET "SCRIPT_PATH=%PLAYNITE_FOLDER%\%SCRIPT_NAME%" 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