K KV Dec 3, 2004 #1 Anyone know how to remove a BHO from the registry using C#? What are the steps involved?
N Nicholas Paldino [.NET/C# MVP] Dec 3, 2004 #2 KV, You would go to the following key in the registry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects Once there, you should remove any sub keys. If you just want to disable the BHOs, then you can go to the Advanced tab in Internet Options and uncheck the checkbox for Browser Helper Objects. Hope this helps.
KV, You would go to the following key in the registry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects Once there, you should remove any sub keys. If you just want to disable the BHOs, then you can go to the Advanced tab in Internet Options and uncheck the checkbox for Browser Helper Objects. Hope this helps.