Search

Monday, March 4, 2013

How To Remove Services Form Windows

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>

No comments:

Post a Comment