From c39efe5acc96a25d0e7159629438cc3f202d22fd Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Sun, 3 Nov 2024 21:36:40 -0800 Subject: [PATCH] Update Enable GamesDows Playnite V3.bat --- Enable GamesDows Playnite V3.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Enable GamesDows Playnite V3.bat b/Enable GamesDows Playnite V3.bat index 9c00bb8..d9493ba 100644 --- a/Enable GamesDows Playnite V3.bat +++ b/Enable GamesDows Playnite V3.bat @@ -1,11 +1,11 @@ @echo off 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 +echo Setting Playnite as default shell + SET "KEY_NAME=HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" SET "VALUE_NAME=Shell" SET "PLAYNITE_FOLDER=%LOCALAPPDATA%\Playnite"