Yes, it's possible. It can be done by defining the dependencies for each service. So, firstly the dependant service starts, then the main one. So, you have to define , that 1 service depends on 2, 2 depends on 3 and so on. By this strategy you can achieve your goal.
Here is the instructions of how to modify dependency:
Run Registry Editor (Regedt32.exe).
From the HKEY_LOCAL_MACHINE hive, go to the following key:
\SYSTEM\CurrentControlSet\Services\<service name>
From the Edit menu, select Add Value.
Add the following:
Value Name: DependOnService
Data Type: REG_MULTI_SZ
Data: <svc_name>
NOTE: <svc_name> Indicates the NT service that is needed to have already been started for this service to start.
Click OK and quit Registry Editor.
Shut down and restart Windows.
That's all.
Good luck!
Give me a Star, if advice is useful!
Victor K
MCSE+I;MCSE(w2k);CNE(5.1);CNE(6);CIWSP;CIWSA;Net+;CCNA;CCSE+
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.