Update Enable GamesDows Steam V3.bat

This commit is contained in:
jazir5 2024-12-20 14:54:14 -08:00 committed by GitHub
parent 7e842382cf
commit d49ff27ad4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,10 +116,10 @@ echo ^</Task^>
) > "%XML_PATH%" ) > "%XML_PATH%"
echo Delete the existing scheduled task if it exists 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 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 Delayed Explorer start script and VBScript created in Steam folder.
echo Scheduled Task added to run the script at logon. echo Scheduled Task added to run the script at logon.