15
8
I have an external HDD and I kind of messed up the file permissions but when fixing it I thought it is ok bc with my username I can access the files perfectly fine. Now that I use this with two PC (actually ATM I don't have access to my other PC) I can't access these files.
The problem is this directory has hundreds of folders with no permission for "everyone". I would like to give it the default permissions including have all access for the user "everyone". How do I do that via command line for these hundreds of folders?
Try
TAKEOWN /A
to give ownership to the Administrator group, and thenICACLS
to modify the permissions. – None – 2011-11-07T06:10:30.460