From e7af18cb04d18dad55c6bd1237f7cf3d6eb03e65 Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Tue, 30 Jan 2024 21:37:42 -0800 Subject: [PATCH] Update Enable GamesDows v2 --- Enable GamesDows v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Enable GamesDows v2 b/Enable GamesDows v2 index 8fb7105..9ea6843 100644 --- a/Enable GamesDows v2 +++ b/Enable GamesDows v2 @@ -21,7 +21,7 @@ SET "EXPLORER_PATH=C:\Windows\explorer.exe" :: Create VBScript to run the batch file silently @echo off -SET "VBS_NAME=RunSteamAsAdmin.vbs" +SET "VBS_NAME1=RunSteamAsAdmin.vbs" SET "VBS_PATH1=%STEAM_FOLDER%\%VBS_NAME%" echo Set WshShell = CreateObject("WScript.Shell") > "%VBS_PATH1%" echo WshShell.Run chr(34)^&"%SCRIPT_PATH1%"^&chr(34), 0, True >> "%VBS_PATH1%"