Windows 7 system: clever solution com component registration failure failure

  
                

COM components are actually some of the smaller binary executables in the system that provide some services for applications, operating systems, and other components. So registering COM components is an important thing, but it is also a hard injury to the win7 system. Win7 system registration COM components always fail, which is bothersome.

Solution:

Run: regsvr32xxx.ocx

Tip: Module "xxx.ocx" has been loaded, but the call to dllregisterserver failed, error code 0x80004005.

Problem Analysis: Due to win7 permissions

Solution:

1.Start->Enter ‘cmd’->Creded cmd in the search box Right click on the .exe file and select ‘Run as administrator’:

2. Execute again: regsvr32xxx.ocx command, if you specify the full path, you need to use quotes "" ;d:/components/xxx.ocx"

3. Tip: Registration is successful!

COM components are an important part of the Microsoft system, prohibiting COM components and possibly causing video Can not play properly, music can not be used normally, a variety of situations may occur, I hope that users can help when registering COM components failed.

Copyright © Windows knowledge All Rights Reserved