Update Enable GamesDows v2

This commit is contained in:
jazir5 2024-01-30 21:37:42 -08:00 committed by GitHub
parent 831bd0db2d
commit e7af18cb04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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%"