Scenario
A Windows user tries to add a new link to his favorites, but IE ends up with a message “Access denied”, even if he has full access permissions to his Favorites folder in the user profile.
Solution
Execute via cmd:
1 |
icacls "c:\Users\[username]\Favorites" /setintegritylevel (CI)(OI)Low /T |
Comments