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%"