taskkill.exe Terminates Processes 50f34299ddcd94d6b44aab47dde671e8

File info

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)

Translations messages and strings

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
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
501SUCCESS: The process with PID %d has been terminated.
SUCCESS: The process with PID %d has been terminated.
502SUCCESS: Sent termination signal to the process with PID %d.
SUCCESS: Sent termination signal to the process with PID %d.
503SUCCESS: The process "%s" with PID %d has been terminated.
SUCCESS: The process "%s" with PID %d has been terminated.
504SUCCESS: Sent termination signal to the process "%s" with PID %d.
SUCCESS: Sent termination signal to the process "%s" with PID %d.
505ERROR: The process with PID %d could not be terminated.
Reason: %s
ERROR: The process with PID %d could not be terminated.
Reason: %s
506ERROR: 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
507ERROR: 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.
509Operation is not valid. Error code: %d was returned.
Operation is not valid. Error code: %d was returned.
510This is critical system process. Taskkill cannot end this process.
This is critical system process. Taskkill cannot end this process.
511This process can only be terminated forcefully (with /F option).
This process can only be terminated forcefully (with /F option).
512The process cannot terminate itself.
The process cannot terminate itself.
513%s Error Code: 0x%08lx was returned.
%s Error Code: 0x%08lx was returned.
514Invalid 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.
515Invalid 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.
516Invalid syntax. User name cannot be empty.
Invalid syntax. User name cannot be empty.
517Invalid syntax. System name cannot be empty.
Invalid syntax. System name cannot be empty.
518Invalid 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.
519Invalid 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.
520Invalid 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.
521Specify a valid numeric value for '/PID' option.
Specify a valid numeric value for '/PID' option.
522Invalid syntax.
Type "TASKKILL /?" for usage.
Invalid syntax.
Type "TASKKILL /?" for usage.
523The specified command can only be executed by a 64-bit executable.
The specified command can only be executed by a 64-bit executable.
524SUCCESS: 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.
525ERROR: 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
526One or more child processes of this process were still running.
One or more child processes of this process were still running.
527SUCCESS: 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

1004Description:
Description:
1005This 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.
1008Parameter 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
1011command should execute.

command should execute.

1012/P [password] Specifies the password for the given user
/P [password] Specifies the password for the given user
1013context. 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.
1015Allows "*" 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.
1017Use 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
1019to be terminated. Wildcard '*' can be used
to be terminated. Wildcard '*' can be used
1020to 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
1022child 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.
1027Filters:
Filters:
1028Filter Name Valid Operators Valid Value(s)
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 Image name
IMAGENAME eq, ne Image name
1033PID eq, ne, gt, lt, ge, le PID value
PID eq, ne, gt, lt, ge, le PID value
1034SESSION eq, ne, gt, lt, ge, le Session number.
SESSION eq, ne, gt, lt, ge, le Session number.
1035CPUTIME eq, ne, gt, lt, ge, le CPU time in the format
CPUTIME eq, ne, gt, lt, ge, le CPU time in the format
1036of hh:mm:ss.
of hh:mm:ss.
1037hh - hours,
hh - hours,
1038mm - minutes, ss - seconds
mm - minutes, ss - seconds
1039MEMUSAGE eq, ne, gt, lt, ge, le Memory usage in KB
MEMUSAGE eq, ne, gt, lt, ge, le Memory usage in KB
1040USERNAME eq, ne User name in [domain\]user
USERNAME eq, ne User name in [domain\]user
1041format
format
1042MODULES eq, ne DLL name
MODULES eq, ne DLL name
1043SERVICES eq, ne Service name
SERVICES eq, ne Service name
1044WINDOWTITLE eq, ne Window title
WINDOWTITLE eq, ne Window title
1046NOTE
NOTE
1047----
----
10481) 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.
10492) Termination of remote processes will always be done forcefully (/F).
2) Termination of remote processes will always be done forcefully (/F).
10503) "WINDOWTITLE" and "STATUS" filters are not considered when a remote
3) "WINDOWTITLE" and "STATUS" filters are not considered when a remote
1051machine is specified.

machine is specified.

1052Examples:
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*"
5001ERROR: ERROR:
5002WARNING: WARNING:
5003SUCCESS: SUCCESS:
5004INFO: INFO:
5005N/A N/A
5501Type the password for %s: Type the password for %s:
5502Passing the user credential for local connection.
Passing the user credential for local connection.
5503The target system must be running Windows XP or above.
The target system must be running Windows XP or above.
5504The remote system must be running Windows 2000 or above.
The remote system must be running Windows 2000 or above.
5601Invalid syntax. '%s' value is not allowed for '%s' option.
%s
Invalid syntax. '%s' value is not allowed for '%s' option.
%s
5602Invalid syntax. Specify valid numeric value for '%s'.
%s
Invalid syntax. Specify valid numeric value for '%s'.
%s
5603Invalid syntax. Specifiy valid floating point value for '%s'.
%s
Invalid syntax. Specifiy valid floating point value for '%s'.
%s
5604Invalid syntax. Mandatory option '%s' is missing.
%s
Invalid syntax. Mandatory option '%s' is missing.
%s
5605Invalid 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
5607Invalid argument/option - '%s'.
%s
Invalid argument/option - '%s'.
%s
5608Invalid syntax. Default argument is missing.
%s
Invalid syntax. Default argument is missing.
%s
5609Length of the command line argument should not exceed 255 characters.
Length of the command line argument should not exceed 255 characters.
5610Invalid 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
5611Invalid syntax. Value expected for '%s'.
%s
Invalid syntax. Value expected for '%s'.
%s
5612Invalid syntax. '%s' value is not allowed as default argument.
%s
Invalid syntax. '%s' value is not allowed as default argument.
%s
5613Type "%s /?" for usage. Type "%s /?" for usage.
5614Value for '%s' option cannot be empty.
%s
Value for '%s' option cannot be empty.
%s
5615Value for default option cannot be empty.
%s
Value for default option cannot be empty.
%s
5616Invalid syntax. Specify valid numeric value for default.
%s
Invalid syntax. Specify valid numeric value for default.
%s
5617Invalid syntax. Specifiy valid floating point value for default.
%s
Invalid syntax. Specifiy valid floating point value for default.
%s
5618Value for default option cannot be more than %d character(s).
Value for default option cannot be more than %d character(s).
5619Invalid syntax. Value cannot be specified with '%s' option.
%s
Invalid syntax. Value cannot be specified with '%s' option.
%s
5620Value for '%s' option cannot be more than %d character(s).
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_en-us_115c9e075709cd1e\
File Size:16 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:15872
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:English (U.S.)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Terminates Processes
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_en-us_b53e02839eac5be8\

What is taskkill.exe.mui?

taskkill.exe.mui is Multilingual User Interface resource file that contain English (U.S.) language for file taskkill.exe (Terminates Processes).

File version info

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