Add browser action button in internet explorer BHO
EDIT: https://github.com/somanuell/SoBrowserAction Here is a screen shot of my work in progress. The things I did: 1. Escaping from the protected mode The BHO Registration must update the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy key. See Understanding and Working in Protected Mode Internet Explorer. I choose the process way because it’s noted as “best practice” and is easier … Read more