Skip to content

Instantly share code, notes, and snippets.

@c0ldlimit
Created January 15, 2013 20:25
Show Gist options
  • Select an option

  • Save c0ldlimit/4541732 to your computer and use it in GitHub Desktop.

Select an option

Save c0ldlimit/4541732 to your computer and use it in GitHub Desktop.
#windows Run a Windows scheduled task remotely
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