From 22abf652609680684c78fd0203f1f604ff01877f Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Sat, 22 Jun 2024 23:02:41 -0700 Subject: [PATCH] Update Enable GamesDows V1.bat --- Enable GamesDows V1.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Enable GamesDows V1.bat b/Enable GamesDows V1.bat index 91ab21c..af47e61 100644 --- a/Enable GamesDows V1.bat +++ b/Enable GamesDows V1.bat @@ -29,7 +29,7 @@ echo query user ^| 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 -echo timeout /t 20 /nobreak ^>nul +echo timeout /t 8 /nobreak ^>nul echo start C:\Windows\explorer.exe echo timeout /t 10 /nobreak ^>nul echo REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t REG_SZ /d "%STEAM_PATH%" /f