Windows7桌面下创建无快捷方式小箭头的IE8
Windows7下桌面没有IE8的快捷方式,一般我们会选择新建一个快捷主要,但普通方法新建的快捷主要会有小箭头,这个小箭头会让很多人不爽,那么怎样可以新建一个无箭头的快捷方式呢?
请将以下代码保存为.reg注册表文件。C代表你的系统盘符,视自己的情况而修改。
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerDesktopNameSpace]
@="Internet Explorer"
[HKEY_CLASSES_ROOTCLSID]
@="Internet Explorer"
[HKEY_CLASSES_ROOTCLSIDDefaultIcon]
@="C:WindowsSystem32ieframe.dll,-190"
[HKEY_CLASSES_ROOTCLSIDshell]
@=""
[HKEY_CLASSES_ROOTCLSIDshellNoAddOns]
@="无加载项(&N)"
[HKEY_CLASSES_ROOTCLSIDshellNoAddOnsCommand]
@=""C:Program FilesInternet Exploreriexplore.exe" -extoff"
[HKEY_CLASSES_ROOTCLSIDshellOpen]
@="打开主页(&H)"
[HKEY_CLASSES_ROOTCLSIDshellOpenCommand]
@=""C:Program FilesInternet Exploreriexplore.exe""
[HKEY_CLASSES_ROOTCLSIDshellSet]
@="属性(&R)"
[HKEY_CLASSES_ROOTCLSIDshellSetCommand]
@=""C:WindowsSystem32
undll32.exe" C:WindowsSystem32shell32.dll,Control_RunDLL C:WindowsSystem32inetcpl.cpl"