An analyst discovers a suspicious service on a Windows host. Which command can be used to query the status and details of services from the command line?
sc query displays detailed service information from the command line.
Why this answer
sc query displays service status and configuration. services.msc is GUI-based, tasklist shows processes, and net start lists running services but with less detail.