JSI Tip 1616. How can I stop IE from running an ActiveX Control?

Jerold Schulman

September 9, 1999

1 Min Read
ITPro Today logo

In IE, you can revoke safe for scripting, but the control is still called and you receive a prompt. You can choose to run or not run the control.

To prevent the control from being called, you can set the Kill Bit.

Use Regedt32 to navigate to:

HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet ExplorerActiveX Compatibility

and set the Compatibility Flags data value, using the Hexadecimal Radix, to 400.

Unfortuneatly, I know of no way to identify the ActiveX Control, other than removing all the entries, and installing the ones that you want to disable.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like