Showing posts with label regsvr32. Show all posts
Showing posts with label regsvr32. Show all posts

Thursday, May 26, 2016

Manually Register MSCOMCTL.OCX

Manually Register MSCOMCTL.OCX Using  Microsoft Register Server

As a technical person, technician / Engineer / Sales Manager ask " my customer is faceing ocx file registration issue" how it resolve, it append when Engineer install Access Control Software / Time & attendance software in a Microsoft PC.

When you install software that uses the MSCOMCTL.OCX dependency, the software should automatically register the file for you. In some cases your OCX file may not register properly, and as a result, will provide a "MSCOMCTL.OCX not registered" error. Fortunately, you can use a built-in utility called "Microsoft Register Server" (regsvr32.exe) to re-register your MSCOMCTL.OCX file.

How to re-register MSCOMCTL.OCX from an elevated command prompt (Windows XP, Vista, 7, 8, and 10):

1.Click the Start button.
2.Type "command" in the search box... DO NOT hit ENTER yet!
3.While holding CTRL-Shift on your keyboard, hit ENTER.
4.You will be prompted with a permission dialog box.
5.Click Yes.
6.Type the following command: regsvr32 /u MSCOMCTL.OCX.
7.Hit ENTER. This will UN-REGISTER your file.
8.Type the following command: regsvr32 /i MSCOMCTL.OCX.
9.Hit ENTER. This will RE-REGISTER your file.
10.Close the command prompt window.
11.Re-start the program associated with MSCOMCTL.OCX error.