07 May
Posted by Abdul Aziz as Freeware, Windows Vista
Taking ownership of system files in Windows Vista is a cumbersome process. There are two methods of taking ownership of system files in Windows Vista:
Method 1
=======
|_Log on as Administrator or a member of the Adminstrators group
|_|_Start Windows Explorer
|_|_|_Right click on the file/directory and select properties
|_|_|_|_Goto the Security tab and select Ownership
|_|_|_|_|_Click “Take Ownership” and then select Yes to the prompt
Method 2
========
|_Right Click on the Command Prompt window
|_|_Select Run As Administrator and click Continue
|_|_|_Type takeown /f filepath at the prompt
|_|_|_|_To grant permission to a user account, type icacls filepath /grant username:f
Here are two ways to make this process easier for you:
1) GUI based application, Take Control: Free application that allows you to add multiple files from different locations to a list and take their ownership with automatic elevated privileges. The utility also allows you to Save or Import the list of files for future use.

Download Link
2) Context Menu: With this registry hack, you can right click on files and select the option to Take Ownership with the required elevated privileges Note: You account must be a member of the Admins group.

Download Link
One Response
Rob Klein
September 14th, 2007 at 10:30 am
1You guys rock! It is so annoying to be an admin and yet not be able to easily access files on your own hard drive, and then to make it such a cumbersome process to first take ownership and then grant yourself access to each file/object… I can’t help wondering “What were they thinking?!”
I installed vista on a new hard drive I added to my WinXP system, because (among other things) my old hard drive was just too small and didn’t have room for expansion. I was thinking I’d install vista and then copy over all my documents and other vital files from my XP system drive. It was a nasty shock to not be able to read or copy my own files!
I ended up using the command line because both “takeown” and “icacls” can be applied recursively to subdirectories. So I ran both commands recursively on my old “My Documents” folder.
RSS feed for comments on this post · TrackBack URI
Leave a reply