Orange2341
New Member
- Joined
- Jul 26, 2019
- Messages
- 1
- Thread Author
-
- #1
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":
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
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
Solution
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.
- Joined
- Jul 4, 2015
- Messages
- 8,998
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.
Similar threads
- Replies
- 1
- Views
- 6K