TechnologyWindows

How to Unregister and Re-register DLL or OCX files in Windows

It typically happens that just a few applications all of the sudden cease responding or engaged on Home windows 11 or 10 PCs. This downside happens primarily resulting from some lacking or corrupted DLL or ActiveX recordsdata. When this example arises, regardless of what number of instances you attempt restarting your PC, the involved app is not going to begin. If you’re fighting such a problem in your machine, you need to unregister after which re-register corrupt DLL or OCX recordsdata in Home windows.

Unregister and Re-register DLL or OCX files in Windows

There are a number of instruments accessible on-line which will remedy this downside of yours. Nevertheless, we belief the Regsvr32 instrument probably the most, and we’re going to clarify how you could use this instrument in your laptop. 

Regsvr32 instrument is a command-line utility program that you could be make use of to unregister and re-register DLL or OCX recordsdata. 

Word: Earlier than you run any command listed on this tutorial, make certain to create a system restore level. You could use this backup in case one thing ailing pops in in the course of the course of.

Tips on how to unregister DLL or OCX Recordsdata in Home windows 11/10

If you wish to unregister all DLL recordsdata in your PC, do the next –

  • Press WinKey + R.
  • When the Run dialog opens up, sort “CMD” and press Ctrl + Shift + Enter altogether.
  • Doing so will invoke the Command Immediate having administrative privileges.
  • On the elevated console, copy/paste the code beneath, and hit Enter

regsvr32 /u "path & filename of dll or ocx"

It will unregister all DLL in addition to OCX recordsdata in your Home windows 10 or 11 PC. 

Tips on how to register DLL or OCX Recordsdata in Home windows

To register DLL recordsdata in Home windows 11/10, do the next –

  • Open Command Immediate as administrator.
  • Sort the next and press Enter –

regsvr32 "path & filename of dll or ocx"

Word: In case your machine already incorporates some DLL recordsdata and wish to re-register them, execute the beneath code as a substitute –

for %1 in (*.dll) do regsvr32 /s %1

Unregister or Re-register DLL or OCX recordsdata utilizing Third-party instruments

In case you aren’t comfy operating codes on the Command Immediate, dozens of applications can do it in your behalf. All you require is to obtain and set up them in your laptop. A couple of examples are –

  • Rootreg
  • Register/Unregister DLL/OCX utility
  • RegDllView

I hope this submit lets you handle the lacking DLL or OCX recordsdata in your laptop. 

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button