From ba9c7779e2331224834d24dab8b4bf50fa1e358f Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Sat, 28 Dec 2024 02:24:37 -0800 Subject: [PATCH] Update Enable GamesDows Steam V3.bat --- Enable GamesDows Steam V3.bat | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Enable GamesDows Steam V3.bat b/Enable GamesDows Steam V3.bat index 7b2ed9a..107af81 100644 --- a/Enable GamesDows Steam V3.bat +++ b/Enable GamesDows Steam V3.bat @@ -1,5 +1,5 @@ @echo off -SETLOCAL EnableExtensions +SETLOCAL EnableExtensions EnableDelayedExpansion echo Setting Steam Big Picture as default shell @@ -9,9 +9,6 @@ SET "VALUE_NAME=Shell" SET "STEAM_PATH=C:\Program Files (x86)\Steam\Steam.exe -bigpicture -nobootstrapupdate -skipinitialbootstrap -skipverifyfiles" REG ADD "%KEY_NAME%" /v %VALUE_NAME% /t REG_SZ /d "%STEAM_PATH%" /f -@echo off -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"