Link to home
Start Free TrialLog in
Avatar of Pentrix2
Pentrix2

asked on

Add Dependencies to Service

Let's say I have a Windows 2000 Server with a Print Spooler service, In the "Dependencies" tab some of my servers have TCP/IP as a "These services depend on "Print Spooler.""  

How do I add the TCP/IP as a dependencies in my Print Spooler service?
Avatar of mshaebanyan
mshaebanyan

Add it to the

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Spooler\DependOnService

Registry key


Regards,
Meredith Shaebanyan
SOLUTION
Avatar of bbao
bbao
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
umm... so what is the name/string that Pentrix2 needs to additionally input at the key HKLM\SYSTEM\CurrentControlSet\Services\Spooler\DependOnService? just "TCPIP"?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Pentrix2

ASKER

awesome, thanks everyone.