Cannot Automatically Disable ActiveX, Plug-ins, or Java

Last reviewed: September 24, 1997
Article ID: Q173100
The information in this article applies to:
  • Microsoft Internet Explorer versions 3.02a, 3.03 for Windows 3.1
  • Microsoft Internet Explorer versions 3.02a, 3.03 for Windows NT 3.51

SYMPTOMS

Administrators may find that they are unable to use the Microsoft Internet Explorer Administration Kit (IEAK) or other automatic configuration means (such as an .ins file) to turn off active content (ActiveX, Plug-ins, or Java) for 16-bit Internet Explorer versions 3.02a and 3.03.

CAUSE

By default, the 16-bit versions of Internet Explorer do not have this configuration functionality.

RESOLUTION

This issue is resolved by the 16-Bit IEAK Configuration Update, which contains the following updated file for Internet Explorer:

   Iedkcs16.dll version 3.0.0.561 (dated 8/7/97) and later

The 16-Bit IEAK Configuration Update is available in the Iedkcs16.exe downloadable file.

The following file is available for download from the Microsoft Software Library:

 ~ Iedkcs16.exe (size: 32263 bytes) 

For more information about downloading files from the Microsoft Software Library, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q119591
   TITLE     : How to Obtain Microsoft Support Files from Online Services

MORE INFORMATION

To use the new Iedkcs16.dll file, you must modify your .ins file as follows. Change the [Security] section as described in the following example.

From:

   [Security]
   Security_RunActiveXControls=0
   Security_RunScripts=0
   Security_RunJavaApplets=0
   Code Download=no

To:

NOTE: This [Security] section is only an example. Your settings may be different. In this example, ActiveX is turned off while scripts and Java are allowed.

   [Security]
   Run ActiveX Control=0
   Run Scripts=1
   Run Java=1

NOTE: The [Main] section has a reference to the corresponding entry in the [Security] section. For example, in the [Main] section you may see "Run ActiveX Control." For this functionality to work, you must change the reference in the [Main] section to match that is in the [Security] section.


Additional query words:
Keywords : msient msiew31 kbenv kbfile kbfixlist
Platform : NT WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 24, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.