Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

How do I restart SharePoint Timer Service from command line?

share|improve this question

3 Answers

up vote 5 down vote accepted

net stop "Windows SharePoint Services Timer"

net start "Windows SharePoint Services Timer"

share|improve this answer
duh! Thanks – vitule Jul 29 '09 at 20:01

SharePoint 2007: net stop SPTimerV3 / net start SPTimerV3

SharePoint 2003: net stop SPTimer / net start SPTimer

share|improve this answer

SharePoint 2010:

net stop SPTimerV4
net start SPTimerV4
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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