Question
How can I manually restart dependent services before attempting to start the main service?
Asked by: USER4929
90 Viewed
90 Answers
Answer (90)
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.