How to unregister DLL files.
Dll

1. What are DLL files?

DLLs are dynamically linked library files. DLL's are programs, the reason they have the extension .dll are these programs are linked to different programs and run in the background. You never click on a dll to run a program. They are called upon by other programs. An example would be you when you start your computer and Explorer starts up and you then get to see all the windows and icons, well the icons are stored in a file called shellstyle.dll. Explorer starts this Dll in the background.

2. Why is it important to unregister malicious DLLs?

DLLs contain information essential for a computer to function properly. just like the example above.
Deleting DLL files is a risky deal, you want to make sure you remove the right one as removing the wrong wrong will most likley afftect your computer. The worse case senerio would be deleting a Dll that is used for a program that you only run once and a while. You may forget what Dll you deleted and not realise that you deleted that Dll 2 weeks ago. Take when deleting DLL files and unless you are following a guide I recommend you leave them alone.

Now lets get down to the nitty gritty.


Open Command Prompt window Vista/Windows7

Click the “Start” button and type either run or CMD into the search box, at this poin t it would be easier to type CMD and hit enter. This will open the Command window.


Dll
Open Command Prompt window XP

Click the “Start” button and select “Run” option. Type “cmd” into the “Open” field and click the “OK” button.


Dll
Unregister malicious DLL file

Type “regsvr32 /u filename.dll” into the Comand Prompt window and click “Enter”. “Filename.dll” should be the name of DLL file you want to unregister.


Dll

Conclusion

If after following these steps you still have an issue, feel free to post below and I will do my best to help.

Best of Luck.

[an error occurred while processing this directive] [an error occurred while processing this directive]
Jan 30, 2011
Better Passwords
Nov 27, 2010
Check Disk Removal
July 20, 2010
Xperia X10 / Android
April 26, 2010
Networking
April 7, 2010
Remove Desktop Defender 2010
Updated April 20, 2010
Xperia
Nov 5, 2009
Remove Malware Defender 2009
April 19, 2009
How to unregister DLL files.