takeown.exe 取得文件的所有权 097482a6dfacc03ffa8a97565bc9faa8

File info

File name: takeown.exe.mui
Size: 10240 byte
MD5: 097482a6dfacc03ffa8a97565bc9faa8
SHA1: 2b468cce3e488a6ecc72c4371a041b02975da639
SHA256: 0acf15ff6afd31f388a5916fa275f99dfac1dc394d44af696b4ef55fb83d5469
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 (Simplified) 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 (Simplified) 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
111/U [domain\]user 指定用户上下文,命令在此上下文中执行。

/U [domain\]user Specifies the user context under
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
123/A 将所有权给于管理员组,而不是当前用户。

/A Gives ownership to the administrators
126/R 递归: 指示工具运行于指定的目录和子目录
/R Recurse: instructs tool to operate on
127里的文件上。

files in specified directory and all
130/D prompt 当前用户在一个目录里没有“列出文件夹”
/D prompt Default answer used when the current user
131权限时,使用默认答案。当在子目录里进行
does not have the "list folder" permission
132递归 (/R) 操作时会发生这种情况。用有效
on a directory. This occurs while operating
133值 "Y" 获取所有权或用 "N" 跳过。

recursively (/R) on sub-directories. Valid
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.
417ERROR: 无法访问文件 "%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 选项时才能指定 /P 选项。
键入 "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错误: 安全 ID 无效。
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:
5005N/A 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-cn_26d290cc10de1bb0\
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:9728
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 (Simplified)
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-cn_cab3f5485880aa7a\

What is takeown.exe.mui?

takeown.exe.mui is Multilingual User Interface resource file that contain Chinese (Simplified) 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:0x804, 1200