How can I configure a services start-up type from the command line?

You typically use the Services GUI in Windows to configure a services start-up type, but you can also use the SC command to set the start-up type from the command line:

“sc config [service name] start=[mode]”

For example,

sc config msexchangeimc start=auto
automatically starts the exchangeIMC service when you boot the system.

Leave a Reply

Your email address will not be published. Required fields are marked *