Wednesday, December 11, 2013

How to Register Dll Files Using a Command Prompt


1. Hold down the Windows key and press 'R.' The Run box opens.
2. Type 'regsvr32 path\filename.dll' into the Run box. Note that 'path' should be replaced with the actual location where the DLL file is located and 'filename' should be replaced with the name of the DLL file you wish to register. For example, C:\Windows\System32\mydll.dll would register a DLL named 'mydll' that is located in the 'Windows\System32' folder.
3. Click 'OK.' You will see a confirmation pop up listing your newly registered DLL file.