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:
- Open the command line interface using either Command Prompt or PowerShell.
- start the service “service name”
- query the service
Service termination command:
- Open the command line interface using Command Prompt or PowerShell.
- Stop the service called “服务名”.
- Can you provide information on the status of a specific service?
Please note that running the command prompt interface requires administrator privileges.