Saturday 29 October 2016

How To Remove Virus From Computer With CMD

Viruses, malware, trojans, worms! These evil things can penetrate your computer through numerous ways like internet browsing, from USB devices, phishing link in your email and also by installing infected software. Most of these viruses make your computer slow and eat up valuable memory as well as storage space. Some more powerful viruses are meant to contaminate our operating system too and steal personal information and banking data.

The conventional method to identify and remove such unwanted program from your computer is to install an anti-virus software and scan your computer for any viruses/trojans/worms that exist and quarantine them. However, there are some computer users out there who use unconventional methods to find such virus. Today we are discussing such unconventional method by using Command Prompt or DOS Prompts to identify and remove such virus. The method is simple and straight which even a layman computer user can proceed with, just follow the steps given below :

How To Remove Computer Viruses Using CMD

The Command Prompt or CMD/DIS Prompt is a command line utility program on Windows 10. Though the command prompt is rarely used by layman PC/laptop users, it is a powerful utility in the hands of pro hackers. CMD has access to reconstruct all Windows system files by using various attributes like removing the hidden attributes which a virus normally uses.
One of the leading causes of virus infections in computers and the CMD method work on USB to remove its viruses and secure your computer.

Steps To Remove Computer Viruses Using Command Prompt:

1) Click on Start and type cmd. Now right click on the cmd icon and select run as administrator. Running the command as administrator is important as you need to access the system files which are not usually visible in guest accounts. Now command prompt window will open, now select your drive from which you want to remove a virus.

2) Suppose your USB has a virus and your USB drive is F. Type “F:” without quotation on Command line. 



Step 3. Now the C: will change to F: Now you need to type “dir F:” in CMD and hit enter. It will show you the directory of F drive.



Step 4.  So now type the following command to show all the hidden and system files on your USB drive. Type “dir F: attrib -s -h /s /d *.*”  without quotations and press enter. Typing this command will explore your selected drive and will load all the files including hidden and system files on your drive.



Step 5. In this window you will notice unusual file.exe  and extention if your computer has been infected with a virus like the dreaded autorun.inf virus. Rename it using this command line rename filename.extension new filename. Usage > C://rename autorun.inf (new filename)



That’s it!  Now you can identify all the viruses in your PC and USB and delete them without any help of anti-virus software. You can delete the autorun.inf by typing in the command “del autorun.inf” or del :”yourfilename”

Author:

0 comments: