Windows 7 上的 Internet Explorer 位于何处?

Gol*_*old 13 windows-7 internet-explorer

在运行 Windows 7 的计算机上,我删除了 Internet Explorer 的快捷方式。

Internet Explorer 安装在哪个目录?

MDM*_*rra 37

在 64 位上:

C:\Program Files (x86)\Internet Explorer\iexplore.exe

在 32 位上:

C:\Program Files\Internet Explorer\iexplore.exe


Chr*_*ris 18

按开始按钮,然后开始键入“Internet Explorer”。它应该弹出列表的顶部。

从那里,您可以将其作为快捷方式拖放到桌面或您想要放置的任何位置。


小智 13

重要提示: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"
Run Code Online (Sandbox Code Playgroud)

将其另存为 REG 文件,即 IEicon.reg。将此文件导入注册表,然后按F5刷新您的桌面。

瞧,您的特殊 Internet Explorer 图标尽显其美:)

在此处输入图片说明

没有丑陋的快捷方式箭头,以及特殊图标的常用选项(属性将打开 Internet 选项)......哦,它是完全安全的,不会被意外删除。:)

如果要删除此图标,请删除以下注册表项:

HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-100000000001}