Dos Prompt Home Page Command Prompt Reference
TASKLIST

TASKLIST [/S system [/U username [/P [password]]]]
                    [/M [module] | /SVC | /V] [/FI filter] [/FO format] [/NH]

Description:
This tool displays a list of currently running processes on either a local or remote machine.

Parameter List:

/S    system             Specifies the remote system to connect to.

/U    [domain\]user   Specifies the user context under which the command should execute.

/P    [password]       Specifies the password for the given user context. Prompts for input if omitted.

/M    [module]         Lists all tasks currently using the given exe/dll name. If the module name is not specified all loaded modules are displayed.

/SVC                      Displays services hosted in each process.

/V                           Displays verbose task information.

/FI     filter               Displays a set of tasks that match a given criteria specified by the filter.

/FO     format         Specifies the output format. Valid values: "TABLE", "LIST", "CSV".

/NH                       Specifies that the "Column Header" should not be displayed in the output. Valid only for "TABLE" and "CSV" formats.

/?                           Displays this help message.

Filters:

Filter Name Valid Operators Valid Value(s)
STATUS eq, ne RUNNING | NOT RESPONDING | UNKNOWN
IMAGENAME eq, ne Image name
PID eq, ne, gt, lt, ge, le PID value
SESSION eq, ne, gt, lt, ge, le Session number
SESSION NAME eq, ne Session name
CPU TIME eq, ne, gt, lt, ge, le CPU time in the format of hh:mm:ss. hh - hours, mm - minutes, ss - seconds
MEMUSAGE eq, ne, gt, lt, ge, le Memory Usage in KB
USERNAME eq, ne User name in [domain\]user format
SERVICES eq, ne Service Name
WINDOWTITLE eq, ne Windows Title
MODULES eq, ne DLL Name


NOTE: "WINDOWTITLE" and "STATUS" filters are not supported when querying a remote machine.

 

Examples

TASKLIST
TASKLIST /M
TASKLIST /V /FO CSV
TASKLIST /SVC /FO LIST
TASKLIST /M wbem*
TASKLIST /S system /FO LIST
TASKLIST /S system /U domain\username /FO CSV /NH
TASKLIST /S system /U username /P password /FO TABLE /NH
TASKLIST /FI "USERNAME ne NT AUTHORITY\SYSTEM" /FI "STATUS eq running"

Associated Commands

TASKKILL

 

Top of the Page - Command Prompt Reference Home Page
Last Page Update: 08/03/2012

© Sembee Ltd. 1998 - 2024.

Reproduction of any content on this web site is prohibited without express written consent. Use of this web site is subject to our terms and conditions.

All trademarks and registered trademarks are property of their respective owners. This site is not endorsed or recommended by any company or organisation mentioned within and is to provide guidance only and as such we cannot be held responsible for any consequences of following the advice given.

Sembee Ltd. is registered in England and Wales at 1 Carnegie Road, Newbury, Berkshire, RG14 5DJ.
Registered company number: 4704428. VAT Number GB 904 5603 43.

Server 1