From d49ff27ad455ac5949a10fb89c9885e28423bc58 Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Fri, 20 Dec 2024 14:54:14 -0800 Subject: [PATCH] Update Enable GamesDows Steam V3.bat --- 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 ee2aed0..4af413c 100644 --- a/Enable GamesDows Steam V3.bat +++ b/Enable GamesDows Steam V3.bat @@ -116,10 +116,10 @@ echo ^ ) > "%XML_PATH%" echo Delete the existing scheduled task if it exists -schtasks /delete /tn "RunDelayedExplorerStart" /f +schtasks /delete /tn "RunDelayedExplorerStart" /f /ru "%USERNAME%" echo Create the scheduled task using the XML file -schtasks /create /tn "RunDelayedExplorerStart" /xml "%XML_PATH%" +schtasks /create /tn "RunDelayedExplorerStart" /xml "%XML_PATH%" /ru "%USERNAME%" echo Delayed Explorer start script and VBScript created in Steam folder. echo Scheduled Task added to run the script at logon.