Is there a command-line tool that can be used to programatically list, add, edit and delete Windows Scheduled tasks?

I realize that there are better alternatives to Scheduled Tasks, but I need to make changes to an existing set of tasks on a large number of PCs and would like to script it.

Thanks, Jon

link|improve this question

80% accept rate
feedback

2 Answers

up vote 5 down vote accepted

See This link at Microsoft on using at and schtasks to manage scheduled tasks from the command line.

link|improve this answer
Great thanks, schtasks looks like exactly what I'm after. – Jon Aug 7 '09 at 15:53
No problem, glad to help. – Marko Carter Aug 7 '09 at 15:53
feedback

schtasks.exe /change /TN pepe /ENABLE

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.