How can I manually restart dependent services before attempting to start the main service?

Responsive Ad Header

Question

Grade: Education Subject: Support
How can I manually restart dependent services before attempting to start the main service?
Asked by:
90 Viewed 90 Answers

Answer (90)

Best Answer
(273)
In the Services management console (services.msc), identify the dependencies listed in the service's 'Properties' > 'Dependencies' tab. Right-click each dependency and select 'Start'. After all dependencies are running, attempt to start the original failing service again.