Pages

Friday, November 9, 2012

How to delete virus without using antivirus program?



 How to delete virus without using antivirus program?

To delete virus without using using antivirus program follow the below steps:

Step 1: Start your command prompt, type cmd then press ok
Step 2: Select the virus affected drive in this case drive j:type j: then press enter key to see the content on the drive j, you can type dir command.
type dir to check whether it contain unusual .exe file
yes! it contains .exe file with autorun.inf


Step 3: Type attrib -s -h *.* /s /d then press enter key
now you can delete these two files or rename these things.
In this case i will rename autorun.inf file into aa .
now you can access the drive j: without affecting the virus.

MntDrCore this is the harmful .exe aa this is the renamed autorun.inf.
now you can delete those two files.