How To remove Services Manualy in Windows

May Be Any One can not know very well, How to delete a service from Windows, but applications that use these services already on Uninstall. Here there is a solution that hopefully can help.

Read This Step By Step :
First : Start> Run, type "services.msc" and click OK, look for name service
Two : Start> Run, type "regedit" and click OK
Third : Find the location (path) under the system registry
HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet / Services

Four: Select the services you want to delete (remove) from the Windows system, then delete the key and its value after that did the first step and see whether the service is successful in removing.

In addition to these steps there is another easier way is by using the command "sc" in the command prompt. Please Read This:

First : you must in CMD, Start> Run, type "CMD" and click OK.
Second : Just Type "sc delete [Service Name you want to delete]"
DESCRIPTION:
Deletes a service entry from the registry.
If the service is running, or another process has an
open handle to the service, the service is simply marked
for deletion.
USAGE:
sc delete [service name]

in addition to removing the service command can also set the service to manual / auto, stop / start, etc..

if you want to see what u can do with sc you just type in command prompt :
type sc then press enter. You will see to use it, please see this :

*** Unrecognized Command ***
DESCRIPTION:
SC is a command line program used for communicating with the
NT Service Controller and services.
USAGE:
sc [command] [service name] ...

The option has the form "\\ServerName"
Further help on commands can be obtained by typing: "sc [command]"
Commands:
query-----------Queries the status for a service, or
enumerates the status for types of services.
queryex---------Queries the extended status for a service, or
enumerates the status for types of services.
start-----------Starts a service.
pause-----------Sends a PAUSE control request to a service.
interrogate-----Sends an INTERROGATE control request to a service.
continue--------Sends a CONTINUE control request to a service.
stop------------Sends a STOP request to a service.
config----------Changes the configuration of a service (persistant).
description-----Changes the description of a service.
failure---------Changes the actions taken by a service upon failure.
qc--------------Queries the configuration information for a service.
qdescription----Queries the description for a service.
qfailure--------Queries the actions taken by a service upon failure.
delete----------Deletes a service (from the registry).
create----------Creates a service. (adds it to the registry).
control---------Sends a control to a service.
sdshow----------Displays a service's security descriptor.
sdset-----------Sets a service's security descriptor.
GetDisplayName--Gets the DisplayName for a service.
GetKeyName------Gets the ServiceKeyName for a service.
EnumDepend------Enumerates Service Dependencies.

The following commands don't require a service name:
sc

ridwan amirudin

"Help young people. Help small guys. Because small guys will be big. Young people will have the seeds you bury in their minds, and when they grow up, they will change the world." "Never give up. Today is hard, tomorrow will be worse, but the day after tomorrow will be sunshine." Jack Ma

No comments:

Post a Comment