For some reason, I can't access certain files on my Vista machine following an upgrade. How can I get to them?

John Savill

May 10, 2007

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. Inaccessible data following an upgrade from Windows XP or even from Vista is a common problem. To resolve it, you should take ownership of the files, then grant yourself permissions. You can also perform this solution from the command line by using the Takeown and Icacls command-line utilities. For example:

takeown /f *.* /r
icacls *.* /grant administrators:f /t

These two commands give you full permission on all files and files in subfolders of the current location. Alternatively, you can replace *.* with an actual path.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like