How to Delete/Remove a Windows Service?
Practically 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









