How to uninstall Windows Services!

Source: Internet
Author: User
As a result, when I used the free-of-installation MySQL version, I accidentally found a method to operate the Windows service.

As follows:
========================================================== ========
Syntax: SC create | Delete | config service name [parameter]
Main Parameter List:
Start = demand | boot | system | auto | disabled | delayed-auto // start Type
Binpath = binarypathname // executable file path
Depend = dependency (separated by/(slash)
Displayname = <display name> // display name

The role is to create, remove, and reconfigure services in sequence.

For example, you can reconfigure the execution path of MySQL as follows:
SC config MySQL binpath = "new path"
========================================================== ==========

Which of the following Eldest Brother will encounter the problem of uninstalling the service as mentioned in the document,

This method can be used as expected.

SC Delete xx

The program has been uninstalled, but this service item still exists in "Administrative Tools-services". How can I delete it?

A: Delete the installation directory of the service program to start. Run regedit and press enter to enter the registry.

String 3

\ HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services have been deleted and restarted?

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.