(创建页面,内容为“If you need to do some remote assistance... sc query <servicename> Query the service status. sc qc <servicename> Query the service configuration, includi...”)
 
(没有差异)

2017年2月18日 (六) 05:30的最新版本

If you need to do some remote assistance...

   sc query <servicename>

Query the service status.

   sc qc <servicename>

Query the service configuration, including start option and dependencies.

   sc start <servicename>

Start a service. Must be enabled first, and all dependencies must be started/enabled.

   sc config <servicename> start=auto

Change the start option of a service to auto. If the start option is disabled, a service cannot be started.