
Quote: Originally Posted by
TomL12953
I have full permission on the Favorites folder. I keep all my folders (Downloads, Desktop, Favorites, etc.) on a drive separate from my Win 7 install, using the Location tab in Properties to relocate them. If I have to do a clean reinstall, it's so much easier that way. One clue is that if I delete the URL from the Favorite folder directly and empty the trash, it doesn't reappear. There's probably a bug in IE8. The only thing I don't understand is why it's only happening to me!
Tom Lake

Hi Tom,
As mentioned by Barman58, verify the permission of your favorites folder.
Validating relocated Favorites folder permissions are a bit trickier than the norm
open a command prompt then type
icacls <Favorites Path> 
check if you have the following line
Mandatory Label\Low Mandatory Level: (OI)(CI)(NW)
If you don't have that line or it's incomplete, open an
elevated command prompt and type the following;
icacls "D:\Favorites" /setintegritylevel (OI)(CI)low
then enter
changing "D:\Favorites" to your Favorites path
Check if your issue is still there.
Note: This also applies if you can't add favorites to your relocated/moved favorites folder.
To know more about Windows Integrity Control,
click here.