如何从程序中列出Internet Explorer使用的插件(BHO)? [英] How can I list the plugins (BHOs) that Internet Explorer uses, from my program?

查看:162
本文介绍了如何从程序中列出Internet Explorer使用的插件(BHO)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要在我的Win32独立程序中,检索当前安装的Internet Explorer加载项列表(浏览器帮助程序对象),以及(如果可能)其启用/禁用状态.

I need to retrieve, in my Win32 standalone program, a list of currently installed Internet Explorer add-ons (Browser Helper Objects), and - if possible - their enabled/disabled status.

由于反间谍软件程序(例如自动运行)可以获取此信息从某处获取列表,是否有一种简单的方法来以编程方式请求此列表?

Since anti-spyware programs (or e.g. Autoruns) can get this list from somewhere, is there a simple way to request this list programatically?

编辑: 感谢@ Stefan ,他为我指出了正确的注册表项(所有HKLM ):

EDIT: Thanks to @Stefan, who pointed me to the right registry keys (all HKLM):

// BHOs
HKLM\Software\Microsoft\Windows\CurrentVersion\explorer\Browser Helper Objects 
// IE toolbars
HKLM\Software\Microsoft\Internet Explorer\Toolbar
// IE extensions
HKLM\Software\Microsoft\Internet Explorer\Extensions

推荐答案

BHO在以下位置注册

The BHOs are registered under

HKLM\Software\Microsoft\Windows\CurrentVersion\explorer\Browser Helper Objects

IE工具栏已注册在

HKLM\Software\Microsoft\Internet Explorer\Toolbar

这篇关于如何从程序中列出Internet Explorer使用的插件(BHO)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆