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.
- Run the command prompt by going to start and type cmd on the search programs and files.
- Select the virus affected drive :C :D :J
- Type attrib -s -h *.* /s /d then press enter
- Type dir the dir command shows you the content of the drive
- check if there is an unusual .exe file if there's an autorun.inf file rename it (rename <filename.extension> newfilename ) type: rename autron.inf todlt
- by doing the following steps you can now acces the drive without affecting the virus Go to my computer
- Select the drive C: D: F: G: E:
- Delete the harmful files,todlt
*you can also delete the harmful files using command prompt
( type del filename)
next trick;
How to remove empty Folder virus using cmd ?
Got some Files in your pen drive but they are empty! Because of the virus in your pendrive malfunctions your drive. How to remove this empty folder virus and recover files? Follow the steps given below.
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.
Note:
Do a restart, and before that don’t open any drives after performing the following steps.
If above method doesn't work
Go to start >> run >>
Type %temp% hit enter ,press CTRL +A & delete all file
Go to start >> run >>
Type prefetch hit enter ,press CTRL +A & delete all file, skip if it ask
it really works
ReplyDeletetnx dude