Update Enable GamesDows Steam V3.bat

This commit is contained in:
jazir5
2024-12-28 01:28:49 -08:00
committed by GitHub
parent a1295739f5
commit 6dd340bbdb

View File

@@ -125,7 +125,7 @@ echo ^</Task^>
) > "%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%"