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) |
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 |
---|---|---|
101 | Host Name | Host Name |
102 | Status | Status |
103 | Image Name | Image Name |
104 | PID | PID |
105 | Session# | Session# |
106 | User Name | User Name |
107 | Window Title | Window Title |
108 | CPU Time | CPU Time |
109 | Mem Usage | Mem Usage |
110 | Services | Services |
111 | Session Name | Session Name |
112 | Modules | Modules |
113 | Package Name | Package Name |
126 | list | list |
127 | table | table |
128 | csv | csv |
129 | list|table|csv | list|table|csv |
151 | 16 | 16 |
152 | 15 | 15 |
153 | 25 | 25 |
154 | 8 | 8 |
156 | 50 | 50 |
157 | 72 | 72 |
158 | 12 | 12 |
160 | 80 | 80 |
161 | 45 | 45 |
164 | 44 | 44 |
201 | sessionname | sessionname |
202 | status | status |
203 | imagename | imagename |
204 | pid | pid |
205 | session | session |
206 | cputime | cputime |
207 | memusage | memusage |
208 | username | username |
209 | services | services |
210 | windowtitle | windowtitle |
211 | modules | modules |
226 | running|not responding|suspended|unknown | running|not responding|suspended|unknown |
227 | eq | ne | eq | ne |
228 | eq | ne | lt | gt | le | ge | eq | ne | lt | gt | le | ge |
251 | Running | Running |
252 | Not Responding | Not Responding |
253 | %s K | %s K |
254 | NT AUTHORITY | NT AUTHORITY |
255 | SYSTEM | SYSTEM |
256 | modules eq %s | modules eq %s |
257 | Unknown | Unknown |
258 | Suspended | Suspended |
501 | Invalid 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. |
502 | Invalid 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. |
503 | INFO: 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. |
505 | Invalid syntax. User name cannot be empty. |
Invalid syntax. User name cannot be empty. |
506 | Invalid 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. |
507 | Invalid 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. |
508 | Invalid syntax. System name cannot be empty. |
Invalid syntax. System name cannot be empty. |
509 | Invalid syntax. Type "TASKLIST /?" for usage. |
Invalid syntax. Type "TASKLIST /?" for usage. |
510 | Invalid 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. |
511 | Invalid 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. |
1001 | TASKLIST [/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 | ||
1004 | Description: |
Description: |
1005 | This tool displays a list of currently running processes on |
This tool displays a list of currently running processes on |
1006 | either a local or remote machine. |
either a local or remote machine. |
1009 | Parameter 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 |
1012 | the command should execute. |
the command should execute. |
1013 | /P [password] Specifies the password for the given |
/P [password] Specifies the password for the given |
1014 | user 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 |
1016 | exe/dll name. If the module name is not |
exe/dll name. If the module name is not |
1017 | specified 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 |
1024 | given criteria specified by the filter. |
given criteria specified by the filter. |
1025 | /FO format Specifies the output format. |
/FO format Specifies the output format. |
1026 | Valid values: "TABLE", "LIST", "CSV". |
Valid values: "TABLE", "LIST", "CSV". |
1027 | /NH Specifies that the "Column Header" should |
/NH Specifies that the "Column Header" should |
1028 | not be displayed in the output. |
not be displayed in the output. |
1029 | Valid only for "TABLE" and "CSV" formats. |
Valid only for "TABLE" and "CSV" formats. |
1030 | /? Displays this help message. |
/? Displays this help message. |
1032 | Filters: |
Filters: |
1033 | Filter Name Valid Operators Valid Value(s) |
Filter Name Valid Operators Valid Value(s) |
1034 | ----------- --------------- -------------------------- |
----------- --------------- -------------------------- |
1035 | STATUS eq, ne RUNNING | SUSPENDED |
STATUS eq, ne RUNNING | SUSPENDED |
1036 | NOT RESPONDING | UNKNOWN |
NOT RESPONDING | UNKNOWN |
1037 | IMAGENAME eq, ne Image name |
IMAGENAME eq, ne Image name |
1038 | PID eq, ne, gt, lt, ge, le PID value |
PID eq, ne, gt, lt, ge, le PID value |
1039 | SESSION eq, ne, gt, lt, ge, le Session number |
SESSION eq, ne, gt, lt, ge, le Session number |
1040 | SESSIONNAME eq, ne Session name |
SESSIONNAME eq, ne Session name |
1041 | CPUTIME eq, ne, gt, lt, ge, le CPU time in the format |
CPUTIME eq, ne, gt, lt, ge, le CPU time in the format |
1042 | of hh:mm:ss. |
of hh:mm:ss. |
1043 | hh - hours, |
hh - hours, |
1044 | mm - minutes, ss - seconds |
mm - minutes, ss - seconds |
1045 | MEMUSAGE eq, ne, gt, lt, ge, le Memory usage in KB |
MEMUSAGE eq, ne, gt, lt, ge, le Memory usage in KB |
1046 | USERNAME eq, ne User name in [domain\]user |
USERNAME eq, ne User name in [domain\]user |
1047 | format |
format |
1048 | SERVICES eq, ne Service name |
SERVICES eq, ne Service name |
1049 | WINDOWTITLE eq, ne Window title |
WINDOWTITLE eq, ne Window title |
1050 | MODULES eq, ne DLL name |
MODULES eq, ne DLL name |
1052 | NOTE: "WINDOWTITLE" and "STATUS" filters are not supported when querying |
NOTE: "WINDOWTITLE" and "STATUS" filters are not supported when querying |
1053 | a remote machine. |
a remote machine. |
1054 | Examples: |
Examples: |
1055 | TASKLIST |
TASKLIST |
1056 | TASKLIST /M |
TASKLIST /M |
1057 | TASKLIST /V /FO CSV |
TASKLIST /V /FO CSV |
1058 | TASKLIST /SVC /FO LIST |
TASKLIST /SVC /FO LIST |
1059 | TASKLIST /APPS /FI "STATUS eq RUNNING" |
TASKLIST /APPS /FI "STATUS eq RUNNING" |
1060 | TASKLIST /M wbem* |
TASKLIST /M wbem* |
1061 | TASKLIST /S system /FO LIST |
TASKLIST /S system /FO LIST |
1062 | TASKLIST /S system /U domain\username /FO CSV /NH |
TASKLIST /S system /U domain\username /FO CSV /NH |
1063 | TASKLIST /S system /U username /P password /FO TABLE /NH |
TASKLIST /S system /U username /P password /FO TABLE /NH |
1064 | TASKLIST /FI "USERNAME ne NT AUTHORITY\SYSTEM" /FI "STATUS eq running" |
TASKLIST /FI "USERNAME ne NT AUTHORITY\SYSTEM" /FI "STATUS eq running" |
5001 | ERROR: | ERROR: |
5002 | WARNING: | WARNING: |
5003 | SUCCESS: | SUCCESS: |
5004 | INFO: | INFO: |
5005 | N/A | N/A |
5501 | Type the password for %s: | Type the password for %s: |
5502 | Passing the user credential for local connection. |
Passing the user credential for local connection. |
5503 | The target system must be running Windows XP or above. |
The target system must be running Windows XP or above. |
5504 | The remote system must be running Windows 2000 or above. |
The remote system must be running Windows 2000 or above. |
5601 | Invalid syntax. '%s' value is not allowed for '%s' option. %s |
Invalid syntax. '%s' value is not allowed for '%s' option. %s |
5602 | Invalid syntax. Specify valid numeric value for '%s'. %s |
Invalid syntax. Specify valid numeric value for '%s'. %s |
5603 | Invalid syntax. Specifiy valid floating point value for '%s'. %s |
Invalid syntax. Specifiy valid floating point value for '%s'. %s |
5604 | Invalid syntax. Mandatory option '%s' is missing. %s |
Invalid syntax. Mandatory option '%s' is missing. %s |
5605 | Invalid 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 |
5607 | Invalid argument/option - '%s'. %s |
Invalid argument/option - '%s'. %s |
5608 | Invalid syntax. Default argument is missing. %s |
Invalid syntax. Default argument is missing. %s |
5609 | Length of the command line argument should not exceed 255 characters. |
Length of the command line argument should not exceed 255 characters. |
5610 | Invalid 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 |
5611 | Invalid syntax. Value expected for '%s'. %s |
Invalid syntax. Value expected for '%s'. %s |
5612 | Invalid syntax. '%s' value is not allowed as default argument. %s |
Invalid syntax. '%s' value is not allowed as default argument. %s |
5613 | Type "%s /?" for usage. | Type "%s /?" for usage. |
5614 | Value for '%s' option cannot be empty. %s |
Value for '%s' option cannot be empty. %s |
5615 | Value for default option cannot be empty. %s |
Value for default option cannot be empty. %s |
5616 | Invalid syntax. Specify valid numeric value for default. %s |
Invalid syntax. Specify valid numeric value for default. %s |
5617 | Invalid syntax. Specifiy valid floating point value for default. %s |
Invalid syntax. Specifiy valid floating point value for default. %s |
5618 | Value for default option cannot be more than %d character(s). |
Value for default option cannot be more than %d character(s). |
5619 | Invalid syntax. Value cannot be specified with '%s' option. %s |
Invalid syntax. Value cannot be specified with '%s' option. %s |
5620 | Value for '%s' option cannot be more than %d character(s). |
Value for '%s' option cannot be more than %d character(s). |
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 |