Share via


COM and DCOM Registry Settings (Windows Embedded CE 6.0)

1/6/2010

The registry stores information necessary to configure the system for applications and hardware devices. The registry also contains information that the operating system continually references during operation.

Note

Some registry settings can affect the security of your device. If a setting has security implications you will find a Security Note in the topic that describes the registry settings.

Note

Distributed COM (DCOM), sometimes also referred to as "COM Remoting", is not included in Windows Embedded CE. Please see Remote DCOM Support for more information.

To become functional, COM servers and containers must add information to the system registry. Most of that information is stored in keys and named values under the HKEY_LOCAL_MACHINE\SOFTWARE\Classes and HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\OLE keys.

Note

HKEY_CLASSES_ROOT is equivalent to HKEY_LOCAL MACHINE\SOFTWARE\Classes and that these keys can be used interchangeably.

The named values associated with the HKEY_LOCAL_MACHINE\SOFTWARE\Classes registry key contain information about an application that is needed to support COM functionality.

For more information, see the following topics:

See Also

Concepts

COM and DCOM Security
COM Authentication
COM Access Control
DCOM Security Configuration Utility
Developing Secure ActiveX Controls

Other Resources

Component Services (COM and DCOM)
Enhancing the Security of a Device