Where To Put Dll Files Windows 10
Sometimes the applications may miss registering the DLL or OCX files, due to which users will face errors and applications won't piece of work properly. Considering of this, users will require to annals the files past themselves. The registering and unregistering of the application extension files (DLL or OCX) are done by RegSvr32 utility. In this commodity, we will teach y'all how easily yous tin register a DLL or OCX file in your operating system.
Registering a DLL or OCX File in Windows
Past registering a DLL or OCX, users are adding the data to the registry so that Windows can employ those files. The information will be in the form of a name or CLSID. This makes information technology easier for Windows to find the correct DLL or OCX when a function related to it is used within another program. It volition contain the path of these files through which the executable code for the component will exist used. The data saved in the registry will ever refer to the latest version of the component. This is required just in rare cases because in most cases the applications volition register these files during installation. It tin can also be used for the repairing of the Windows issues that include these files. Some actress parameters that you tin can add together to the commands:
- /u – Unregister the DLL or OCX file
- /s – Silent mode, it will show no message boxes.
- /I – If used without /u then calls DLLInstall(TRUE) to install and If used with /u then calls DllInstall(FALSE) to uninstall the DLL and DllUnregisterServer.
- /due north – For not calling the DllRegister Server or DllUnregisterServer. This option must exist used with /i.
You lot can only register the DLL or OCX files that are registerable. Some files will have no DLLRegisterServer() functions through which information technology can register. Those files are ordinary and have nothing to do with registering. An example can be taken from game DLL files that stay in the folder and do their job without getting registered in the first identify.
Note: Make sure y'all already have the DLL or OCX file available earlier trying these methods.
Using the Elevated Control Prompt to Register a DLL or OCX File
- Hold the Windows fundamental and press Due south to open the search function. Type cmd, right-click on it and choose Run every bit administrator option
Note: You can too press Alt + Shift + Enter afterward typing cmd in the search function. - Now type the control below to annals the DLL or OCX file.
regsvr32 jscript.dll
Note: jscript.dll is the file proper noun that y'all can change to whatsoever file you want to register.
- Y'all can too annals a DLL or OCX file that is located in a different location by typing the following control.
regsvr32 C:\Users\Kevin\Desktop\jscript.dll
- If the file is not registerable then you may get the error equally shown below:
- Sometimes the mistake can be because you are trying to register a 32-chip DLL or OCX file through 64-bit Regsvr32. You need to employ the 32-fleck Regsvr32 that is located in the Syswow64 binder.
- Y'all can type the following command to register 32-flake DLL or OCX in a 64-bit operating organization.
%SystemRoot%\SysWOW64\regsvr32 jscript.dll
Yous can likewise use PowerShell with the same commands to register DLL or OCX files.
Where To Put Dll Files Windows 10,
Source: https://appuals.com/register-dll-or-ocx-windows/
Posted by: wilsonanite1993.blogspot.com
0 Response to "Where To Put Dll Files Windows 10"
Post a Comment