From 10971d72769b9adf8cfd89d471867ae926488e0e Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Tue, 30 Jan 2024 21:39:08 -0800 Subject: [PATCH] Update Enable GamesDows v2 --- Enable GamesDows v2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Enable GamesDows v2 b/Enable GamesDows v2 index 9ea6843..cf829cc 100644 --- a/Enable GamesDows v2 +++ b/Enable GamesDows v2 @@ -15,7 +15,10 @@ SETLOCAL EnableExtensions EnableDelayedExpansion echo Define the default Steam folder path and script names SET "STEAM_FOLDER=C:\Program Files (x86)\Steam" SET "SCRIPT_NAME=DelayedExplorerStart.bat" +SET "SCRIPT_NAME1=StartSteamAsAdmin.bat" SET "SCRIPT_PATH=%STEAM_FOLDER%\%SCRIPT_NAME%" +SET "SCRIPT_PATH1=%STEAM_FOLDER%\%SCRIPT_NAME1%" + SET "SCRIPT_PATH1=%STEAM_FOLDER%\%SCRIPT_NAME%" SET "EXPLORER_PATH=C:\Windows\explorer.exe"