i have scheduled tasks on a windows 2003 server machine. i would like clients to be able to start/stop all the scheduled tasks on this machine. how can i do this?

link|improve this question

I guess this could be done through remote registry edits. Though the concept continues to frighten me. – Doc Jun 24 '11 at 16:39
Could you define "clients" please? – Chris S Jun 24 '11 at 18:46
feedback

1 Answer

up vote 3 down vote accepted

net stop schedule and net start schedule from the command line works.

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.