Windows Services
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.