Restore, Enable and Display the Missing Internet Explorer (IE or IE7) Icon on Windows Vista Desktop
Windows Vista does not place Internet Explorer (currently Internet Explorer 7 or IE7) icon or shortcut on desktop. Even if initially there is IE desktop icon, once you delete or hide the IE icon, it’s pretty hard to get back the full applet IE7 desktop icon even though during the deletion, the warning message prompts you to restore it later from Personalization in Control Panel, as IE7 or IE is not contained in Desktop Icon Settings Creating shortcut to IE7 won’t be nice as it’s shortcut icon, not an actual IE7 desktop icon which allows you easy access to Internet Properties and other related Internet functions (see image below).
IE7 desktop icon and desktop shortcut side by side.
To re-enable, restore, show and display the Internet Explorer 7 (IE or IE7) Vista desktop icon, here the step on how to do it:
Start registry editor by clicking on Start button, then select “Run”. Type in “regedit” in the Open text box and hit “OK” or press “Enter”.
Navigate to the following registry key:[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion
ExplorerHideDesktopIconsNewStartPanel]If you’re using classic theme or scheme, browse to the following registry location instead:
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion
ExplorerHideDesktopIconsClassicStartMenu]
If the above key doesn’t exist, create a new key.
Edit or create a DWORD (32-bit) value named and set it with value of 0 (dword:00000000).
Refresh Windows Vista desktop by pressing F5 or right click on desktop and click “Refresh”.
You will see the IE or IE7 icon has been put back on Vista desktop.
For easier way, here is the registration (.reg) file that you can download and then double click to execute the file to merge the required registry key and value into the Vista registry. Refresh desktop after applying the registry hack.
Alternatively, copy and paste the below code to a text file and save it as a file name with .reg extension. Then double click on the file to merge the data to the registry. After refreshing desktop, IE7 desktop icon will be back on view.
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerHideDesktopIconsNewStartPanel]
“{871C5380-42A0-1069-A2EA-08002B30309D}”=dword:00000000
Or for classic Windows desktop:
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerHideDesktopIconsClassicStartMenu]
“{871C5380-42A0-1069-A2EA-08002B30309D}”=dword:00000000
The trick is also used to restore IE desktop icon in Windows XP SP3.