From 0c84d93c3314a4dc653283a29f877394d03f3e26 Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Wed, 16 Oct 2024 21:51:40 -0700 Subject: [PATCH] Update and rename Enable GamesDows V2 Testing.bat to Enable GamesDows V3.bat --- ...ows V2 Testing.bat => Enable GamesDows V3.bat | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) rename Enable GamesDows V2 Testing.bat => Enable GamesDows V3.bat (89%) diff --git a/Enable GamesDows V2 Testing.bat b/Enable GamesDows V3.bat similarity index 89% rename from Enable GamesDows V2 Testing.bat rename to Enable GamesDows V3.bat index b150e7c..53f4432 100644 --- a/Enable GamesDows V2 Testing.bat +++ b/Enable GamesDows V3.bat @@ -17,6 +17,22 @@ SET "STEAM_FOLDER=C:\Program Files (x86)\Steam" SET "SCRIPT_NAME=DelayedExplorerStart.bat" SET "SCRIPT_PATH=%STEAM_FOLDER%\%SCRIPT_NAME%" SET "EXPLORER_PATH=C:\Windows\explorer.exe" +SET "MANIFEST_PATH=%STEAM_PATH%.manifest" + +:: Create the manifest file to force admin privileges for Steam +echo Creating manifest file for Steam to run as admin... +( +echo ^ +echo ^ +echo ^ +echo ^ +echo ^ +echo ^ +echo ^ +echo ^ +echo ^ +echo ^ +) > "%MANIFEST_PATH%" echo Creating DelayedExplorerStart.bat script