taskkill.exe 终端进程 07fca689b49b57112721960d368c8f9b

File info

File name: taskkill.exe.mui
Size: 10752 byte
MD5: 07fca689b49b57112721960d368c8f9b
SHA1: 4a3ced27c851747c48c768238787af5114ef90f2
SHA256: 54085042cf0b1e38ae13cee1fe056cb0027df42ed24954fbd3d8de9bd1374541
Operating systems: Windows 10
Extension: MUI
In x64: taskkill.exe 终端进程 (32 位)

Translations messages and strings

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
103status status
104imagename imagename
105pid pid
106session session
107cputime cputime
108memusage memusage
109username username
110services services
111windowtitle windowtitle
112modules modules
113running|not responding|unknown running|not responding|unknown
121eq | ne eq | ne
122eq | ne | lt | gt | le | ge eq | ne | lt | gt | le | ge
151Running Running
152Not Responding Not Responding
153NT AUTHORITY NT AUTHORITY
154SYSTEM SYSTEM
155Unknown Unknown
501成功: 已终止 PID 为 %d 的进程。
SUCCESS: The process with PID %d has been terminated.
502成功: 给进程发送了终止信号,进程的 PID 为 %d。
SUCCESS: Sent termination signal to the process with PID %d.
503成功: 已终止进程 "%s",其 PID 为 %d。
SUCCESS: The process "%s" with PID %d has been terminated.
504成功: 给进程 "%s" 发送了终止信号,进程的 PID 为 %d。
SUCCESS: Sent termination signal to the process "%s" with PID %d.
505错误: 无法终止 PID 为 %d 的进程。
原因: %s
ERROR: The process with PID %d could not be terminated.
Reason: %s
506错误: 无法终止进程 "%s",其 PID 为 %d。
原因: %s
ERROR: The process "%s" with PID %d could not be terminated.
Reason: %s
507错误: 没有找到进程 "%s"。
ERROR: The process "%s" not found.
508
信息: 没有运行的带有指定标准的任务。

INFO: No tasks running with the specified criteria.
509操作无效。错误代码: 返回 %d。
Operation is not valid. Error code: %d was returned.
510这是一个关键系统进程。Taskkill无法结束这个进程。
This is critical system process. Taskkill cannot end this process.
511只能强行终止这个进程(带 /F 选项)。
This process can only be terminated forcefully (with /F option).
512该进程无法自行终止。
The process cannot terminate itself.
513%s 错误代码: 返回 0x%08lx。
%s Error Code: 0x%08lx was returned.
514无效语法。只有在指定 -S 的情况下才能指定 -U。
有关用法,请键入 "TASKKILL /?"。
Invalid syntax. /U can be specified only when /S is specified.
Type "TASKKILL /?" for usage.
515无效语法。只有在指定 -U 的情况下才能指定 -P。
有关用法,请键入 "TASKKILL /?"。
Invalid syntax. /P can be specified only when /U is specified.
Type "TASKKILL /?" for usage.
516无效语法。用户名不能为空。
Invalid syntax. User name cannot be empty.
517无法语法。系统名称不能为空。
Invalid syntax. System name cannot be empty.
518无效语法。只有应用筛选器时才能接受 '*'。
有关用法,请键入 "TASKKILL /?"。
Invalid syntax. '*' is accepted only when a filter is applied.
Type "TASKKILL /?" for usage.
519语法无效。不能同时使用 /PID 或 /IM。
有关用法,请键入 "TASKKILL /?"。
Invalid syntax. /PID and /IM cannot be used at the same time.
Type "TASKKILL /?" for usage.
520无效语法。没有指定 /FI、/PID 或 /IM。
有关用法,请键入 "TASKKILL /?"。
Invalid syntax. Neither /FI nor /PID nor /IM were specified.
Type "TASKKILL /?" for usage.
521语法无效。为 '/PID' 选项指定一个有效数字值。
Specify a valid numeric value for '/PID' option.
522无效语法。
有关用法,请键入 "TASKKILL /?"。
Invalid syntax.
Type "TASKKILL /?" for usage.
523指定的命令只能由 64 位的可执行文件来执行。
The specified command can only be executed by a 64-bit executable.
524成功: 已终止 PID %d (属于 PID %d 子进程)的进程。
SUCCESS: The process with PID %d (child process of PID %d) has been terminated.
525错误: 无法终止 PID %d (属于 PID %d 子进程)的进程。
原因: %s
ERROR: The process with PID %d (child process of PID %d) could not be terminated.
Reason: %s
526一个或多个此进程的子进程仍然在运行。
One or more child processes of this process were still running.
527成功: 给进程发送了终止信号,进程的 PID 为 %d,是 PID %d 的子项。
SUCCESS: Sent termination signal to process with PID %d, child of PID %d.
1001
TASKKILL [/S system [/U username [/P [password]]]]

TASKKILL [/S system [/U username [/P [password]]]]
1002{ [/FI filter] [/PID processid | /IM imagename] } [/T] [/F]
{ [/FI filter] [/PID processid | /IM imagename] } [/T] [/F]
1003

1004描述:
Description:
1005使用该工具按照进程 ID (PID) 或映像名称终止任务。
This tool is used to terminate tasks by process id (PID) or image name.
1008参数列表:
Parameter List:
1009/S system 指定要连接的远程系统。

/S system Specifies the remote system to connect to.

1010/U [domain\]user 指定应该在哪个用户上下文执行这个命令。

/U [domain\]user Specifies the user context under which the
1012/P [password] 为提供的用户上下文指定密码。如果忽略,提示
/P [password] Specifies the password for the given user
1013输入。

context. Prompts for input if omitted.

1014/FI filter 应用筛选器以选择一组任务。
/FI filter Applies a filter to select a set of tasks.
1015允许使用 "*"。例如,映像名称 eq acme*

Allows "*" to be used. ex. imagename eq acme*

1016/PID processid 指定要终止的进程的 PID。
/PID processid Specifies the PID of the process to be terminated.
1017使用 TaskList 取得 PID。

Use TaskList to get the PID.

1018/IM imagename 指定要终止的进程的映像名称。通配符 '*'可用来
/IM imagename Specifies the image name of the process
1020指定所有任务或映像名称。

to specify all tasks or image names.

1021/T 终止指定的进程和由它启用的子进程。

/T Terminates the specified process and any
1023/F 指定强制终止进程。

/F Specifies to forcefully terminate the process(es).

1025/? 显示帮助消息。
/? Displays this help message.
1027筛选器:
Filters:
1028筛选器名 有效运算符 有效值
Filter Name Valid Operators Valid Value(s)
1029----------- --------------- -------------------------
----------- --------------- -------------------------
1030STATUS eq, ne RUNNING |
STATUS eq, ne RUNNING |
1031NOT RESPONDING | UNKNOWN
NOT RESPONDING | UNKNOWN
1032IMAGENAME eq, ne 映像名称
IMAGENAME eq, ne Image name
1033PID eq, ne, gt, lt, ge, le PID 值
PID eq, ne, gt, lt, ge, le PID value
1034SESSION eq, ne, gt, lt, ge, le 会话编号。
SESSION eq, ne, gt, lt, ge, le Session number.
1035CPUTIME eq, ne, gt, lt, ge, le CPU 时间,格式为
CPUTIME eq, ne, gt, lt, ge, le CPU time in the format
1036hh:mm:ss。
of hh:mm:ss.
1037hh - 时,
hh - hours,
1038mm - 分,ss - 秒
mm - minutes, ss - seconds
1039MEMUSAGE eq, ne, gt, lt, ge, le 内存使用量,单位为 KB
MEMUSAGE eq, ne, gt, lt, ge, le Memory usage in KB
1040USERNAME eq, ne 用户名,格式为 [domain\]user
USERNAME eq, ne User name in [domain\]user
1042MODULES eq, ne DLL 名称
MODULES eq, ne DLL name
1043SERVICES eq, ne 服务名称
SERVICES eq, ne Service name
1044WINDOWTITLE eq, ne 窗口标题
WINDOWTITLE eq, ne Window title
1046说明
NOTE
1047----
----
10481) 只有在应用筛选器的情况下,/IM 切换才能使用通配符 '*'。
1) Wildcard '*' for /IM switch is accepted only when a filter is applied.
10492) 远程进程总是要强行 (/F) 终止。
2) Termination of remote processes will always be done forcefully (/F).
10503) 当指定远程机器时,不支持 "WINDOWTITLE" 和 "STATUS" 筛选器。

3) "WINDOWTITLE" and "STATUS" filters are not considered when a remote
1052例如:
Examples:
1053TASKKILL /IM notepad.exe
TASKKILL /IM notepad.exe
1054TASKKILL /PID 1230 /PID 1241 /PID 1253 /T
TASKKILL /PID 1230 /PID 1241 /PID 1253 /T
1055TASKKILL /F /IM cmd.exe /T
TASKKILL /F /IM cmd.exe /T
1056TASKKILL /F /FI "PID ge 1000" /FI "WINDOWTITLE ne untitle*"
TASKKILL /F /FI "PID ge 1000" /FI "WINDOWTITLE ne untitle*"
1057TASKKILL /F /FI "USERNAME eq NT AUTHORITY\SYSTEM" /IM notepad.exe
TASKKILL /F /FI "USERNAME eq NT AUTHORITY\SYSTEM" /IM notepad.exe
1058TASKKILL /S system /U 域\用户名 /FI "用户名 ne NT*" /IM *
TASKKILL /S system /U domain\username /FI "USERNAME ne NT*" /IM *
1059TASKKILL /S system /U username /P password /FI "IMAGENAME eq note*"
TASKKILL /S system /U username /P password /FI "IMAGENAME eq note*"
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).

EXIF

File Name:taskkill.exe.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-taskkill.resources_31bf3856ad364e35_10.0.15063.0_zh-cn_70e308753e2ba730\
File Size:10 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:10240
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:Chinese (Simplified)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:终端进程
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:taskkill.exe
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:taskkill.exe.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-taskkill.resources_31bf3856ad364e35_10.0.15063.0_zh-cn_14c46cf185ce35fa\

What is taskkill.exe.mui?

taskkill.exe.mui is Multilingual User Interface resource file that contain Chinese (Simplified) language for file taskkill.exe (终端进程).

File version info

File Description:终端进程
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:taskkill.exe
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:taskkill.exe.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Translation:0x804, 1200