How do I register Mscomctl OCX on Windows 10 64 bit?

How do I register Mscomctl OCX on Windows 10 64 bit?

INSTALL MSCOMCTL. OCX

  1. If you are using 64 bit Windows copy the MSCOMCTL.OCX to C:\WINDOWS\SYSWOW64. (If you are using 32 bit Windows copy MSCOMCTL.OCX to C:\WINDOWS\SYSTEM32) .
  2. Open a CMD or PowerShell prompt (as an administrator) and change into C:\WINDOWS\SYSWOW64. .
  3. Type. regsvr32 mscomctl.ocx.
  4. Press ENTER.
  5. Enjoy.

How do I register 32 bit OCX on 64-bit?

please note that you need to put the 32-bit version of ActiveX control in the SysWow64 folder and run the regsvr32 (from that folder) to register that version. Put the 64-bit version of in the system32 folder, and run that folders regsvr32 to register.

How can I register Mscomctl OCX?

How to Register MSCOMCTL. OCX

  1. Download the MSCOMCTL.
  2. Open the downloaded file and extract it using your preferred archive management program.
  3. Click Start and select “Run” if you are using Windows 2003 or XP.
  4. Enter the text “REGSVR32 MSCOMCTL.
  5. Click “Yes” if you are requested to give “REGSVR32.

How do I run an OCX file as administrator?

Click Start > All Programs > Accessories and right-click on “Command Prompt” and select “Run as Administrator” OR in the Search box, type CMD and when cmd.exe appears in your results, right-click on cmd.exe and select “Run as administrator” At the command prompt, enter: REGSVR32 “PATH TO THE DLL FILE”

How to register a DLL or OCX file in Windows 10?

Hold the Windows key and press S to open the search function. Type cmd, right-click on it and choose Run as administrator option Note: You can also press Alt + Shift + Enter after typing cmd in the search function. Now type the command below to register the DLL or OCX file.

How to register OCX under admin account?

In case if your OCX doesn’t do anything under admin account, what you can try to do is to register you OCX under HKEY_CURRENT_USER lever by using RegSvrEx tool. This way your OCX will be registered under current_user_level

How do I open OCX files on my computer?

Hold down the Shift key on your keyboard and right-click directly on the OCX file. When the pop-up menu window appears, click on “Open With.” Click on “Select the Program from a list” in the new pop-up window that appears, then click “OK.

Can ActiveX/COM components be registered without Windows administrator privileges?

This tutorial describes how ActiveX/COM components (*.dll, *.ocx) can be registered without Windows administrator privileges and without calling of regsvr32. This information is mainly interesting for Visual Basic developers who usually often use ActiveX components.

Begin typing your search term above and press enter to search. Press ESC to cancel.

Back To Top