Command to start and stop services in Windows

The commands for starting and stopping services on Windows are as follows:

Command to start the service:

  1. Open the command line interface using either Command Prompt or PowerShell.
  2. start the service “service name”
  3. query the service

Service termination command:

  1. Open the command line interface using Command Prompt or PowerShell.
  2. Stop the service called “服务名”.
  3. Can you provide information on the status of a specific service?

Please note that running the command prompt interface requires administrator privileges.

bannerAds