Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to determine the order services load!

Status
Not open for further replies.

NightWatcher

Programmer
Jul 8, 2001
95
GB
Hi,
I want my proxy service to load first, before the FTPServer service loads.
How can that be achieved?
How to see the order that all services load and how to control that?

Thank you.
 
HI.

This is the registry key you would need to change - you must open this in regedt32 not regedit -
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ServiceGroupOrder

You will see all the services in order and can move them around - I'd be careful though !

This KB article might be useful
Although it might be simpler to change FTP service to Manual start up and then either start it up manually or use a script to net start the service after.
-preferred least dangerous method - I like those :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top