Jump to content

IE icon on the desktop


awergh

Recommended Posts


You are asking about the icon named "The Internet" right?

simple registry search reveals this:

[HKEY_CLASSES_ROOT\CLSID\{3DC7A020-0ACD-11CF-A9BB-00AA004AE837}]
@="The Internet"

[HKEY_CLASSES_ROOT\CLSID\{3DC7A020-0ACD-11CF-A9BB-00AA004AE837}\ShellFolder]
"Attributes"=hex:50,00,00,a4

[HKEY_CLASSES_ROOT\CLSID\{3DC7A020-0ACD-11CF-A9BB-00AA004AE837}\InProcServer32]
@="C:\\WINDOWS\\SYSTEM\\SHDOCVW.DLL"
"ThreadingModel"="Apartment"

[HKEY_CLASSES_ROOT\CLSID\{3DC7A020-0ACD-11CF-A9BB-00AA004AE837}\DefaultIcon]
@="C:\\WINDOWS\\SYSTEM\\mshtml.dll,0"

I checked the file in Irfanview and it definitely contains the IE icon.

Edited by RainyShadow
Link to comment
Share on other sites

And isn't it easier just to change that DefaultIcon registry entry rather than reshack the library? I seem to remember that worked fine for me the one time I tried it.

Link to comment
Share on other sites

This is the registry value responsible for the desktop IE icon on my computer [Win98 SE]:

[HKEY_USERS\.Default\Software\Classes\CLSID\{FBF23B42-E3F0-101B-8488-00AA003E56F8}\DefaultIcon]

@="C:\\WINDOWS\\SYSTEM\\SHDOCLC.DLL,0"

Of course, it can be changed to any other icon u wish:

[HKEY_USERS\.Default\Software\Classes\CLSID\{FBF23B42-E3F0-101B-8488-00AA003E56F8}\DefaultIcon]

@="C:\\ICONS\\SMILIES.DLL,7"

Just remember, the 1st icon in a DLL/EXE/ICL file is always number 0 [zero] if more than 1.

The count goes down following vertical columns, which you can see when you change an icon to a shortcut.

ICO files contain only 1 viewable icon [at a time] even if they may actually contain more than 1, the others (if any) are of different number of colors +/- resolutions.

HTH

Edited by MDGx
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...