Solve Windows 7 desktop without IE8 icon problem

  
Starting with the Windows Vista system, Microsoft will default to the IE icon generated on the desktop <; erase it, which makes many users feel uncomfortable. In the Windows 7 system, Microsoft still insists on this practice. By default, there is no IE8 icon on the desktop.

Some netizens directly drag and drop the IE8 (shortcut) in the quick launch bar or the IE8 shortcut in the start menu to the Windows 7 desktop. But users who are accustomed to "perfect" think that this drag and drop icon has a shortcut arrow that appears to be "unsightly".

There is a good solution to this problem now. Create a new blank notepad and enter the following code in it:

WindowsRegistryEditorVersion5.00

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerDesktopNameSpace]

@="InternetExplorer"

[ ,null,null,3],HKEY_CLASSES_ROOTCLSID]

@="InternetExplorer"

[HKEY_CLASSES_ROOTCLSID\\DefaultIcon]

@="X:\\Windows\\System32\\ieframe.dll,-190"< Br>

[HKEY_CLASSES_ROOTCLSID\\shell]

@=""

[HKEY_CLASSES_ROOTCLSID\\shellNoAddOns]

@="No Add-ons (&N )"

[HKEY_CLASSES_ROOTCLSID\\shellNoAddOnsCommand]

@=""X:\\ProgramFiles\\InternetExplorer\\iexplore.exe"-extoff"

[HKEY_CLASSES_ROOTCLSID\\shellOpen ]

@="Open Home (&H)"

[HKEY_CLASSES_ROOTCLSID\\shellOpenCommand]

@=""X:\\ProgramFiles\\InternetExplorer\\ Iexplore.exe""

[HKEY_CLASSES_ROOTCLSID\\shellSet]

@="Properties(&R)"

[HKEY_CLAS SES_ROOTCLSID\\shellSetCommand]

@=""X:\\Windows\\System32\ undll32.exe"X:\\Windows\\System32\\shell32.dll, Control_RunDLLX:\\Windows\\System32\\inetcpl.cpl" Br>

Where, “X:” represents the Windows 7 system drive letter. For example, if your Windows 7 is installed on the C drive, change the above code to “X:” to “C:” (When inputting, please pay attention to the state of double quotes case)

After inputting, save the above file as a file with suffix, and then double-click the saved file to import into the registry. .

Copyright © Windows knowledge All Rights Reserved