Starting Services in a specific order

G

Greg

How do I start a specific service before another
service? They are not dependant on each other, but I
need them to start in a certain order.
 
B

Brendon Rogers

Make the services depend on one another through the registry:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\<ServiceName>

DependOnService REG_MULTI_SZ Service Names
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top