|
Windows7下桌面没有IE8的快捷方式,一般我们会选择新建一个快捷主要,但普通方法新建的快捷主要会有小箭头,这个小箭头会让很多人不爽,那么怎样可以新建一个无箭头的快捷方式呢?
请将以下代码保存为 桌面创建IE8(Win7).reg 注册表文件。
复制----桌面新建文本-----粘贴------文件另存为------桌面------IE8(Win7).reg
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerDesktopNameSpace{00000000-0000-0000-0000-100000000001}]
@="Internet Explorer"
[HKEY_CLASSES_ROOTCLSID{00000000-0000-0000-0000-100000000001}]
@="Internet Explorer"
[HKEY_CLASSES_ROOTCLSID{00000000-0000-0000-0000-100000000001}\DefaultIcon]
@="C:\Windows\System32\ieframe.dll,-190"
[HKEY_CLASSES_ROOTCLSID{00000000-0000-0000-0000-100000000001}\shell]
@=""
[HKEY_CLASSES_ROOTCLSID{00000000-0000-0000-0000-100000000001}\shellNoAddOns]
@="无加载项启动(&N)"
[HKEY_CLASSES_ROOTCLSID{00000000-0000-0000-0000-100000000001}\shellNoAddOnsCommand]
@=""C:\Program Files\Internet Explorer\iexplore.exe" -extoff"
[HKEY_CLASSES_ROOTCLSID{00000000-0000-0000-0000-100000000001}\shellOpen]
@="打开主页(&H)"
[HKEY_CLASSES_ROOTCLSID{00000000-0000-0000-0000-100000000001}\shellOpenCommand]
@=""C:\Program Files\Internet Explorer\iexplore.exe""
[HKEY_CLASSES_ROOTCLSID{00000000-0000-0000-0000-100000000001}\shellSet]
@="属性(&R)"
[HKEY_CLASSES_ROOTCLSID{00000000-0000-0000-0000-100000000001}\shellSetCommand]
@=""C:\Windows\System32\rundll32.exe" C:\Windows\System32\shell32.dll,Control_RunDLL C:\Windows\System32\inetcpl.cpl" |
|