how to register dll files in Windows systems 10, 7,8, 8.1 and windows xp,vista?
The first way: register dll file manually in windows xp, vista, 7, 10, 8.1
Copy dll file and paste in the following path
For Windows 95/98/me
C:\WINDOWS\system
For Windows nt/2000
C:\WINNT\system32
for Windows XP / VISTA / WINDOWS 7/WINDOWS 8/WINDOWS 10
C:\WINDOWS\system32
For Windows 64-BIT
C:\WINDOWS\syswow64 And C:\WINDOWS\system32
Then restart the computer.
After copying and pasting the DLL file
We will Register the DLL file manually by following these steps:
Click on the Windows Start menu
select Run
Then write cmd and press ok.
You’ll see a screen DOS ( black screen ) Put the following command:
regsvr32 xxxxxxx.dll
And then press Enter on your keyboard.
The following success message appears: RegSvr32 ” DllRegisterServer in xxxxxxx.dll succeded “.
The second way: register dll file by used tool dll manager.
In this way, we will use the OCX DLL Manager Setup tool
Download the tool via the following link
Install the tool
Note: If the tool does not work
You need to move the comdlg32.ocx file to the path
C:\Windows\System32 for windows 32bit or C:\Windows\Syswow64 for windows 64bit
Open the tool
Follow the explanation in the two images
In the third step you choose the dll file