Access is Denied
I have been having issues cleaning up my hard drive because of files with weird permission settings. I had endless "Access is Denied" messages and could not delete the files from the Command Prompt or Windows Explorer even with elevation to Administrator rights.GUI Failure

The solution
Is to find a folder up in your folder hierarchy that has the right permissions and apply that. Step 1 is to run a command prompt as administrator:
cd to the folder that has the right permssions (cd c:\stuff in my case) and issue this command:
icacls broken /reset /t /c /l /q
And everything should be working again.
No comments:
New comments are not allowed.