Update Enable GamesDows Playnite V3.bat

This commit is contained in:
jazir5 2024-11-04 02:50:25 -08:00 committed by GitHub
parent abcd3c1291
commit 662eb8c44b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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