From 55e247563046b8b43f35f240f6e0e7fbbad6cb81 Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Sat, 12 Oct 2024 21:36:35 -0700 Subject: [PATCH] Update Enable GamesDows.bat --- Enable GamesDows.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Enable GamesDows.bat b/Enable GamesDows.bat index ccc426c..a9a98d6 100644 --- a/Enable GamesDows.bat +++ b/Enable GamesDows.bat @@ -24,10 +24,10 @@ echo Creating DelayedExplorerStart.bat script echo Create the DelayedExplorerStart.bat script in the Steam folder ( echo @echo off -echo Check if user is logged on +echo rem Check if user is logged on echo whoami ^| find /i "%USERNAME%" ^>nul echo if ERRORLEVEL 1 exit -echo Set Shell back to Explorer +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 echo timeout /t 20 /nobreak ^>nul echo start C:\Windows\explorer.exe