From 858653e1532a4f5c142a103f761d35befe794892 Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Sat, 28 Dec 2024 01:40:46 -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 fe9ea25..68f4252 100644 --- a/Enable GamesDows Steam V3.bat +++ b/Enable GamesDows Steam V3.bat @@ -49,7 +49,7 @@ echo timeout /t 20 /nobreak ^>nul echo rem Launch Explorer minimized without stealing focus by using a temporary VBScript echo set "TempVBS=%%TEMP%%\LaunchExplorerMinimized.vbs" echo (echo Set WshShell = CreateObject("WScript.Shell"))>"%%TempVBS%%" -echo (echo ' 7 = Minimized & no focus) >>"%%TempVBS%%" +echo (echo ' 7 = Minimized ^& no focus) >>"%%TempVBS%%" echo (echo WshShell.Run "explorer.exe", 7, False)>>"%%TempVBS%%" echo (echo Set WshShell = Nothing)>>"%%TempVBS%%" echo cscript //nologo "%%TempVBS%%"