Chuckster123

Firstly, let's clear up the icon definitions. Favicons are those that are downloaded from the linked website and show the websites logo or whatever. The icons that we are all concerned with here in this fourm that are in error are the windows icons. These icons along with an array of others are usually contained in system dll files. Indexes into these files are kept track of in the registry and in the shortcut or favorite itself under properties. For example if the dll has 256 icons and windows calls the dll as shell.dll, 255 the 255 is the index into the icon file. In this case the last one (base 0).

The problem here is with IE7. The registry entries under HKEY_CLASSES_ROOT (url and internetshortcut) appear correct.

Icon files or container files contain an array of icons. Windows displays icons based on the index into the icon file. So if you call the icon file followed by a number, the number indicates which icon in the container file is to be used. This value is stored in the favorite or shortcut under properties.

The index in url.dll for favorites is 0. The zero points to the first icon of the array in this dll, which is the correct icon for favorites. There is another container file that windows uses called shell32.dll. The first icon in this container file is the windows default icon. 

Now, when IE7 accesses the favorite, it changes the icon container file name from the url.dll file to the shell32.dll file. Microsoft appears to be ignoring the problem throughout the Beta stage into the final release.

Until Microsoft realizes that there is a problem and fixes it, I suggest changing the icon in the properties dialogs of the offending favorites from  %SystemRoot%\system32\SHELL32.dll  to  C:\WINDOWS\system32\url.dll.

Unfortunately, as soon as you access this favorite with IE7, the icon file will be reset to the wrong one again. The solution is to set all of the favorites to read-only until MS comes up with the fix. All browsers based on IE like Maxthon will experience the same problem until the error is corrected by MS.

Sorry I couldn't provide a more permanent fix.



Re: Internet Explorer Web Development IE7 icon Problem

Lance Leonard

Chuckster,

Thanks for the report; I'll make sure it gets passed to the proper channels.

Your workaround is interesting; I'm not sure I would personally recommend it because it requires some knowledge beyond the experience of some users.  Also, I know from personal experience that this sort of customization is pretty easy to forget about and might possibly lead to other issues.  (For example, can you delete a read-only file )

Hope this helps...

-- Lance






Re: Internet Explorer Web Development IE7 icon Problem

Chuckster123

Hi Lance,

Surprisingly, it is still easy to delete or move favorites that are marked as read-only. The only stipulation is that you are required to answer yes to the prompt to move or delete a read-only file. I also suspect, but am not sure, that a disk defragmentation may not move the read-only files. Since they are probably too small to be fragmented, it shouldn't be a problem. With the read-only set, the browser (IE or Maxthon) cannot update the favorite, which again, is not a critical issue for the short-term anyway. So far the solution seem to be holding up well and appears transparent to the user.

Overal though, it appears that IE7 will be a welcome upgrade.

-- Chuck





Re: Internet Explorer Web Development IE7 icon Problem

Dave_65TD

I am not an IT person, so please excuse my foopahs in relating what I have done and please validate what I have presented, and post elsewhere as suits other related topics.

Note that I also have Monzila Firefox installed on my machine, a HP Pavilion zd8080 running WIndows Media.

I got my desktop IE shortcuts to display the IE7 icon and to launch IE7.

***************************************************************************************

The dead IE shortcut will give you a message to associate a file type via the Folder Options tab, that of itself did not suffice, and could be irrelevant.
The sequence though is as follows:
Open any folder, such as My Documents
Then go to Tools - Folder Options
In Folder Options select File Types tab
Scroll down in Registered file types window and select Internet Shortcut and then,
Click the Advanced button
In the Actions window, select Open and then click on the Edit Button
In the Edit File Type window click on Browse and go to where you installed IE7,

(default is) "C:\Program Files\Internet Explorer\iexplore.exe"

The above did not suffice for me, so I then went to START - Set Program Access and Defaults where I have a Custom configuration (which is active - bulleted) in addition to the
Microsoft Windows and Non-Microsoft configurations.
I clicked the drop-down arrow of the bulleted (Custom in my case) configuration and
under Choose a default Web browser I clicked on Internet Explorer and then OK.
When I went back through this sequence again I noticed that the Choose a default

Web browser had returned back to Use my current Web browser and all is still well.

*************************************************************************************************

I restored the IE shortcut Icons to IE7 style!

Right click on the dead Icon and select Properties
Under the Web Document tab click on Change Icon and then
paste into the Look for icons in this file: window
C:\Program Files\Internet Explorer and then click on Browse
In the Change Icon window select iexplore.exe and click on Open then go to
the icon at Row 4, Column 2 and select it then
Click OK and as the windows collasp, next click on Apply which will grey out and then click on OK

I also have internet shortcut throughout my file directories. When I looked at them, most had become the new IE7 Icon. The few that still had a broken icon in most cases restored to a site's icon soon after launching to that site via the short cut. The others (I can only speculate were expecting a site's icon) I had to manually establish the IE7 icon as described above.

When I looked I noted that the IE6 icon path was:
%SystemRoot%\system32\SHELL32.dll

Best wishes to all.





Re: Internet Explorer Web Development IE7 icon Problem

Markus Bohne

 
Hello.
 
I made a small fix that should solve your problem.
Simply copy/paste the following text to notepad and save it as ie7icon.reg (Important: *.reg).
Doubleklick the reg-file and that¡¯s it.
As you can see it seems that IE7 is linked to a wrong CLSID installed by IE7.
Worked for me.
 
Bye
 
Markus
 
 
 
Windows Registry Editor Version 5.00
 

[-HKEY_CLASSES_ROOT\.url]
 
[HKEY_CLASSES_ROOT\.url]
@="InternetShortcut"
 
[HKEY_CLASSES_ROOT\.url\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"
 
[HKEY_CLASSES_ROOT\.url\ShellEx]
 
[HKEY_CLASSES_ROOT\.url\ShellEx\{000214EE-0000-0000-C000-000000000046}]
@="{FBF23B40-E3F0-101B-8488-00AA003E56F8}"
 
[HKEY_CLASSES_ROOT\.url\ShellEx\{000214F9-0000-0000-C000-000000000046}]
@="{FBF23B40-E3F0-101B-8488-00AA003E56F8}"
 
[HKEY_CLASSES_ROOT\.url\ShellEx\{00021500-0000-0000-C000-000000000046}]
@="{FBF23B40-E3F0-101B-8488-00AA003E56F8}"
 
[HKEY_CLASSES_ROOT\.url\ShellEx\{CABB0DA0-DA57-11CF-9974-0020AFD79762}]
@="{FBF23B40-E3F0-101B-8488-00AA003E56F8}"
 
[HKEY_CLASSES_ROOT\.url\ShellEx\{FBF23B80-E3F0-101B-8488-00AA003E56F8}]
@="{FBF23B40-E3F0-101B-8488-00AA003E56F8}"
 

[-HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}]
 
[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}]
"InfoTip"=hex(2):40,00,73,00,68,00,64,00,6f,00,63,00,6c,00,63,00,2e,00,64,00,\
  6c,00,6c,00,2c,00,2d,00,38,00,38,00,31,00,00,00
"LocalizedString"=hex(2):40,00,73,00,68,00,64,00,6f,00,63,00,6c,00,63,00,2e,00,\
  64,00,6c,00,6c,00,2c,00,2d,00,38,00,38,00,30,00,00,00
 
[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\DefaultIcon]
@="ieframe.dll,-190"
 
[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\InProcServer32]
@="C:\\WINDOWS\\system32\\ieframe.dll"
"ThreadingModel"="Apartment"
 
[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\shell]
@="OpenHomePage"
 
[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\shell\NoAddOns]
@="Start Without Add-ons"
"LegacyDisable"=""
 
[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\shell\NoAddOns\Command]
@="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" -extoff"
 
[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\shell\OpenHomePage]
@="Open &Home Page"
"MUIVerb"="@shdoclc.dll,-10241"
"LegacyDisable"=""
 
[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\shell\OpenHomePage\Command]
@="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\""
 
[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\Shellex]
 
[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\Shellex\ContextMenuHandlers]
 
[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\Shellex\ContextMenuHandlers\ieframe]
@="{871C5380-42A0-1069-A2EA-08002B30309D}"
 
[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\Shellex\MayChangeDefaultMenu]
@=""
 
[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\ShellFolder]
"Attributes"=dword:00000024
"HideFolderVerbs"=""
"WantsParseDisplayName"=""
"HideOnDesktopPerUser"=""
@=hex(2):69,00,65,00,66,00,72,00,61,00,6d,00,65,00,2e,00,64,00,6c,00,6c,00,2c,\
  00,2d,00,31,00,39,00,30,00,00,00
"HideAsDeletePerUser"=""
 

[-HKEY_CLASSES_ROOT\CLSID\{FBF23B40-E3F0-101B-8488-00AA003E56F8}]
 
[HKEY_CLASSES_ROOT\CLSID\{FBF23B40-E3F0-101B-8488-00AA003E56F8}]
@="Internet Shortcut"
 
[HKEY_CLASSES_ROOT\CLSID\{FBF23B40-E3F0-101B-8488-00AA003E56F8}\InProcServer32]
@="shdocvw.dll"
"ThreadingModel"="Apartment"
"LoadWithoutCOM"=""
 
[HKEY_CLASSES_ROOT\CLSID\{FBF23B40-E3F0-101B-8488-00AA003E56F8}\ProgID]
@="InternetShortcut"
 
[HKEY_CLASSES_ROOT\CLSID\{FBF23B40-E3F0-101B-8488-00AA003E56F8}\shellex]
 
[HKEY_CLASSES_ROOT\CLSID\{FBF23B40-E3F0-101B-8488-00AA003E56F8}\shellex\MayChangeDefaultMenu]
@=""
 

[-HKEY_CLASSES_ROOT\InternetShortcut]
 
[HKEY_CLASSES_ROOT\InternetShortcut]
@="Internet Shortcut"
"EditFlags"=dword:00000002
"IsShortcut"=""
"NeverShowExt"=""
"BrowserFlags"=dword:00000008
 
[HKEY_CLASSES_ROOT\InternetShortcut\CLSID]
@="{FBF23B40-E3F0-101B-8488-00AA003E56F8}"
 
[HKEY_CLASSES_ROOT\InternetShortcut\DefaultIcon]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,75,00,72,00,\
  6c,00,2e,00,64,00,6c,00,6c,00,2c,00,30,00,00,00
 
[HKEY_CLASSES_ROOT\InternetShortcut\shell]
@=""
 
[HKEY_CLASSES_ROOT\InternetShortcut\shell\open]
"CLSID"="{FBF23B40-E3F0-101B-8488-00AA003E56F8}"
"LegacyDisable"=""
 
[HKEY_CLASSES_ROOT\InternetShortcut\shell\open\command]
@="rundll32.exe shdocvw.dll,OpenURL %l"
 
[HKEY_CLASSES_ROOT\InternetShortcut\shell\print]
 
[HKEY_CLASSES_ROOT\InternetShortcut\shell\print\command]
@=hex(2):72,00,75,00,6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,\
  00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,\
  25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,73,\
  00,68,00,74,00,6d,00,6c,00,2e,00,64,00,6c,00,6c,00,2c,00,50,00,72,00,69,00,\
  6e,00,74,00,48,00,54,00,4d,00,4c,00,20,00,22,00,25,00,31,00,22,00,00,00
 
[HKEY_CLASSES_ROOT\InternetShortcut\shell\printto]
 
[HKEY_CLASSES_ROOT\InternetShortcut\shell\printto\command]
@=hex(2):72,00,75,00,6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,\
  00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,\
  25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,73,\
  00,68,00,74,00,6d,00,6c,00,2e,00,64,00,6c,00,6c,00,2c,00,50,00,72,00,69,00,\
  6e,00,74,00,48,00,54,00,4d,00,4c,00,20,00,22,00,25,00,31,00,22,00,20,00,22,\
  00,25,00,32,00,22,00,20,00,22,00,25,00,33,00,22,00,20,00,22,00,25,00,34,00,\
  22,00,00,00
 
[HKEY_CLASSES_ROOT\InternetShortcut\shellex]
 
[HKEY_CLASSES_ROOT\InternetShortcut\shellex\ContextMenuHandlers]
 
[HKEY_CLASSES_ROOT\InternetShortcut\shellex\ContextMenuHandlers\{FBF23B40-E3F0-101B-8488-00AA003E56F8}]
@=""
 
[HKEY_CLASSES_ROOT\InternetShortcut\shellex\IconHandler]
@="{FBF23B40-E3F0-101B-8488-00AA003E56F8}"
 
[HKEY_CLASSES_ROOT\InternetShortcut\shellex\PropertyHandler]
@="{FBF23B40-E3F0-101B-8488-00AA003E56F8}"
 
[HKEY_CLASSES_ROOT\InternetShortcut\shellex\PropertySheetHandlers]
 
[HKEY_CLASSES_ROOT\InternetShortcut\shellex\PropertySheetHandlers\{FBF23B40-E3F0-101B-8488-00AA003E56F8}]
@=""




Re: Internet Explorer Web Development IE7 icon Problem

Chuckster123

I did as you recommended. It works superbly. I ran a few tests on some URLs that I knew were susceptible to this error and it passed with flying colors.

Kudos to you. I am very impressed. Thank you.

Chuck





Re: Internet Explorer Web Development IE7 icon Problem

Markus Bohne

Hello.

I¡¯m glad I could help you.
You can give it to everybody who needs that fix.

Bye
Markus




Re: Internet Explorer Web Development IE7 icon Problem

gdw

does not completely work for me

if you hover the mouse over the shortcuts you get the location of it

shortcuts that state location is internet explorer still do not function properly

all others do

is there a fix for this also or do i have to live with it





Re: Internet Explorer Web Development IE7 icon Problem

aopardo

This fix was done and published for Doug Knox in his web page http://www.dougknox.com/xp/fileassoc/xp_url_shortcut_fix.zip

Best wishes.





Re: Internet Explorer Web Development IE7 icon Problem

Markus Bohne

I see. But what I did was to compare two systems (w IE7 <-> w/o IE7) and find out what happened after IE7 was installed. To fix the InternetShortcut-Class is a part of it. But there is more you have to do.

What I couldn¡¯t fix until now on my system is the favicon-problem. I know which key seems to be responsible but each time IE7 starts, the key is renewed. Perhaps a write-protection will help...

Bye




Re: Internet Explorer Web Development IE7 icon Problem

Phogg

Markus,

I tried your suggested solution and it worked in regards to the icon issue. It did create another problem, however. If I select a favorite from the Favorites folder (that I have put in my Start Menu) , IE7 launches and displays whatever I have selected. If I then select another favorite, IE7 opens two tabs for it , and two tabs each for any subsequent favorite that I select, when it should be opening only one tab each.

This doesn't happen when I select favorites from the Favorites menu within IE7.

Can you locate where in your suggested change to the registry that would be causing this





Re: Internet Explorer Web Development IE7 icon Problem

Billy Hildebrand

I am having a simular problem as Chuckster.

I can not change the icon of any internet shortcut. I right-click on shortcut and choose Properties->click Change Icon...<select a different icon>, click OK, click Apply [shows new icon within shortcut properties dialog box], shortcut icon "blinks" [changes and reverts ], click OK to close dialog and shortcut icon remains the same (one in %SystemRoot%\system32\SHELL32.dll ). Open the properties dialog again and has default icon again!

This also affects (prohibits) favicons from being assigned to new interent shortcuts.

I seem to be able to change the icon of other types of shortcuts without a problem.

There were a couple of registry hacks posted in response to the original post, but I'm hesitant to apply either as subsequent posts declare they may be insufficient and may cause undesirable behavior beyond the fix.

Do you know if the "proper channels" were alerted and if and when a fix is available

Thanks,

Billy Hildebrand





Re: Internet Explorer Web Development IE7 icon Problem

wraithdu

I have two computers at home and several here at work that exhibited the default Internet Shortcut icon problem. IE7 was installed on all machines via a direct download from MS, and none had ever had the IE7 betas, just the final release.

I also have one computer here at work that DOES NOT have the problem. This one was a fresh XP install, then IE7 was installed using AutopatcherXP. I don't know what the difference was, but everything works as it should. This system also does not exhibit the favicon (as far as I understand it) problem. I tested by creating a shortcut to a website with a favicon on the desktop. Then I changed the shortcut icon and launched it. It stayed with my newly chosen icon and did not revert to the webpage default.

My favorites menu also seems to keep the favicons straight as well, no icon takes over the others. However, custom favicons in the favorites menu are reset to the webpage default when visiting the page. (Was this part of the original bug I don't remember...)

Either way, I pulled the reg entries from this working computer based on what was posted above. For the most part they are the same. I have some entries however that are not above, so I though it might be worth posting in case these are important to a working IE7 installation. Perhaps someone with more knowledge can say for sure. Importing this .reg file fixed the problem on all the computers here at work and my two at home. Here you go, just copy and paste into a .reg file.

----------------------

Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\.url]

[HKEY_CLASSES_ROOT\.url]
@="InternetShortcut"

[HKEY_CLASSES_ROOT\.url\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"

[HKEY_CLASSES_ROOT\.url\ShellEx]

[HKEY_CLASSES_ROOT\.url\ShellEx\{000214EE-0000-0000-C000-000000000046}]
@="{FBF23B40-E3F0-101B-8488-00AA003E56F8}"

[HKEY_CLASSES_ROOT\.url\ShellEx\{000214F9-0000-0000-C000-000000000046}]
@="{FBF23B40-E3F0-101B-8488-00AA003E56F8}"

[HKEY_CLASSES_ROOT\.url\ShellEx\{00021500-0000-0000-C000-000000000046}]
@="{FBF23B40-E3F0-101B-8488-00AA003E56F8}"

[HKEY_CLASSES_ROOT\.url\ShellEx\{CABB0DA0-DA57-11CF-9974-0020AFD79762}]
@="{FBF23B40-E3F0-101B-8488-00AA003E56F8}"

[HKEY_CLASSES_ROOT\.url\ShellEx\{FBF23B80-E3F0-101B-8488-00AA003E56F8}]
@="{FBF23B40-E3F0-101B-8488-00AA003E56F8}"


[-HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}]

[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}]
"InfoTip"="@ieframe.dll,-881"
"LocalizedString"="@ieframe.dll,-880"

[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\DefaultIcon]
@="ieframe.dll,-190"

[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\InProcServer32]
@="C:\\WINDOWS\\system32\\ieframe.dll"
"ThreadingModel"="Apartment"

[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\shell]
@="OpenHomePage"

[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\shell\NoAddOns]
@="Start Without Add-ons"
"LegacyDisable"=""

[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\shell\NoAddOns\Command]
@="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" -extoff"

[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\shell\OpenHomePage]
@="Open &Home Page"
"MUIVerb"="@shdoclc.dll,-10241"
"LegacyDisable"=""

[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\shell\OpenHomePage\Command]
@="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\""

[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\Shellex]

[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\Shellex\ContextMenuHandlers]

[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\Shellex\ContextMenuHandlers\ieframe]
@="{871C5380-42A0-1069-A2EA-08002B30309D}"

[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\Shellex\MayChangeDefaultMenu]
@=""

[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\ShellFolder]
"Attributes"=dword:00000024
"HideFolderVerbs"=""
"WantsParseDisplayName"=""
"HideOnDesktopPerUser"=""
@=hex(2):69,00,65,00,66,00,72,00,61,00,6d,00,65,00,2e,00,64,00,6c,00,6c,00,2c,\
00,2d,00,31,00,39,00,30,00,00,00
"HideAsDeletePerUser"=""


[-HKEY_CLASSES_ROOT\CLSID\{FBF23B40-E3F0-101B-8488-00AA003E56F8}]

[HKEY_CLASSES_ROOT\CLSID\{FBF23B40-E3F0-101B-8488-00AA003E56F8}]
@="Internet Shortcut"
"AppId"="{FBF23B40-E3F0-101B-8488-00AA003E56F8}"
"DisableProcessIsolation"=dword:00000001
"LocalizedString"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,\
6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,\
00,5c,00,69,00,65,00,66,00,72,00,61,00,6d,00,65,00,2e,00,64,00,6c,00,6c,00,\
2c,00,2d,00,33,00,34,00,35,00,36,00,30,00,00,00

[HKEY_CLASSES_ROOT\CLSID\{FBF23B40-E3F0-101B-8488-00AA003E56F8}\Elevation]
"Enabled"=dword:00000001

[HKEY_CLASSES_ROOT\CLSID\{FBF23B40-E3F0-101B-8488-00AA003E56F8}\InProcServer32]
@="shdocvw.dll"
"ThreadingModel"="Apartment"
"LoadWithoutCOM"=""

[HKEY_CLASSES_ROOT\CLSID\{FBF23B40-E3F0-101B-8488-00AA003E56F8}\ProgID]
@="InternetShortcut"

[HKEY_CLASSES_ROOT\CLSID\{FBF23B40-E3F0-101B-8488-00AA003E56F8}\shellex]

[HKEY_CLASSES_ROOT\CLSID\{FBF23B40-E3F0-101B-8488-00AA003E56F8}\shellex\MayChangeDefaultMenu]
@=""


[-HKEY_CLASSES_ROOT\InternetShortcut]

[HKEY_CLASSES_ROOT\InternetShortcut]
@="Internet Shortcut"
"EditFlags"=dword:00000002
"IsShortcut"=""
"NeverShowExt"=""
"FriendlyTypeName"="@ieframe.dll,-10046"
"FullDetails"="prop:System.Link.TargetUrl;System.Rating;System.Link.Description;System.Link.Comment"
"InfoTip"="prop:System.Link.TargetUrl;System.Rating;System.Link.Description;System.Link.Comment"
"PreviewDetails"="prop:System.Link.TargetUrl;System.Rating;System.History.VisitCount;System.History.DateChanged;System.Link.DateVisited;System.Link.Description;System.Link.Comment"
"BrowserFlags"=dword:00000008

[HKEY_CLASSES_ROOT\InternetShortcut\CLSID]
@="{FBF23B40-E3F0-101B-8488-00AA003E56F8}"

[HKEY_CLASSES_ROOT\InternetShortcut\DefaultIcon]
@="C:\\WINDOWS\\system32\\url.dll,0"

[HKEY_CLASSES_ROOT\InternetShortcut\shell]
"CLSID"="{FBF23B40-E3F0-101B-8488-00AA003E56F8}"
@="open"

[HKEY_CLASSES_ROOT\InternetShortcut\shell\open]
"CLSID"="{FBF23B40-E3F0-101B-8488-00AA003E56F8}"
"LegacyDisable"=""

[HKEY_CLASSES_ROOT\InternetShortcut\shell\open\command]
@="rundll32.exe ieframe.dll,OpenURL %l"

[HKEY_CLASSES_ROOT\InternetShortcut\shell\print]

[HKEY_CLASSES_ROOT\InternetShortcut\shell\print\command]
@="rundll32.exe C:\\WINDOWS\\system32\\mshtml.dll,PrintHTML \"%1\""

[HKEY_CLASSES_ROOT\InternetShortcut\shell\printto]

[HKEY_CLASSES_ROOT\InternetShortcut\shell\printto\command]
@="rundll32.exe C:\\WINDOWS\\system32\\mshtml.dll,PrintHTML \"%1\" \"%2\" \"%3\" \"%4\""

[HKEY_CLASSES_ROOT\InternetShortcut\shellex]

[HKEY_CLASSES_ROOT\InternetShortcut\shellex\ContextMenuHandlers]

[HKEY_CLASSES_ROOT\InternetShortcut\shellex\ContextMenuHandlers\{FBF23B40-E3F0-101B-8488-00AA003E56F8}]
@=""

[HKEY_CLASSES_ROOT\InternetShortcut\shellex\IconHandler]
@="{FBF23B40-E3F0-101B-8488-00AA003E56F8}"

[HKEY_CLASSES_ROOT\InternetShortcut\shellex\PropertyHandler]
@="{FBF23B40-E3F0-101B-8488-00AA003E56F8}"

[HKEY_CLASSES_ROOT\InternetShortcut\shellex\PropertySheetHandlers]

[HKEY_CLASSES_ROOT\InternetShortcut\shellex\PropertySheetHandlers\{FBF23B40-E3F0-101B-8488-00AA003E56F8}]
@=""

---------------------------




Re: Internet Explorer Web Development IE7 icon Problem

Billy Hildebrand

Thanks wraithdu,

This worked perfectly without side effects.

Thanks again,

Billy





Re: Internet Explorer Web Development IE7 icon Problem

aopardo

Here the solution:

http://support.microsoft.com/kb/930426/en-us

Best wishes.