Ads

Un Register a Dll file PDF Print E-mail
Tuesday, 13 November 2007
DLL (Dynamic Link Library) refers to a type of file that is stored either locally or remotely and is a collection of commands and/or data which can be shared by different programs on the same platform.

Typical DLL files contain commands and/or data that are common to a certain task, for instance Windows has many DLL files built-in which other programs access and utilise. A common example of this is spool32.dll which is used for printing control within Windows 95/98 by other applications.

HOW TO UN-REGISTRY DLL FILE :
  1. Please go to "Start" and then click on "Run"
  2. Now in the Run command box, type "cmd", and then click on "OK"
  3. Type “regsvr32 /u filename.dll” where “filename” is the name of the file that you like to Unregister.
Unregister DLLS
 
Next >