View Single Post
Old 13-Apr-2007, 06:18 AM   #2 (permalink)
Iphone
Fixed Error!
 
Iphone's Avatar

Posts: 4,202
Join Date: Mar 2007
Rep Power: 6 Iphone is on a distinguished road

IM:
Default Re: No Access to a Folder

Try booting into safe mode, if that's an option for you, and checking for the security tab there.

Otherwise, there's a command line tool to read the ACL of the folder:

Start->Run->CMD /K Cacls c:\folder <enter>

should reveal what the current security permissions are.

To alter them,

Start->Run->CMD /K cacls c:\folder /e /g Everyone:F <Enter>
Iphone is offline   Reply With Quote