File Access Denied on Windows XP and how to take ownership
In a recent hard disk crash, I had to do a restore from my back-up. Some of the files on a back-up drive was somehow avoiding me with an “Access Denied” even though I was logged in as the Administrator. I looked around and finally got the solution on how to take ownership of a file or folder in Windows.
Here are the simplified steps.
- Log on to the computer with an account that has administrative credentials. If you are running Microsoft Windows XP Home Edition, you must start the computer in safe mode, and then log on with an account that has Administrative rights to have access to the
Securitytab. - If you are using Windows XP Professional, you must disable Simple File Sharing.
- Right-click the folder/file that you want to take ownership of, and then click
Properties. - Click the
Securitytab, and then click OK on the Security message (if one appears). - Click
Advanced, and then click theOwnertab. - In the
Namelist, click your user name, or clickAdministratorif you are logged in as Administrator, or click theAdministratorsgroup. If you want to take ownership of the contents of that folder, select theReplace owner on subcontainers and objectcheck box. - Click OK, and then click Yes when you receive the following message:
You do not have permission to read the contents of directory
folderName. Do you want to replace the directory permissions with permissions granting you Full Control? All permissions will be replaced if you press Yes. - Click OK, and then reapply the permissions and security settings that you want for the folder and its contents.
That’s it.