Launch IE with specific BHO enabled
- by watsonmw
I have a IE BHO plugin that I only want to be enabled when the user launches IE from my program (The program start IE using CreateProcess()).
I don't want this BHO to be enabled when a user launches IE from outside my program, as that would mean any problems in the BHO could potentially mess up the user's normal browsing experience.
What's the…