
11-19-2007, 11:06 AM
|
 | VpTray | | | Join Date: Sep 2006 Location: Karachi, Pakistan
Posts: 1,977
Country: Tutorials:
0 Thanks: 66
Thanked 49 Times in 40 Posts
Nominated 0 Times in 0 Posts TOTW/F/M Award(s): 0
Rep Power: 1195 | |
Re: Unregister Spyware DLL Files Manually | | Unregister Spyware DLL Files Manually Warning: Unregistering spyware DLL files is difficult and risky. If you unregister the wrong DLL file, your computer may crash and important data may be lost. As a precautionary measure, please back up important files and set a System Restore point (click Start > All Programs > Accessories > System Tools > System Restore, and follow the on-screen instructions) or run a spyware check with a trusted anti-spyware program to automatically detect spyware. To start unregistering DLL files, you will need to follow these steps:- Open the Command Prompt window
Press the “Start” button on your taskbar and click on “Run” to start the “Run” tool. In the field, type “cmd” and press the “OK” button. - Locate the DLL file
After opening the Command Prompt window, locate the exact DLL path as shown on the screenshot below. Type “cd” in order to change the current directory, press the “space” button, enter the full path to the DLL file and press the “enter” button on your keyboard. If you want to display the contents of the directory, use the “dir” command. - Unregister the unwanted DLL
In the directory where you want to remove the DLL, type “regsvr32 /u [DLL_NAME]” and press the “Enter” button. - Unregistering succeeded
If the DLL was unregistered successfully, a confirmation message will be displayed. If you want to undo the removal, you can perform it by typing “regsvr32″ without the /u key, just type “regsvr32 [DLL_NAME]” to undo the changes. |