I have no idea why but in Vista it’s not possible anymore to select lots of files and change their access permissions (the Security tab does not appear). The only way to do that is using the icacls command-line utility, for example run this to grant full access for Everyone for all the files in the current folder:

icacls *.* /grant Everyone:(F)