0

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?

Alex Gordon
  • 455
  • 3
  • 14
  • 31

1 Answers1

3

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

Chris S
  • 77,945
  • 11
  • 124
  • 216