HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole

This key contains all the default security information that COM requires. The Ole key (see Figure 8.11) has the following structure:

Figure 8.11. The Microsoft\Ole key structure.

HKEY_LOCAL_MACHINE
    SOFTWARE
        Microsoft
        Ole
                EnableDCOM = { Y or N }
            DefaultAccessPermission = REG_BINARY
                                 { self-relative security descriptor }
            DefaultLaunchPermission = REG_BINARY
                                 { self-relative security descriptor }
            LegacyAuthentication =
            LegacyImpersonation =
LegacySecureReferences = { Y or N }

The next few sections describe the various settings in the OLE registry subkey.

Enabling and Disabling DCOM

The EnableDCOM value enables ...

Get COM+ Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.