Method 1 - manually delete registry entries
Windows services are registered under the following registry key.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
Search for the sub-key with the service name under referred key and delete it.
Method 2: Remove services through Command Line
C:\windows\system32> sc delete < SERVICE name>
Windows services are registered under the following registry key.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
Search for the sub-key with the service name under referred key and delete it.
Method 2: Remove services through Command Line
C:\windows\system32> sc delete < SERVICE name>
No comments:
Post a Comment