home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 4 / Windows / System32 / en-US / taskkill.exe.mui / string.txt next >
Encoding:
Text File  |  2008-01-19  |  7.1 KB  |  131 lines

  1. 103    status
  2. 104    imagename
  3. 105    pid
  4. 106    session
  5. 107    cputime
  6. 108    memusage
  7. 109    username
  8. 110    services
  9. 111    windowtitle
  10. 112    modules
  11. 113    running|not responding|unknown
  12. 121     eq | ne 
  13. 122     eq | ne | lt | gt | le | ge 
  14. 151    Running
  15. 152    Not Responding
  16. 153    NT AUTHORITY
  17. 154    SYSTEM
  18. 155    Unknown
  19. 501    SUCCESS: The process with PID %d has been terminated.\n
  20. 502    SUCCESS: Sent termination signal to the process with PID %d.\n
  21. 503    SUCCESS: The process "%s" with PID %d has been terminated.\n
  22. 504    SUCCESS: Sent termination signal to the process "%s" with PID %d.\n
  23. 505    ERROR: The process with PID %d could not be terminated.\nReason: %s
  24. 506    ERROR: The process "%s" with PID %d could not be terminated.\nReason: %s
  25. 507    ERROR: The process "%s" not found.\n
  26. 508    \nINFO: No tasks running with the specified criteria.\n
  27. 509    Operation is not valid. Error code: %d was returned.\n
  28. 510    This is critical system process. Taskkill cannot end this process.\n
  29. 511    This process can only be terminated forcefully (with /F option).\n
  30. 512    The process cannot terminate itself.\n
  31. 513    %s Error Code: 0x%08lx was returned.\n
  32. 514    Invalid syntax. /U can be specified only when /S is specified.\nType "TASKKILL /?" for usage.\n
  33. 515    Invalid syntax. /P can be specified only when /U is specified.\nType "TASKKILL /?" for usage.\n
  34. 516    Invalid syntax. User name cannot be empty.\n
  35. 517    Invalid syntax. System name cannot be empty.\n
  36. 518    Invalid syntax. '*' is accepted only when a filter is applied.\nType "TASKKILL /?" for usage.\n
  37. 519    Invalid syntax. /PID and /IM cannot be used at the same time.\nType "TASKKILL /?" for usage.\n
  38. 520    Invalid syntax. Neither /FI nor /PID nor /IM were specified.\nType "TASKKILL /?" for usage.\n
  39. 521    Specify a valid numeric value for '/PID' option.\n
  40. 522    Invalid syntax.\nType "TASKKILL /?" for usage.\n
  41. 523    The specified command can only be executed by a 64-bit executable.\n
  42. 524    SUCCESS: The process with PID %d (child process of PID %d) has been terminated.\n
  43. 525    ERROR: The process with PID %d (child process of PID %d) could not be terminated.\nReason: %s
  44. 526    One or more child processes of this process were still running.\n
  45. 527    SUCCESS: Sent termination signal to process with PID %d, child of PID %d.\n
  46. 1001    \nTASKKILL [/S system [/U username [/P [password]]]]\n
  47. 1002             { [/FI filter] [/PID processid | /IM imagename] } [/T] [/F]\n
  48. 1003    \n
  49. 1004    Description:\n
  50. 1005        This tool is used to terminate tasks by process id (PID) or image name.\n
  51. 1007    \n
  52. 1008    Parameter List:\n
  53. 1009        /S    system           Specifies the remote system to connect to.\n\n
  54. 1010        /U    [domain\]user    Specifies the user context under which the\n
  55. 1011                               command should execute.\n\n
  56. 1012        /P    [password]       Specifies the password for the given user\n
  57. 1013                               context. Prompts for input if omitted.\n\n
  58. 1014        /FI   filter           Applies a filter to select a set of tasks.\n
  59. 1015                               Allows "*" to be used. ex. imagename eq acme*\n\n
  60. 1016        /PID  processid        Specifies the PID of the process to be terminated.\n
  61. 1017                               Use TaskList to get the PID.\n\n
  62. 1018        /IM   imagename        Specifies the image name of the process\n
  63. 1019                               to be terminated. Wildcard '*' can be used\n
  64. 1020                               to specify all tasks or image names.\n\n
  65. 1021        /T                     Terminates the specified process and any\n
  66. 1022                               child processes which were started by it.\n\n
  67. 1023        /F                     Specifies to forcefully terminate the process(es).\n\n
  68. 1025        /?                     Displays this help message.\n
  69. 1026    \n
  70. 1027    Filters:\n
  71. 1028        Filter Name   Valid Operators           Valid Value(s)\n
  72. 1029        -----------   ---------------           -------------------------\n
  73. 1030        STATUS        eq, ne                    RUNNING |\n
  74. 1031                                                NOT RESPONDING | UNKNOWN\n
  75. 1032        IMAGENAME     eq, ne                    Image name\n
  76. 1033        PID           eq, ne, gt, lt, ge, le    PID value\n
  77. 1034        SESSION       eq, ne, gt, lt, ge, le    Session number.\n
  78. 1035        CPUTIME       eq, ne, gt, lt, ge, le    CPU time in the format\n
  79. 1036                                                of hh:mm:ss.\n
  80. 1037                                                hh - hours,\n
  81. 1038                                                mm - minutes, ss - seconds\n
  82. 1039        MEMUSAGE      eq, ne, gt, lt, ge, le    Memory usage in KB\n
  83. 1040        USERNAME      eq, ne                    User name in [domain\]user\n
  84. 1041                                                format\n
  85. 1042        MODULES       eq, ne                    DLL name\n
  86. 1043        SERVICES      eq, ne                    Service name\n
  87. 1044        WINDOWTITLE   eq, ne                    Window title\n
  88. 1045    \n
  89. 1046        NOTE\n
  90. 1047        ----\n
  91. 1048        1) Wildcard '*' for /IM switch is accepted only when a filter is applied.\n
  92. 1049        2) Termination of remote processes will always be done forcefully (/F).\n
  93. 1050        3) "WINDOWTITLE" and "STATUS" filters are not considered when a remote\n
  94. 1051           machine is specified.\n\n
  95. 1052    Examples:\n
  96. 1053        TASKKILL /IM notepad.exe\n
  97. 1054        TASKKILL /PID 1230 /PID 1241 /PID 1253 /T\n
  98. 1055        TASKKILL /F /IM cmd.exe /T \n
  99. 1056        TASKKILL /F /FI "PID ge 1000" /FI "WINDOWTITLE ne untitle*"\n
  100. 1057        TASKKILL /F /FI "USERNAME eq NT AUTHORITY\SYSTEM" /IM notepad.exe\n
  101. 1058        TASKKILL /S system /U domain\username /FI "USERNAME ne NT*" /IM *\n
  102. 1059        TASKKILL /S system /U username /P password /FI "IMAGENAME eq note*"\n
  103. 5001    ERROR:
  104. 5002    WARNING:
  105. 5003    SUCCESS:
  106. 5004    INFO:
  107. 5005    N/A
  108. 5501    Type the password for %s:
  109. 5502    Passing the user credential for local connection.\n
  110. 5503    The target system must be running Windows XP or above.\n
  111. 5504    The remote system must be running Windows 2000 or above.\n
  112. 5601    Invalid syntax. '%s' value is not allowed for '%s' option.\n%s\n
  113. 5602    Invalid syntax. Specify valid numeric value for '%s'.\n%s\n
  114. 5603    Invalid syntax. Specifiy valid floating point value for '%s'.\n%s\n
  115. 5604    Invalid syntax. Mandatory option '%s' is missing.\n%s\n
  116. 5605    Invalid syntax. '%s' option is not allowed more than '%d' time(s).\n%s\n
  117. 5607    Invalid argument/option - '%s'.\n%s\n
  118. 5608    Invalid syntax. Default argument is missing.\n%s\n
  119. 5609    Length of the command line argument should not exceed 255 characters.\n
  120. 5610    Invalid syntax. Default option is not allowed more than '%d' time(s).\n%s\n
  121. 5611    Invalid syntax. Value expected for '%s'.\n%s\n
  122. 5612    Invalid syntax. '%s' value is not allowed as default argument.\n%s\n
  123. 5613    Type "%s /?" for usage.
  124. 5614    Value for '%s' option cannot be empty.\n%s\n
  125. 5615    Value for default option cannot be empty.\n%s\n
  126. 5616    Invalid syntax. Specify valid numeric value for default.\n%s\n
  127. 5617    Invalid syntax. Specifiy valid floating point value for default.\n%s\n
  128. 5618    Value for default option cannot be more than %d character(s).\n
  129. 5619    Invalid syntax. Value cannot be specified with '%s' option.\n%s\n
  130. 5620    Value for '%s' option cannot be more than %d character(s).\n
  131.