Is there a way to reset the security settings on the c:\windows folder of Win7. I have found this approach here, but formatting an copying back seems a little complex.
Any ideas?
Try using the subinacl.msi-tool. Install it in your System32
-folder.
After that, run these commands in 'Run'
subinacl /subdirectories %WINDIR% /sgrant=administrators=f
subinacl /subdirectories %WINDIR% /sgrant=system=f
(They may take a while, so have patience)