nerdexam
EC-Council

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.

Submitted by valeria.br· Apr 18, 2026Malware Forensics

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)
  • A
    7% (2)
  • B
    89% (24)
  • D
    4% (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.

Atasklist /p

The `tasklist /p` is not a standard switch for displaying process information; the `/P` switch is typically used for password prompts in other commands.

Btasklist /vCorrect

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.

Ctasklist /u

The `tasklist /u` command specifies the user context for the command when connecting to a remote computer, not for displaying verbose local process details.

Dtasklist /s

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

#Command-line#Process management#Tasklist command#System information

Community Discussion

No community discussion yet for this question.

Full 312-49 Practice