From 662eb8c44befced14f143b6941e687196954d668 Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Mon, 4 Nov 2024 02:50:25 -0800 Subject: [PATCH] Update Enable GamesDows Playnite V3.bat --- Enable GamesDows Playnite V3.bat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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