File name: | taskkill.exe.mui |
Size: | 16384 byte |
MD5: | 50f34299ddcd94d6b44aab47dde671e8 |
SHA1: | 495c04869c99aacd2d44441b8cbccaba799d46c8 |
SHA256: | 59a7038fbe07d07014d3f88435a245efd36478698c9d2dbd2e9df5d473e75362 |
Operating systems: | Windows 10 |
Extension: | MUI |
In x64: | taskkill.exe Terminates Processes (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 |
---|---|---|
103 | status | status |
104 | imagename | imagename |
105 | pid | pid |
106 | session | session |
107 | cputime | cputime |
108 | memusage | memusage |
109 | username | username |
110 | services | services |
111 | windowtitle | windowtitle |
112 | modules | modules |
113 | running|not responding|unknown | running|not responding|unknown |
121 | eq | ne | eq | ne |
122 | eq | ne | lt | gt | le | ge | eq | ne | lt | gt | le | ge |
151 | Running | Running |
152 | Not Responding | Not Responding |
153 | NT AUTHORITY | NT AUTHORITY |
154 | SYSTEM | SYSTEM |
155 | Unknown | Unknown |
501 | SUCCESS: The process with PID %d has been terminated. |
SUCCESS: The process with PID %d has been terminated. |
502 | SUCCESS: Sent termination signal to the process with PID %d. |
SUCCESS: Sent termination signal to the process with PID %d. |
503 | SUCCESS: The process "%s" with PID %d has been terminated. |
SUCCESS: The process "%s" with PID %d has been terminated. |
504 | SUCCESS: Sent termination signal to the process "%s" with PID %d. |
SUCCESS: Sent termination signal to the process "%s" with PID %d. |
505 | ERROR: The process with PID %d could not be terminated. Reason: %s |
ERROR: The process with PID %d could not be terminated. Reason: %s |
506 | ERROR: The process "%s" with PID %d could not be terminated. Reason: %s |
ERROR: The process "%s" with PID %d could not be terminated. Reason: %s |
507 | ERROR: The process "%s" not found. |
ERROR: The process "%s" not found. |
508 | INFO: No tasks running with the specified criteria. |
INFO: No tasks running with the specified criteria. |
509 | Operation is not valid. Error code: %d was returned. |
Operation is not valid. Error code: %d was returned. |
510 | This is critical system process. Taskkill cannot end this process. |
This is critical system process. Taskkill cannot end this process. |
511 | This process can only be terminated forcefully (with /F option). |
This process can only be terminated forcefully (with /F option). |
512 | The process cannot terminate itself. |
The process cannot terminate itself. |
513 | %s Error Code: 0x%08lx was returned. |
%s Error Code: 0x%08lx was returned. |
514 | Invalid syntax. /U can be specified only when /S is specified. Type "TASKKILL /?" for usage. |
Invalid syntax. /U can be specified only when /S is specified. Type "TASKKILL /?" for usage. |
515 | Invalid syntax. /P can be specified only when /U is specified. Type "TASKKILL /?" for usage. |
Invalid syntax. /P can be specified only when /U is specified. Type "TASKKILL /?" for usage. |
516 | Invalid syntax. User name cannot be empty. |
Invalid syntax. User name cannot be empty. |
517 | Invalid syntax. System name cannot be empty. |
Invalid syntax. System name cannot be empty. |
518 | Invalid syntax. '*' is accepted only when a filter is applied. Type "TASKKILL /?" for usage. |
Invalid syntax. '*' is accepted only when a filter is applied. Type "TASKKILL /?" for usage. |
519 | Invalid syntax. /PID and /IM cannot be used at the same time. Type "TASKKILL /?" for usage. |
Invalid syntax. /PID and /IM cannot be used at the same time. Type "TASKKILL /?" for usage. |
520 | Invalid syntax. Neither /FI nor /PID nor /IM were specified. Type "TASKKILL /?" for usage. |
Invalid syntax. Neither /FI nor /PID nor /IM were specified. Type "TASKKILL /?" for usage. |
521 | Specify a valid numeric value for '/PID' option. |
Specify a valid numeric value for '/PID' option. |
522 | Invalid syntax. Type "TASKKILL /?" for usage. |
Invalid syntax. Type "TASKKILL /?" for usage. |
523 | The specified command can only be executed by a 64-bit executable. |
The specified command can only be executed by a 64-bit executable. |
524 | SUCCESS: The process with PID %d (child process of PID %d) has been terminated. |
SUCCESS: The process with PID %d (child process of PID %d) has been terminated. |
525 | ERROR: The process with PID %d (child process of PID %d) could not be terminated. Reason: %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. |
One or more child processes of this process were still running. |
527 | SUCCESS: Sent termination signal to process with PID %d, child of 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: |
Description: |
1005 | This tool is used to terminate tasks by process id (PID) or image name. |
This tool is used to terminate tasks by process id (PID) or image name. |
1008 | Parameter List: |
Parameter List: |
1009 | /S system Specifies the remote system to connect to. |
/S system Specifies the remote system to connect to. |
1010 | /U [domain\]user Specifies the user context under which the |
/U [domain\]user Specifies the user context under which the |
1011 | command should execute. |
command should execute. |
1012 | /P [password] Specifies the password for the given user |
/P [password] Specifies the password for the given user |
1013 | context. Prompts for input if omitted. |
context. Prompts for input if omitted. |
1014 | /FI filter Applies a filter to select a set of tasks. |
/FI filter Applies a filter to select a set of tasks. |
1015 | Allows "*" to be used. ex. imagename eq acme* |
Allows "*" to be used. ex. imagename eq acme* |
1016 | /PID processid Specifies the PID of the process to be terminated. |
/PID processid Specifies the PID of the process to be terminated. |
1017 | Use TaskList to get the PID. |
Use TaskList to get the PID. |
1018 | /IM imagename Specifies the image name of the process |
/IM imagename Specifies the image name of the process |
1019 | to be terminated. Wildcard '*' can be used |
to be terminated. Wildcard '*' can be used |
1020 | to specify all tasks or image names. |
to specify all tasks or image names. |
1021 | /T Terminates the specified process and any |
/T Terminates the specified process and any |
1022 | child processes which were started by it. |
child processes which were started by it. |
1023 | /F Specifies to forcefully terminate the process(es). |
/F Specifies to forcefully terminate the process(es). |
1025 | /? Displays this help message. |
/? Displays this help message. |
1027 | Filters: |
Filters: |
1028 | Filter Name Valid Operators Valid Value(s) |
Filter Name Valid Operators Valid Value(s) |
1029 | ----------- --------------- ------------------------- |
----------- --------------- ------------------------- |
1030 | STATUS eq, ne RUNNING | |
STATUS eq, ne RUNNING | |
1031 | NOT RESPONDING | UNKNOWN |
NOT RESPONDING | UNKNOWN |
1032 | IMAGENAME eq, ne Image name |
IMAGENAME eq, ne Image name |
1033 | PID eq, ne, gt, lt, ge, le PID value |
PID eq, ne, gt, lt, ge, le PID value |
1034 | SESSION eq, ne, gt, lt, ge, le Session number. |
SESSION eq, ne, gt, lt, ge, le Session number. |
1035 | CPUTIME eq, ne, gt, lt, ge, le CPU time in the format |
CPUTIME eq, ne, gt, lt, ge, le CPU time in the format |
1036 | of hh:mm:ss. |
of hh:mm:ss. |
1037 | hh - hours, |
hh - hours, |
1038 | mm - minutes, ss - seconds |
mm - minutes, ss - seconds |
1039 | MEMUSAGE eq, ne, gt, lt, ge, le Memory usage in KB |
MEMUSAGE eq, ne, gt, lt, ge, le Memory usage in KB |
1040 | USERNAME eq, ne User name in [domain\]user |
USERNAME eq, ne User name in [domain\]user |
1041 | format |
format |
1042 | MODULES eq, ne DLL name |
MODULES eq, ne DLL name |
1043 | SERVICES eq, ne Service name |
SERVICES eq, ne Service name |
1044 | WINDOWTITLE eq, ne Window title |
WINDOWTITLE eq, ne Window title |
1046 | NOTE |
NOTE |
1047 | ---- |
---- |
1048 | 1) Wildcard '*' for /IM switch is accepted only when a filter is applied. |
1) Wildcard '*' for /IM switch is accepted only when a filter is applied. |
1049 | 2) Termination of remote processes will always be done forcefully (/F). |
2) Termination of remote processes will always be done forcefully (/F). |
1050 | 3) "WINDOWTITLE" and "STATUS" filters are not considered when a remote |
3) "WINDOWTITLE" and "STATUS" filters are not considered when a remote |
1051 | machine is specified. |
machine is specified. |
1052 | Examples: |
Examples: |
1053 | TASKKILL /IM notepad.exe |
TASKKILL /IM notepad.exe |
1054 | TASKKILL /PID 1230 /PID 1241 /PID 1253 /T |
TASKKILL /PID 1230 /PID 1241 /PID 1253 /T |
1055 | TASKKILL /F /IM cmd.exe /T |
TASKKILL /F /IM cmd.exe /T |
1056 | TASKKILL /F /FI "PID ge 1000" /FI "WINDOWTITLE ne untitle*" |
TASKKILL /F /FI "PID ge 1000" /FI "WINDOWTITLE ne untitle*" |
1057 | TASKKILL /F /FI "USERNAME eq NT AUTHORITY\SYSTEM" /IM notepad.exe |
TASKKILL /F /FI "USERNAME eq NT AUTHORITY\SYSTEM" /IM notepad.exe |
1058 | TASKKILL /S system /U domain\username /FI "USERNAME ne NT*" /IM * |
TASKKILL /S system /U domain\username /FI "USERNAME ne NT*" /IM * |
1059 | TASKKILL /S system /U username /P password /FI "IMAGENAME eq note*" |
TASKKILL /S system /U username /P password /FI "IMAGENAME eq note*" |
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: | Terminates Processes |
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: | 0x409, 1200 |