I have encountered this issue in my update pack, also my users did. I was thinking about an ie7 bug or sth about ie7. Not sure about Ryans pack.
After some search on google, i found this.
Talking about KB943460 (shell32.dll update, version 5.1.2600.3243). Kb943460 causes this error in Desktop Tab in Display Properties.
I couldnt find a registry tweak to re-show ie icon in desktop tab. But found out that this tweaks controls the IE icon on desktop.(Also mentioned on link i gave)
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000
Code: Select all
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel","{871C5380-42A0-1069-A2EA-08002B30309D}",0x10001,00,00,00,00
Edit2: This link explains the registry tweak above: KB555849.
Also this topic explains the issue in detail.