Ever wonder how to register DLL on window? It's easy!
First, you have to open command prompt (cmd) as administrator.
After that, point your cmd directory to `C:\Windows\SysWOW64`.
Next, type `regsvr32 C:\yourfilepath\filename.dll`.
Example :
(Syntax : regsvr32 <full .dll file path>)
A message will prompt out if your DLL register successfully.
How to unregister DLL on window
EmoticonEmoticon