UPDATE October 8, 2009: New version 1.0.1.4 released.
The Microsoft Windows Operating Systems use the AUTORUN.INF file from removable drives in order to know which actions to perform when a new external storage device, such as a USB drive or CD/DVD, is inserted into the PC. The AUTORUN.INF file is a configuration file that is normally located in the root directory of removable media and contains, among other things, a reference to the icon that will be shown associated to the removable drive or volume, a description of its content and also the possibility to define a program which should be executed automatically when the unit is mounted.
The problem is that this feature, widely critizised by the security community, is used by malware in order to spread by infecting as soon as a new drive is inserted in a computer. The malware achieves this by copying a malicious executable in the drive and modifying the AUTORUN.INF file so that Windows opens the malicious file silently as soon as the drive is mounted. The most recent examples of this are the W32/Sality, W32/Virutas and also the W32/Conficker worm which, in addition to spreading via a vulnerability and network shares, also spreads via USB drives.
Due to the large amount of malware-related problems associated with Microsoft AutoRun we have created a free utility for our user community called Panda USB Vaccine.
Computer Vaccination
The free Panda USB Vaccine allows users to vaccinate their PCs in order to disable AutoRun completely so that no program from any USB/CD/DVD drive (regardless of whether they have been previously vaccinated or not) can auto-execute. This is a really helpful feature as there is no user friendly and easy way of completely disabling AutoRun on a Windows PC.
USB Vaccination
The free Panda USB Vaccine can be used on individual USB drives to disable its AUTORUN.INF file in order to prevent malware infections from spreading automatically. When applied on a USB drive, the vaccine permanently blocks an innocuous AUTORUN.INF file, preventing it from being read, created, deleted or modified. Once applied it effectivelly disables Windows from automatically executing any malicious file that might be stored in that particular USB drive. The drive can otherwise be used normally and files (even malware) copied to/from it, but they will be prevented from opening automatically. Panda USB Vaccine currently only works on FAT & FAT32 USB drives. Also keep in mind that USB drives that have been vaccinated cannot be reversed except with a format.
Download
Panda USB Vaccine is a 100% free utility. We’ve tested it under Windows 2000 SP4, Windows XP SP1-SP3, and Windows Vista SP0 and SP1. Feedback is always welcomed. Click on the download button below to start downloading.
Command line Operation
For advanced users who wish to run Panda USB Vaccine automatically at boot to notify every time a new USB device is mounted on the system or to perform network-wide computer vaccinations via login scripts or other distribution methods, Panda USB Vaccine can be operated via command-line. Its input parameters are the following:
USBVaccine.exe [ A|B|C|Z ] [ +system|-system ] [ /resident [/hidetray] ]
+system: Computer vaccination
-system: Remove computer vaccination
/resident: Start program hidden and prompt for vaccinating every new drive
/hidetray: Hides tray icon when used with the /resident command
Examples:
To vaccinate USB drives F: and G:, use
USBVaccine.exe F G
To vaccinate the computer, use
USBVaccine.exe +system
To vaccinate computer and prompt for vaccinating every new drive without showing a tray icon, use
USBVaccine.exe /resident /hidetray +system
It could be very useful to create a Shortcut in the Startup folder to USBVaccine.exe with this last command line (or without the /hidetray) to make sure that every time you boot the computer USBVaccine gets loaded by the system and it vaccinates the computer and prompts the user for vaccinating any new non-vaccinated USB drive. However if you do this under Vista, UAC will block it from running at Startup as it requires admin priviledges. We’ll fix this in future versions.
279 comments
Does this require installation or is it a standalone app? Can the computer autorun vaccination be reversed?
good tool, hope to see this feature as a part of 2010 version of panda.
Does not require installatio bob, it’s a standalone app. We’re evaluating however doing an installer in order to give the option to start automatically at boot and remain resident at the traybar, watching for every new USB and prompting for vaccination. What would you think about this?
Why CAN’T it be used in NTFS form of hard disk?
We do have an internal version with NTFS support and will release this as soon as its ready. Check back here and I’ll make it available for download when its ready.
So it’s been 10 years. Is this internal version released yet?
Thanks for the reply. Perhaps an installer with the option to run as a standalone or as an auto start.
One other question, you mention the USB drive is permanently changed. What about the PC itself?
Will take your suggestion into consideration bob. Regarding Computer Vaccination (PC itself) it can be reversed without a problem. Once vaccinated the “vaccinate computer” button will be changed to “remove vaccionation” so you can enable Autorun again.
I expect Microsoft ships Windows 7 with autorun/play disable by default.
It is possible – mark vaccinated autorun.inf “hidden”?
Hi! I have only a short question: why doesn't Panda and its own products collaborate with the Virus Bulletin tests? I think it would be a very useful second opinion to the users.
Please, also read this:
http://*blocked*.com/opinion/y-tu-panda-donde-estas-204198
Thanks and sorry for my bad English!
What is done to the USB drive itself that prevents this from being reversed? Even a format won’t reverse it?
Sorry Andrew I don't understand your question.
Alex, there are a variety of reasons why we don't participate in VB tests. From our perspective in order to give a good judgement of a product's ability to protect users you need to evaluate it as a whole, not only parts of it. Modern anti-malware products incorporate many protection technologies but some people like you seem to think that AV is stuck since 15 years ago where there were only static signatures. There are other independent tests which we do participate in for many many years:
* ICSA (USA)
* West Coast CheckMark (UK)
* AV-Test.org (Germany)
* PCSecurityLabs (China)
Tonydi, a format will of course disable the vaccination of Panda USB Vaccine.
Step 1. Start Notepad or another text editor.
Step 2. Copy the following text from this page and paste it into your text editor (everything between the square brackets should be all on one line):
REGEDIT4
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionIniFileMappingAutorun.inf]
@="@SYS:DoesNotExist"
Step 3. Save the file with a name like NoAutoRun.reg, taking care to include the .reg extension.
Step 4. Right-click your .reg file and choose Merge. Confirm any warning prompts to add the information to the Registry.
“Tonydi, a format will of course disable the vaccination of Panda USB Vaccine.”
Ok, perhaps you should re-word that section. It makes it sound like you modify the drive in a way that’s completely irreversible. Perhaps something like…
“Also keep in mind that USB drives that have been vaccinated cannot be reversed without reformatting the drive.”
Microsoft has a “fix this problem” to disable autorun on usb drives. check it out here>
http://support.microsoft.com/kb/823732/
hey guys the past comment works on NTFS!
I have a Win XP SP2 NTFS machine and i did that and it worked!!!
Very nice tool !!
Greetings from Africa :o)
Solaris, your procedure is exactly right for "Computer Vaccination" so that Windows will not know how to parse autorun.inf files. There's a variety of utils out there that do the same. However that's not enough for vaccinating individual USB drives.
Tonydi, you're right. I'll reword it.
Jim, thanks for the link. However Panda USB Vaccine uses a much different, safer, technique by modifying the USB drive itself. Also the article you mention only works on 2000/XP/2003.
Xavier, "Computer Vaccination" works on NTFS. It is only "USB Drive Vaccination" that works on FAT/FAT32 currently. However keep in mind that the vast mayority of USB drives come preformatted in FAT/FAT32 anyway.
Is it safe to use it with mp3 players? I mean, do these normally players work after that?
ichmbch, it should work on MP3 players as well as it’s also a flash device.
good
I was hit with conficker and Panda caught/cleaned it but on re-start, Windows would not load (Vista Business SP1). I could not run repair and had no restore point so I ended up rebuilding. Once done, and Panda re-installed, again it flagged a file as conficker, removed it and then I was unable to start Windows again w/o returning to a newly created restore point. Since then, I have not installed Panda but AVG and have had no issues. Is this something expected and has Panda upgraded/updated to prevent this from happening?
TIA
THANKS – This virus is a VERY common for shared computers.
How exactly does this modify the USB drive?
Presently I am using Flash Disinfector –
http://experi3nc3.wordpress.com/2007/05/10/flash-disinfector-by-subs/
to clean virus/trojans and then Immunize both the PC & USB drives on shared computers. After it cleans it writes a locked AUTORUN.INF folder/file to the root of all the HDs & USB drives to Immunize them from future infections.
Is your program compatible with the above and can it be run after Flash Disinfector has been run?
Will it vaccinate the USB drives using a different compatible method for for added protection?
From my experience you *DEFINITELY* need the capability of resident protection in your program as well to guard against new infections from new infected USB drives. Hope you add that as well.
I currently install Autorun Eater v2.3 for resident protection
http://oldmcdonald.wordpress.com/
but it is not perfect and sometimes allows the virus to write files to the PC.
THANKS
This had been a nice comment, thank you – a decade+ later! 🙂
It’s Work really and very useful for USB storage Device but may occurs problem for Dial up Device.
Technical Manager (IT)
Combine Military Hospital
Bangladesh.
it sucks!!
why not use a simple bat file which can delete autorun.inf from all drives
Kharmin, you might be experiencing a different problem. I'll have our support people contact you. Otherwise please get in touch with them and let me know if it's been fixed.
Mahtab, can you give more details on the model of the device so we can check this out. Thanks for the comment.
uv.kid, a bat file will not do the trick as the moment you insert the drive into your PC autorun will execute whatever program it is told to. You could manually delete the autorun.inf from each of your drives but it could be re-infected when you insert it into another PC. The safest way is to disable its autorun.inf capabilities all together.
Hi!
How to uninstall in one drive, as for example “I” ???
Thanks
How exactly does Panda USB Vaccinator work?
What changes does it perform on the USB drive?
How does it perform the changes?
Also can you please add functionality to prevent access to files other than autorun.inf?
there is a similar product which is lighter and can support NTFS. Check it out http://raylin.wordpress.com/downloads/autorun-protector/ .
Hello,
I have a question.
Is an autorun.inf created in pen drive after it´s vaccineted ?
Thanks from Brasil.
How to remove the vaccine from a usb drive?
A new autorun.inf will be created, changing the previous usb drive's autorun.inf.
When opening the new autorun.inf, an error message says "Access denied".
Will i have to format my usb drive to remove it?
Is there a more practical solution to do this?
CkY & Davide, in order to uninstall a vaccinated USB drive you need to (1) backup the data on the USB drive and (2) format the USB drive.
Bharat, thanks for your feedback, we’ll take it into consideration for next versions. But in order to prevent potential abuse by malware authors of the technique we use in the USB Vaccine, we will not release this information yet.
Paulo, yes a special autorun.inf that cannot be read, modified or deleted is created on the USB drive when vaccinating it.
Hi Guys!
Could you explain "how-it-works" how non resident software could prevent read "autorun" files?
Hello Davide!
Very interesting tool, Except it creates an autorunf.inf on the USB drive…which is not good for large use.
In a firm, When you have vaccinated drives, how do you recognised a vaccined drive from a drive containing a virus?
I'd recommend it if you file created on the usb drive was immune.inf or Anti-autorun.INF instead of autorun.inf, but that is NOT the case!
Also, make the tool work on NTFS pleaase!
Please HELP all community by doing this!
Also, what is the difference between Panda autorun Vaccine and Flash desinfector??
Flash desinfector has been out since ages, but has never improve by putting another file than autorun.inf on the drives.
We, users and IT technical service would like a shield "around" our usb key, and not a kind of "none" infected autorun that stops infected autorun to put themselves on the drive.
Everyone would be grateful if someone had a true solution.
once used on my usb key, the soft Rav.exe (www.evosla.com) say me : “your usb key is infected” this is a positive false ? Rav is not fiable ?
do u have an idea ?
hhhu…sorry… (update)
once my usb bye immunized by Panda USB and AutoRun Vaccine rav.exe say me… etc etc…
Sounds good, but how do I vaccinate my USB-stick *before* I plug it into a Windows computer? I’m currently on a Mac at home, so I tried downloading the Vaccine directly to the stick, and while it was possible to unzip it, it wasn’t possible to run it. I’ve heard of something called Wine – would that work or do I have to actually plug in my stick to a Windows machine before I can vaccinate it (and thus risk infection, of course)?
Oops, forgot to enable Java. At the risk of repeating myself:
Sounds good, but how do I vaccinate my USB-stick *before* I plug it into a Windows computer? I’m currently on a Mac at home, so I tried downloading the Vaccine directly to the stick, and while it was possible to unzip it, it wasn’t possible to run it. I’ve heard of something called Wine – would that work or do I have to actually plug in my stick to a Windows machine before I can vaccinate it (and thus risk infection, of course)?
Hi,
This is a good tool. And I suggest that may can release .msi file for deploy in Windows AD environment.
Hello
Could you explain “how-it-works” how non resident software could prevent read “autorun” files?
–> Good question !
–> Any idea ?
Tks
@Paulo Ravaiano
Just use Linux to remove the autorun.inf 🙂
How does the USB Vaccine works? How is it different compare to Autorun Protector?
Sorry! I made a mistake with the user’s comments.
@Paulo Ravaino
An unreadable and unwriteable autorun.inf file is created in your USB drive when you vaccinate it.
@Davide
You can use Linux to remove the autorun.inf.
@darth2602
I think Rav.exe detected your USB drive as infected because there’s an autorun.inf file in it. Just to be sure, you should perform a scan in your USB drive.
Can I suggest another commandline parameter to hide the prompt for vaccination so drives are always vaccinated please. example :
USBVaccine.exe /resident /hidetray /noprompt
is quite easy to understand as they do it… change it permissions using Linux. Any person that does malware will understand this quite easily… just google around and they are back in business 🙁 Vaccinate your computer is really the best way to prevent! AutoRun.inf created using this tool will certainly help you protecting from some virus… but from future version I think it will not be able to.
@Italo
I know LINUX is able to remove the autorun.inf…
🙂
But, I’m not sure if the file is “corrupted” or if it’s related with FAT system ?
1.0.0.19 Beta does not vaccinate USB drive if a folder named AUTORUN.INF already exists, for example created with the following command line:
DEL /F /AH AUTORUN.INF
RD /S /Q AUTORUN.INF
MKDIR AUTORUN.INF
ATTRIB +R +H +S AUTORUN.INF
The AUTORUN.INF folder has to be deleted before.
Thank you very much PandaUSB and AutoRun Vaccine.
@ZwQuery
Before vaccinating my USB drive, I created an +S(ystem) +H(idden) +R(ead-only) file named autorun.inf on it. When I vaccinated it, the autorun.inf content has been kept, but its attributes has been cleaned:
G:> attrib
G:AUTORUN.INF
A G:file1.txt
A G:file2.txt
and its owner has been changed[*]:
G:> dir /Q
(…)
DD/MM/AAAA HH:MM XX … AUTORUN.INF
DD/MM/AAAA HH:MM XX Everyone file1.txt
DD/MM/AAAA HH:MM XX Everyone file2.txt
(…)
Any idea?
*The FAT architecture doesn’t support Access Control Lists.
@All,
Many thanks for the feedback and suggestions received so far. Please let us know if there are any more features you’d like to see in future versions of Panda USB Vaccine. So far we have:
1- Support for vaccinating NTFS USB drives.
2- Installer to keep resident in traybar.
3- .MSI package for integration into AD.
4- /noprompt or “automatically vaccinate new USB drives” option.
Any more?
Thank you for this tool, its very simple yet effective.
very good
thank you
Quote :
“An unreadable and unwriteable autorun.inf file is created in your USB drive when you vaccinate it.”
That’s what I wanted to know.
Thanks a lot for a most valuable initiative and carrying out.
I cannot clear the file autorun.inf of my pendrive. I select the option to eliminate but it does not allow it to me. that I can do?
Still no reply for this:
Very interesting tool, Except it creates an autorunf.inf on the USB drive…which is not good for large use:
In a firm, You cannot distinguish a vaccinated drive from an INFECTED drive!!!
For the moment, in order to stop virus spreading, my firm has stopped any autorun.inf to be created on any pc via GPO…But in may cause pb with some autorun on cd and some installations.
Please add this functionality.
Ability to prevent access to files other than autorun.inf
Well my usb pen is not shown maybe it does not work without admin rights? If I use the command line options to vacine the drive I get a blue screen.
Seems i’ve sucked this. 🙁
After vaccination my Sandisk Cruzer Contour doesn’t work anymore: the window i must enter the password isn’t appear, so i can’t unhide the main partition contains all data and the complete U3 system with lots of applications installed.
On the official download page (http://pandasecurity.lin3sdev.com/homeusers/downloads/usbvaccine/) Panda don’t mention that the the process is not reversible on USB sticks and the much more important information is hidden well behind the question mark on the bottom of the GUI: “…under some very unlikely conditions some applications could stop working.”
I think it is a real shame! You *must* provide this information on the public download page with big, bold, red characters!! If i would knew this… 🙁
Any other solution? BTW the visible partition is a CDFS one, so theoretically this application can’t do the job on it as we know: “…currently only works on FAT & FAT32 USB drives.”. But what happens then on this CDFS partition!?
@Killer22,
you cannot delete the autorun.inf file because the USB drive is vaccinated. If you want to keep it vaccinated you should not try to delete it. If you want to reverse vaccination, backup the data in the drive and then format the USB drive.
@MrMagic,
I don’t think I understand correctly what you mean. If you disabled autorun.inf files in all workstations via GPO, can you use Panda USB Vaccine on USB drives or not?
@Bharat Balegere,
This is an interesting idea, thank you. However I think it is more oriented to a different type of tool. Maybe a separate tool for preventing certain plugins, dll’s, etc for specific programs?
@Paulo, @Kiraly
Please send me more details of your PC/USB and how you’re using Panda USB Vaccine to pedro.bustamante@pandasecurity.com.
thanks for the information
hablo español pero me las ingenie para comentar en ingles…
gracias.
..esa es una opcion para una nueva vercion de este producto. el echo es que se pueda eliminar el archivo .inf con alguna opcion del programa..
Good news! After trying the mentioned pendrive on another (never vaccinated) computer and found it works, i’ve unvaccinated the 1st machine and now the Cruzer is working nearly proprely on it too. The only strange side effect of this process is that now the pendrive runs automatically, although i’ve blocked tha autorun function for all drives by Microsoft Powertoys TweakUI. In this little app i see that autorun is still disabled, but practically it is not!
I’ve made another run with this combination (for recheck) and the events was the same. When vaccinated the machine: the Cruzer doesn’t work. When unvaccinated the *machine*: the Cruzer works again.
So the situation is not that really bad, but i can’t use this Panda freeware till i want to use my Cruzer.
Russia Thank you too.
Nice tool!
A different type of tool ,maybe a command line tool to prevent access to files other than autorun.inf on FAT32 Filesystem.
i think developers were in a greate hurry when relesed this product without UNvaccination
dont use this program before read all posts above
i’ve used it, now formatting my USBdevice =)
P.S.: very good idea of product – i will use when it will have “UNVaccine USB Drive” and if it will allow keep attributes (as hidden) after vaccine
When USBVacine is run in resident mode it needs to click [yes] in dialog window to close the application before the comuter may shut down. This is _very_ inconvenient.
Muito bom, baixei, instalei e ja estou usando. Vacinei meu pc e existe a opção de desativar a vacina a qualquer momento e ja no pendrive para desativar só formatando-o.
did panda usb vaccine dont need to update?
How does it make the autorun.inf file unreadable & unmodifiable? I couldn’t open to view the contents.
I was hit by chiKie.exe and it is really messing up my system. I don’t even know where to start to fix this thing. I would reformat the drive but I am a missionary and out of the country for a while. The only thing I was able to do was quarantine the folder chiCkie.exe.
I downloaded the vaccine but it won’t work on either the computer or the usb drives. Any suggestions??
Please help. This is driving me crazy… Thanks
Hi my name is Iwan, I have been download your panda usb and autorun vaccine.
I can use it to vaccine my computer, but why it doesn’t work with my 2 usb flashdisk?
So, how I can use this panda to vaccine my usb flashdisk?
reply me soonly
Thanks
Iwan
If i already use Panda Antivirus, USB vaccine is unusable for me?
gracias por facilitar lainstalacion del antivirus
This is a killer app, I’d say.
Lol, i just plug my usb drive at an internet cafe near my house, and the computer repeatedly tell me that he cant write autorun.inf in my usb drive. Thank you so much for this usefull tool, finally i can forget about getting a virus from my usb drive.
THANK YOU!!!
Hello Pedro. Thank you very much for this wonderful little tool.
I have Vista (Greek) with SP1. When I run USBVaccine I protected my machine (worked fine) but I could’t protect the usb drives (FAT formated). It gave me and error message. So I went to another machine (XP) and tried again. It work fine and vaccined the USB drives. I even tried to delete autorun.inf and I couldn’t.
Then I came back to my Vista pc and rerun the prog, and it correctly shown that the usb drive was vaccinized. When I tried to delete ANY file that was in my usb drive (photo,docs, etc) I COULDN’T !!!!
I tried different usb drives (not vaccinized at all) and I couldn’t delete any file either !!!!
So I imagine that something changed to the pc and has nothing to do with the usb drives.
I tried to delete my files from my usb drives from other pc and it works fine !!!
I can upload screenshots or videos if you want. Your advice is more than appreciated.
Please help !!!
Theodoros
p.s : I also send you an email.
I was trying to vaccinate my USB and I couldn’t immediatly show a legend “vaccination was no posssible”
Please Help
I have great problem after using this tool on a laptop, while a cd with autorun of Linksys, for installation wireless adapter is denied to startup his setup.exe Please, help me!
Just I have reset a diskimage with Acronis for return to an older situation while this tool works more hardly as needy 😉
crap, how do i change my thumb drive icon..
how to use panda usb and delete virus.
plz make downloadable a versione with ntfs support !!! it’s not possible the support only for obsolete fat32 drivers !!
Hello….this is an awsome software from Panda….
I’m using it personally…& i must say this is the best solution for pc & USB drive to be firewalled from autorun programs like trojan horse/adware etc.
it is very effective…
….& for those who have questioned so many unnecessary things….my answer is-“Just dont blame the product…blame yourself…for not knowing a little bit about computer….
Thanks again to PANDA!!!
After USB-vaccine USB-drives work incorrect.
I have used your sw to vaccinate a USB pen drive. Well, I want to see the new autorun.inf but Windows does not permits me.
Then I could see the content of the file, using Linux. Well, after that, I used the pen drive in a laptop under Windows XP.
I don’t know if it was because of the use under Linux, or because of the use in the laptop, but then I could read and write the autorun.inf (it has something like this: caacaaacaaa). I had vaccinate the pen-drive again.
There was not any virus in the pen-drive. This is very strange!
Very NICE Tool,.,
My AutoRun Virus are gone!!!
Thnx a lot!!!
This autorun vaccine is cool!
Hi! A great program concept!
Just a suggestion!
If possible a resident scanner to delete autorun.inf previously infected and also to autoimmune option after the cleaning! then it’ll be great!
Thanks!
Hi – I have found this software very usefull – when is the next version out the will work with removeble hard drives etc ?
USB Vaccine won’t inoculate my USB pendrive if iKill is on, which always is the case in my desktop PC. I haven’t tried yet, but the autorun.inf that USB Vaccine created will most likely get decimated as soon as a “vaccinated” pendrive is inserted into any iKill-guarded system. Just a heads-up.
very wel mondongo que chimba de penco
se les agradece ala proxima que sea en spanishs
i love you tu morro
please tell me how to update,
tq
I have a virus , your vaccinne doesnt work
I want Vaccinate my Philips GoGearAudio, but not is possible!
Says: Vaccination was not possible
Why!?
How can I do?
Is compatible with Avast Home Edition?
but how the hell can I uninstall it from F usb drive – am I stuck with it for ever unless I reformat the c drive?
You could create the list of the most widespread virus files? Or the connected module for loading of the list of files ???????.
Example viruses:
Autoexec.bat autorun.bat autorun.bin autorun.exe AUTORUN.FCB Autorun.ico AUTORUN.INF comment.htt copy.exe DA.exe desktop.ini folder.htt fun.xls.exe host.exe n1deiect.com svhost.exe toy.exe uxdeiect.com winfile.exe index.dat Recycled RECYCLER "System Volume Information" temp
and attributes – "Hidden"
Thanks.
It doesnt read my memory card or ipod
Panda USB is a fantastic tool for cleaning USB drives. However I find it doesn’t work on large USB drives – 16 GB. After starting the vaccination, the program stops responding. Is there a remedy?
Hi,
Need help urgently!!! Computer cannot shutdown after using Panda USB Vaccine. Everytime need to click on END PROGRAM for Panda USB Vaccine then only can shutdown computer. Please help.
Thank you.
I ahve the same question that other user has.
“It is possible – mark vaccinated autorun.inf “hidden”?”
Thank’s
exelent app
Hi I Have an application exe that i still want 2 autorun even if i install panda USB Vaccine. How Can I Do this?
One thing that I noticed which possibly can be improved, is that on one WinXP laptop that I put this on, when I tell the computer to Shut Down it hangs up because a popup appears asking if I really want to close the program (because it is in resident mode), then Windows waits for 30 seconds and just prompts me to End Program or not and does not automatically close as part of the Shut Down sequence. Just a little thing that would be great to improve so I can say “ShutDown” and walk away.
But — the program is a genius one otherwise and I am glad you came up with it! I am still using it and telling others to use it because it has already slowed down viruses here! Thanks.
Can we use this software both on USB Drive as well as PC?
Can we install in Memory Cards (Mobile memory chips)
this suck…useless software….
hi,
request for exFAT and NTFS, Tq
BUENISIMO BROTHER
I don’t think that it is useful software or i do not operative is better.
this is a useless product if your pc is infected (with bv:autorun TDS Worm)
i already been vaccinate my pen drive, and into my pen drive also have the file call autorun.inf, if let say, i want to remove the file how can i do?
Please advise. thanks
How to remove vaccination from usb…
Open your USB drive using winhex disk tool…
When you open it winhex detect an error at offset xxxxx. Go at this offset and you’ll see AUTORUN INF@
Edit the @ (40h) and replace with 20h (space).
Enjoy…you must delete autorun.inf
Thak you. The tools works Fine.. 🙂
what happens if I use your software to vaccinate a NTFS USB drive?
@all, many thanks for all your feedback. Even though I haven’t been answering each and every suggestion, rest assure we’ve taken then into consideration and will probably release a new version soon with many of your requests incorporated.
Again thanks for using USBVaccine and for all the valuable feedback.
i have a usb drive that contain those AutoRun virus..if my laptop is vacinated with this software, can i still use my virus-affected usb drive with it without affected by the virus?
A friend of mine has one of this USB virus in his mp3 player. i’ve tried to vaccine it with the program but it said that there was a problem, blocked or something, can’t remember right now.
How can i fix that without formating the USB? it hashis tessis there
TVM for the app btw
Anyone that makes a error and Vaccine some USB that wasn’t supposed to be vaccine? You want some other autorun.inf file their, but don’t want to format USB key?
No problem! Burn a CD with Ubunto 9.04, restart your Windows computer and boot from the cd (before windows start) in “live mode, without installation” when desktop finally appears insert the USB key (an icon will appear in the desktop), see the contents and delete the autorun.inf created by Panda USB Vaccine (if problems arrive, see the properties > permission, and change for read & write, save and try to delete again). You are done!
espero que sea bueno este anti virus
hi, thanks for this app, it´s awesome, i have a litle problem with mi usb but with this vaccine i solved all very very very thanks for save mi life and mi pc
hi, mmm.. is posible delete the autorun blocked by panda usb vaccine?
@Anon
Yeah, just run again Panda USB Vaccine tool, select your drive and click in remove vaccine.
The trick with your tool doesn’t work if the USB flash is inserted into a Linux machine. The files are somehow given the default priveleges after being unmounted and inserted back into a Windoze one. Unfortunately. You should have a look at this.
It seems as you “simply” change the Attributes field to 0x40 for the autorun.inf file in the Root Directory. A virus with admin privileges can easily undo that (just no one does as of now, because the tool is still too unknown). I tried it with tiny hexer and could write to the file again.
Yes it should be possible to just mark the file hidden+system. (use 0x46 instead of 0x40 for the attributes). Changing the filename (at least in Explorer) should work too, just create a long filename like AUTORUNDISABLED.INFORMATION (where the short name starts with the long name for both filename and extension) and then tweak the AUTORU~1.INF entry in the Root Directory to read AUTORUN.INF (you will have to adjust the checksum in all the LFN entries from 0x96 to 0xE0 to do this).
I tried all this with a disk editor, and the result was an autorundisabled file which was hidden and inaccessible, but which was still found when explicitly searching for AUTORUN.INF and which prevented me from creating another AUTORUN.INF for that same reason.
So, a tool which checks for AUTORUN.INF will still find this file, but a tool which reads through the directory list (like Explorer) will only find the autorundisabled file.
[No, I won’t make a unvaccine tool available, those who understand how FAT32 works (or can find the spec on wotsit.org) can undo it with a disk editor if they like and the others should reformat it. Hopefully, virus authors don’t know how FAT32 works…]
@Pedro Bustamante:
Thanks for useful program!
I think its a good idea to add ability (option) of vaccination flashdrives by creating files like “RECYCLER”, “RECYCLED”, “autorun.exe” etc. or even any custom name (point of controversy)
I bought a new Usb pendrive 16 Gb and used this Panda USB Vacine.
Then, my PenDrive has died, and i could not even format it.
Did it happen because of a hardware problem or because of this software was the cause of the problem?
Because i am getting a new one, of the same model, and now I want to know if there is a risk to use it.
To all,
we’ll release the final version of USBVaccine soon. Please stay tuned.
@Jhon, this is probably a hardware issue, cannot be related to USBVaccine.
Well, it seems to be a great software and all…but it didn’t work on my USB. It says “Vaccination was not possible”. Is there a particular reason for this?? All I know is that the autorun.inf virus (and system.exe that goes with it) is extremely dirable/resilient/annoying as ****. No matter what method I use I haven’t been able to remove it!
That said I have not used Linux as I do not know how to use it. Any advice anyone??
Hi, i’ve been using usbvaccine and its been great! I just have a concern.. i’ve vaccinated a number of usb(s) of mine but sometimes when i let people borrow it and plug it into their computer it detects a virus? i’m very sure my computer is virus because of my personal habit of the best antivirus/antimalware etc protection for my own pc.. so i’m guessing its a false positive on the part of the antivirus of their computer?
I’m on my work PC,it doesn’t see my USB ,which is Fat 32.What do do?
@Tokidoki18, try backing up your data and then re-formating the USB stick. Are you then able to vaccinate it?
@Reinwald, Panda USBVaccine only creates a AUTORUN.INF file which cannot be opened/modified/deleted from Windows. Other infected computers can still copy infected .EXE files to the USB stick, USBVaccine simply prevents the infected EXE from executing automatically.
Ok thanks! I’m pretty sure I wasn’t the cause of the virus!
Btw when will the final version be release? hehe
Great Tool, thank you.
not support USB NTFS
Parabéns e obrigado pela vacina, mas como tenho alguns pen drives formatados em NTFS gostaria de saber se existe alguma previsão para a versão que vai vaciná-los.
Thanks panda for this free tool
“…Also keep in mind that USB drives that have been vaccinated cannot be reversed except with a format.” … it´s not true. Delete is possible within Win98.
Thanks Panda Company ^.^
Sin lugar a equivocarme, Esta versión "PANDA AVPRO2009", funciona al 100%.
Gracias Srs. PANDA
IUTOX.BAT 'Variantes "W32/Lineage.KMT
A63GROX.COM 'variante "Trj/Downloader.MDW"
Coordialmente.
Cierto Trinidad, Rusel
+5162-962-909-XXX [censored]
“…Also keep in mind that USB drives that have been vaccinated cannot be reversed except with a format.” … it´s not true. Delete is possible within Linux (Knoppix on CD).
hey thanks ….4 vaccine
Hi,
Has any progress been made on getting the vaccine working for NTFS drives ?
Hi from Ukraine!
OK! And what about NTFS? It doesn’t work!
Am I wrong? Explane, please! Thank’s!
Buenas tardes, USBVacine es una exelente aplicación ante los ataques tipo autorun, he visto que posee la posibilidad de dejarlo oculto y residente lo cual es una muy buena opción, pero tiene un problema, al intentar cerrar windows (Apagar, reiniciar o Cerrar Sesion) el programa no se descarga debidamente e interrumpe el apagado del sist. operativo. Quisiera saber si hay un parche o una version actualizada que solucione dicho inconveniente.
Desde ya agradezco su ayuda y aporte.
Atte.
Richard Ricciardi
Hi
1. When use “USBVaccine.exe /resident /hidetray +system” and you want to logoff or shutdown or restart your system, a dialog appear and ask you a confirm, Why?
2. Can you provide any other interface language?
3. I want to automatically vaccine inserted usb drives. Is there any chance?
Thanks for your program
Please send answer to my email…
Thanks again
2 Jon
>Hi,
>
>Need help urgently!!! Computer cannot shutdown after using Panda USB Vaccine. Everytime need
to click on END PROGRAM for Panda USB Vaccine then only can shutdown computer. Please help.
>Thank you.
I decided this problem by editing Windows registry in WinXP:
////
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USERControl PanelDesktop]
“HungAppTimeout”=”4000”
“WaitToKillAppTimeout”=”5000”
////
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControl]
“WaitToKillServiceTimeout”=”20000”
////
Whrere “4000”, “5000” and “20000” – time in milliseconds. You can edit, if needed, as you like.
Recomendations^
Copy this 2 text (from /// to ///) in two files with extension reg and run it.
F’example:
first file named: 1.reg must contain
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USERControl PanelDesktop]
“HungAppTimeout”=”4000”
“WaitToKillAppTimeout”=”5000”
Second – 2.reg
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControl]
“WaitToKillServiceTimeout”=”20000”
PS Sorry for my English, I’m from Russia.
Panda
Formatted my SONY ICD-SX57 Digital Voice Recorder
And tried Vaccination but only comes up Vaccination was not possible
Please help
gracias
Buenos däias tengo un pendrive formateado en NTFS y el usb vacune no le puede vacunar. ¿solucion?
very good tools thanks To panda !
Version 1.0.0.50
unable to execute file : schtasks.exe
create process failed ; code 2
How to remove vaccination from usb with NTFS formatted ???
@Peter, can you try the following:
1- open a command-line window
2- type “schtasks” and then hit enter
Do you get an error? Which one?
How about a portable version in addition to the installer. The installer is nice, but I like to keep a portable version also. Thanks for the utility.
Also, it says to read the help before you enable NTFS support, this help would be where?
I try to to install command mode with /agreelicense] option for avoid the agreement dialog, but not work. It still present. Who can give me solution.
Thanks.
@redsec, try using /agreelicense along with either /silent or /verysilent parameter.
For example:
USBVaccine /silent /agreelicense /resident /experimentalntfs
After vaccinating my USB drive, I find that I cannont UNvaccinated it (as I can my Computer).
Why is there no option to REMOVE VACCINE from a USB drive (as there is for the Computer)?
Thanks,
CurlySue
@ pedro bustamante
thanks a lot for your solution
I use
USBVaccine /silent /agreelicense /resident /autovaccinate /hidetray /agreelicense
but I no seen USBVaccine process running.
@CurlySue, there’s no way to un-vaccinate from within Windows other than to backup your files and format the USB drive.
@Redsec, you can use the same parameters but without /hidetray and then you’ll be able to see it running.
[autorun]
open=driverusb–¼‡‘Š•†‘ÀŒŽ
action=Open
shellopen=Open
shellopencommand=driverusb–¼‡‘Š•†‘ÀŒŽ
Usb_Driver installed
i have this
what should i do ??
is that virus ?
Panda Tec
Tried Vaccination on my SONY ICD-SX57 Digital Voice Recorder Stick using Beta version 1.0.0.18 but it only came up Vaccination was not possible
Today I have formatted my SONY ICD-SX57 Digital Voice Recorder Stick and tried New version 1.0.0.50 released and when I plug the Digital Voice Recorder Stick into the USB the window stays the same INSERT USB KEY, version 1.0.0.50 does not recognize Recorder Stick, Beta version 1.0.0.18 at least did but Vaccination was not possible
Need help why
Mitchell
So what’s the real secret behind the un/detele/modifi/access/able autorun.inf file?
Is good and is helpful thanks
@munky, download Panda USB Vaccine, vaccinate your computer & vaccinate each of your USB sticks. Then, one by one, insert your USB sticks and scan them with your AV or even better with http://www.activescan.com.
@Mitchell, we'll try to get one of those and study the problem.
@Tim Burton, cannot say, don't wanna give clues to the bad guys 🙂
Thanks Pedro
Look forward to response, also have a Sony ICDU70 Digital Voice stick and had no problems vaccinating it! Just haven’t been able to on my SONY ICD-SX57 Digital Voice Stick
Thanks again
It is incorrectly installed in W2k.
Does not work with the rights of the user.
@pedro bustamante
but still the same
I mean any process of USBvaccine is not running, no vaccinate any drive.
I look for its on windows task manager, whether with /hidetray or not are the same.
Thanks
I’m glad because this latest version 1.0.0.50 always vaccinate and never prompts, and still comes with the portable version. I have some suggestions: This program could delete the remaining AUTORUN_.INF file and could delete the folder RECYCLE inside the pen (or heal RECYCLE and make it unwritable by the virus too, it could be with hidden property). Also, I think if there would be a easy way (icon?) to distinguish this healed autorun.inf from infected autorun.inf to prevent people to make some mistake.
Also, I noticed that in the installed version, a folder AUTORUN_.INF is always created, even the pendrive is empty (reformatted).
Also I would like to suggest to add an option in the command line:
USBVaccine.exe F G /resident F G
The last F and G drive letters could be the drives that you like to use the /resident parameter.
It could prevent some errors in the newer version. When I opened usbvaccine 1.1.0.50 in one of my computer I got a error dialog box because the program is searching for drive A: (but I only use pendrive as drive F: and next letters). In older version 1.10.0.19 it doesn’t happens, but I always need to click OK to exit or to shutdown the computer. =(
I’ve inserted an infected USB and that tool automatically “vaccineted” it by doing it’s trick with the _existing_ infected binary autorun.inf.
That makes it hard to fix it (I have to backup data and reformat).
Please make your tool smarter!
Well, I don’t know how effective this will prove in the long run, but I have to give you credit for this simple and effective approach. The culprit behind almost all viruses is the annoying autorun feature of windows. So far, I’ve been doing all data transfer in linux for the same reasons. But hopefully, I can do that in windows as well!
Thanks for a great product!
Great Utility. Makes sense, since I wasn’t able to find setting for disabling “Autorun for drives” under Vista (it was in WinXP) and the USB Firewall 1.1.3 is buggy and the USB Disk Security tool is not free and it runs every 10 seconds at about 10% of processing power. Panda runs quiet and very lite on resources. Very nicely programmed.
Just to let everybody like me know.. If you try to vaccinate a large USB flash drive and start the process and you look and wonder, nothing is happening.. Panda window is “not responding”… just wait… For me it was a slow process, it took approx 15 minutes to vaccinate the drive. (and it is a very fast USB flash disk by all means).
how revert the vacination pen drive?
only format the device???
Is there a way to keep vaccination even running other o.s. and after come back to Windows?
Bom dia,
Gostaria de saber por que está aparecendo a seguinte mensagem quando vou vacinar o hd do meu pc.
segue a mensagem:
Vaccination was not possible. Only FAT volumes are supportaded right now
pois ele está no formato NTFS.
tem algum limita para vacinar? pois, meu hd é de 160GB mas so reconhece 148GB.
Obs:vacinei dois hds NTFS e só esse da essa mensagem e tambem 4 pendrives fat32 e nao deu nenhum problema.
Aguardo resposta
Hello New User
Install Panda Antivirus 2010 and forget every things about Virus , Scam and other Malware … i think the one of best software is in this time
Thank alot Panda
Keep it up
Regards
Faisal Ali Khan from pakistan
wolf arts:
A capacidade de disco total nunca e totalemnte utilizada para armazenamento de informação. Parte é reservada para o sistema… por esse motivo é normal o disco parecer ter menos capacidade…
A nova versao beta da vacina já permite a vacina do disco formatado em NTFS.
Prestm atenção ao Mxone. O ikill não é compatível com a vacinação das pen's mas é compatível com a vacinação dos computadores e com programas que tornem as pen's protegidas contra escrita. Atenção que a protecção contra escria pode dar muitas dores de cabeça aos donos das pen's…
(I've written in Portuguese because it is one of the most spoken language in the world…)
@hugh:
http://en.wikipedia.org/wiki/File:Native_speakers_in_the_World.jpg
Pretty cool post. I just stumbled upon your blog and wanted to say
that I have really liked reading your blog posts. Anyway
I’ll be subscribing to your blog and I hope you post again soon!
I ACTIVATED THIS
BUT NW NO USB DEVICES ARE DETECTED BY MY SYSTEM WT IS IT ICANT EVEN OPEN ANY DEVICES
Has the suggestions posted by Satellite at 27 May 09 being implemented?
opps …. not by Satellite but by mihi
It appears from the above that I cannot reverse the “vaccination” of a USB drive with an autorun.inf file. I tried to re-start the vaccination program, but it stalls & never starts up (Not Responding is a s far as it goes). How do I remove this **** from my computer. As far as I can tell you have destroyed one of my backup drives.
Kewl tool!
Thanks!
In the past I’ve just created folder called autorun.inf and that worked for most of the usb virus but not all. This seems to work well.
For those of you who install this & vaccinate your USB drives.. then complain about not being able to remove the protected autorun.inf file —
Why have you not read the comments? I mean there have been several posts all asking same thing. Always the same answer by Panda.
Cannot be edited from within windows & the only solution is to back up data & format the USB device.
Other removal solutions have included using either a linux computer to remove the autorun.inf or bootable linux cd to remove it.
No wonder people get infected so often … running/installing stuff without reading up what the program does. Same for “breaking” things..
Someone says “this is kewl — run it” so people click it without thinking or doing a bit of research first.
Geeezzz …
READ the info provided by the Panda team about the tool before blindly running it.
REad it, absorb it, understand it, then decide if it is useful to your situation.
The info is there.
New version still encounter Windows XP shut down problem (XP SP2 & SP3). Any idea how to solve this? Thanks~!
Great work, keep it up~!
thanks to panda team for such a excellent product for usb virus
@Jon, the problem you mention only occured under Vista, not XP. Are you sure its caused by Panda USB Vaccine? If you can, please troubleshoot and send me details to pedro.bustamante@pandasecurity.com.
My BIG thank to PandaSecurity Team!!!
This is truely the answer to my prayer all along. Been looking on how to disable those nuisance message from my AntiVirus. It deleted the virus but the autorun thingy from USB keep running the registry.
With USBVaccine, problem no more! no more autorun… TQ TQ TQ to ya all..bless U…
This is a very good product for usb.it protect all usb ports by preventing malware from other peripheral devices.we can proudly plug our usb devices when panda vaccination is on
It’s good to take preventive actions
really
thanks
Unsure whether C drive vaccinated. Check mark appears at illustration, but only horizontal bar entry is D drive and I believe that cannot be changed. Please be so kind as to reply.Thank you.
@Robert, are you talking about “Computer Vaccination” or “USB Drive Vaccination”?
If “D” is your USB drive, insert it, open Panda USB Vaccine and then when “D” appears at the bottom of the screen, click “Vaccinate”.
HEY
i installed this one
and now no usb drives are working
the safe removal icon appears in the task bar
but the drive is not detected or its not appear in the ‘my computer’ folder
even the usb mouse is not working
what shud i do to revert this???????????????
reply me
thank’s panda, you save my usb
Congratulations for great idea!
USBVacine is an excellent tool against the plagues.
Brazil
Good day, I vacinated my computer and the usb drive. I found out that the usb is working fine. How come when I put dvd on my player, it would still auto run? hoping for answers…ty.
Great tool. Thanks a lot!
Cool! thanks.. Now my USB is secure..!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! byee..
This software works great; thank you.
One concern: When I enable NTFS, it tries to vaccinate my external hard drive and then hangs for some time. When it did this and my drive was inaccessible, I panicked and terminated the program. Is it supposed to protect hard drives just the same as flash drives, and if so, will it take a long time to vaccinate?
Thanks
Ben
@Ben, the NTFS vaccination process takes some time, which is relative to the capacity of the drive (the larger the drive, the longer the time). While vaccinating it is important NOT to interfere with the process or cancel. If you have cancelled it, run chkdsk /f on the disk and run vaccination again.
thank u
A very good tool!!!
The file AUTORUN.INF created in USB is actually undeletable! When I tried to unhide with the DOS command “attrib -r -s -h AUTORUN.INF” and then delete it, has the message “access denied”.
I spread this tool for everyone!
Thanks a lot.
Need to update my Panda USB Vaccine
realy so sorry panda vaccinate is verry bad tools it must be fixd………. because of many dameg to mi so i will never use panda never
@Ricky, simply download it again from this site and then install.
I still would like to see a ZIP package of USB Vaccine so that I can extract it and go… The installer is nice, but for my USB toolkit, I’d like the .ZIP
@Keith, you can simply install on any PC and then grab the “USBVaccine.exe” file which gets installed into “Program FilesPanda USB Vaccine” and save it to your USB toolkit. The USBVACCINE.EXE file that gets installed is portable.
No ato da instalação recebi a mensagem Unable to execute file: schtasks.exe Create process failed, code 2 O sistema não pode encontrar o arquivo especificado.
Abri a janela do DOS, digitei “schtasks” com e sem apóstrofes, e recebi a seguinte resposta:
Schtasks não é reonhecido como um programa interno ou externo, um programa operável ou arquivo em lotes.
Como devo proceder, tenho um windows XP versão 5.1.260 que briga com um HD externo, que já foi devidamente formatado e não quero e não posso perder as informações que gravei.
Obrigada pela atenção
Cynthia
Understood… 🙂 Thanks for the response!
Hi, great tool, only you schould not turn on automatic vacination, reason being if you put in a magic jack it will also be vacinated and the magic jack will not wotrk any more
Took me some time but i managed to remove the protected autorun.inf and restore the original, but still a great tool
@Curd, during install you can simply not check the “automatically vaccinate any new USB” option and it won’t do it.
Screenshot:
http://research.pandasecurity.com/blogs/images/usbvaccine/usbvaccine1.5.setup.jpg
hi! your program is best for defense usb drive! thank’s for good and free prog. when planing come new version with final support NTFS file system?
@Diwakar Palsule:
That is hopefully the autorun.inf created AFTER vaccination, so you have nothing to fear. The idea is precisely to have it there.
WinHex trick didn’t worked here.
To have an “undo option” regarding created autorun.inf files is not a good idea because malware authors could reverse engineering the app and make us unhappy.
There’s a new version (1.0.1.4) available @ download.com.
Tested with 5 sticks (1, 2, 4, 8 and 16 Gb) along six months and everything is working fine. Thanks a lot and greetings from Brazil.
I don’t know why it is diabled to vaccine usb in the program. plz help
i vaccinate my usb,but now there is a big problem:
i can not copy , read or write any document in my flash usb. the bigger problem is that i can not even format it.
pls guide me if there is a solutionotherwise do not publish these … programs.
tanks
@Lord, this does not seem to me related to USBVaccine. It seems as your OS is not able to access the USB drive correctly. Try inserting it in another PC or different OS to see if it’s accessible from there.
Hi
After instal this program on few computers (Windows XP +SP2) I’ve been getting an error message every few minutes :
Windows – drive not ready
Exception Processing Message c00000a3 Parameters
75b6bf9c 4 75b6bf9c 75b6bf9c
What is it?
Can anybody help me to remove this problem
Thanks
Boris
This happen if in motheboard BIOS Enable Floppy Drive Controller, but the Floppy Drive is absent. Please DISABLE you Floppy Drive Controller in BIOS, and problem must be solved.
PS Sorry for my English :).
Thanks Dale !
Hi!
I have installed a software (PortableApps) on my USB flash drive, but after using the Panda USB Vaccine, my flash drive looses the autorun function, so that I have to manually run the PortableApps excutable file in order to use it.
Is there any way to vaccinate my drive by just changing the original autorun.inf file attributes to unwritable, instead of overwriting the autorun.inf with a blank file with unwritable attributes?
Thanks.
its simply great ………
Hi there,i am using the Panda USB and AutoRun Vaccine 1.0.0.50.My first guestion is,is this the latest ie most recent one,as i am not sure i can tell.
Also lately the vaccine does not seem to work effectively anymore,as during scanning USB memory sticks,my ‘real time’Antivirus finds a virus sometimes NOT on the USB stick but on the computer.This has happened twice now even though Said USB memory stick and computer ARE vaccinated.Ä°t seems as though the AutoRun is not disabled as it should be.
Ä° would appreciate any reply.Thank you.
why is it connect network ?
Thanks
@Peter, what do you mean exactly?
“Vaccination not possible due to error reading volume on pen drive”
What is it?
Thanks!
@Iuri, can you access you USB drive otherwise and write to it?
how do ubdate panda vaccine
@alireza, simply uninstall the version you have installed, then download the new version and install again.
HI this is avinash from india i am having an autorun.inf virus in my personal computer
so i need sugesstion from your side, mean to say how i suppose to remove that virus from my computer
in usb just said…..vaccination was no possible
no fue posible la vacunacion
Hi I have selected to show all system files, on my memory stick I have a autorun.inf and a floder called zolander. If I format the stick then the files reappear when you refresh, your usb vaccine says the stick is vaccinated and does not pick up the autorun.inf file as a virus
Please can you assist
I posted a problem here today 7th & now it does not appear ??? it was posted on site & I was waiting for reply ????
get error reading volume on ie8 sp 2 vista home. tried the new vers on download not help. beta link would be nice if fix problem . thanks did vaccine comp. just not usb yet.
thx for this tool
I was in bad need for somthing like it
I hope it will be benfit for me
I clicked vaccinate usb and it took too much time because my cpu was busy so i removed the usb and now the usb is not detected by any cmputer. IT RUINED MY USB.
With reference to below, I’m still waiting for feedback ????
Hi I have selected to show all system files, on my memory stick I have a autorun.inf and a floder called zolander. If I format the stick then the files reappear when you refresh, your usb vaccine says the stick is vaccinated and does not pick up the autorun.inf file as a virusPlease can you assist>
Great solution to the nasty autorun.inf bugs, but …
1. I’m still having a little bit of trouble with the vaccination process.
This is due to having other antivirus softwares (trendmicro) that block user access to usb pens… The workaround was to unload TM and then it worked.
2. Hoping to see any “settings” menu …
this a message when run the ‘USB VACCINE” : exception processing message c0000a3 parameters 75b3bf7c 4 75b3bf7c 75b3bf7c
Cancelar tentar novamente continuar
Autorun.inf file is an application file embedded into your memory stick, its no threat to Panda, this file outo opens your memory files for you to access more with ease. it cant be deleted its emabedded into its ‘fixed startup memory’.chow@PiETER
After posting a problem here and still waiting for response i Feel that this place to post problems is a total waste of time you can simply look at the posts and the fact there is zero response. PANDA SOFTWARE I AM REALLY DISAPPOINTED !!!!
Nice tool, but the technique used to “permanently” vaccinate USB pen drives, since v1.0.1.4 (before this version, it used the autorun.inf folder + reserved names like LPT1), involves a risky operation, i.e. direct editing of the FAT tables, described here: http://www.autoitscript.com/forum/index.php?showtopic=94076.
Be careful…
1 – I want to choose icon files
ICON=ICON.ICO
2 – I want to give name to Usb Drive
LABEL=SANDISK
3 – Panda folder can be create in Usb Drive & include Scanner.exe
Scanner.exe = Your USB Drive Viruses Scanner & Cleaner File
4 – When i plugin USB Drive there can be a part which i can choose with clicking right mouse.
shellPanda=Scan with Panda USB Vaccine
shellPandacommand=Scanner.exe
Example:
hxxp://rapidshare.com/files/320372917/1.rar.html
Thank you so much for this!!! I’ll blog this one 🙂
Hello. If you have vaccinated your external hard drive, the only way you can remove it is formatting it. Thanks!
Hello,
Can you use Panda USB vaccine in conjunction with Panda antivirus or any other antivirus software?What is the difference between an antivirus installed in your computer and the Panda USB vaccine.I mean doesn’t the antivirus installed in your computer clean the flashdrive?
Thank You
Hi Priyasha,
If you have a Panda Antivirus already installed you don’t need Panda USB Vaccine.
Thanks for your comment!
Best regards,
Panda Security.
Thanks for sharing your thoughts about discount brokerage
canada. Regards
Hello, I have installed panda usb imunizer. But now I get the mallfunction that it can’t be used by 2 users ar the same time.
Should I just stop the autorun or is there another sollution
Hello,
Please contact our technical support team on https://www.pandasecurity.com/support/#homeusers
Our colleagues will be able to help you.
Kind regards,
Panda Security.
Good tool
Please update to cater for new types of viruses as well, and keep it free
Thanks Aryaan!
We will continue offer some free products, you do not have to worry about it.
Kind regards,
Panda Security.
Yes, keep it updated. Keep in mind that alternative is exclusive from Panda.
Highly recommended as I am using for a long time.
Thanks for your recommendation!
One of the best product I have ever found. Suggested to all my colleagues.
Thanks for your words and your recommendation!!
At Panda we will continue working to offer you the best protection in cybersecurity.
Kind regards,
Panda Security.
Since I started Panda Security, I do not need any other system. Simply the best.
Nice security services of Panda Security!!!
Hi, panda usb vacine is great softweare. Last 10 years I use it on almost every pc at home and on work, and since then no usb virus problems. Only ask from me is since last version 1.0.1.4 is 10 years old, how there is no update on this program, or there is update but I doknt know of it? Even there is no problem I asume that some changes are always need to be?
Thank you,
Ivan
nice post thanks for sharing
Impressive writing!
Your writing has some useful information about what I am looking for.
Thank you so much
How can I recover my vaccinated files? Panda is new to me and I have no idea that it automatically vaccinates scanned files. Those files are very important and I need those for the government files. I’m currently preparing a report. I need those files badly. How can I recover them? Please help.
Hi I have panda USB vaccine running and keep getting a dialogue box with the text ‘cannot create shell notifcation icon’, each time I start my dektop & laptop up (they are not synced). Do you know why that might be?
Thanks
Yeah, that’s great—one of the best USB protection forever. I have used panda security software last 5 years. It fully supports me and everything protects on the device, I need. Hopefully, everyone will enjoy using this service and it works great.