Update Enable GamesDows v2 NEW OCT-12-2024.bat

This commit is contained in:
jazir5 2024-10-12 22:03:11 -07:00 committed by GitHub
parent 53b847c5d6
commit 29063d35a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,7 @@ echo Create the DelayedExplorerStart.bat script in the Steam folder
(
echo @echo off
echo REM Check if user is logged on
echo query user ^| find /i "%USERNAME%" ^>nul
echo whoami ^| find /i "%USERNAME%" ^>nul
echo if ERRORLEVEL 1 exit
echo REM Set Shell back to Explorer
echo REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t REG_SZ /d "%EXPLORER_PATH%" /f