Remove Virus via command Prompt
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’, ‘Orkut is banned’ 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, only quarantine it.So in our post we use command prompt to remove harmful files that
any anti-virus can’t.
These are the steps.
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’, ‘Orkut is banned’ 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, only quarantine it.So in our post we use command prompt to remove harmful files that
any anti-virus can’t.
These are the steps.
1) Steps to Remove Autorun Virus :
- Press ( Start or winkey ) -> Run -> cmd.
- If you are at the root directory ( C drive ) then do the following, else type cd.. press enter and come to the root (C:) and do the following.
- Type in ( attrib -h -r -s autorun.inf ), without brackets and press Enter.
- Type ( del autorun.inf ), without brackets and press Enter.
- Follow this for all other drives.
2) Steps to Remove Shortcut Virus :
- Go to Start -> Run -> cmd.
- Go to your pen drive directory (drive).
- Type this command: del *.lnk and press Enter.
- Type attrib -h -r -s /s /d X:*.*
- And then press a gentle Enter.
- Here the letter “X” should be replaced with the drive alphabet of your pendrive that you have inserted into the computer.
3) Steps to Remove Empty Folder Virus :
- Start -> Run -> cmd.
- Type this command: attrib -h -r -s /s /d X :*.*
- Here the letter “X” should be replaced with the drive alphabet of your pendrive that you have inserted into the computer.
- If your pendrive shows the drive alphabet as “J “, then type this command: attrib -h -r -s /s /d j :*.*
- And then press a gentle Enter.
Comments
Post a Comment