takeown.exe 取得檔案的擁有權 06ae0460d1c2b7970ebe705be37d1c77

File info

File name: takeown.exe.mui
Size: 10752 byte
MD5: 06ae0460d1c2b7970ebe705be37d1c77
SHA1: afcdb6c9dfaf5c3c7f31bff10990c472f92f5f14
SHA256: 1ca317256f85c1c0f087890d9079259d458edd529a019a675f64d6a1b39ec39d
Operating systems: Windows 10
Extension: MUI
In x64: takeown.exe 取得檔案的擁有權 (32 位元)

Translations messages and strings

If an error occurred or the following message in Chinese (Traditional) 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 Chinese (Traditional) English
101
TAKEOWN [/S system [/U username [/P [password]]]]

TAKEOWN [/S system [/U username [/P [password]]]]
102/F filename [/A] [/R [/D prompt]]

/F filename [/A] [/R [/D prompt]]

103描述:
Description:
104這個工具可以讓系統管理員恢復
This tool allows an administrator to recover access to a file that
105之前被拒絕重新指派檔案擁有權。

was denied by re-assigning file ownership.

107參數清單:
Parameter List:
108/S system 指定要連線的遠端
/S system Specifies the remote system to
109系統。

connect to.

111/U [domain\]user 指定執行命令的使用者
/U [domain\]user Specifies the user context under
112內容。

which the command should execute.

114/P [password] 指定使用者密碼。
/P [password] Specifies the password for the
116如果省略,會出現密碼輸入要求。

Prompts for input if omitted.

118/F filename 指定檔案名稱或目錄
/F filename Specifies the filename or directory
119名稱模式。萬用字元 "*" 可以用來指定
name pattern. Wildcard "*" can be used
120模式。允許
to specify the pattern. Allows
121sharename\filename。

sharename\filename.

123/A 將擁有權給予系統管理員,
/A Gives ownership to the administrators
124而非目前的使用者。

group instead of the current user.

126/R 遞迴搜尋: 指示工具在指定的目錄
/R Recurse: instructs tool to operate on
127和所有子目錄中的檔案
files in specified directory and all
128操作。

subdirectories.

130/D prompt 當目前的使用者沒有
/D prompt Default answer used when the current user
131目錄 "list folder" 使用權時,所使用的
does not have the "list folder" permission
132預設回答。在子目錄遞迴操作時將發生
on a directory. This occurs while operating
133此情況。要取得擁有權,
recursively (/R) on sub-directories. Valid
134有效值為 "Y",要略過則是 "N"。

values "Y" to take ownership or "N" to skip.

136/SKIPSL 請勿接著符號連結。
/SKIPSL Do not follow symbolic links.
137僅可與 /R 搭配使用。

Only applicable with /R.

140/? 顯示這個說明訊息。

/? Displays this help message.

142注意: 1) 如果沒有指定 /A,檔案擁有權將給予
NOTE: 1) If /A is not specified, file ownership will be given to the
143目前登入的使用者。

current logged on user.

1442) 不支援混合使用 "?" 和 "*"。

2) Mixed patterns using "?" and "*" are not supported.

1453) 要壓抑確認提示,請用 /D。

3) /D is used to suppress the confirmation prompt.

148範例:
Examples:
149TAKEOWN /?
TAKEOWN /?
150TAKEOWN /F lostfile
TAKEOWN /F lostfile
151TAKEOWN /F \\system\share\lostfile /A
TAKEOWN /F \\system\share\lostfile /A
152TAKEOWN /F directory /R /D N
TAKEOWN /F directory /R /D N
153TAKEOWN /F directory /R /A
TAKEOWN /F directory /R /A
154TAKEOWN /F *
TAKEOWN /F *
155TAKEOWN /F C:\Windows\System32\acme.exe
TAKEOWN /F C:\Windows\System32\acme.exe
156TAKEOWN /F %windir%\*.txt
TAKEOWN /F %windir%\*.txt
157TAKEOWN /S system /F MyShare\Acme*.doc
TAKEOWN /S system /F MyShare\Acme*.doc
158TAKEOWN /S system /U user /F MyShare\MyBinary.dll
TAKEOWN /S system /U user /F MyShare\MyBinary.dll
159TAKEOWN /S system /U domain\user /P password /F share\filename
TAKEOWN /S system /U domain\user /P password /F share\filename
160TAKEOWN /S system /U user /P password /F Doc\Report.doc /A
TAKEOWN /S system /U user /P password /F Doc\Report.doc /A
161TAKEOWN /S system /U user /P password /F Myshare\*
TAKEOWN /S system /U user /P password /F Myshare\*
162TAKEOWN /S system /U user /P password /F Home\Logon /R
TAKEOWN /S system /U user /P password /F Home\Logon /R
163TAKEOWN /S system /U user /P password /F Myshare\directory /R /A
TAKEOWN /S system /U user /P password /F Myshare\directory /R /A
301錯誤: 萬用字元 (*) 只有在 "share\*" 格式遠端電腦才能接受。
ERROR: For remote machine, wildcard (*) is acceptable in "share\*" format only.
302錯誤: 語法不對。
請輸入 "TAKEOWN /?" 取得說明資訊。
ERROR: Invalid syntax.
Type "TAKEOWN /?" for usage.
303錯誤: 目前登入的使用者沒有系統管理的特殊權限。
ERROR: The current logged on user does not have administrative privileges.
304錯誤: 使用者無法存取要求的檔案 (或資料夾)。
ERROR: The user does not have access to the requested file (or folder).
305錯誤: 發生意外的錯誤。
ERROR: An unexpected error has occurred.
306錯誤: 發生存取違規。
ERROR: An access violation has occurred.
307
警告: 本機連線無法使用使用者認證。

WARNING: User credentials cannot be used for local connections.
401
成功: 系統管理員群組已經擁有檔案 (或資料夾): "%s"。

SUCCESS: The file (or folder): "%s" now owned by the administrators group.
402錯誤: 不可以同時指定 /R 和模式。
ERROR: /R and pattern cannot be specified together.
403
成功: 檔案 (或資料夾): "%s" 目前已經由使用者 "%s" 擁有。

SUCCESS: The file (or folder): "%s" now owned by user "%s".
404錯誤: 目前登入的使用者沒有擁有權的特殊權限。
ERROR: The current logged on user does not have ownership privileges.
406
資訊: 目前登入的使用者沒有檔案 (或
資料夾): "%s" 的擁有權權限。

INFO: The current logged on user does not have ownership privileges on
the file (or folder): "%s".
407錯誤: 指定的路徑不是有效的目錄路徑。
ERROR: The specified path is not a valid directory path.
408錯誤: 您沒有使用權限,無法列出要求的資料夾項目。
ERROR: You do not have permissions to list items in the requested folder.
409
您沒有讀取目錄 "%s" 內容的權限。

You do not have permissions to read the contents of directory "%s".
410Y y
411N n
412C c
413錯誤: 目前登入的使用者沒有檔案 (或
資料夾) "%s" 的擁有權權限。
ERROR: The current logged on user does not have ownership privileges on
the file (or folder) "%s".
414您要以授與您完全控制的許可來取代目錄
許可嗎 ("Y" 表示是、"N" 表示否,或 "C" 表示取消)?
Do you want to replace the directory permissions with permissions granting you
full control ("Y" for YES, "N" for NO or "C" to CANCEL)?
416
警告: 為了執行操作請略過使用者認證。

WARNING: Ignoring user credentials for performing the operation.
417錯誤: 無法存取檔案 "%s",因為它正被其他應用程式使用中。
ERROR: The file "%s" cannot be accessed because it is being used by another application.
418
資訊: 無法存取檔案 "%s",因為它正被其他應用程式使用中。

INFO: The file "%s" cannot be accessed because it is being used by another application.
420錯誤: 檔案擁有權無法套用在不安全的檔案系統;
不支援 ACL。
ERROR: File ownership cannot be applied on insecure file systems;
there is no support for ACLs.
421錯誤: 使用者名稱無效。
ERROR: Invalid user name.
422錯誤: 擁有權無法套用在抽取式媒體。
ERROR: Ownership cannot be applied on removable media.
423
資訊: 無法在指定模式中找到檔案 (或資料夾)。

INFO: There are no files (or folders) found with the specified pattern.
424錯誤: /D 必須和 /R 同時指定。
ERROR: /D should be specified only with /R.
425Y|N Y|N
426
資訊: 檔案擁有權無法套用在檔案或資料夾 "%s"; 不安全的檔案系統 (FAT32) 不支援 ACL。

INFO: File ownership cannot be applied to file or folder "%s"; insecure file systems (FAT32) do not support ACLs.
601輸入 "TAKEOWN /?" 來取得說明。
Type "TAKEOWN /?" for usage.
603必須指定檔案名稱或模式。
File name or pattern must be specified.
604錯誤: 檔案名稱不可以空白。
ERROR: File name cannot be blank.
606錯誤: 找不到檔案或目錄。
ERROR: File or Directory not found.
607錯誤: 語法不正確。必須指定 /S,才能指定 /U。
請輸入 "TAKEOWN /?" 來取得使用說明。
ERROR: Invalid syntax. /U can be specified only when /S is specified.
Type "TAKEOWN /?" for usage.
608錯誤: 語法不正確。必須指定 /U,才能指定 /U。
請輸入 "TAKEOWN /?" 來取得使用說明。
ERROR: Invalid syntax. /P can be specified only when /U is specified.
Type "TAKEOWN /?" for usage.
609錯誤: 語法錯誤。系統名稱不可空白。
ERROR: Invalid syntax. System name cannot be empty.
610錯誤: 語法錯誤。使用者名稱不可空白。
ERROR: Invalid syntax. User name cannot be empty.
611錯誤: 安全性識別碼不正確。
ERROR: The Security ID is invalid.
612錯誤: 指定的磁碟機不正確。
ERROR: The specified drive is invalid.
613
資訊: 無法在指定的檔案路徑中找到檔案 (或資料夾)。

INFO: There are no files (or folders) found in the specified file path.
614錯誤: 記憶體配置失敗。
ERROR: Memory allocation failed.
5001錯誤: ERROR:
5002警告: WARNING:
5003成功: SUCCESS:
5004資訊: INFO:
5005不適用 N/A
5501輸入 %s 的密碼: Type the password for %s:
5502為本機連線傳遞使用者認證。
Passing the user credential for local connection.
5503目標系統必須執行 Windows XP 或以上的版本。
The target system must be running Windows XP or above.
5504遠端系統必須執行 Windows 2000 或以上的版本。
The remote system must be running Windows 2000 or above.
5601語法錯誤。'%s' 值不允許用於 '%s' 選項。
%s
Invalid syntax. '%s' value is not allowed for '%s' option.
%s
5602語法錯誤。請為 '%s' 指定有效的數值。
%s
Invalid syntax. Specify valid numeric value for '%s'.
%s
5603語法錯誤。請為 '%s' 指定有效的浮點數值。
%s
Invalid syntax. Specifiy valid floating point value for '%s'.
%s
5604語法錯誤。缺少強制選項 '%s'。
%s
Invalid syntax. Mandatory option '%s' is missing.
%s
5605語法錯誤。'%s' 選項不允許超過 %d 次。
%s
Invalid syntax. '%s' option is not allowed more than '%d' time(s).
%s
5607錯誤的引數/選項 - '%s'。
%s
Invalid argument/option - '%s'.
%s
5608語法錯誤。遺失預設的引數。
%s
Invalid syntax. Default argument is missing.
%s
5609命令列引數的長度不可超過 255 個英數字元。
Length of the command line argument should not exceed 255 characters.
5610語法錯誤。預設選項不允許超過 %d 次。
%s
Invalid syntax. Default option is not allowed more than '%d' time(s).
%s
5611語法錯誤。'%s' 必須要有值。
%s
Invalid syntax. Value expected for '%s'.
%s
5612語法錯誤。'%s' 值不允許做為預設的引數。
%s
Invalid syntax. '%s' value is not allowed as default argument.
%s
5613輸入 "%s /?" 取得使用方式。 Type "%s /?" for usage.
5614'%s' 選項的值不可空白。
%s
Value for '%s' option cannot be empty.
%s
5615預設選項的值不可空白。
%s
Value for default option cannot be empty.
%s
5616語法錯誤。請為預設指定有效的數值。
%s
Invalid syntax. Specify valid numeric value for default.
%s
5617語法錯誤。請為預設指定有效的浮點數值。
%s
Invalid syntax. Specifiy valid floating point value for default.
%s
5618預設選項的值不可以超過 %d 個字元。
Value for default option cannot be more than %d character(s).
5619語法錯誤。不可以 '%s' 選項來指定值。
%s
Invalid syntax. Value cannot be specified with '%s' option.
%s
5620'%s' 選項的值不可以超過 %d 個字元。
Value for '%s' option cannot be more than %d character(s).

EXIF

File Name:takeown.exe.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-takeown.resources_31bf3856ad364e35_10.0.15063.0_zh-tw_2acece220e4ef820\
File Size:10 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:10240
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:Chinese (Traditional)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:取得檔案的擁有權
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:takeown.exe
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:takeown.exe.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-takeown.resources_31bf3856ad364e35_10.0.15063.0_zh-tw_ceb0329e55f186ea\

What is takeown.exe.mui?

takeown.exe.mui is Multilingual User Interface resource file that contain Chinese (Traditional) language for file takeown.exe (取得檔案的擁有權).

File version info

File Description:取得檔案的擁有權
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:takeown.exe
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:takeown.exe.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Translation:0x404, 1200