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