JSI Tip 9893. Missing registry entries may prevent ActiveX controls from properly loading in Internet Explorer?

Jerold Schulman

November 10, 2005

1 Min Read
ITPro Today logo in a gray background | ITPro Today

If Web View is enabled, the folders may not appear correctly.

Opening the Add or Remove Programs applet in Control Panel may result in:

Object doesn't support this property or method

These behaviors are symptomatic of missing, incorrect, or corrupted registry entries.

To resolve this problem:

1. Open a CMD.EXE window.

2. Type the following commands, pressing Enter after each line:

REG ADD "HKCRCLSID\{0000031A-0000-0000-C000-000000000046}" /ve /T REG_SZ /F /D "ClassMoniker"REG ADD "HKCRCLSID\{0000031A-0000-0000-C000-000000000046}InprocServer32" /ve /T REG_SZ /F /D "ole32.dll"REG ADD "HKCRCLSID\{0000031A-0000-0000-C000-000000000046}ProgID" /ve /T REG_SZ /F /D "clsid"REG ADD "HKLMSOFTWAREClassesCLSIDCLSID" /ve /T REG_SZ /F /D "{0000031A-0000-0000-C000-000000000046}"

NOTE: REG.EXE is built into Windows XP and Windows Server 2003. It is installed on Windows 2000 from the Support Tools folder on the Windows 2000 CD-ROM.



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