Update Enable GamesDows Steam V3.bat

This commit is contained in:
jazir5
2024-12-28 16:27:42 -08:00
committed by GitHub
parent 009602191a
commit 3f5e0a43fd

View File

@@ -37,7 +37,7 @@ echo Create the DelayedExplorerStart.bat script in the Steam folder
(
echo @echo off
echo 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 Set Shell back to Explorer
echo REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t REG_SZ /d "%EXPLORER_PATH%" /f