Prevent a Browser Helper Object (BHO) from loading with Explorer.exe instances

通过注册表编辑阻止特定Browser Helper Objects (BHOs)在Explorer进程加载,提高系统性能。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Browser Helper Objects (BHOs) are in-process Component Object Model (COM) components—that Internet Explorer will load each time it starts up. Such objects run in the same memory context as the browser and can perform any action on the available windows and modules. BHOs are triggered for each Internet Explorer and Explorer processes (iexplore.exe and explorer.exe processes). This means that BHOs are loaded each time when you open a folder window or Control Panel. Usually, there is no need to load all the BHOs for folder windows or while opening Control Panel. In such case, you can prevent a BHO from loading with Explorer.exe process.

Though I've not benchmarked the results (Resources occupied by Explorer.exe with BHO loaded, and without a BHO loaded), I believe it should improve the performance, (theoretically speaking).

Open Registry Editor and navigate to the following key:

HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows / CurrentVersion / Explorer / Browser Helper Objects

You'll see some sub-keys in GUID format, depending upon the number of BHOs installed in your system. Say, if you want to disable EERedirect.Handler BHO (which I use only for Internet Explorer) from loading with Explorer.exe process, select the appropriate GUID. In the right-pane, add a new REG_DWORD named NoExplorer and set it's value to 1

Example: EERedirect Handler's GUID is {F02B00B3-A88C-4EF1-98FE-557F1DAF6E4D}.

Add the NoExplorer REG_DWORD in the right-pane of this key:

HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows / CurrentVersion / Explorer / Browser Helper Objects/ {F02B00B3-A88C-4EF1-98FE-557F1DAF6E4D}

Now, EERedirect.Handler BHO will not load when you open a folder, or Control Panel window, but loads with IExplorer.exe instances.

You can easily verify the results using a Process monitoring tool such as Process Explorer (from sysinternals.com). 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值