File name: | tasklist.exe.mui |
Size: | 11776 byte |
MD5: | de39cf34b1ccbd9ea460bd6dce7a7808 |
SHA1: | c144bc50fdb5d6711ed59d9a1f426833f453474d |
SHA256: | 0c5745fbf94f32db32d56b1287a9d7df0f1a550f6293d367f17c3849cfa9b716 |
Operating systems: | Windows 10 |
Extension: | MUI |
In x64: | tasklist.exe 列出当前运行的任务 (32 位) |
If an error occurred or the following message in Chinese (Simplified) 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 | Chinese (Simplified) | English |
---|---|---|
101 | 主机名 | Host Name |
102 | 状态 | Status |
103 | 映像名称 | Image Name |
104 | PID | PID |
105 | 会话# | Session# |
106 | 用户名 | User Name |
107 | 窗口标题 | Window Title |
108 | CPU 时间 | CPU Time |
109 | 内存使用 | Mem Usage |
110 | 服务 | Services |
111 | 会话名 | Session Name |
112 | 模块 | Modules |
113 | 程序包名称 | 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 |
501 | 无效语法。只有在指定 -S 的情况下才能指定 -U。 有关用法,请键入 "TASKLIST /?"。 |
Invalid syntax. /U can be specified only when /S is specified. Type "TASKLIST /?" for usage. |
502 | 无效语法。只有在指定 -U 的情况下才能指定 -P。 有关用法,请键入 "TASKLIST /?"。 |
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. |
504 | %s 错误代码: 返回 0x%08lx。 |
%s Error Code: 0x%08lx was returned. |
505 | 无效语法。用户名不能为空。 |
Invalid syntax. User name cannot be empty. |
506 | 无效语法。/NH 选项只能用于 TABLE 和 CSV 格式。 有关用法,请键入 "TASKLIST /?"。 |
Invalid syntax. /NH option is allowed only for "TABLE" and "CSV" formats. Type "TASKLIST /?" for usage. |
507 | 无效语法。不能一起使用 /V、/M 和 /SVC 有关用法,请键入 "TASKLIST /?"。 |
Invalid syntax. /V, /M and /SVC options cannot be used together. Type "TASKLIST /?" for usage. |
508 | 无法语法。系统名称不能为空。 |
Invalid syntax. System name cannot be empty. |
509 | 无效语法。 有关用法,请键入 "TASKLIST /?"。 |
Invalid syntax. Type "TASKLIST /?" for usage. |
510 | 无效语法。在 /M 选项的 '*' 后不允许有任何字符。 有关用法,请键入 "TASKLIST /?"。 |
Invalid syntax. No characters are allowed after '*' for /M option. Type "TASKLIST /?" for usage. |
511 | 语法无效。不能同时使用 /APPS、/M 和 /SVC 选项。 有关使用方法,请键入 "TASKLIST /?"。 |
Invalid syntax. /APPS, /M and /SVC options cannot be used together. Type "TASKLIST /?" for usage. |
551 | 警告: 当查询远程机器时,不支持 "WINDOWTITLE" 和 "STATUS" 筛选器。 |
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: |
1005 | 该工具显示在本地或远程机器上当前运行的进程列表。 |
This tool displays a list of currently running processes on |
1009 | 参数列表: |
Parameter List: |
1010 | /S system 指定连接到的远程系统。 |
/S system Specifies the remote system to connect to. |
1011 | /U [domain\]user 指定应该在哪个用户上下文执行这个命令。 |
/U [domain\]user Specifies the user context under which |
1013 | /P [password] 为提供的用户上下文指定密码。如果省略,则 |
/P [password] Specifies the password for the given |
1014 | 提示输入。 |
user context. Prompts for input if omitted. |
1015 | /M [module] 列出当前使用所给 exe/dll 名称的所有任务。 |
/M [module] Lists all tasks currently using the given |
1016 | 如果没有指定模块名称,显示所有加载的模块。 |
exe/dll name. If the module name is not |
1019 | /SVC 显示每个进程中主持的服务。 |
/SVC Displays services hosted in each process. |
1020 | /APPS 显示应用商店应用及其关联的进程。 |
/APPS Displays Store Apps and their associated processes. |
1021 | /V 显示详细任务信息。 |
/V Displays verbose task information. |
1023 | /FI filter 显示一系列符合筛选器 |
/FI filter Displays a set of tasks that match a |
1024 | 指定条件的任务。 |
given criteria specified by the filter. |
1025 | /FO format 指定输出格式。 |
/FO format Specifies the output format. |
1026 | 有效值: "TABLE"、"LIST"、"CSV"。 |
Valid values: "TABLE", "LIST", "CSV". |
1027 | /NH 指定列标题不应该 |
/NH Specifies that the "Column Header" should |
1028 | 在输出中显示。 |
not be displayed in the output. |
1029 | 只对 "TABLE" 和 "CSV" 格式有效。 |
Valid only for "TABLE" and "CSV" formats. |
1030 | /? 显示此帮助消息。 |
/? Displays this help message. |
1032 | 筛选器: |
Filters: |
1033 | 筛选器名称 有效运算符 有效值 |
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 映像名称 |
IMAGENAME eq, ne Image name |
1038 | PID eq, ne, gt, lt, ge, le PID 值 |
PID eq, ne, gt, lt, ge, le PID value |
1039 | SESSION eq, ne, gt, lt, ge, le 会话编号 |
SESSION eq, ne, gt, lt, ge, le Session number |
1040 | SESSIONNAME eq, ne 会话名称 |
SESSIONNAME eq, ne Session name |
1041 | CPUTIME eq, ne, gt, lt, ge, le CPU 时间,格式为 |
CPUTIME eq, ne, gt, lt, ge, le CPU time in the format |
1042 | hh:mm:ss。 |
of hh:mm:ss. |
1043 | hh - 小时, |
hh - hours, |
1044 | mm - 分钟,ss - 秒 |
mm - minutes, ss - seconds |
1045 | MEMUSAGE eq, ne, gt, lt, ge, le 内存使用(以 KB 为单位) |
MEMUSAGE eq, ne, gt, lt, ge, le Memory usage in KB |
1046 | USERNAME eq, ne 用户名,格式为 |
USERNAME eq, ne User name in [domain\]user |
1047 | [域\]用户 |
format |
1048 | SERVICES eq, ne 服务名称 |
SERVICES eq, ne Service name |
1049 | WINDOWTITLE eq, ne 窗口标题 |
WINDOWTITLE eq, ne Window title |
1050 | 模块 eq, ne DLL 名称 |
MODULES eq, ne DLL name |
1052 | 注意: 当查询远程计算机时,不支持 "WINDOWTITLE" 和 "STATUS" |
NOTE: "WINDOWTITLE" and "STATUS" filters are not supported when querying |
1053 | 筛选器。 |
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 域\用户名 /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: |
5002 | 警告: | WARNING: |
5003 | 成功: | SUCCESS: |
5004 | 信息: | INFO: |
5005 | 暂缺 | N/A |
5501 | 请键入 %s 的密码: | Type the password for %s: |
5502 | 为本地连接传递用户凭据。 |
Passing the user credential for local connection. |
5503 | 目标系统必须运行 Windows XP 或更高版本。 |
The target system must be running Windows XP or above. |
5504 | 远程系统必须运行 Windows 2000 或更高版本。 |
The remote system must be running Windows 2000 or above. |
5601 | 无效语法。'%s' 值对 '%s' 选项不允许。 %s |
Invalid syntax. '%s' value is not allowed for '%s' option. %s |
5602 | 无效语法。请为 '%s' 指定有效的数字值。 %s |
Invalid syntax. Specify valid numeric value for '%s'. %s |
5603 | 无效语法。请为 '%s' 指定有效的浮点值。 %s |
Invalid syntax. Specifiy valid floating point value for '%s'. %s |
5604 | 无效语法。缺少强制选项 '%s'。 %s |
Invalid syntax. Mandatory option '%s' is missing. %s |
5605 | 无效语法。'%s' 选项不允许超过 '%d' 次。 %s |
Invalid syntax. '%s' option is not allowed more than '%d' time(s). %s |
5607 | 无效参数/选项 - '%s'。 %s |
Invalid argument/option - '%s'. %s |
5608 | 无效语法。缺少默认参数。 %s |
Invalid syntax. Default argument is missing. %s |
5609 | 命令行参数的长度不能超过 255 个字符。 |
Length of the command line argument should not exceed 255 characters. |
5610 | 无效语法。默认选项不允许超过 '%d' 次。 %s |
Invalid syntax. Default option is not allowed more than '%d' time(s). %s |
5611 | 无效语法。需要 '%s' 的值。 %s |
Invalid syntax. Value expected for '%s'. %s |
5612 | 无效语法。'%s' 不允许作为默认参数。 %s |
Invalid syntax. '%s' value is not allowed as default argument. %s |
5613 | 键入 "%s /?" 以了解用法。 | Type "%s /?" for usage. |
5614 | 选项 '%s' 的值不能为空。 %s |
Value for '%s' option cannot be empty. %s |
5615 | 默认选项的值不能为空。 %s |
Value for default option cannot be empty. %s |
5616 | 无效语法。请指定默认的有效数字值。 %s |
Invalid syntax. Specify valid numeric value for default. %s |
5617 | 无效语法。请指定默认的有效浮点值。 %s |
Invalid syntax. Specifiy valid floating point value for default. %s |
5618 | 默认选项的值不能超过 %d 字符。 |
Value for default option cannot be more than %d character(s). |
5619 | 无效语法。值不能用 '%s' 选项指定。 %s |
Invalid syntax. Value cannot be specified with '%s' option. %s |
5620 | '%s' 选项的值不能超过 %d 字符。 |
Value for '%s' option cannot be more than %d character(s). |
File Description: | 列出当前运行的任务 |
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: | 0x804, 1200 |