How to register a DLL file in Windows 7?
To register a comm .dll or .ocx on Windows 7 32-bit, do the following:
- Copy .dll or .ocx to
c:\windows\system32 - Type
cmdin Run menu, it will searchcmd.exe, right click and click Run as Administrator - It will show a prompt at
c:\windows\system32 - Type
regsvr32 ocxname.ocxto register .ocxortyperegsvr32 dllname.dllto register .dll

Comments
Post a Comment