|
#1
|
|||
|
|||
|
When I save a site in my favorites, Windows does not automatically use IE
icon. Instead Windows uses the site's icon. I can change the icon manually to IE icon but I can't change it back to the site's icon. Is there any setting I can use to make this change. Any ideas? Thanks. |
|
#2
|
|||
|
|||
|
You can delete the favorite and reset it.
Favicons are only temporary until cleared from your cache. To make them permanent: FavOrg-PCMag: http://www.pcmag.com/article2/0,1759,1558477,00.asp or The Code Project - FavIconizer: http://www.codeproject.com/tools/faviconizer.asp .....Alan -- Alan Edwards, MS MVP Windows -Internet Explorer http://dts-l.org/index.html On Thu, 1 Dec 2005 05:09:27 -0500, "A E" <almeldin@verizon.net> wrote: >When I save a site in my favorites, Windows does not automatically use IE >icon. Instead Windows uses the site's icon. I can change the icon manually >to IE icon but I can't change it back to the site's icon. Is there any >setting I can use to make this change. Any ideas? Thanks. > |
|
#3
|
|||
|
|||
|
Thanks, I cleared the cache and went back to favorites and still have the
different web sites icons. I just wanted to have the typical IE big e to be the default icon for favorites. "Alan Edwards" <edwards@southcom.com.au> wrote in message news:4bnto19su9in080jr3capjtufmmv5d9obn@4ax.com... > You can delete the favorite and reset it. > > Favicons are only temporary until cleared from your cache. > To make them permanent: > FavOrg-PCMag: http://www.pcmag.com/article2/0,1759,1558477,00.asp > > or > > The Code Project - FavIconizer: > http://www.codeproject.com/tools/faviconizer.asp > > ....Alan > -- > Alan Edwards, MS MVP Windows -Internet Explorer > http://dts-l.org/index.html > > On Thu, 1 Dec 2005 05:09:27 -0500, "A E" <almeldin@verizon.net> wrote: > >>When I save a site in my favorites, Windows does not automatically use IE >>icon. Instead Windows uses the site's icon. I can change the icon manually >>to IE icon but I can't change it back to the site's icon. Is there any >>setting I can use to make this change. Any ideas? Thanks. >> |
|
#4
|
|||
|
|||
|
Maybe this? -> http://windowsxp.mvps.org/htmicon.htm
"Incorrect or generic Windows icon displayed for HTM and HTML files". -- Vincenzo Di Russo Microsoft® MVP - Most Valuable Professional Windows - Internet Explorer 2003/2004/2005 My home: http://mvp.support.microsoft.com/ My Blog: http://blogs.dotnethell.it/vincent/ A E wrote: > Thanks, I cleared the cache and went back to favorites and still have the > different web sites icons. I just wanted to have the typical IE big e to > be the default icon for favorites. > "Alan Edwards" <edwards@southcom.com.au> wrote in message > news:4bnto19su9in080jr3capjtufmmv5d9obn@4ax.com... >> You can delete the favorite and reset it. >> >> Favicons are only temporary until cleared from your cache. >> To make them permanent: >> FavOrg-PCMag: http://www.pcmag.com/article2/0,1759,1558477,00.asp >> >> or >> >> The Code Project - FavIconizer: >> http://www.codeproject.com/tools/faviconizer.asp >> >> ....Alan >> -- >> Alan Edwards, MS MVP Windows -Internet Explorer >> http://dts-l.org/index.html >> >> On Thu, 1 Dec 2005 05:09:27 -0500, "A E" <almeldin@verizon.net> wrote: >> >>> When I save a site in my favorites, Windows does not automatically use >>> IE icon. Instead Windows uses the site's icon. I can change the icon >>> manually to IE icon but I can't change it back to the site's icon. Is >>> there any setting I can use to make this change. Any ideas? Thanks. |
|
#5
|
|||
|
|||
|
Hello,
I am afraid you have to manually reset the icon to the default IE icon in your favorites folder each time you add a new link. Viktor -- http://www.quero.at/ |
|
#6
|
|||
|
|||
|
The Command line regsvr32 /i mshtml.dll worked for a lot of sites. Not all of them. Now, I wish there is a way to keep the sites' icon if I want to. Thanks for your help.
"Vincenzo Di Russo [MVP]" <enzodirusso@xoom.it> wrote in message news:O0Ofl2x9FHA.740@TK2MSFTNGP11.phx.gbl... > Maybe this? -> http://windowsxp.mvps.org/htmicon.htm > "Incorrect or generic Windows icon displayed for HTM and HTML files". > > -- > Vincenzo Di Russo > Microsoft® MVP - Most Valuable Professional > Windows - Internet Explorer 2003/2004/2005 > My home: http://mvp.support.microsoft.com/ > My Blog: http://blogs.dotnethell.it/vincent/ > > A E wrote: >> Thanks, I cleared the cache and went back to favorites and still have the >> different web sites icons. I just wanted to have the typical IE big e to >> be the default icon for favorites. >> "Alan Edwards" <edwards@southcom.com.au> wrote in message >> news:4bnto19su9in080jr3capjtufmmv5d9obn@4ax.com... >>> You can delete the favorite and reset it. >>> >>> Favicons are only temporary until cleared from your cache. >>> To make them permanent: >>> FavOrg-PCMag: http://www.pcmag.com/article2/0,1759,1558477,00.asp >>> >>> or >>> >>> The Code Project - FavIconizer: >>> http://www.codeproject.com/tools/faviconizer.asp >>> >>> ....Alan >>> -- >>> Alan Edwards, MS MVP Windows -Internet Explorer >>> http://dts-l.org/index.html >>> >>> On Thu, 1 Dec 2005 05:09:27 -0500, "A E" <almeldin@verizon.net> wrote: >>> >>>> When I save a site in my favorites, Windows does not automatically use >>>> IE icon. Instead Windows uses the site's icon. I can change the icon >>>> manually to IE icon but I can't change it back to the site's icon. Is >>>> there any setting I can use to make this change. Any ideas? Thanks. > |
|
#7
|
|||
|
|||
|
Form http://windowsxp.mvps.org/htmicon.htm
This article assumes that the DefaultIcon for htm / html files are set correctly, but the problem still persists. To verify the Default icon for this filetype, you can check in Control Panel - Folder Options - File types dialog. To quickly set the DefaultIcon string for html files, type this command in Start, Run dialog: regsvr32 /i mshtml.dll If that does not help, you may need to remove the IconHandler set for htmlfiles by a third-party application. Follow the steps below: a.. Start Regedit.exe and navigate to the following key: HKEY_CLASSES_ROOT \ htmlfile \ ShellEx \ IconHandler a.. Backup the key. See Method 2 here b.. Delete the IconHandler key from the registry. c.. Close Regedit d.. Open Internet Explorer e.. From Tools menu, choose Internet Options f.. Select the Programs tab. g.. Click Reset Web Settings button and complete the process. If the problem is seen for .mht (MHTML Document) files, backup and delete this key: HKEY_CLASSES_ROOT\ mhtmlfile \ ShellEx \ IconHandler -- Vincenzo Di Russo Microsoft® MVP - Most Valuable Professional Windows - Internet Explorer 2003/2004/2005 http://support.microsoft.com/newsgroups http://mvp.support.microsoft.com/ "A E" <almeldin@verizon.net> ha scritto nel messaggio news:OYG#gg$9FHA.2036@TK2MSFTNGP14.phx.gbl... The Command line regsvr32 /i mshtml.dll worked for a lot of sites. Not all of them. Now, I wish there is a way to keep the sites' icon if I want to. Thanks for your help. "Vincenzo Di Russo [MVP]" <enzodirusso@xoom.it> wrote in message news:O0Ofl2x9FHA.740@TK2MSFTNGP11.phx.gbl... > Maybe this? -> http://windowsxp.mvps.org/htmicon.htm > "Incorrect or generic Windows icon displayed for HTM and HTML files". > > -- > Vincenzo Di Russo > Microsoft® MVP - Most Valuable Professional > Windows - Internet Explorer 2003/2004/2005 > My home: http://mvp.support.microsoft.com/ > My Blog: http://blogs.dotnethell.it/vincent/ > > A E wrote: >> Thanks, I cleared the cache and went back to favorites and still have the >> different web sites icons. I just wanted to have the typical IE big e to >> be the default icon for favorites. >> "Alan Edwards" <edwards@southcom.com.au> wrote in message >> news:4bnto19su9in080jr3capjtufmmv5d9obn@4ax.com... >>> You can delete the favorite and reset it. >>> >>> Favicons are only temporary until cleared from your cache. >>> To make them permanent: >>> FavOrg-PCMag: http://www.pcmag.com/article2/0,1759,1558477,00.asp >>> >>> or >>> >>> The Code Project - FavIconizer: >>> http://www.codeproject.com/tools/faviconizer.asp >>> >>> ....Alan >>> -- >>> Alan Edwards, MS MVP Windows -Internet Explorer >>> http://dts-l.org/index.html >>> >>> On Thu, 1 Dec 2005 05:09:27 -0500, "A E" <almeldin@verizon.net> wrote: >>> >>>> When I save a site in my favorites, Windows does not automatically use >>>> IE icon. Instead Windows uses the site's icon. I can change the icon >>>> manually to IE icon but I can't change it back to the site's icon. Is >>>> there any setting I can use to make this change. Any ideas? Thanks. > |
|
#8
|
|||
|
|||
|
Thank you very much.
"Vincenzo Di Russo [MVP]" <enzodirusso@xoom.it> wrote in message news:OD2TrQA%23FHA.1988@TK2MSFTNGP12.phx.gbl... Form http://windowsxp.mvps.org/htmicon.htm This article assumes that the DefaultIcon for htm / html files are set correctly, but the problem still persists. To verify the Default icon for this filetype, you can check in Control Panel - Folder Options - File types dialog. To quickly set the DefaultIcon string for html files, type this command in Start, Run dialog: regsvr32 /i mshtml.dll If that does not help, you may need to remove the IconHandler set for htmlfiles by a third-party application. Follow the steps below: a.. Start Regedit.exe and navigate to the following key: HKEY_CLASSES_ROOT \ htmlfile \ ShellEx \ IconHandler a.. Backup the key. See Method 2 here b.. Delete the IconHandler key from the registry. c.. Close Regedit d.. Open Internet Explorer e.. From Tools menu, choose Internet Options f.. Select the Programs tab. g.. Click Reset Web Settings button and complete the process. If the problem is seen for .mht (MHTML Document) files, backup and delete this key: HKEY_CLASSES_ROOT\ mhtmlfile \ ShellEx \ IconHandler -- Vincenzo Di Russo Microsoft® MVP - Most Valuable Professional Windows - Internet Explorer 2003/2004/2005 http://support.microsoft.com/newsgroups http://mvp.support.microsoft.com/ "A E" <almeldin@verizon.net> ha scritto nel messaggio news:OYG#gg$9FHA.2036@TK2MSFTNGP14.phx.gbl... The Command line regsvr32 /i mshtml.dll worked for a lot of sites. Not all of them. Now, I wish there is a way to keep the sites' icon if I want to. Thanks for your help. "Vincenzo Di Russo [MVP]" <enzodirusso@xoom.it> wrote in message news:O0Ofl2x9FHA.740@TK2MSFTNGP11.phx.gbl... > Maybe this? -> http://windowsxp.mvps.org/htmicon.htm > "Incorrect or generic Windows icon displayed for HTM and HTML files". > > -- > Vincenzo Di Russo > Microsoft® MVP - Most Valuable Professional > Windows - Internet Explorer 2003/2004/2005 > My home: http://mvp.support.microsoft.com/ > My Blog: http://blogs.dotnethell.it/vincent/ > > A E wrote: >> Thanks, I cleared the cache and went back to favorites and still have the >> different web sites icons. I just wanted to have the typical IE big e to >> be the default icon for favorites. >> "Alan Edwards" <edwards@southcom.com.au> wrote in message >> news:4bnto19su9in080jr3capjtufmmv5d9obn@4ax.com... >>> You can delete the favorite and reset it. >>> >>> Favicons are only temporary until cleared from your cache. >>> To make them permanent: >>> FavOrg-PCMag: http://www.pcmag.com/article2/0,1759,1558477,00.asp >>> >>> or >>> >>> The Code Project - FavIconizer: >>> http://www.codeproject.com/tools/faviconizer.asp >>> >>> ....Alan >>> -- >>> Alan Edwards, MS MVP Windows -Internet Explorer >>> http://dts-l.org/index.html >>> >>> On Thu, 1 Dec 2005 05:09:27 -0500, "A E" <almeldin@verizon.net> wrote: >>> >>>> When I save a site in my favorites, Windows does not automatically use >>>> IE icon. Instead Windows uses the site's icon. I can change the icon >>>> manually to IE icon but I can't change it back to the site's icon. Is >>>> there any setting I can use to make this change. Any ideas? Thanks. > |
|
#9
|
|||
|
|||
|
YW. Glad to help and thank you for the feedback.
-- Vincenzo Di Russo Microsoft® MVP - Most Valuable Professional Windows - Internet Explorer 2003/2004/2005 My home: http://mvp.support.microsoft.com/ My Blog: http://blogs.dotnethell.it/vincent/ "A E" <almeldin@verizon.net> ha scritto nel messaggio news:uBfEmLY#FHA.3508@TK2MSFTNGP10.phx.gbl... Thank you very much. "Vincenzo Di Russo [MVP]" <enzodirusso@xoom.it> wrote in message news:OD2TrQA%23FHA.1988@TK2MSFTNGP12.phx.gbl... Form http://windowsxp.mvps.org/htmicon.htm This article assumes that the DefaultIcon for htm / html files are set correctly, but the problem still persists. To verify the Default icon for this filetype, you can check in Control Panel - Folder Options - File types dialog. To quickly set the DefaultIcon string for html files, type this command in Start, Run dialog: regsvr32 /i mshtml.dll If that does not help, you may need to remove the IconHandler set for htmlfiles by a third-party application. Follow the steps below: a.. Start Regedit.exe and navigate to the following key: HKEY_CLASSES_ROOT \ htmlfile \ ShellEx \ IconHandler a.. Backup the key. See Method 2 here b.. Delete the IconHandler key from the registry. c.. Close Regedit d.. Open Internet Explorer e.. From Tools menu, choose Internet Options f.. Select the Programs tab. g.. Click Reset Web Settings button and complete the process. If the problem is seen for .mht (MHTML Document) files, backup and delete this key: HKEY_CLASSES_ROOT\ mhtmlfile \ ShellEx \ IconHandler -- Vincenzo Di Russo Microsoft® MVP - Most Valuable Professional Windows - Internet Explorer 2003/2004/2005 http://support.microsoft.com/newsgroups http://mvp.support.microsoft.com/ "A E" <almeldin@verizon.net> ha scritto nel messaggio news:OYG#gg$9FHA.2036@TK2MSFTNGP14.phx.gbl... The Command line regsvr32 /i mshtml.dll worked for a lot of sites. Not all of them. Now, I wish there is a way to keep the sites' icon if I want to. Thanks for your help. "Vincenzo Di Russo [MVP]" <enzodirusso@xoom.it> wrote in message news:O0Ofl2x9FHA.740@TK2MSFTNGP11.phx.gbl... > Maybe this? -> http://windowsxp.mvps.org/htmicon.htm > "Incorrect or generic Windows icon displayed for HTM and HTML files". > > -- > Vincenzo Di Russo > Microsoft® MVP - Most Valuable Professional > Windows - Internet Explorer 2003/2004/2005 > My home: http://mvp.support.microsoft.com/ > My Blog: http://blogs.dotnethell.it/vincent/ > > A E wrote: >> Thanks, I cleared the cache and went back to favorites and still have the >> different web sites icons. I just wanted to have the typical IE big e to >> be the default icon for favorites. >> "Alan Edwards" <edwards@southcom.com.au> wrote in message >> news:4bnto19su9in080jr3capjtufmmv5d9obn@4ax.com... >>> You can delete the favorite and reset it. >>> >>> Favicons are only temporary until cleared from your cache. >>> To make them permanent: >>> FavOrg-PCMag: http://www.pcmag.com/article2/0,1759,1558477,00.asp >>> >>> or >>> >>> The Code Project - FavIconizer: >>> http://www.codeproject.com/tools/faviconizer.asp >>> >>> ....Alan >>> -- >>> Alan Edwards, MS MVP Windows -Internet Explorer >>> http://dts-l.org/index.html >>> >>> On Thu, 1 Dec 2005 05:09:27 -0500, "A E" <almeldin@verizon.net> wrote: >>> >>>> When I save a site in my favorites, Windows does not automatically use >>>> IE icon. Instead Windows uses the site's icon. I can change the icon >>>> manually to IE icon but I can't change it back to the site's icon. Is >>>> there any setting I can use to make this change. Any ideas? Thanks. > |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Strange Icon appears where IE icon is suppose to appear... | DivineLotus | Windows XP New Users | 0 | 01-06-2006 02:06 AM |
| Favorites icons went back to blank page (w.IE explorer icon) | -moshom | Internet Explorer 6 | 2 | 01-05-2006 04:37 PM |
| Re: Favorites sort missing | MMJII | Internet Explorer 6 | 4 | 01-05-2006 04:26 PM |
| Re: Alphabetize Favorites on Taskbar | Jeanne | Windows XP New Users | 2 | 01-05-2006 02:59 AM |
| What determines the icon? | John | Windows XP New Users | 3 | 01-05-2006 02:54 AM |