Created
August 17, 2020 13:12
-
-
Save jmelosegui/057e7641e028cebe4e6aeed0110cc3be to your computer and use it in GitHub Desktop.
This command creates a schedule task to run a powershell script on system startup.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
schtasks /create /tn "Start Docker Containers" /sc onstart /delay 0000:30 /rl highest /ru system /tr "powershell.exe -file E:\ScheduledTasks\StartDockerContainers.ps1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment