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 / takeown.exe.mui / string.txt next >
Encoding:
Text File  |  2008-01-19  |  7.1 KB  |  119 lines

  1. 101    \nTAKEOWN [/S system [/U username [/P [password]]]]\n
  2. 102            /F filename [/A] [/R [/D prompt]]\n\n
  3. 103    Description:\n
  4. 104        This tool allows an administrator to recover access to a file that\n
  5. 105        was denied by re-assigning file ownership.\n\n
  6. 107    Parameter List: \n
  7. 108        /S           system          Specifies the remote system to\n
  8. 109                                     connect to.\n\n
  9. 111        /U           [domain\]user   Specifies the user context under\n
  10. 112                                     which the command should execute.\n\n
  11. 114        /P           [password]      Specifies the password for the\n
  12. 115                                     given user context.\n
  13. 116                                     Prompts for input if omitted.\n\n
  14. 118        /F           filename        Specifies the filename or directory\n
  15. 119                                     name pattern. Wildcard "*" can be used\n
  16. 120                                     to specify the pattern. Allows\n
  17. 121                                     sharename\filename.\n\n
  18. 123        /A                           Gives ownership to the administrators\n
  19. 124                                     group instead of the current user.\n\n
  20. 126        /R                           Recurse: instructs tool to operate on\n
  21. 127                                     files in specified directory and all \n
  22. 128                                     subdirectories.\n\n
  23. 130        /D           prompt          Default answer used when the current user\n
  24. 131                                     does not have the "list folder" permission\n
  25. 132                                     on a directory.  This occurs while operating\n
  26. 133                                     recursively (/R) on sub-directories. Valid \n
  27. 134                                     values "Y" to take ownership or "N" to skip.\n\n
  28. 137        /?                           Displays this help message.\n\n
  29. 139        NOTE: 1) If /A is not specified, file ownership will be given to the\n
  30. 140                 current logged on user.\n\n
  31. 141              2) Mixed patterns using "?" and "*" are not supported.\n\n
  32. 142              3) /D is used to suppress the confirmation prompt.\n\n
  33. 145    Examples: \n
  34. 146        TAKEOWN /?\n
  35. 147        TAKEOWN /F lostfile\n
  36. 148        TAKEOWN /F \\system\share\lostfile /A\n
  37. 149        TAKEOWN /F directory /R /D N\n
  38. 150        TAKEOWN /F directory /R /A\n
  39. 151        TAKEOWN /F *\n
  40. 152        TAKEOWN /F C:\Windows\System32\acme.exe\n
  41. 153        TAKEOWN /F %windir%\*.txt\n
  42. 154        TAKEOWN /S system /F MyShare\Acme*.doc\n
  43. 155        TAKEOWN /S system /U user /F MyShare\foo.dll\n
  44. 156        TAKEOWN /S system /U domain\user /P password /F share\filename\n
  45. 157        TAKEOWN /S system /U user /P password /F Doc\Report.doc /A\n
  46. 158        TAKEOWN /S system /U user /P password /F Myshare\* \n
  47. 159        TAKEOWN /S system /U user /P password /F Home\Logon /R\n
  48. 160        TAKEOWN /S system /U user /P password /F Myshare\directory /R /A\n
  49. 301    ERROR: For remote machine, wildcard (*) is acceptable in "share\*" format only.\n
  50. 302    ERROR: Invalid syntax.\nType "TAKEOWN /?" for usage.\n
  51. 303    ERROR: The current logged on user does not have administrative privileges.\n
  52. 304    ERROR: The user does not have access to the requested file (or folder).\n
  53. 305    ERROR: An unexpected error has occurred.\n
  54. 306    ERROR: An access violation has occurred.\n
  55. 307    \nWARNING: User credentials cannot be used for local connections.\n
  56. 401    \nSUCCESS: The file (or folder): "%s" now owned by the administrators group.\n
  57. 402    ERROR: /R and pattern cannot be specified together.\n 
  58. 403    \nSUCCESS: The file (or folder): "%s" now owned by user "%s".\n
  59. 404    ERROR: The current logged on user does not have ownership privileges.\n
  60. 406    \nINFO: The current logged on user does not have ownership privileges on\n      the file (or folder): "%s".\n 
  61. 407    ERROR: The specified path is not a valid directory path.\n
  62. 408    ERROR: You do not have permissions to list items in the requested folder.\n
  63. 409    \nYou do not have permissions to read the contents of directory "%s". \n
  64. 410    y
  65. 411    n
  66. 412    c
  67. 413    ERROR: The current logged on user does not have ownership privileges on\n       the file (or folder) "%s".\n 
  68. 414    Do you want to replace the directory permissions with permissions granting you\nfull control ("Y" for YES, "N" for NO or "C" to CANCEL)? 
  69. 416    \nWARNING: Ignoring user credentials for performing the operation.\n
  70. 417    ERROR: The file "%s" cannot be accessed because it is being used by another application.\n
  71. 418    \nINFO: The file "%s" cannot be accessed because it is being used by another application.\n
  72. 420    ERROR: File ownership cannot be applied on insecure file systems;\n       there is no support for ACLs.\n
  73. 421    ERROR: Invalid user name.\n
  74. 422    ERROR: Ownership cannot be applied on removable media.\n
  75. 423    \nINFO: There are no files (or folders) found with the specified pattern.\n
  76. 424    ERROR: /D should be specified only with /R.\n
  77. 425    Y|N
  78. 426    \nINFO: File ownership cannot be applied to file or folder "%s"; insecure file systems (FAT32) do not support ACLs.\n
  79. 601    Type "TAKEOWN /?" for usage.\n
  80. 603    File name or pattern must be specified.\n
  81. 604    ERROR: File name cannot be blank.\n
  82. 606    ERROR: File or Directory not found.\n
  83. 607    ERROR: Invalid syntax. /U can be specified only when /S is specified.\nType "TAKEOWN /?" for usage.\n
  84. 608    ERROR: Invalid syntax. /P can be specified only when /U is specified.\nType "TAKEOWN /?" for usage.\n
  85. 609    ERROR: Invalid syntax. System name cannot be empty.\n
  86. 610    ERROR: Invalid syntax. User name cannot be empty.\n
  87. 611    ERROR: The Security ID is invalid.\n
  88. 612    ERROR: The specified drive is invalid.\n
  89. 613    \nINFO: There are no files (or folders) found in the specified file path.\n
  90. 614    ERROR: Memory allocation failed.\n
  91. 5001    ERROR:
  92. 5002    WARNING:
  93. 5003    SUCCESS:
  94. 5004    INFO:
  95. 5005    N/A
  96. 5501    Type the password for %s:
  97. 5502    Passing the user credential for local connection.\n
  98. 5503    The target system must be running Windows XP or above.\n
  99. 5504    The remote system must be running Windows 2000 or above.\n
  100. 5601    Invalid syntax. '%s' value is not allowed for '%s' option.\n%s\n
  101. 5602    Invalid syntax. Specify valid numeric value for '%s'.\n%s\n
  102. 5603    Invalid syntax. Specifiy valid floating point value for '%s'.\n%s\n
  103. 5604    Invalid syntax. Mandatory option '%s' is missing.\n%s\n
  104. 5605    Invalid syntax. '%s' option is not allowed more than '%d' time(s).\n%s\n
  105. 5607    Invalid argument/option - '%s'.\n%s\n
  106. 5608    Invalid syntax. Default argument is missing.\n%s\n
  107. 5609    Length of the command line argument should not exceed 255 characters.\n
  108. 5610    Invalid syntax. Default option is not allowed more than '%d' time(s).\n%s\n
  109. 5611    Invalid syntax. Value expected for '%s'.\n%s\n
  110. 5612    Invalid syntax. '%s' value is not allowed as default argument.\n%s\n
  111. 5613    Type "%s /?" for usage.
  112. 5614    Value for '%s' option cannot be empty.\n%s\n
  113. 5615    Value for default option cannot be empty.\n%s\n
  114. 5616    Invalid syntax. Specify valid numeric value for default.\n%s\n
  115. 5617    Invalid syntax. Specifiy valid floating point value for default.\n%s\n
  116. 5618    Value for default option cannot be more than %d character(s).\n
  117. 5619    Invalid syntax. Value cannot be specified with '%s' option.\n%s\n
  118. 5620    Value for '%s' option cannot be more than %d character(s).\n
  119.