How to manually delete Windows Services
HowTo, Tech Blogs, General, Blogging, Geeks, Windows January 26th, 2007
When I refer to “delete Windows services” I refer to the services left behind by a software you’ve removed.
Example : Norton, Bit Defender or AVG.
Yesterday I was taking few screenshots from my Windows Services to show them to a friend and I was amazed of how many I had there, set on automatic startup…many that they shouldn’t be there anymore.
So here’s how to remove them if they are not automatically removed.
Go to Start, Run, type Regedit and navigate to the following key :
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services and remove what you think is necessary from the software you have uninstalled and left a running service behind.
Reboot.
Warning ! Don’t go there if you don’t know what you are doing.
About
Thank you Carol,you’ve been a big help and everything is running a lot quicker,it’s like having a new computer again.
Just a note to readers of this blog
Another way to do this — “sc” command
Note down the “service name” (NOT the display name) of the service which you want to delete (from services.msc)
Then go to command prompt and type “sc delete servicename”
That’s it.
sc command is very powerful tool for modifying services (creating, deleting, stopping, query etc etc). Especially useful if you’re a comfortable with command prompt.
Just a note to readers of this blog
Another way to do this — “sc” command
Note down the “service name” (NOT the display name) of the service which you want to delete (from services.msc)
Then go to command prompt and type “sc delete servicename”
That’s it.
sc command is very powerful tool for modifying services (creating, deleting, stopping, query etc etc). Especially useful if you’re a comfortable with command prompt.