Skip to content

Commit

Permalink
Update Enable GamesDows Steam V3.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
jazir555 authored Dec 20, 2024
1 parent 7e84238 commit d49ff27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Enable GamesDows Steam V3.bat
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ echo ^</Task^>
) > "%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.
Expand Down

0 comments on commit d49ff27

Please sign in to comment.