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>