312-49 · Question #85
Task list 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 task list commands…
The correct answer is D. tasklist/V. The tasklist command in Windows has several switches: /S specifies a remote system to connect to, /U runs the command under specified user credentials, /P provides a password for the /U option, and /V (verbose) displays detailed (verbose) task information including the image…
Question
Task list 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 task list commands provides information about the listed processes, including the image name, PID, name, and number of the session for the process?
Options
- Atasklist/s
- Btasklist/u
- Ctasklist/p
- Dtasklist/V
How the community answered
(20 responses)- A5% (1)
- B5% (1)
- D90% (18)
Explanation
The tasklist command in Windows has several switches: /S specifies a remote system to connect to, /U runs the command under specified user credentials, /P provides a password for the /U option, and /V (verbose) displays detailed (verbose) task information including the image name, PID, session name, session number, memory usage, status, username, CPU time, and window title. The /V flag is the correct answer because it is specifically designed to return verbose output that includes the image name, PID, session name, and session number.
Topics
Community Discussion
No community discussion yet for this question.