From a1295739f508a02c29eee695366d719e04ba965e Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Fri, 27 Dec 2024 03:55:23 -0800 Subject: [PATCH] Update Disable Gamesdows V3.bat --- Disable Gamesdows V3.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Disable Gamesdows V3.bat b/Disable Gamesdows V3.bat index e4440b3..199d83b 100644 --- a/Disable Gamesdows V3.bat +++ b/Disable Gamesdows V3.bat @@ -1,7 +1,7 @@ @echo off SETLOCAL EnableExtensions EnableDelayedExpansion -:: --- Paths that might exist for Steam --- +:: Paths for Steam SET "STEAM_FOLDER=C:\Program Files (x86)\Steam" SET "STEAM_SCRIPT_NAME=DelayedExplorerStart.bat" SET "STEAM_SCRIPT_PATH=%STEAM_FOLDER%\%STEAM_SCRIPT_NAME%" @@ -10,7 +10,7 @@ SET "STEAM_VBS_PATH=%STEAM_FOLDER%\%STEAM_VBS_NAME%" SET "STEAM_XML_NAME=DelayedExplorerStartTask.xml" SET "STEAM_XML_PATH=%STEAM_FOLDER%\%STEAM_XML_NAME%" -:: --- Paths that might exist for Playnite --- +:: Paths for Playnite SET "PLAYNITE_FOLDER=%LOCALAPPDATA%\Playnite" SET "PLAYNITE_SCRIPT_NAME=DelayedExplorerStart.bat" SET "PLAYNITE_SCRIPT_PATH=%PLAYNITE_FOLDER%\%PLAYNITE_SCRIPT_NAME%"