tasklist
Windows CMD · Processes · available in the simulator
What it does
Displays currently running processes.
Syntax
tasklist [/svc] [/v] [/fi filtro] [/fo formato] [/nh]
Options and parameters
/svcdisplays hosted services
/fiapplies a filter
/vverbose mode
/SVCDisplays services hosted in each process.
tasklist /svc/VVerbose mode: user name, CPU time, and window title.
/FIApplies a filter to the list.
tasklist /fi "STATUS eq running"/FOOutput format: TABLE, LIST, or CSV.
tasklist /fo csv/NHSuppresses the column header row in TABLE and CSV formats.
/MDisplays DLL modules loaded by each process.
/SQueries a remote system.
/UUser context under which to execute the remote command.
/PPassword for the user specified in /U.
Usage examples
tasklisttasklist /svctasklist /fi "imagename eq notepad.exe"tasklist /fi "STATUS eq running"tasklist /fo csv