312-49 · Question #602
Tasklist command displays a list of applications and services with their Process ID (PID) for all tasks running on either a local or a remote computer. Which of the following tasklist commands…
The correct answer is B. tasklist /v. This question asks for the tasklist command switch that displays verbose process information, including image name, PID, name, and session details.
Question
Tasklist command displays a list of applications and services with their Process ID (PID) for all tasks running on either a local or a remote computer. Which of the following tasklist commands provides information about the listed processes, including the image name, PID, name, and number of the session for the process?
Options
- Atasklist /p
- Btasklist /v
- Ctasklist /u
- Dtasklist /s
How the community answered
(27 responses)- A7% (2)
- B89% (24)
- D4% (1)
Why each option
This question asks for the `tasklist` command switch that displays verbose process information, including image name, PID, name, and session details.
The `tasklist /p` is not a standard switch for displaying process information; the `/P` switch is typically used for password prompts in other commands.
The `tasklist /v` command displays verbose information about processes, including the image name, Process ID (PID), session name, session number, memory usage, and the user name under which the process is running.
The `tasklist /u` command specifies the user context for the command when connecting to a remote computer, not for displaying verbose local process details.
The `tasklist /s` command specifies the remote computer to connect to, not for displaying verbose local process details.
Concept tested: Windows `tasklist` command
Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/tasklist
Topics
Community Discussion
No community discussion yet for this question.