在运行 Windows 7 的计算机上,我删除了 Internet Explorer 的快捷方式。
Internet Explorer 安装在哪个目录中?
答案1
按下开始按钮,然后输入“Internet Explorer”。它应该会弹出到列表顶部。
从那里,您可以将其作为快捷方式拖放到桌面或您想要放置的任何位置。
答案2
在 64 位上:
C:\Program Files (x86)\Internet Explorer\iexplore.exe
在 32 位上:
C:\Program Files\Internet Explorer\iexplore.exe
答案3
重要提示: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刷新桌面。
瞧,这就是您独特的 Internet Explorer 图标,非常漂亮:)
没有丑陋的快捷方式箭头,以及特殊图标的常用选项(特性将打开 Internet 选项)...哦,而且它完全不会被意外删除。:)
如果要删除此图标,请删除以下注册表项:
HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-100000000001}
答案4
单击Start > Run
并输入iexplore
。然后打开Task manager
并切换到Processes
选项卡,右键单击并选择Properties
。