First, enter the "Service Management" interface:
1. Right-click "My Computer"-"administration"-"services and Applications"-"services".
2, through the Start menu, "Start"-"Administrative Tools"-"services."
3, through the cmd command to start, "Start"-"run", in the "run" input services.msc after the return.
Second, the query to delete the name of the service:
1, the service name divides into the service name and the display name, we only need the service name here.
Get the method: Locate the service you requested for deletion, right-click, and select Properties-General-service name (the first item on the first tab) to note the service name.
2. Delete Service by command
"Start"-"Run", enter CMD in "Run" and return.
3, and then enter SC delete "service name", carriage return, double quotes must be English symbols.
4, this is what you will see the hint has been deleted successfully.