Win10 can not register comdlg32.ocx how to do? Win10 system comdlg32.ocx registration failure solution

  

comdlg32.ocx is one of the important files that VB (Visual Basic) is indispensable for. However, many users have recently discovered that comdlg32.ocx will always fail to register under the Windows10 system. How should COMDLG32.OCX’ or one of its components not be properly registered? What is going on here? The following small series for everyone to introduce the Windows10 system can not register comdlg32.ocx problem solution, I hope to help everyone!

Workaround:

1, first make sure your WIN10 account is admin right;

2, download comdlg32.ocx and other controls, you can find it online. (corresponding to your Win10 system digits);

3, put comdlg32.ocx in c:\\Windows\\SysWOW64, Note: need administrator rights

4, search in win10 taskbar Enter CMD in the box and right click to run as administrator

5, regsvr32 c:\\Windows\\SysWOW64\\comdlg32.ocx (corresponding control name)

Prompt DllRegisterServer in C:\\WINDOWS\\SysWOW64 \\comdlg32.ocx succeeded

means that the control was successfully registered.

Copyright © Windows knowledge All Rights Reserved