Login    
   Windows Server to Workstation
   Convert Windows Server 2008/2008 R2/2012 to a Workstation!
    Register FAQ  •  Search    
It is currently Wed May 22, 2013 7:18 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: display internet explorer icon on desktop ?
PostPosted: Fri Feb 25, 2011 5:02 am 
Offline

Joined: Fri Feb 25, 2011 5:00 am
Posts: 2
not in internet options -> advanced
and not in desktop icon settings
rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0

just don't want to make a stupid shortcut, thx


 Profile  
 Post subject: Re: display internet explorer icon on desktop ?
PostPosted: Sat Feb 26, 2011 5:53 pm 
Offline
Win2008Workstation Admin
Win2008Workstation Admin
User avatar

Joined: Sat Mar 08, 2008 5:10 pm
Posts: 1063
Location: The Netherlands
Here you go, import this registry file to get the real Internet Explorer icon back on your desktop in Windows Vista / 7 / 2008 and 2008 R2:
Code:
Windows Registry Editor Version 5.00

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

[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30301D}]
@="Internet Explorer"
"InfoTip"="@C:\\Windows\\System32\\ieframe.dll,-881"

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

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

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

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

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

[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30301D}\shell\OpenHomePage]
@="Open &Home Page"

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

[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30301D}\shell\Properties]
@="P&roperties"
"Position"="bottom"

[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30301D}\shell\Properties\command]
@="control.exe inetcpl.cpl"

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

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

[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30301D}\ShellFolder]
@="C:\\Windows\\System32\\ieframe.dll,-190"
"HideAsDeletePerUser"=""
"Attributes"=dword:00000024
"HideFolderVerbs"=""
"WantsParseDisplayName"=""
"HideOnDesktopPerUser"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{871C5380-42A0-1069-A2EA-08002B30301D}]

To remove it again, import:
Code:
Windows Registry Editor Version 5.00

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

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{871C5380-42A0-1069-A2EA-08002B30301D}]

Use this tutorial if you don't know what to do with these texts.

Enjoy! ;)

_________________
|[ Mainboard: Gigabyte GA-M56S-S3 ]|[ CPU: AMD Athlon 64 X2 6000+ ]|[ RAM: 4096 MB (DDR2-800 SDRAM) ]|[ GPU: NVIDIA GeForce 8600 GT (256 MB) ]|[ OS: Microsoft Windows Server 2008 R2 Enterprise ]|


 Profile  
 Post subject: Re: display internet explorer icon on desktop ?
PostPosted: Sun Feb 27, 2011 3:41 am 
Offline

Joined: Fri Feb 25, 2011 5:00 am
Posts: 2
it is kicking a$$


 Profile  
 Post subject: Re: display internet explorer icon on desktop ?
PostPosted: Sat Mar 05, 2011 11:02 am 
Offline
Win2008Workstation Super Member
Win2008Workstation Super Member

Joined: Mon May 05, 2008 8:30 pm
Posts: 213
That's brilliant Arris! How ever do you discover or sort this out? Just looking at the keys you have there I can understand how some of it works, but not the context menu etc.

Would it be possible to do this with the other default desktop icons you get with Desktop Experience like:

· Computer
· Network
· Control Panel
· Your Root Account Directory

Without installing Desktop Experience?

:geek:


 Profile  
 Post subject: Re: display internet explorer icon on desktop ?
PostPosted: Sun Mar 06, 2011 12:22 pm 
Offline
Win2008Workstation Admin
Win2008Workstation Admin
User avatar

Joined: Sat Mar 08, 2008 5:10 pm
Posts: 1063
Location: The Netherlands
Thanks :) I'm already using this hack for quite a long time, but I think I discovered it somewhere on the internet.

Isn't it possible to open the Desktop Icon Settings window while not having installed the Desktop Experience Feature? Via Start -> Run it can be directly accessed using the command desk.cpl Web,0.

It looks like the configuration whether desktop icons are shown is stored in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel where you have to create REG_DWORD values. The meanings of the CLSIDs are as follows:
Code:
{20D04FE0-3AEA-1069-A2D8-08002B30309D} - Computer icon
{59031A47-3F72-44A7-89C5-5595FE6B30EE} - User's Files icon
{F02C1A0D-BE21-4350-88B0-7367FC96EF3C} - Network icon
{645FF040-5081-101B-9F08-00AA002F954E} - Recycle Bin icon
{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0} - Control Panel icon

A REG_DWORD value has to be created with value 0 if you want to show the icon, or value 1 to hide it.

Press F5 while having the focus on your desktop to apply the new settings.

Found this out by filtering on the rundll32.exe process in Sysinternals Process Monitor while clicking apply in the Desktop Icons Settings window.

Hope one of these methods works for you! :)

_________________
|[ Mainboard: Gigabyte GA-M56S-S3 ]|[ CPU: AMD Athlon 64 X2 6000+ ]|[ RAM: 4096 MB (DDR2-800 SDRAM) ]|[ GPU: NVIDIA GeForce 8600 GT (256 MB) ]|[ OS: Microsoft Windows Server 2008 R2 Enterprise ]|


 Profile  
 Post subject: Re: display internet explorer icon on desktop ?
PostPosted: Fri Mar 11, 2011 11:56 pm 
Offline
Win2008Workstation Super Member
Win2008Workstation Super Member

Joined: Mon May 05, 2008 8:30 pm
Posts: 213
Yup, works a charm!

;)

Just a 'heads-up': the IE8 on desktp reg file above will launch the x64 iteration of IE8, you need to edit it if you want to launch the x86 iteration...

:geek:


Last edited by hoak on Sun Mar 13, 2011 6:34 am, edited 2 times in total.

 Profile  
 Post subject: Re: display internet explorer icon on desktop ?
PostPosted: Sat Mar 12, 2011 2:14 pm 
Offline
Win2008Workstation Admin
Win2008Workstation Admin
User avatar

Joined: Sat Mar 08, 2008 5:10 pm
Posts: 1063
Location: The Netherlands
hoak wrote:
the IE8 on desktp reg file above will launch the x64 iteration of IE8, you need to edit it if you want to launch the x86 iteration...
Ah, thanks! Never noticed it because I always use Mozilla Firefox, but that's good to know for the people I fix computers for as there is no x64 version of Adobe Flash Player.

I attached both files:
Attachment:
iexplore.reg
Attachment:
x86_iexplore_for_x64.reg


You do not have the required permissions to view the files attached to this post.

_________________
|[ Mainboard: Gigabyte GA-M56S-S3 ]|[ CPU: AMD Athlon 64 X2 6000+ ]|[ RAM: 4096 MB (DDR2-800 SDRAM) ]|[ GPU: NVIDIA GeForce 8600 GT (256 MB) ]|[ OS: Microsoft Windows Server 2008 R2 Enterprise ]|


 Profile  
 Post subject: Re: display internet explorer icon on desktop ?
PostPosted: Sun Mar 13, 2011 6:43 am 
Offline
Win2008Workstation Super Member
Win2008Workstation Super Member

Joined: Mon May 05, 2008 8:30 pm
Posts: 213
Just a short adendum to the IE8 x86/x64 saga; the only limitation I'm aware of in running with x64 as the main browser you link on your desktop or make convenient by placeing a shortcut where ever your particular desktop setup preferences have you putting it, is to get Flash to work you need to install the 64-Bit Flash Beta...

There may be other limitations and compatibility issues when using IE8 x64, though I've never experienced any, and as far as I can tell the 64-Bit Flash Beta is well behaved, but I'm hardly the acid test for browser prowess and robustness...

:)


 Profile  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google [Bot] and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
phpBB skin developed by: John Olson
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
[ Time : 0.049s | 14 Queries | GZIP : Off ]