If you are ever troubleshooting DLL’s on your system, this registry entry can help save you time. It allows you to right click on a DLL file and select the option to register or unregister it.
Just copy this into a text file and save it as “dllreg.reg”, run the file and try it.
[HKEY_CLASSES_ROOT.dll]
“Content Type”=”application/x-msdownload”
@=”dllfile”
[HKEY_CLASSES_ROOT/dllfile]
@=”Application Extension”
[HKEY_CLASSES_ROOT/dllfile/Shell/Registercommand]
@=”regsvr32.exe “%1″”
[HKEY_CLASSES_ROOT/dllfile/Shell/UnRegistercommand]
@=”regsvr32.exe /u “%1″”
(Thanks to: Jon Evans, jon@evansoft.demon.co.uk)

Like what you read?
If so, please join over 28,000 people who receive our exclusive weekly newsletter and computer tips, and get FREE COPIES of 5 eBooks we created, as our gift to you for subscribing. Just enter your name and email below:







