Jump to content

Enable/Disable BHO in IE


Go to solution Solved by Myicq,

Recommended Posts

  • Solution

Would this help you in any way ?

You can enable/disable BHOs by adding/removing a DWORD registry value called "Flags" with a value of 1 to this key:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Ext\Settings\<BHO CLSID>

From http://stackoverflow.com/questions/857563/activate-ie-add-ons-from-an-bho

And / Or perhaps this:

// 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

from http://stackoverflow.com/questions/413333/how-can-i-list-the-plugins-bhos-that-internet-explorer-uses-from-my-program

Edit: Assuming you know how to manipulate Registry entries from AutoIT3, lots of examples around and in helpfile.

Edited by Myicq

I am just a hobby programmer, and nothing great to publish right now.

Link to comment
Share on other sites

@Myicq,

That worked perfect thank you!

This is the solution that i used:

You can enable/disable BHOs by adding/removing a DWORD registry value called "Flags" with a value of 1 to this key: HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionExtSettings<BHO CLSID>

Edited by antmar904
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...