takeown.exe Takes ownership of a file 734c1251d1b023d449011a8216d2d77d

File info

File name: takeown.exe.mui
Size: 16896 byte
MD5: 734c1251d1b023d449011a8216d2d77d
SHA1: bf961bd99e65228f3c7e8ab2843e7781d45bf917
SHA256: 6e2edf0ceaa1086c7a5b1eb45ada3f18e87c23a9f9c706aa2b807e10bd415a81
Operating systems: Windows 10
Extension: MUI
In x64: takeown.exe Takes ownership of a file (32-bit)

Translations messages and strings

If an error occurred or the following message in English (U.S.) 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 English (U.S.) 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]]

103Description:
Description:
104This tool allows an administrator to recover access to a file that
This tool allows an administrator to recover access to a file that
105was denied by re-assigning file ownership.

was denied by re-assigning file ownership.

107Parameter List:
Parameter List:
108/S system Specifies the remote system to
/S system Specifies the remote system to
109connect to.

connect to.

111/U [domain\]user Specifies the user context under
/U [domain\]user Specifies the user context under
112which the command should execute.

which the command should execute.

114/P [password] Specifies the password for the
/P [password] Specifies the password for the
115given user context.
given user context.
116Prompts for input if omitted.

Prompts for input if omitted.

118/F filename Specifies the filename or directory
/F filename Specifies the filename or directory
119name pattern. Wildcard "*" can be used
name pattern. Wildcard "*" can be used
120to specify the pattern. Allows
to specify the pattern. Allows
121sharename\filename.

sharename\filename.

123/A Gives ownership to the administrators
/A Gives ownership to the administrators
124group instead of the current user.

group instead of the current user.

126/R Recurse: instructs tool to operate on
/R Recurse: instructs tool to operate on
127files in specified directory and all
files in specified directory and all
128subdirectories.

subdirectories.

130/D prompt Default answer used when the current user
/D prompt Default answer used when the current user
131does not have the "list folder" permission
does not have the "list folder" permission
132on a directory. This occurs while operating
on a directory. This occurs while operating
133recursively (/R) on sub-directories. Valid
recursively (/R) on sub-directories. Valid
134values "Y" to take ownership or "N" to skip.

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

136/SKIPSL Do not follow symbolic links.
/SKIPSL Do not follow symbolic links.
137Only applicable with /R.

Only applicable with /R.

140/? Displays this help message.

/? Displays this help message.

142NOTE: 1) If /A is not specified, file ownership will be given to the
NOTE: 1) If /A is not specified, file ownership will be given to the
143current logged on user.

current logged on user.

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

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

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

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

148Examples:
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
301ERROR: For remote machine, wildcard (*) is acceptable in "share\*" format only.
ERROR: For remote machine, wildcard (*) is acceptable in "share\*" format only.
302ERROR: Invalid syntax.
Type "TAKEOWN /?" for usage.
ERROR: Invalid syntax.
Type "TAKEOWN /?" for usage.
303ERROR: The current logged on user does not have administrative privileges.
ERROR: The current logged on user does not have administrative privileges.
304ERROR: The user does not have access to the requested file (or folder).
ERROR: The user does not have access to the requested file (or folder).
305ERROR: An unexpected error has occurred.
ERROR: An unexpected error has occurred.
306ERROR: An access violation has occurred.
ERROR: An access violation has occurred.
307
WARNING: User credentials cannot be used for local connections.

WARNING: User credentials cannot be used for local connections.
401
SUCCESS: The file (or folder): "%s" now owned by the administrators group.

SUCCESS: The file (or folder): "%s" now owned by the administrators group.
402ERROR: /R and pattern cannot be specified together.
ERROR: /R and pattern cannot be specified together.
403
SUCCESS: The file (or folder): "%s" now owned by user "%s".

SUCCESS: The file (or folder): "%s" now owned by user "%s".
404ERROR: The current logged on user does not have ownership privileges.
ERROR: The current logged on user does not have ownership privileges.
406
INFO: The current logged on user does not have ownership privileges on
the file (or folder): "%s".

INFO: The current logged on user does not have ownership privileges on
the file (or folder): "%s".
407ERROR: The specified path is not a valid directory path.
ERROR: The specified path is not a valid directory path.
408ERROR: You do not have permissions to list items in the requested folder.
ERROR: You do not have permissions to list items in the requested folder.
409
You do not have permissions to read the contents of directory "%s".

You do not have permissions to read the contents of directory "%s".
410y y
411n n
412c c
413ERROR: The current logged on user does not have ownership privileges on
the file (or folder) "%s".
ERROR: The current logged on user does not have ownership privileges on
the file (or folder) "%s".
414Do you want to replace the directory permissions with permissions granting you
full control ("Y" for YES, "N" for NO or "C" to CANCEL)?
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.

WARNING: Ignoring user credentials for performing the operation.
417ERROR: The file "%s" cannot be accessed because it is being used by another application.
ERROR: The file "%s" cannot be accessed because it is being used by another application.
418
INFO: The file "%s" cannot be accessed because it is being used by another application.

INFO: The file "%s" cannot be accessed because it is being used by another application.
420ERROR: File ownership cannot be applied on insecure file systems;
there is no support for ACLs.
ERROR: File ownership cannot be applied on insecure file systems;
there is no support for ACLs.
421ERROR: Invalid user name.
ERROR: Invalid user name.
422ERROR: Ownership cannot be applied on removable media.
ERROR: Ownership cannot be applied on removable media.
423
INFO: There are no files (or folders) found with the specified pattern.

INFO: There are no files (or folders) found with the specified pattern.
424ERROR: /D should be specified only with /R.
ERROR: /D should be specified only with /R.
425Y|N Y|N
426
INFO: File ownership cannot be applied to file or folder "%s"; insecure file systems (FAT32) do not support ACLs.

INFO: File ownership cannot be applied to file or folder "%s"; insecure file systems (FAT32) do not support ACLs.
601Type "TAKEOWN /?" for usage.
Type "TAKEOWN /?" for usage.
603File name or pattern must be specified.
File name or pattern must be specified.
604ERROR: File name cannot be blank.
ERROR: File name cannot be blank.
606ERROR: File or Directory not found.
ERROR: File or Directory not found.
607ERROR: Invalid syntax. /U can be specified only when /S is specified.
Type "TAKEOWN /?" for usage.
ERROR: Invalid syntax. /U can be specified only when /S is specified.
Type "TAKEOWN /?" for usage.
608ERROR: Invalid syntax. /P can be specified only when /U is specified.
Type "TAKEOWN /?" for usage.
ERROR: Invalid syntax. /P can be specified only when /U is specified.
Type "TAKEOWN /?" for usage.
609ERROR: Invalid syntax. System name cannot be empty.
ERROR: Invalid syntax. System name cannot be empty.
610ERROR: Invalid syntax. User name cannot be empty.
ERROR: Invalid syntax. User name cannot be empty.
611ERROR: The Security ID is invalid.
ERROR: The Security ID is invalid.
612ERROR: The specified drive is invalid.
ERROR: The specified drive is invalid.
613
INFO: There are no files (or folders) found in the specified file path.

INFO: There are no files (or folders) found in the specified file path.
614ERROR: Memory allocation failed.
ERROR: Memory allocation failed.
5001ERROR: ERROR:
5002WARNING: WARNING:
5003SUCCESS: SUCCESS:
5004INFO: INFO:
5005N/A N/A
5501Type the password for %s: Type the password for %s:
5502Passing the user credential for local connection.
Passing the user credential for local connection.
5503The target system must be running Windows XP or above.
The target system must be running Windows XP or above.
5504The remote system must be running Windows 2000 or above.
The remote system must be running Windows 2000 or above.
5601Invalid syntax. '%s' value is not allowed for '%s' option.
%s
Invalid syntax. '%s' value is not allowed for '%s' option.
%s
5602Invalid syntax. Specify valid numeric value for '%s'.
%s
Invalid syntax. Specify valid numeric value for '%s'.
%s
5603Invalid syntax. Specifiy valid floating point value for '%s'.
%s
Invalid syntax. Specifiy valid floating point value for '%s'.
%s
5604Invalid syntax. Mandatory option '%s' is missing.
%s
Invalid syntax. Mandatory option '%s' is missing.
%s
5605Invalid syntax. '%s' option is not allowed more than '%d' time(s).
%s
Invalid syntax. '%s' option is not allowed more than '%d' time(s).
%s
5607Invalid argument/option - '%s'.
%s
Invalid argument/option - '%s'.
%s
5608Invalid syntax. Default argument is missing.
%s
Invalid syntax. Default argument is missing.
%s
5609Length of the command line argument should not exceed 255 characters.
Length of the command line argument should not exceed 255 characters.
5610Invalid syntax. Default option is not allowed more than '%d' time(s).
%s
Invalid syntax. Default option is not allowed more than '%d' time(s).
%s
5611Invalid syntax. Value expected for '%s'.
%s
Invalid syntax. Value expected for '%s'.
%s
5612Invalid syntax. '%s' value is not allowed as default argument.
%s
Invalid syntax. '%s' value is not allowed as default argument.
%s
5613Type "%s /?" for usage. Type "%s /?" for usage.
5614Value for '%s' option cannot be empty.
%s
Value for '%s' option cannot be empty.
%s
5615Value for default option cannot be empty.
%s
Value for default option cannot be empty.
%s
5616Invalid syntax. Specify valid numeric value for default.
%s
Invalid syntax. Specify valid numeric value for default.
%s
5617Invalid syntax. Specifiy valid floating point value for default.
%s
Invalid syntax. Specifiy valid floating point value for default.
%s
5618Value for default option cannot be more than %d character(s).
Value for default option cannot be more than %d character(s).
5619Invalid syntax. Value cannot be specified with '%s' option.
%s
Invalid syntax. Value cannot be specified with '%s' option.
%s
5620Value for '%s' option cannot be more than %d character(s).
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_en-us_c74c265e29bc419e\
File Size:16 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:16384
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:English (U.S.)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Takes ownership of a file
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_en-us_6b2d8ada715ed068\

What is takeown.exe.mui?

takeown.exe.mui is Multilingual User Interface resource file that contain English (U.S.) language for file takeown.exe (Takes ownership of a file).

File version info

File Description:Takes ownership of a file
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:0x409, 1200