Answers:
在64位上:
C:\Program Files (x86)\Internet Explorer\iexplore.exe
在32位上:
C:\Program Files\Internet Explorer\iexplore.exe
%ProgramFiles%
。在64位Windows上,下面是64位程序,%ProgramFiles%
而下面是32位程序%ProgramFiles(x86)%
。更多信息
重要:Windows 7不再支持修改注册表以使特殊的Internet Explorer图标出现在桌面上的功能。进行此更改是为了确保可以出于合规性原因轻松删除Internet Explorer。
好吧,让我们暂时忘掉这份公事:)
如果要返回特殊的Internet Explorer图标,请将以下代码复制到记事本中:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{00000000-0000-0000-0000-100000000001}]
@="Internet Explorer"
[HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-100000000001}]
@="Internet Explorer"
[HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-100000000001}\\DefaultIcon]
@="C:\\Windows\\System32\\ieframe.dll,-190"
[HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-100000000001}\\shell]
@=""
[HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-100000000001}\\shell\NoAddOns]
@="No add-ons(&N)"
[HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-100000000001}\\shell\NoAddOns\Command]
@="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" -extoff"
[HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-100000000001}\\shell\Open]
@="Open home page(&H)"
[HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-100000000001}\\shell\Open\Command]
@="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\""
[HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-100000000001}\\shell\Set]
@="Properties(&R)"
[HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-100000000001}\\shell\Set\Command]
@="\"C:\\Windows\\System32\\rundll32.exe\" C:\\Windows\\System32\\shell32.dll,Control_RunDLL C:\\Windows\\System32\\inetcpl.cpl"
将其另存为REG文件,即IEicon.reg。将此文件导入注册表,然后按F5刷新桌面。
Voilá,您的Internet Explorer图标特别漂亮:)
没有难看的快捷键箭头,并且没有特殊图标的常规选项(属性将打开Internet选项)...哦,这是绝对安全的避免意外删除。:)
如果要删除此图标,请删除以下注册表项:
HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-100000000001}