SC Common commands for Windows Services

Source: Internet
Author: User

1. Install the service
SC create service name binpath = "Command executed by the Service" displayname = "display name" depend = TCPIP start = auto

The network connection uses TCP/IP and is automatically started.

2. delete a service
SC Delete service name

After deletion, it may need to be restarted.

3. modify configuration
SC config service name binpath = "new command" displayname = "New Display name" depend = TCPIP

4. Set to self-start
SC config service name start = auto

5. Start
SC start service name 

Example:

SC create memorystatus binpath = "D: \ memorystatus.exe" displayname = "memorystatus" Start = auto SC start memorystatus  
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.