So I recently re-installed Windows to fix some driver problems I have been having, and now the drive that I was storing all of my files on (A different drive not the one Windows is installed on) won't let me access any of the files with an Access Denied: Please contact the owner Error. so I ran

takeown /F Drive /R /D Y

on the drive and it ran without errors, however it is still giving me the error, so I have no Idea...

link|improve this question

56% accept rate
feedback

1 Answer

Apparently owning a file in windows doesn't give one permission to do anything to it...

adding myself using icacls with full control:

icacls [drive]:\* /T /grant [username]:F

Worked out....

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.