home *** CD-ROM | disk | FTP | other *** search
- 103 status
- 104 imagename
- 105 pid
- 106 session
- 107 cputime
- 108 memusage
- 109 username
- 110 services
- 111 windowtitle
- 112 modules
- 113 running|not responding|unknown
- 121 eq | ne
- 122 eq | ne | lt | gt | le | ge
- 151 Running
- 152 Not Responding
- 153 NT AUTHORITY
- 154 SYSTEM
- 155 Unknown
- 501 SUCCESS: The process with PID %d has been terminated.\n
- 502 SUCCESS: Sent termination signal to the process with PID %d.\n
- 503 SUCCESS: The process "%s" with PID %d has been terminated.\n
- 504 SUCCESS: Sent termination signal to the process "%s" with PID %d.\n
- 505 ERROR: The process with PID %d could not be terminated.\nReason: %s
- 506 ERROR: The process "%s" with PID %d could not be terminated.\nReason: %s
- 507 ERROR: The process "%s" not found.\n
- 508 \nINFO: No tasks running with the specified criteria.\n
- 509 Operation is not valid. Error code: %d was returned.\n
- 510 This is critical system process. Taskkill cannot end this process.\n
- 511 This process can only be terminated forcefully (with /F option).\n
- 512 The process cannot terminate itself.\n
- 513 %s Error Code: 0x%08lx was returned.\n
- 514 Invalid syntax. /U can be specified only when /S is specified.\nType "TASKKILL /?" for usage.\n
- 515 Invalid syntax. /P can be specified only when /U is specified.\nType "TASKKILL /?" for usage.\n
- 516 Invalid syntax. User name cannot be empty.\n
- 517 Invalid syntax. System name cannot be empty.\n
- 518 Invalid syntax. '*' is accepted only when a filter is applied.\nType "TASKKILL /?" for usage.\n
- 519 Invalid syntax. /PID and /IM cannot be used at the same time.\nType "TASKKILL /?" for usage.\n
- 520 Invalid syntax. Neither /FI nor /PID nor /IM were specified.\nType "TASKKILL /?" for usage.\n
- 521 Specify a valid numeric value for '/PID' option.\n
- 522 Invalid syntax.\nType "TASKKILL /?" for usage.\n
- 523 The specified command can only be executed by a 64-bit executable.\n
- 524 SUCCESS: The process with PID %d (child process of PID %d) has been terminated.\n
- 525 ERROR: The process with PID %d (child process of PID %d) could not be terminated.\nReason: %s
- 526 One or more child processes of this process were still running.\n
- 527 SUCCESS: Sent termination signal to process with PID %d, child of PID %d.\n
- 1001 \nTASKKILL [/S system [/U username [/P [password]]]]\n
- 1002 { [/FI filter] [/PID processid | /IM imagename] } [/T] [/F]\n
- 1003 \n
- 1004 Description:\n
- 1005 This tool is used to terminate tasks by process id (PID) or image name.\n
- 1007 \n
- 1008 Parameter List:\n
- 1009 /S system Specifies the remote system to connect to.\n\n
- 1010 /U [domain\]user Specifies the user context under which the\n
- 1011 command should execute.\n\n
- 1012 /P [password] Specifies the password for the given user\n
- 1013 context. Prompts for input if omitted.\n\n
- 1014 /FI filter Applies a filter to select a set of tasks.\n
- 1015 Allows "*" to be used. ex. imagename eq acme*\n\n
- 1016 /PID processid Specifies the PID of the process to be terminated.\n
- 1017 Use TaskList to get the PID.\n\n
- 1018 /IM imagename Specifies the image name of the process\n
- 1019 to be terminated. Wildcard '*' can be used\n
- 1020 to specify all tasks or image names.\n\n
- 1021 /T Terminates the specified process and any\n
- 1022 child processes which were started by it.\n\n
- 1023 /F Specifies to forcefully terminate the process(es).\n\n
- 1025 /? Displays this help message.\n
- 1026 \n
- 1027 Filters:\n
- 1028 Filter Name Valid Operators Valid Value(s)\n
- 1029 ----------- --------------- -------------------------\n
- 1030 STATUS eq, ne RUNNING |\n
- 1031 NOT RESPONDING | UNKNOWN\n
- 1032 IMAGENAME eq, ne Image name\n
- 1033 PID eq, ne, gt, lt, ge, le PID value\n
- 1034 SESSION eq, ne, gt, lt, ge, le Session number.\n
- 1035 CPUTIME eq, ne, gt, lt, ge, le CPU time in the format\n
- 1036 of hh:mm:ss.\n
- 1037 hh - hours,\n
- 1038 mm - minutes, ss - seconds\n
- 1039 MEMUSAGE eq, ne, gt, lt, ge, le Memory usage in KB\n
- 1040 USERNAME eq, ne User name in [domain\]user\n
- 1041 format\n
- 1042 MODULES eq, ne DLL name\n
- 1043 SERVICES eq, ne Service name\n
- 1044 WINDOWTITLE eq, ne Window title\n
- 1045 \n
- 1046 NOTE\n
- 1047 ----\n
- 1048 1) Wildcard '*' for /IM switch is accepted only when a filter is applied.\n
- 1049 2) Termination of remote processes will always be done forcefully (/F).\n
- 1050 3) "WINDOWTITLE" and "STATUS" filters are not considered when a remote\n
- 1051 machine is specified.\n\n
- 1052 Examples:\n
- 1053 TASKKILL /IM notepad.exe\n
- 1054 TASKKILL /PID 1230 /PID 1241 /PID 1253 /T\n
- 1055 TASKKILL /F /IM cmd.exe /T \n
- 1056 TASKKILL /F /FI "PID ge 1000" /FI "WINDOWTITLE ne untitle*"\n
- 1057 TASKKILL /F /FI "USERNAME eq NT AUTHORITY\SYSTEM" /IM notepad.exe\n
- 1058 TASKKILL /S system /U domain\username /FI "USERNAME ne NT*" /IM *\n
- 1059 TASKKILL /S system /U username /P password /FI "IMAGENAME eq note*"\n
- 5001 ERROR:
- 5002 WARNING:
- 5003 SUCCESS:
- 5004 INFO:
- 5005 N/A
- 5501 Type the password for %s:
- 5502 Passing the user credential for local connection.\n
- 5503 The target system must be running Windows XP or above.\n
- 5504 The remote system must be running Windows 2000 or above.\n
- 5601 Invalid syntax. '%s' value is not allowed for '%s' option.\n%s\n
- 5602 Invalid syntax. Specify valid numeric value for '%s'.\n%s\n
- 5603 Invalid syntax. Specifiy valid floating point value for '%s'.\n%s\n
- 5604 Invalid syntax. Mandatory option '%s' is missing.\n%s\n
- 5605 Invalid syntax. '%s' option is not allowed more than '%d' time(s).\n%s\n
- 5607 Invalid argument/option - '%s'.\n%s\n
- 5608 Invalid syntax. Default argument is missing.\n%s\n
- 5609 Length of the command line argument should not exceed 255 characters.\n
- 5610 Invalid syntax. Default option is not allowed more than '%d' time(s).\n%s\n
- 5611 Invalid syntax. Value expected for '%s'.\n%s\n
- 5612 Invalid syntax. '%s' value is not allowed as default argument.\n%s\n
- 5613 Type "%s /?" for usage.
- 5614 Value for '%s' option cannot be empty.\n%s\n
- 5615 Value for default option cannot be empty.\n%s\n
- 5616 Invalid syntax. Specify valid numeric value for default.\n%s\n
- 5617 Invalid syntax. Specifiy valid floating point value for default.\n%s\n
- 5618 Value for default option cannot be more than %d character(s).\n
- 5619 Invalid syntax. Value cannot be specified with '%s' option.\n%s\n
- 5620 Value for '%s' option cannot be more than %d character(s).\n
-