Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > HowTo remove service dependencies?

Reply
Thread Tools Display Modes

HowTo remove service dependencies?

 
 
Andrew
Guest
Posts: n/a

 
      08-16-2006
Hi all

I've got a w2k3 server with custom service dependencies. They were added
with the resource kit tool sc.exe (sc config "servicename" depend=
"servicename2depend")

the dependencies are now not needed anymore, and i want to remove them. But
i can't find a command within sc.exe to remove service dependencies, but only
to create them.

is there a other way to remove dependencies?
thanks for your help!
 
Reply With Quote
 
 
 
 
Jerold Schulman
Guest
Posts: n/a

 
      08-16-2006
On Wed, 16 Aug 2006 02:34:01 -0700, Andrew <> wrote:

>Hi all
>
>I've got a w2k3 server with custom service dependencies. They were added
>with the resource kit tool sc.exe (sc config "servicename" depend=
>"servicename2depend")
>
>the dependencies are now not needed anymore, and i want to remove them. But
>i can't find a command within sc.exe to remove service dependencies, but only
>to create them.
>
>is there a other way to remove dependencies?
>thanks for your help!



Yes, remove them from the DependOnService Value Name, a REG_MULTI_SZ data type
at HKLM\System\CurrentControlSet\Services\<ServiceKey >

See tip 69 in the 'Tips & Tricks' at http://www.jsifaq.com

Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com
 
Reply With Quote
 
Andrew
Guest
Posts: n/a

 
      08-16-2006
Thanks alot, problem solved :-)

"Jerold Schulman" wrote:

> On Wed, 16 Aug 2006 02:34:01 -0700, Andrew <> wrote:
>
> >Hi all
> >
> >I've got a w2k3 server with custom service dependencies. They were added
> >with the resource kit tool sc.exe (sc config "servicename" depend=
> >"servicename2depend")
> >
> >the dependencies are now not needed anymore, and i want to remove them. But
> >i can't find a command within sc.exe to remove service dependencies, but only
> >to create them.
> >
> >is there a other way to remove dependencies?
> >thanks for your help!

>
>
> Yes, remove them from the DependOnService Value Name, a REG_MULTI_SZ data type
> at HKLM\System\CurrentControlSet\Services\<ServiceKey >
>
> See tip 69 in the 'Tips & Tricks' at http://www.jsifaq.com
>
> Jerold Schulman
> Windows Server MVP
> JSI, Inc.
> http://www.jsiinc.com
> http://www.jsifaq.com
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Automatic Updates and wuauserve error Robert Aldwinckle Windows 64 Bit 0 08-31-2008 07:11 PM
FRS and sysvol not sync'd stiitwok Windows Server 5 05-25-2006 08:17 PM
Task Scheduler service is on STARTING STATE משה Windows Server 8 03-07-2006 06:09 AM
Very slow startup proccess after installing W2003 SP1 on DC's JAV Windows Server 5 06-24-2005 02:58 PM
How to create a "delay" service? John Doe Windows Server 2 06-16-2005 05:12 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59