Can Resetting Windows 10 solve this issue of TEMP Folder: Access is denied?
Please Microsoft expert answer my question to solve this problem!!!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
After i receive fixing my laptop from Microsoft expert on Microsoft Remote App, my Temp Folder appeared Error which i cannot install any program or uninstall any program in my control panel and many app running on Temp Folder appear Error because it cannot execute file in Temp Folder.
I tried to fix the issue by myself. I change security property of Temp Folder ""inherited" from only Everyone and Administrators to Full Control on My Email, System and Administrators. As a result, it fix this issue.
However, after 3 or 4 days, My Temp folder appear error again which security property appears only Everyone and Administrators , so only these two security permission, My program app appear Error again .. Error Code 5 "Access is denied: Cannot execute file"
I am now annoyed with this issue because i need to change security property of Temp Folder to work normal every 3 or 4 days .
.
Microsoft Experts , Please help me to fix this issue.
Note: My Email Microsoft Account is Administrator Account.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Can Resetting Windows 10 solve this issue of TEMP Folder: Access is denied?
Please Microsoft expert answer my question to solve this problem!!!
Microsoft Windows 10 Expert ... Please advise to fix this issue to stop this issue continue to happen.
I've had this problem for about 6 years but it occurs only abount once a month. After being unable to find the cause, I knocked it on the head by creating a scheduled task that runs once every morning under my account, with highest privileges. It invokes C:\Tools\FixTemp.bat (see below).
@echo off
cacls "%temp%" | find /i "everyone" || icacls "%temp%" /grant everyone:F