Virus is a computer program that can copy itself and infect computers.
The term "virus" is erroneously used to refer to other types of malware, including adware and spyware programs that do not have the reproductive ability.
A true virus can spread from one computer to another (in some form of executable code).
One of the ways by which a virus can infect your PC is through USB/Flash drives.
Common viruses such as 'Ravmon' , 'New Folder.exe', 'shortcut virus' are spreading through USB drive .
Most anti virus programs are unable to detect them and even if they do, in most cases they are unable to delete the file.So in this post we use command prompt to remove harmful files that any anti-virus can't. I use this trick most of the time and can guarantee you that it will work 100%.....
The term "virus" is erroneously used to refer to other types of malware, including adware and spyware programs that do not have the reproductive ability.
A true virus can spread from one computer to another (in some form of executable code).
One of the ways by which a virus can infect your PC is through USB/Flash drives.
Common viruses such as 'Ravmon' , 'New Folder.exe', 'shortcut virus' are spreading through USB drive .
Most anti virus programs are unable to detect them and even if they do, in most cases they are unable to delete the file.So in this post we use command prompt to remove harmful files that any anti-virus can't. I use this trick most of the time and can guarantee you that it will work 100%.....
Step 2:
Select the virus affected drive
(drivename: )
examples
C:
J:
F:
D:
E:
and press enter then D:\> would have come ..
(drivename: )
examples
C:
J:
F:
D:
E:
and press enter then D:\> would have come ..
Step 3:
type attrib -s -h *.* /s /d then press enter
Since virus are set as hidden (h) and as system file (s) so that it cannot be deleted easily .Actually what we are doing in this step is removing all these attributes set on files or virus that is mius s (-s -h) ,
*.* - means all files
Since virus are set as hidden (h) and as system file (s) so that it cannot be deleted easily .Actually what we are doing in this step is removing all these attributes set on files or virus that is mius s (-s -h) ,
*.* - means all files
Step 5:
check if there is an unusual .exe file
if there's an autorun.inf file rename it
Because they usually are the virus files . Renaming them means like making them unfunctional as virus as they are now referred by another name and the so the actual while will not be visible to the virus program.
(rename filename.extension newfilename )
if there's an autorun.inf file rename it
Because they usually are the virus files . Renaming them means like making them unfunctional as virus as they are now referred by another name and the so the actual while will not be visible to the virus program.
(rename filename.extension newfilename )