How to Manually Register DLL Files
DLL, or Dynamic Link Library files, contain programming code that can be used by different applications interchangeably and at the same time. Instead of including a certain part of a code with an application, DLL files lend themselves to the program for proper running. This saves the disk space needed for the software. However, if a DLL file goes corrupt, the application(s) that use it will not run. DLL files need to be registered with the operating system's registry before they can be used. Although some files have a self-registering capability, others need to be registered manually.
Instructions
-
-
1
Navigate to the DLL file location using Windows Explorer and then copy the file path in the address field.
-
2
Go to the "Start" menu and click "Run." (Type "Run" and hit "Enter" after clicking on "Start" in Windows Vista and 7.)
-
-
3
Type "regsvr32 "<path>\FileName.dll"" and hit "Enter" to register the file. <path> stands for the DLL file location's path on your hard drive that you copied in the first step. For example, "regsvr32 "C:\Windows\System32\FileName.dll"."
-
4
Click on "OK" in the pop-up window that confirms registration of the DLL file.
-
1