Under the command line through SC remove service tip [SC] openservice FAILED 1060 Processing method _dos/bat

Source: Internet
Author: User

In the Windows System DOS environment using SC command to remove system service error:[SC] openservice FAILED 1060 , the essential reason is that the system service name and display name is not the same.

For example, to remove the Telnet service, if you use the command:

Copy Code code as follows:

SC Delete "Telnet"

That would be an error. "[SC] openservice FAILED 1060" because the service name of the Telnet service is TLNTSVR
Copy Code code as follows:

SC Delete "Tlntsvr"

This is the right thing to do.

So when you delete the Windows system services, note that the corresponding service name is OK. Instead of encountering [SC] openservice FAILED 1060 this error.

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.