????

Your IP : 18.222.164.11


Current Path : C:/Windows/SysWOW64/en-US/
Upload File :
Current File : C:/Windows/SysWOW64/en-US/taskkill.exe.mui

MZ����@���	�!�L�!This program cannot be run in DOS mode.

$��<߱�R���R���R�U�����R�U�P���R�Rich��R�PEL�!>

`q]@ p:8.rdata�@@.rsrc@ <@@4�Sn
T884�Sn$��8.rdata8x.rdata$zzzdbg �.rsrc$01�#7.rsrc$02 ������4�?(���BOUj�����Q4�Sn��(�@��������
(� @�!X�?p�@��A��B��C��9��X�Y�_0�`H�`�	x	�	�	�	�	�	�	�	�			(	8	H	X	h	x�#��@$���$���%|�&4�P+��4���5F�>`�pDx��IH�0L\��L$��M��DN�HT���V��MUI���5�1�(C"G)�Ƶ��J����RGo�!�;��6���MUIen-USstatus	imagenamepidsessioncputimememusageusernameserviceswindowtitlePAmodulesrunning|not responding|unknown	 eq | ne  eq | ne | lt | gt | le | ge PARunningNot RespondingNT AUTHORITYSYSTEMUnknown6SUCCESS: The process with PID %d has been terminated.
=SUCCESS: Sent termination signal to the process with PID %d.
;SUCCESS: The process "%s" with PID %d has been terminated.
BSUCCESS: Sent termination signal to the process "%s" with PID %d.
BERROR: The process with PID %d could not be terminated.
Reason: %sGERROR: The process "%s" with PID %d could not be terminated.
Reason: %s#ERROR: The process "%s" not found.
5
INFO: No tasks running with the specified criteria.
5Operation is not valid. Error code: %d was returned.
CThis is critical system process. Taskkill cannot end this process.
AThis process can only be terminated forcefully (with /F option).
%The process cannot terminate itself.
%%s Error Code: 0x%08lx was returned.
]Invalid syntax. /U can be specified only when /S is specified.
Type "TASKKILL /?" for usage.
]Invalid syntax. /P can be specified only when /U is specified.
Type "TASKKILL /?" for usage.
+Invalid syntax. User name cannot be empty.
-Invalid syntax. System name cannot be empty.
]Invalid syntax. '*' is accepted only when a filter is applied.
Type "TASKKILL /?" for usage.
\Invalid syntax. /PID and /IM cannot be used at the same time.
Type "TASKKILL /?" for usage.
[Invalid syntax. Neither /FI nor /PID nor /IM were specified.
Type "TASKKILL /?" for usage.
1Specify a valid numeric value for '/PID' option.
.Invalid syntax.
Type "TASKKILL /?" for usage.
CThe specified command can only be executed by a 64-bit executable.
PSUCCESS: The process with PID %d (child process of PID %d) has been terminated.
\ERROR: The process with PID %d (child process of PID %d) could not be terminated.
Reason: %s@One or more child processes of this process were still running.
JSUCCESS: Sent termination signal to process with PID %d, child of PID %d.
4
TASKKILL [/S system [/U username [/P [password]]]]
E         { [/FI filter] [/PID processid | /IM imagename] } [/T] [/F]


Description:
L    This tool is used to terminate tasks by process id (PID) or image name.

Parameter List:
G    /S    system           Specifies the remote system to connect to.

F    /U    [domain\]user    Specifies the user context under which the
4                           command should execute.

E    /P    [password]       Specifies the password for the given user
C                           context. Prompts for input if omitted.

F    /FI   filter           Applies a filter to select a set of tasks.
J                           Allows "*" to be used. ex. imagename eq acme*

N    /PID  processid        Specifies the PID of the process to be terminated.
9                           Use TaskList to get the PID.

C    /IM   imagename        Specifies the image name of the process
F                           to be terminated. Wildcard '*' can be used
A                           to specify all tasks or image names.

D    /T                     Terminates the specified process and any
F                           child processes which were started by it.

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

PA7    /?                     Displays this help message.

	Filters:
;    Filter Name   Valid Operators           Valid Value(s)
F    -----------   ---------------           -------------------------
6    STATUS        eq, ne                    RUNNING |
E                                            NOT RESPONDING | UNKNOWN
7    IMAGENAME     eq, ne                    Image name
6    PID           eq, ne, gt, lt, ge, le    PID value
<    SESSION       eq, ne, gt, lt, ge, le    Session number.
C    CPUTIME       eq, ne, gt, lt, ge, le    CPU time in the format
9                                            of hh:mm:ss.
8                                            hh - hours,
G                                            mm - minutes, ss - seconds
?    MEMUSAGE      eq, ne, gt, lt, ge, le    Memory usage in KB
G    USERNAME      eq, ne                    User name in [domain\]user
3                                            format
5    MODULES       eq, ne                    DLL name
9    SERVICES      eq, ne                    Service name
9    WINDOWTITLE   eq, ne                    Window title

	    NOTE
	    ----
N    1) Wildcard '*' for /IM switch is accepted only when a filter is applied.
L    2) Termination of remote processes will always be done forcefully (/F).
K    3) "WINDOWTITLE" and "STATUS" filters are not considered when a remote
       machine is specified.


Examples:
    TASKKILL /IM notepad.exe
.    TASKKILL /PID 1230 /PID 1241 /PID 1253 /T
     TASKKILL /F /IM cmd.exe /T 
@    TASKKILL /F /FI "PID ge 1000" /FI "WINDOWTITLE ne untitle*"
F    TASKKILL /F /FI "USERNAME eq NT AUTHORITY\SYSTEM" /IM notepad.exe
F    TASKKILL /S system /U domain\username /FI "USERNAME ne NT*" /IM *
H    TASKKILL /S system /U username /P password /FI "IMAGENAME eq note*"
ERROR:WARNING:SUCCESS:INFO:N/AType the password for %s:2Passing the user credential for local connection.
7The target system must be running Windows XP or above.
9The remote system must be running Windows 2000 or above.
PA>Invalid syntax. '%s' value is not allowed for '%s' option.
%s
9Invalid syntax. Specify valid numeric value for '%s'.
%s
AInvalid syntax. Specifiy valid floating point value for '%s'.
%s
5Invalid syntax. Mandatory option '%s' is missing.
%s
FInvalid syntax. '%s' option is not allowed more than '%d' time(s).
%s
#Invalid argument/option - '%s'.
%s
0Invalid syntax. Default argument is missing.
%s
FLength of the command line argument should not exceed 255 characters.
IInvalid syntax. Default option is not allowed more than '%d' time(s).
%s
,Invalid syntax. Value expected for '%s'.
%s
BInvalid syntax. '%s' value is not allowed as default argument.
%s
Type "%s /?" for usage.*Value for '%s' option cannot be empty.
%s
-Value for default option cannot be empty.
%s
PA<Invalid syntax. Specify valid numeric value for default.
%s
DInvalid syntax. Specifiy valid floating point value for default.
%s
>Value for default option cannot be more than %d character(s).
?Invalid syntax. Value cannot be specified with '%s' option.
%s
;Value for '%s' option cannot be more than %d character(s).
�4VS_VERSION_INFO��
|O
|O?�StringFileInfo�040904B0LCompanyNameMicrosoft CorporationRFileDescriptionTerminates Processesh$FileVersion10.0.20348.1 (WinBuild.160101.0800):
InternalNametaskkill.exe�.LegalCopyright� Microsoft Corporation. All rights reserved.JOriginalFilenametaskkill.exe.muij%ProductNameMicrosoft� Windows� Operating System>
ProductVersion10.0.20348.1DVarFileInfo$Translation	�PADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDING