Remove Viruses on USB Drive
November 12th, 2008 by admin
If you suspect your USB drive is infected by virus, just follow these few steps to remove it.
- WARNING! Do not double click on your USB drive icon on My Computer, it will execute the virus.
- Locate AUTORUN.inf file by keying in E:\autorun.inf (Assume E: is your USB drive) on your address bar.
- Once the autorun.inf is run, find out what files the virus executes (usually in .exe extension) when your USB drive is double clicked.
- Delete all the files are listed on AUTORUN.inf which are used by the virus.
- Remove the lines in AUTORUN.inf which execute the virus or you may just delete the AUTORUN.inf file.
If you cannot view the hidden files in your USB drive, follow these few steps:
- go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Hidden.
- Set the value back to 0 (means NO).
- If you cannot view the Folder Options, go here -> HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
- Under NoShowFolderOptions, change it to 0.
In some cases, viruses like Kavo will change the files back to hidden, follow these steps to prevent it:
- Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\
Advanced\Folder\Hidden\SHOWALL - Find CheckedValue, it should be a DWORD key. If it is not, delete it.
- The Folder Option should be working now.
- Delete everything associated with AUTOFUN.inf.
- Done!
Thanks to ericmaxman for sharing this.