3
I'm hoping the answer is yes.
Due to my ignorance, I denied the 'Everyone' group all read access from one of my folders containing needed information because I did not want people on my network being able to view my data. I didn't realize that I could not remove myself from the everyone group, and therefore I can no longer view the data/files in the folder.
I can view all other information on the c:\ drive and such, just not this folder. Is there anyway to remove the denied rights from the 'Everyone' group on this folder? My account is an administrator, however from the GUI it will not let me edit security information on the folder when I right-click it and go to the security tab.
Windows OS : Vista
Which permissions specifically did you deny? Only the read data / read attributes / read extended attributes? or did you just click deny full control? – Darth Android – 2011-07-20T16:48:28.753
The only permissions that were allowed for 'Everyone' on my folder were 'Read & Execute', 'List folder Contents', and 'Read'. I denied those three. – contactmatt – 2011-07-20T16:53:58.860
Then you should be able to skip the
takeown
step of my answer. – Darth Android – 2011-07-20T16:55:03.867Yeah, don't mess with the permissions unless you know what you are doing. At the very least, you should read the Technet article on "ACL permissions" and "How permissions work". Just because "Everyone" has ACL permissions doesn't mean anyone on the network can access your information. Specifically, they would have to get by Windows Authentication (Kerberos in your case). – surfasb – 2011-07-20T17:33:20.517