browse by category or date

When uninstalling a program in Windows, it is normal to expect that all related services of that program will also automatically removed. If somehow your services is not automatically removed, you could manually remove it using the following method

  1. Remove the entry in the registry
    Click Start – Run – type Regedit, press Enter. Then go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
    Find the name of the service, then delete that folder.
  2. Using command line
    click Start – Run – type Cmd, press Enter. use the following command:
    SC delete <service name>
    (You might need to enclose the service name with quotes if it contains spaces)
GD Star Rating
loading...

Possibly relevant:

About Hardono

Howdy! I'm Hardono. I am working as a Software Developer. I am working mostly in Windows, dealing with .NET, conversing in C#. But I know a bit of Linux, mainly because I need to keep this blog operational. I've been working in Logistics/Transport industry for more than 11 years.

Incoming Search

windows

No Comment

Add Your Comment