2009
08.21
08.21
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
- 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. - 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)
Possibly Related Posts







No Comment
Add Your Comment