Unregistering a DLL
Instructions to unregister a DLL:
- Go to Start --> Run
- Type cmd in the input box and press Enter
- Now naviagate to the directory where the DLL is present and type “regsvr32 /u name_of_the_file.dll
- Here, the command regsvr32 is used to register or unregister the DLL and /u in the above command commands the CMD to unregister that DLL.