taskkill.exe 終止處理程序 2c33a23737a42eba4d242f7a34ee7316

File info

File name: taskkill.exe.mui
Size: 11264 byte
MD5: 2c33a23737a42eba4d242f7a34ee7316
SHA1: 0934d7a1777f2f063b783327c12e541bfe7c9139
SHA256: ab2f4c27ba4082bfa2ecfdb4d0355ff755ca29dffb1d91e86404f4bdd06c8433
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 (Traditional) 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 (Traditional) 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此工具可用於依據處理程序識別碼 (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
1011使用者內容。

command should execute.

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允許使用 "*"。例如,imagename 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
1019影像名稱。可使用萬用字元 '*'
to be terminated. Wildcard '*' can be used
1020來指定所有工作或影像名稱。

to specify all tasks or image names.

1021/T 終止指定的處理程序,以及任何
/T Terminates the specified process and any
1022由它所啟動的子處理程序。

child processes which were started by it.

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
1036是 hh: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
1041名稱
format
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
1051列入考量。

machine is specified.

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 domain\username /FI "USERNAME 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-tw_74df45cb3b9c83a0\
File Size:11 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:10752
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 (Traditional)
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-tw_18c0aa47833f126a\

What is taskkill.exe.mui?

taskkill.exe.mui is Multilingual User Interface resource file that contain Chinese (Traditional) 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:0x404, 1200