Cannot remove unwanted service

C

Cooler Dude

Windows XP SP2.

Event viewer (System) shows an error concerning a service which
fails to start. The service refers to a program which I
uninstalled some time back.

I have disabled this service for the local system but can see no
option to DELETE it. Any useful suggestions would be gratefully
received!

TIA
 
J

John John

Cooler said:
Windows XP SP2.

Event viewer (System) shows an error concerning a service which fails to
start. The service refers to a program which I uninstalled some time back.

I have disabled this service for the local system but can see no option
to DELETE it. Any useful suggestions would be gratefully received!

You can delete the service by manually deleting its entry in the
registry's services database. Services are held at:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services

You can also use the SC.exe tool at a command prompt to delete services:

sc delete ServiceName

or

sc delete "Service Name"

John
 
R

Ramesh, MS-MVP

How to remove an unwanted service « Winhelponline blog:
http://www.winhelponline.com/blog/how-to-remove-an-unwanted-service/

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


Windows XP SP2.

Event viewer (System) shows an error concerning a service which fails to
start. The service refers to a program which I uninstalled some time back.

I have disabled this service for the local system but can see no option
to DELETE it. Any useful suggestions would be gratefully received!

You can delete the service by manually deleting its entry in the
registry's services database. Services are held at:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services

You can also use the SC.exe tool at a command prompt to delete services:

sc delete ServiceName

or

sc delete "Service Name"

John
 
R

Ramesh, MS-MVP

Sorry John. My earlier post was actually directed to "Cooler Dude"

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


Windows XP SP2.

Event viewer (System) shows an error concerning a service which fails to
start. The service refers to a program which I uninstalled some time back.

I have disabled this service for the local system but can see no option
to DELETE it. Any useful suggestions would be gratefully received!

You can delete the service by manually deleting its entry in the
registry's services database. Services are held at:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services

You can also use the SC.exe tool at a command prompt to delete services:

sc delete ServiceName

or

sc delete "Service Name"

John
 
J

John John

I read your post but I hadn't even noticed that you had replied to my
post. No big deal, keep up the good work!

Regards;

John
 
B

Bob

I had a similar problem at one time. I used a program called Remove It, or
Remove This. You can do a search and easily find it. It did remove the
dingy, hang on program for me.
 

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