Where does Internet Explorer store its' add-ons?

我怕爱的太早我们不能终老 提交于 2019-12-01 01:53:15

问题


I have checked all around the registry and I could not find any lists of all installed extensions.

At this point, any general location of IE extensions/add-ons would help.


回答1:


Taken from here:

Browser Helper Objects - Browser plug-ins which are designed to enhance the browser's functionality. Entries can be found in the registry at:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects

Toolbars - Additional toolbars that appear in a browser, often below the address bar. Entries can be found in the registry at:

HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Toolbar

URLSearchHooks - Used when an address without a protocol such as http:// has been entered in the browser's address bar. Entries can be found in the registry at:

HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\URLSearchHooks

Explorer Bars - Internet Explorer sidebars located adjacent to the browser pane. Entries can be found in the registry at:

HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Explorer Bars
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Explorer Bars

Additionally, custom items for context menu:

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\<Menu Text>
HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\MenuExt\<Menu Text>

Custom items for Tools menu, custom toolbar buttons:

HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Extensions\{GUID}

More info on MSDN.




回答2:


Does this answer your question:

 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions



回答3:


I found mine at:

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects

I'm on Windows 8.1



来源:https://stackoverflow.com/questions/19036814/where-does-internet-explorer-store-its-add-ons

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!