nerdexam
CompTIA

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.

Hardware and network troubleshooting

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)
  • A
    4% (1)
  • C
    89% (25)
  • E
    7% (2)

Why each option

The Net command-line utility includes subcommands specifically for controlling Windows service states, including pausing and stopping running services.

ANet Computer

Net Computer is not a valid Windows command for managing service states; it is not a recognized net subcommand.

BNet Use

Net Use manages connections to shared network resources such as drives and printers, not the status of local services.

CNet PauseCorrect

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.

DNet StopCorrect
ENet Session

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

#Net commands#service management#Net Stop#Net Pause

Community Discussion

No community discussion yet for this question.

Full 220-802 Practice