From 61266d6ffb0d427485301c4edf250688bbbbff1d Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Sat, 28 Dec 2024 02:00:48 -0800 Subject: [PATCH] Update Enable GamesDows Steam V3.bat --- Enable GamesDows Steam V3.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Enable GamesDows Steam V3.bat b/Enable GamesDows Steam V3.bat index fd9b4a7..d696cdd 100644 --- a/Enable GamesDows Steam V3.bat +++ b/Enable GamesDows Steam V3.bat @@ -46,7 +46,7 @@ echo rem Set Shell back to Explorer echo REG ADD "HKCU\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t REG_SZ /d "%%EXPLORER_PATH%%" /f echo timeout /t 20 /nobreak ^>nul echo rem Launch Explorer minimized without stealing focus by using a temporary VBScript -mshta "vbscript:CreateObject(""Wscript.Shell"").Run(""explorer.exe"",7,false)(window.close)" +mshta "vbscript:CreateObject(""WScript.Shell"").Run(""explorer.exe"",7,false):window.close" echo timeout /t 10 /nobreak ^>nul echo REG ADD "HKCU\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t REG_SZ /d "%%STEAM_PATH%%" /f ) > "%SCRIPT_PATH%"