So it's been about 1 year since i brought my computer, and my hard drive seems to behave bad. It's constantly slow, like when i open internet and try to open my history, it takes about 20 seconds for it to actually open it.
In more recent years, one of the most common ways for a virus to spread itself has been through the autorun.inf file that resides on the root of your removable device such as a USB stick or hard drive. When you insert the device into a computer, the autorun file then executes the program it’s told to which in many cases can be malicious file, and then you have a problem on your hands.
Thankfully in Windows XP and above the Autorun.inf virus issue is now pretty much redundant as the inf file no longer gets executed by default in Windows when it’s inserted and so the malicious file cannot get launched. The problem with removable USB devices is they are so portable that the drive could have been plugged into several other computers before it comes back to you. And with that in mind, there’s always a chance that it could have been infected and other types of malicious files might have been transferred onto it along the way.
USBVirusScan is a small program that will launch any program you provide as a command line parameter each time a USB drive is inserted. As you might guess, the author uses it to start a full virus scan on the inserted USB drive, and named it as such. But the program can actually be used to launch any program, batch file or script you tell it to and isn’t limited to just running security software.
USBVirusScan isn’t really a tool for beginners though because it doesn’t have graphical user interface (GUI). The configuration and launching is done from a batch file called Start.bat and the tool itself only has an About screen that looks like the image below which shows the command line options.
The only thing you need is an Antivirus package installed. If you don’t have one and don’t want to pay for one, have a look at our comprehensive list of free Antivirus software. Then you’ll need to find out the commands that need to be on the line that can perform a scan when you insert a USB drive. Once you have the command line, just edit the Start.bat file in the USBVirusScan folder.
The command line options can be a bit confusing for some users and finding the correct syntax and commands is not always easy because every antivirus software is different. So for your convenience we’ve provided a few command lines for some popular antivirus software. If you’re using a 64-bit Windows, you may need to change the Program Files entries to Program Files (x86) depending on which folder your Antivirus uses. The simplest way to check is to browse and see which folder the Antivirus is in and use the correct one in the batch file.
Place “Start USBVirusScan.exe” without the quotes at the beginning of Start.bat and add one of the commands to the line depending on the Antivirus software package you have. Then simply execute the bat file and the program will sit in the system tray waiting for a USB drive to be inserted. Memory usage is small occupying only 1MB on our Windows 7 64-bit test system, so can easily sit in the background all the time if you come into contact with lots of USB flash drives.
On the next page we’ll show you the command line options required for USBVirusScan in 15 popular antivirus and internet security packages.
12Next › View AllC:Program FilesMicrosoft Security ClientMpCmdRun.exe” -Scan -ScanType 3 -File %%c:
if i insert a usb drive can be letter d e f g h … ?
how you can understand the letter to must use ?
The schedule of rates is listed under Section 104, Tariff and Customs Code of the Philippines (TCCP), as amended. Source: Bureau of Customs website (www.customs.gov.ph), accessed on 17 Sep. The goods extended duty- and tax-free privilege are not to be sold, bartered. MANILA, Philippines – The Senate has approved on third and final reading the Customs Modernization and Tariff Act (CMTA), which also raises to P150,000 from P10,000 the tax-exempt value of pasalubong cargo brought in or sent by Filipinos overseas. I went directly to the Bureau of Customs FB page and found the info there a little. Tax as high or even higher than the cost of the items I'm bringing as presents. DVDs, VCDs, other imitation products) and regulated items (i.e., transceivers. In addition, OFWs are entitled to duty and tax-free privileges on their USED. Click here for the Bureau of Customs Philippines website or e-mail them at.
Replyand why you use %% ?
%%c:
ReplyGreat program idea, but I have to ask, why is it that Antivirus suites don’t do this automatically. It just seems like common senses, you shouldn’t have to use another program and then program it to use your antivirus. This is beyond stupid in my thinking about how antivirus utilities work, they should be protecting flash drives automatically.
ReplyIts good to find the virus scan in pc system
Thank u
praveenkumar
will this auto scan utility work with Bitdefender free edition? if so, how should do that? please send me the procedure.
Replyis it possible to revert back after changes made (automatic scan)? can you show how.
ReplyHow to do this usb auto scan for comodo internet security premium 2013?
Although Comodo do have what is believed to be a command line scanner called Cavscan.exe in the Comodo folder, it seems they haven’t bothered to tell anyone how to use it.
The output from Cavscan is always blank whatever arguments you put into it. Comodo’s forums have loads of people asking how to utilize this tool, no-one ever seems to come back with useful answers.
ReplyVery useful program, indeed.
As I use Norton AV, one problem is that the path of NAVW32.exe changes when updated automatically.
So I wrote following bat file which finds the path and kick USBVirusScan.
Content of USBChkStart.bat :
—————– snip ——————
setlocal
reg query “HKLMsoftwaremicrosoftwindowscurrentversionapp pathsnavw32.exe” find “:” >–AA–.txt
for /f “tokens=3,4,5,6” %%p in (–AA–.txt) do set nortonpath=%%p %%q %%r %%s
start /b USBVirusScan.exe %nortonpath% %%c: /S+ /B+
endlocal
——————snip ——————
Another bat file (USBChkStop.bat) to stop is:
usbvirusscan -q
Place them anywhere you want (desktop for example). Works great.
Tak
Thanks mate appreciate a lot
ReplyThanks raymond
ReplyNeat program. Thanks for the info raymond, I’m gonna introduce this program to all my mates :)
Reply