diff --git a/Enable GamesDows V2 Testing.bat b/Enable GamesDows V2 Testing.bat index d49c157..b150e7c 100644 --- a/Enable GamesDows V2 Testing.bat +++ b/Enable GamesDows V2 Testing.bat @@ -17,29 +17,6 @@ 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%" - -if %errorlevel% neq 0 ( - echo Failed to create manifest file! - pause - exit /b 1 -) -echo Manifest file created successfully at %MANIFEST_PATH%. echo Creating DelayedExplorerStart.bat script