How to restart the Task Scheduler service without rebooting the server

scheduled-taskwindows-sbs-2011

I am running into an issue with the task scheduler service and I have found that restarting the Task Scheduler service should do the trick in fixing my problem. Unfortunately, I do not have the option in services.msc (as Administrator) to stop, start, or restart the service as the options are greyed out. I have also attempted to use both the "net" and "sc" utilities to stop and start the "SCHEDULE" service, but I keep getting an "Access Denied" error when I try to stop it. I really need to restart this service but I cannot bring down the machine today as it is a workday.

The server's OS is Windows SBS 2011 Essentials. Thanks in advance for any help in the matter.

Best Answer

The only way I could stop this service without rebooting the server was to run a command prompt using the service account. Do this I used PsExec from Sysinternals

psexec -i -s cmd

In the new window I was able to issue the service stop command with no problem

sc stop schedule