Windows 7 Access is denied error whenever accessing Roaming folder, with any application

Orange2341

New Member
It seems that whenever I want to access the following pathways of C:\Users\ABC\AppData, any program or application gives me an "Access is denied error":
enter image description here
In another application called CodeBlocks, I get the same error:
Error: can't open C:\Users\ABC\AppData\Local\Temp\cc4x6bY8.s for reading: Permission denied
 
Running procmon and rerunning the command would tell you what process is trying to access what exactly and the permissions it's requesting then you should look at the permissions and change them accordingly.
 
Back
Top