220-802 · Question #924
A technician is troubleshooting an issue with a set of services that are running on a computer. Which of the following commands can be used to affect the status of services running on a computer?…
The correct answer is C. Net Pause D. Net Stop. The Net command-line utility includes subcommands specifically for controlling Windows service states, including pausing and stopping running services.
Question
A technician is troubleshooting an issue with a set of services that are running on a computer. Which of the following commands can be used to affect the status of services running on a computer? (Select TWO).
Options
- ANet Computer
- BNet Use
- CNet Pause
- DNet Stop
- ENet Session
How the community answered
(28 responses)- A4% (1)
- C89% (25)
- E7% (2)
Why each option
The Net command-line utility includes subcommands specifically for controlling Windows service states, including pausing and stopping running services.
Net Computer is not a valid Windows command for managing service states; it is not a recognized net subcommand.
Net Use manages connections to shared network resources such as drives and printers, not the status of local services.
Net Pause temporarily suspends a running service without fully stopping it, allowing it to be resumed later with Net Continue. Net Stop terminates a running service entirely, halting its execution until it is restarted manually or automatically. Both commands directly alter the operational state of Windows services from the command line.
Net Session displays or disconnects sessions between a local server and its clients, and does not control service states.
Concept tested: Net command service management subcommands
Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/net-service
Topics
Community Discussion
No community discussion yet for this question.