Enabling a disabled service

G

Guest

I have SP2 deployed in a network and a particular service is disabled. I
would like to enable the service. I have tried using the SC utlity but
it did not work. Please let me know how this can be done.
 
Joined
Jun 11, 2005
Messages
88
Reaction score
0
hi

it would be good to advise what service , does it have dependencies, what happens when you attempt to start the service, what is its startup type, can you use net start <name of service>

help us help you!!

Regards

S
 
R

Richard G. Harper

A few details - like the name of the "particular service", and any error
messages or event log messages - would be of great assistance.

--
Richard G. Harper [MVP Shell/User] (e-mail address removed)
* PLEASE post all messages and replies in the newsgroups
* for the benefit of all. Private mail is usually not replied to.
* My website, such as it is ... http://rgharper.mvps.org/
* HELP us help YOU ... http://www.dts-l.org/goodpost.htm
 
G

Guest

It is the Messenger service and the alerter service. I would like for net
send messages to be sent vis the lan, although SP2 has been deployed

Richard G. Harper said:
A few details - like the name of the "particular service", and any error
messages or event log messages - would be of great assistance.

--
Richard G. Harper [MVP Shell/User] (e-mail address removed)
* PLEASE post all messages and replies in the newsgroups
* for the benefit of all. Private mail is usually not replied to.
* My website, such as it is ... http://rgharper.mvps.org/
* HELP us help YOU ... http://www.dts-l.org/goodpost.htm


scuba19 said:
I have SP2 deployed in a network and a particular service is disabled. I
would like to enable the service. I have tried using the SC utlity
but
it did not work. Please let me know how this can be done.
 
S

Steve Parry [MVP]

scuba19 fumbled, fiddled and fingered:
I have SP2 deployed in a network and a particular service is
disabled. I would like to enable the service. I have tried using
the SC utlity but it did not work. Please let me know how this
can be done.

Start
Run
type
compmgmt.msc
click OK

<Computer Management opens>

right click on Computer Management (Local)
select Connect to another computer...

once connected navigate to the relevant service and administer it
 
R

Richard G. Harper

Okay, then I think you're in the wrong place. I think you're running
Windows XP Service Pack 2, which would be discussed in a Windows XP
newsgroup. But have you checked the Event Viewer for any relevant error
messages when trying to start the services?

--
Richard G. Harper [MVP Shell/User] (e-mail address removed)
* PLEASE post all messages and replies in the newsgroups
* for the benefit of all. Private mail is usually not replied to.
* My website, such as it is ... http://rgharper.mvps.org/
* HELP us help YOU ... http://www.dts-l.org/goodpost.htm


scuba19 said:
It is the Messenger service and the alerter service. I would like for
net
send messages to be sent vis the lan, although SP2 has been deployed

Richard G. Harper said:
A few details - like the name of the "particular service", and any error
messages or event log messages - would be of great assistance.

--
Richard G. Harper [MVP Shell/User] (e-mail address removed)
* PLEASE post all messages and replies in the newsgroups
* for the benefit of all. Private mail is usually not replied to.
* My website, such as it is ... http://rgharper.mvps.org/
* HELP us help YOU ... http://www.dts-l.org/goodpost.htm


scuba19 said:
I have SP2 deployed in a network and a particular service is disabled.
I
would like to enable the service. I have tried using the SC utlity
but
it did not work. Please let me know how this can be done.
 
E

emerr

Log on as Administrator,and right click My Computer/Manage.Scroll down to
Services and apploctions. Expand services,and find the
service in question and select it.Right click/properties,and decide.
 
G

Guest

I know how to enable a service . What I would like to do is to do it
remotely to a whole subnet and with the knowledge that the service is in
the disabled option currently so net start does NOT work.

MCP,IDCS,CCNA
 
G

Guest

I know how to enable a service . What I would like to do is to do it
remotely to a whole subnet and with the knowledge that the service is in
the disabled option currently so net start does NOT work.

NB: It is in a Active Directory Windows 2000 network.

MCP,IDCS,CCNA

Richard G. Harper said:
Okay, then I think you're in the wrong place. I think you're running
Windows XP Service Pack 2, which would be discussed in a Windows XP
newsgroup. But have you checked the Event Viewer for any relevant error
messages when trying to start the services?

--
Richard G. Harper [MVP Shell/User] (e-mail address removed)
* PLEASE post all messages and replies in the newsgroups
* for the benefit of all. Private mail is usually not replied to.
* My website, such as it is ... http://rgharper.mvps.org/
* HELP us help YOU ... http://www.dts-l.org/goodpost.htm


scuba19 said:
It is the Messenger service and the alerter service. I would like for
net
send messages to be sent vis the lan, although SP2 has been deployed

Richard G. Harper said:
A few details - like the name of the "particular service", and any error
messages or event log messages - would be of great assistance.

--
Richard G. Harper [MVP Shell/User] (e-mail address removed)
* PLEASE post all messages and replies in the newsgroups
* for the benefit of all. Private mail is usually not replied to.
* My website, such as it is ... http://rgharper.mvps.org/
* HELP us help YOU ... http://www.dts-l.org/goodpost.htm


I have SP2 deployed in a network and a particular service is disabled.
I
would like to enable the service. I have tried using the SC utlity
but
it did not work. Please let me know how this can be done.
 
3

3c273

Remotely change the value of "Start" in the following registry key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\YourServiceNameGoesHere

Set it to 2 for automatic or 3 for manual. You can disable it by setting it
to 4. I am sure you could automate this with a Python script using the
PyWin32 extensions or some other scripting language. (Python is what I use
for these kinds of tasks.) HTH.
Louis
 
E

emerr

Maybe you have a policy or permissions conflict.
3c273 said:
Remotely change the value of "Start" in the following registry key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\YourServiceNameGoesHere

Set it to 2 for automatic or 3 for manual. You can disable it by setting it
to 4. I am sure you could automate this with a Python script using the
PyWin32 extensions or some other scripting language. (Python is what I use
for these kinds of tasks.) HTH.
Louis

is
 

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