Computer Hacking Forensic Investigator (CHFI v10) — Question 324

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?

Answer options

Correct answer: B

Explanation

The correct answer is B, as the /v option provides verbose output, which includes detailed information about each process. Options A, C, and D do not provide this level of detail; /p shows processes with specific PIDs, /u is used for user context, and /s specifies a remote session without additional details.