From 6dd340bbdbcbac541cdc24070e7f1b7229482424 Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Sat, 28 Dec 2024 01:28:49 -0800 Subject: [PATCH] Update Enable GamesDows Steam V3.bat --- Enable GamesDows Steam V3.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Enable GamesDows Steam V3.bat b/Enable GamesDows Steam V3.bat index 53083c3..fe9ea25 100644 --- a/Enable GamesDows Steam V3.bat +++ b/Enable GamesDows Steam V3.bat @@ -125,7 +125,7 @@ echo ^ ) > "%XML_PATH%" echo Delete the existing scheduled task if it exists -schtasks /delete /tn "RunDelayedExplorerStart" /f /ru "%USERNAME%" +schtasks /delete /tn "RunDelayedExplorerStart" /f echo Create the scheduled task using the XML file schtasks /create /tn "RunDelayedExplorerStart" /xml "%XML_PATH%" /ru "%USERNAME%"