Windows7下桌面沒有IE8的快捷方式,一般我們會選擇新建一個快捷主要,但普通方法新建的快捷主要會有小箭頭,這個小箭頭會讓很多人不爽,那麼怎樣可以新建一個無箭頭的快捷方式呢?
請將以下代碼保存為.reg注冊表文件。C代表你的系統盤符,視自己的情況而修改。
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\]
@="Internet Explorer"
[HKEY_CLASSES_ROOT\CLSID\]
@="Internet Explorer"
[HKEY_CLASSES_ROOT\CLSID\\DefaultIcon]
@="C:\\Windows\\System32\\ieframe.dll,-190"
[HKEY_CLASSES_ROOT\CLSID\\shell]
@=""
[HKEY_CLASSES_ROOT\CLSID\\shell\NoAddOns]
@="無加載項(&N)"
[HKEY_CLASSES_ROOT\CLSID\\shell\NoAddOns\Command]
@="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" -extoff"
[HKEY_CLASSES_ROOT\CLSID\\shell\Open]
@="打開主頁(&H)"
[HKEY_CLASSES_ROOT\CLSID\\shell\Open\Command]
@="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\""
[HKEY_CLASSES_ROOT\CLSID\\shell\Set]
@="屬性(&R)"
[HKEY_CLASSES_ROOT\CLSID\\shell\Set\Command]
@="\"C:\\Windows\\System32\\rundll32.exe\" C:\\Windows\\System32\\shell32.dll,Control_RunDLL C:\\Windows\\System32\\inetcpl.cpl"