How to Delete/Remove a Windows Service?
Tags: delete service, regedit, registry, remove windows service, service, windowsPractically speaking, uninstalling an application should remove all its associated windows services and manually deleting windows services is not a preferred way to do.
However, if it is necessary to manually remove a service, then follow the steps:
- Run regedit or regedt32.
- Find the registry entry at
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services - Find the service there and delete it.
- You will have to reboot server manager before the list gets updated in.
Hope it is useful to you.
-NKJ
Related posts:
- How to Remove Listings from Add/Remove Programs If any application happens to have left out in the...
- How to Enable/Disable The Use of USB Devices To disable the use of USB devices in windows XP...
- How to Install and Uninstall Windows Live Messenger 2009 I recently installed Windows Live Messenger 2009 but was consistently...
- App Domains and Web Applications Today while working on installation of a web service, I...
- Start Windows Explorer at Any Directory There is a way to start windows explorer at any...
- How to Cleanup Hard Drive in Windows It is very improtant to cleanup your hard disk every...
- Recover Deleted Mails in Outlook If you are using Microsoft Outlook and connecting to an...
- Improve Windows Starting Up Performance If you think your windows take hell lot of time...
- VS.Net Insallation Error There is a general issue that we face while installing...
- How to Disable Tabs in Display Properties in Windows Run registery editor. Type regedit in Run dialog box...

Leave your response!