Subscribe to Windows IT Pro
May 09, 2007 12:00 AM

In Windows Vista, how can I take ownership of a file from the command line?

Windows IT Pro
InstantDoc ID #96018
Rating: (6)

A. Vista retains the Takeown command, which lets you take ownership of a file. A number of switches (e.g., /s) let you specify a remote system, along with the user context to use (e.g., /u and /p for username and password). Here's some sample usage for taking ownership of a specific file:

takeown /f intlcfg.exe
SUCCESS: The file (or folder): "D:\Temp\intlcfg.exe" now owned by user "SAVILLTECH\john"

To take ownership of a folder and all its content, you can add the /r switch for recursive execution:

takeown /f . /r
SUCCESS: The file (or folder): "D:\Temp" now owned by user "SAVILLTECH\john"
SUCCESS: The file (or folder): "D:\Temp\boot.wim" now owned by user "SAVILLTECH\john"

You can also use the /a switch to make the ownership go to the Administrators group instead of the current user:

takeown /f intlcfg.exe /a
SUCCESS: The file (or folder): "D:\Temp\intlcfg.exe" now owned by the administrators group.

Related Content:

ARTICLE TOOLS

Comments
    There are no comments to display. Be the first one!
You must log on before posting a comment.

Are you a new visitor? Register Here

advertisement

advertisement

Windows is a trademark of the Microsoft group of companies. Windows IT Pro is used by Penton Media Inc. under license from owner.