You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
ole controls
About this tag
OLE controls are a core component of Windows that enable object linking and embedding, allowing applications to share data and functionality. On WindowsForum.com, discussions about OLE controls often involve registration issues using the Regsvr32 tool, which can produce specific error messages when a control fails to register or unregister properly. A common troubleshooting scenario involves registry permissions, particularly in Windows Server environments, where users may need write access to HKEY_CLASSES_ROOT to register OLE controls for compiling applications. However, modifying these permissions can lead to system problems such as a disabled Start menu or File Explorer issues, requiring a system restore to resolve. These topics highlight the importance of careful registry management and proper use of Regsvr32 when working with OLE controls.
I have this problem with Windows Server 2002 on a specific server (reinstalled more times) with RDP role
I need to give to some users an authorization to write in HKEY_CLASSES_ROOT because while compiling some apps they need to register some Ole public controls. If i enter in registry with...
Describes how to use the Regsvr32 tool to register and unregister OLE controls. Also describes the error messages that may occur and what they mean.
More...