Created
January 15, 2013 20:25
-
-
Save c0ldlimit/4541732 to your computer and use it in GitHub Desktop.
#windows Run a Windows scheduled task remotely
This file contains hidden or 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 /end /s <machine name> /tn <task name> /U <Username> /P <Password> | |
| schtasks /? | |
| # http://technet.microsoft.com/en-us/library/cc766266.aspx | |
| # http://stackoverflow.com/questions/290559/how-do-i-stop-start-a-scheduled-task-on-a-remote-computer-programatically |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment