|
||||
![]() How to Unregister DLLsDynamic link library (DLL) files are basically a collection of programs which are called upon by a main (executable) program. In order for a DLL to be usuable it has to be registered so that the main program access it. In the case of a computer infection, the malicious program will put malicious DLLs onto your system. Therefore to fully remove a malicious program from your computer you also need to unregister its DLLs. However, in most cases you should not delete the DLL because the malicious program may simply use a system DLL for some of its functionality. Here are the necessary steps needed to unregister a malicious DLL: 1.) Open Up a Command Prompt
Click on the Windows Start button click on the Run icon. In the prompt type in cmd as shown here:
2.) Change to DLL Location
In the command prompt window use the command
3.) Unregister the DLL
To unregister the malicious DLL, type the following in the command prompt:
where <filename> is the name of the file. More information see: http://support.microsoft.com/kb/q249873/
3 comments to How to Unregister DLLs |
||||
|
Copyright © 2008-2010 Spyware Fix Pro - All Rights Reserved |
||||
[...] How to Unregister DLLs [...]
[...] How to Unregister DLLs [...]
[...] How to Unregister DLLs [...]