Deleting a Service on Windows

Sometimes services are left behind when you uninstall a program. To remove that service, just open a command prompt window and type:

sc delete [service name]

If you know how to work with the registry you can delete the key here:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.