tasklist.exe Lists the current running tasks a2d96359cf4ad6e0494448097847d314

File info

File name: tasklist.exe.mui
Size: 15872 byte
MD5: a2d96359cf4ad6e0494448097847d314
SHA1: c8651af64ae03dd499a5f076f2a02c3e2394b218
SHA256: ccfbb420eb5bea0a9b3e33fae3036c2e0b81ef6f84b2974af75693859750c395
Operating systems: Windows 10
Extension: MUI
In x64: tasklist.exe Lists the current running tasks (32-bit)

Translations messages and strings

If an error occurred or the following message in English (U.S.) language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.

id English (U.S.) English
101Host Name Host Name
102Status Status
103Image Name Image Name
104PID PID
105Session# Session#
106User Name User Name
107Window Title Window Title
108CPU Time CPU Time
109Mem Usage Mem Usage
110Services Services
111Session Name Session Name
112Modules Modules
113Package Name Package Name
126list list
127table table
128csv csv
129list|table|csv list|table|csv
15116 16
15215 15
15325 25
1548 8
15650 50
15772 72
15812 12
16080 80
16145 45
16444 44
201sessionname sessionname
202status status
203imagename imagename
204pid pid
205session session
206cputime cputime
207memusage memusage
208username username
209services services
210windowtitle windowtitle
211modules modules
226running|not responding|suspended|unknown running|not responding|suspended|unknown
227eq | ne eq | ne
228eq | ne | lt | gt | le | ge eq | ne | lt | gt | le | ge
251Running Running
252Not Responding Not Responding
253%s K %s K
254NT AUTHORITY NT AUTHORITY
255SYSTEM SYSTEM
256modules eq %s modules eq %s
257Unknown Unknown
258Suspended Suspended
501Invalid syntax. /U can be specified only when /S is specified.
Type "TASKLIST /?" for usage.
Invalid syntax. /U can be specified only when /S is specified.
Type "TASKLIST /?" for usage.
502Invalid syntax. /P can be specified only when /U is specified.
Type "TASKLIST /?" for usage.
Invalid syntax. /P can be specified only when /U is specified.
Type "TASKLIST /?" for usage.
503INFO: No tasks are running which match the specified criteria.
INFO: No tasks are running which match the specified criteria.
504%s Error Code: 0x%08lx was returned.
%s Error Code: 0x%08lx was returned.
505Invalid syntax. User name cannot be empty.
Invalid syntax. User name cannot be empty.
506Invalid syntax. /NH option is allowed only for "TABLE" and "CSV" formats.
Type "TASKLIST /?" for usage.
Invalid syntax. /NH option is allowed only for "TABLE" and "CSV" formats.
Type "TASKLIST /?" for usage.
507Invalid syntax. /V, /M and /SVC options cannot be used together.
Type "TASKLIST /?" for usage.
Invalid syntax. /V, /M and /SVC options cannot be used together.
Type "TASKLIST /?" for usage.
508Invalid syntax. System name cannot be empty.
Invalid syntax. System name cannot be empty.
509Invalid syntax.
Type "TASKLIST /?" for usage.
Invalid syntax.
Type "TASKLIST /?" for usage.
510Invalid syntax. No characters are allowed after '*' for /M option.
Type "TASKLIST /?" for usage.
Invalid syntax. No characters are allowed after '*' for /M option.
Type "TASKLIST /?" for usage.
511Invalid syntax. /APPS, /M and /SVC options cannot be used together.
Type "TASKLIST /?" for usage.
Invalid syntax. /APPS, /M and /SVC options cannot be used together.
Type "TASKLIST /?" for usage.
551
WARNING: "WINDOWTITLE" and "STATUS" filters are not supported when querying a remote machine.

WARNING: "WINDOWTITLE" and "STATUS" filters are not supported when querying a remote machine.
1001TASKLIST [/S system [/U username [/P [password]]]]
TASKLIST [/S system [/U username [/P [password]]]]
1002[/M [module] | /SVC | /V] [/FI filter] [/FO format] [/NH]
[/M [module] | /SVC | /V] [/FI filter] [/FO format] [/NH]
1003

1004Description:
Description:
1005This tool displays a list of currently running processes on
This tool displays a list of currently running processes on
1006either a local or remote machine.
either a local or remote machine.
1009Parameter List:
Parameter List:
1010/S system Specifies the remote system to connect to.

/S system Specifies the remote system to connect to.

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

the command should execute.

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

user context. Prompts for input if omitted.

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

specified all loaded modules are displayed.

1019/SVC Displays services hosted in each process.

/SVC Displays services hosted in each process.

1020/APPS Displays Store Apps and their associated processes.

/APPS Displays Store Apps and their associated processes.

1021/V Displays verbose task information.

/V Displays verbose task information.

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

given criteria specified by the filter.

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

Valid values: "TABLE", "LIST", "CSV".

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

Valid only for "TABLE" and "CSV" formats.

1030/? Displays this help message.
/? Displays this help message.
1032Filters:
Filters:
1033Filter Name Valid Operators Valid Value(s)
Filter Name Valid Operators Valid Value(s)
1034----------- --------------- --------------------------
----------- --------------- --------------------------
1035STATUS eq, ne RUNNING | SUSPENDED
STATUS eq, ne RUNNING | SUSPENDED
1036NOT RESPONDING | UNKNOWN
NOT RESPONDING | UNKNOWN
1037IMAGENAME eq, ne Image name
IMAGENAME eq, ne Image name
1038PID eq, ne, gt, lt, ge, le PID value
PID eq, ne, gt, lt, ge, le PID value
1039SESSION eq, ne, gt, lt, ge, le Session number
SESSION eq, ne, gt, lt, ge, le Session number
1040SESSIONNAME eq, ne Session name
SESSIONNAME eq, ne Session name
1041CPUTIME eq, ne, gt, lt, ge, le CPU time in the format
CPUTIME eq, ne, gt, lt, ge, le CPU time in the format
1042of hh:mm:ss.
of hh:mm:ss.
1043hh - hours,
hh - hours,
1044mm - minutes, ss - seconds
mm - minutes, ss - seconds
1045MEMUSAGE eq, ne, gt, lt, ge, le Memory usage in KB
MEMUSAGE eq, ne, gt, lt, ge, le Memory usage in KB
1046USERNAME eq, ne User name in [domain\]user
USERNAME eq, ne User name in [domain\]user
1047format
format
1048SERVICES eq, ne Service name
SERVICES eq, ne Service name
1049WINDOWTITLE eq, ne Window title
WINDOWTITLE eq, ne Window title
1050MODULES eq, ne DLL name
MODULES eq, ne DLL name
1052NOTE: "WINDOWTITLE" and "STATUS" filters are not supported when querying
NOTE: "WINDOWTITLE" and "STATUS" filters are not supported when querying
1053a remote machine.

a remote machine.

1054Examples:
Examples:
1055TASKLIST
TASKLIST
1056TASKLIST /M
TASKLIST /M
1057TASKLIST /V /FO CSV
TASKLIST /V /FO CSV
1058TASKLIST /SVC /FO LIST
TASKLIST /SVC /FO LIST
1059TASKLIST /APPS /FI "STATUS eq RUNNING"
TASKLIST /APPS /FI "STATUS eq RUNNING"
1060TASKLIST /M wbem*
TASKLIST /M wbem*
1061TASKLIST /S system /FO LIST
TASKLIST /S system /FO LIST
1062TASKLIST /S system /U domain\username /FO CSV /NH
TASKLIST /S system /U domain\username /FO CSV /NH
1063TASKLIST /S system /U username /P password /FO TABLE /NH
TASKLIST /S system /U username /P password /FO TABLE /NH
1064TASKLIST /FI "USERNAME ne NT AUTHORITY\SYSTEM" /FI "STATUS eq running"
TASKLIST /FI "USERNAME ne NT AUTHORITY\SYSTEM" /FI "STATUS eq running"
5001ERROR: ERROR:
5002WARNING: WARNING:
5003SUCCESS: SUCCESS:
5004INFO: INFO:
5005N/A N/A
5501Type the password for %s: Type the password for %s:
5502Passing the user credential for local connection.
Passing the user credential for local connection.
5503The target system must be running Windows XP or above.
The target system must be running Windows XP or above.
5504The remote system must be running Windows 2000 or above.
The remote system must be running Windows 2000 or above.
5601Invalid syntax. '%s' value is not allowed for '%s' option.
%s
Invalid syntax. '%s' value is not allowed for '%s' option.
%s
5602Invalid syntax. Specify valid numeric value for '%s'.
%s
Invalid syntax. Specify valid numeric value for '%s'.
%s
5603Invalid syntax. Specifiy valid floating point value for '%s'.
%s
Invalid syntax. Specifiy valid floating point value for '%s'.
%s
5604Invalid syntax. Mandatory option '%s' is missing.
%s
Invalid syntax. Mandatory option '%s' is missing.
%s
5605Invalid syntax. '%s' option is not allowed more than '%d' time(s).
%s
Invalid syntax. '%s' option is not allowed more than '%d' time(s).
%s
5607Invalid argument/option - '%s'.
%s
Invalid argument/option - '%s'.
%s
5608Invalid syntax. Default argument is missing.
%s
Invalid syntax. Default argument is missing.
%s
5609Length of the command line argument should not exceed 255 characters.
Length of the command line argument should not exceed 255 characters.
5610Invalid syntax. Default option is not allowed more than '%d' time(s).
%s
Invalid syntax. Default option is not allowed more than '%d' time(s).
%s
5611Invalid syntax. Value expected for '%s'.
%s
Invalid syntax. Value expected for '%s'.
%s
5612Invalid syntax. '%s' value is not allowed as default argument.
%s
Invalid syntax. '%s' value is not allowed as default argument.
%s
5613Type "%s /?" for usage. Type "%s /?" for usage.
5614Value for '%s' option cannot be empty.
%s
Value for '%s' option cannot be empty.
%s
5615Value for default option cannot be empty.
%s
Value for default option cannot be empty.
%s
5616Invalid syntax. Specify valid numeric value for default.
%s
Invalid syntax. Specify valid numeric value for default.
%s
5617Invalid syntax. Specifiy valid floating point value for default.
%s
Invalid syntax. Specifiy valid floating point value for default.
%s
5618Value for default option cannot be more than %d character(s).
Value for default option cannot be more than %d character(s).
5619Invalid syntax. Value cannot be specified with '%s' option.
%s
Invalid syntax. Value cannot be specified with '%s' option.
%s
5620Value for '%s' option cannot be more than %d character(s).
Value for '%s' option cannot be more than %d character(s).

EXIF

File Name:tasklist.exe.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-tasklist.resources_31bf3856ad364e35_10.0.15063.0_en-us_d1a0c7676c8ced6c\
File Size:16 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:15360
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:10.0.15063.0
Product Version Number:10.0.15063.0
File Flags Mask:0x003f
File Flags:(none)
File OS:Windows NT 32-bit
Object File Type:Executable application
File Subtype:0
Language Code:English (U.S.)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Lists the current running tasks
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:tasklist.exe
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:tasklist.exe.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-tasklist.resources_31bf3856ad364e35_10.0.15063.0_en-us_75822be3b42f7c36\

What is tasklist.exe.mui?

tasklist.exe.mui is Multilingual User Interface resource file that contain English (U.S.) language for file tasklist.exe (Lists the current running tasks).

File version info

File Description:Lists the current running tasks
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:tasklist.exe
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:tasklist.exe.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Translation:0x409, 1200