tasklist

Description

Displays a list of currently running processes on either a local or remote machine.

Command
tasklist
Examples
List all running processes
tasklist
List processes and the services they host
tasklist /svc
Find the process with a specific PID
tasklist /fi "pid eq 1234"
Parameters
Parameter Type Required Description
/svc string No Displays services hosted in each process.
/m [module] string No Lists all tasks that have DLL modules loaded that match the given pattern name.
/fi "filter" string No Displays a set of tasks that match a given criteria specified by the filter.
Command Info
Category: Process Management
Type: Windows
Views: 12
Status: Active
Tags
windows cmd process task monitoring