Remove a Windows Service via registry
Problem
Sometimes when you install and application on your server or pc it install services to run, further down the line after updates etc you may have no need for this application and try to uninstall the application only to find there are issues with the services that it runs. You will then need to remove the service manualy. This is quite simple and can be done via the registry.
Resolution
Remember, always take a backup of your registry
1) Click start
2) Click run or the “search programs and files box”
3) Enter “regedit” and pres enter.
4) Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
5) Find the service you wish to delete (Always be careful when amending the registry. – take a backup)
Tags: Registry, removal, services