From e69d1db9b156996037870ff48293ad226a9013bf Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Fri, 17 Oct 2025 16:13:15 -0700 Subject: [PATCH] Fix XML echo commands and update schtasks command --- Enable GamesDows Steam V3.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Enable GamesDows Steam V3.bat b/Enable GamesDows Steam V3.bat index 0d14dd0..8cf36d5 100644 --- a/Enable GamesDows Steam V3.bat +++ b/Enable GamesDows Steam V3.bat @@ -94,7 +94,7 @@ echo ^ echo ^ echo ^ echo ^%USERNAME% -echo ^InteractiveToken^ +echo ^InteractiveToken echo ^HighestAvailable^ echo ^ echo ^ @@ -128,7 +128,7 @@ echo Delete the existing scheduled task if it exists schtasks /delete /tn "RunDelayedExplorerStart" /f echo Create the scheduled task using the XML file -schtasks /create /tn "RunDelayedExplorerStart" /xml "%XML_PATH%" /ru "%USERNAME%" +schtasks /create /tn "RunDelayedExplorerStart" /xml "%XML_PATH%" /ru "%USERNAME%" /rp "" echo Delayed Explorer start script and VBScript created in Steam folder. echo Scheduled Task added to run the script at logon.