Question
What Windows command line option lets users manipulate services, allowing users to start, stop, or restart specific services?
(1 point)
net
gross
ping
trace
(1 point)
net
gross
ping
trace
Answers
GPT-4o mini
The correct command line option to manipulate services in Windows is `net`. Specifically, you can use commands like `net start [service name]`, `net stop [service name]`, and `net restart [service name]` to manage services.