If you are new here. You may want to sign up for e-mail updates or subscribe to my RSS feeds. Thanks for visiting!
Pen drives are very common these days. Everybody has them for their daily data transfer needs and since these are connected to different computers very often, they become a easy carrier of malicious codes (virus, trojans, spywares etc).
How viruses spread from USB/Thumb/Pen drive?
Whenever a USB drive is plugged into a infected computer, virus copies itself to the pen drive and sets it to execute itself when pen drive is accessed by making changes in the autorun.inf. Whenever pen drive is accessed, the autorun.inf calls the executable file of the virus upon which the system gets infected.
How to save your computer from viruses from USB/Thumb/Pen drive?
The most effective method of preventing your system from getting infected is to disable autorun feature of USB devices. DJ tells us about disabling autorun feature on Sizlopedia. He tells us a method in which he uses gpedit.msc and disable autorun feature but the problem is that gpedit.msc is not available under Windows XP Home Edition.
So, I am going to explain how to disable USB autorun feature through registry editing which not only works for WinXP Home but also for any other edition of Windows.
UPDATE : There is a tool for vaccinating against autorun feature too. You better use it. It works far much better than this registry hack.
- Browse to the following key HKEY_CURRENT_USER\Software\Microsoft\Windows\ CurrentVersion\Policies\Explorer
- Modify the value of NoDriveTypeAutoRun to ff (hexadecimal)

Although I must warn you that playing with the registry can be harmful for your system and you might end up re-installing your OS. Before making any changes, I recommend reading How to backup your registry?

And if you don’t want to edit the registry then you can download this registry entry.
Download Disable_autorun.reg.
Right Click > Save it on your computer > Run it on your computer.
Press Yes when it asks for confirmation for adding the entry into the registry.
This will now prevent any virus from auto executing itself through a USB drive. In addition to this, you must have a good anti virus installed on the system as this method just stops the virus from infecting the system automatically.
Related posts:
- How to enable/disable access to USB mass storage device
- VirusTotal - Scan files from different anti viruses online
- Vaccinate USB drives to prevent virus infection
- Disable Orkut + Google Talk integration
- Write protect your USB/Thumb/Pen Drive
- How to safely remove your USB drive when Safely Remove Hardware icon disappears from the system tray
- How to backup your windows registry
- View all Video files preview in thumbnails
- How to get Flip 3D effect in WinXP
- MemTest - Check faulty RAM for errors
Tags: disable autorun xp · disable usb autorun · how to disable autorun · protect pen drive from viruses · windows xp disable autorun17 Comments
17 responses so far ↓
This trick will help me a lot. My friend’s PCs get infected by these kinda viruses almost 3-4 times in a month…
Thanks for this.
Thanks for this nice tips
@Quiz_Master, Ebook
You are welcome.
This is very useful. You don’t know when your system will get infected with viruses. I already implemented it long before.
Really useful!! What a tip!
yaya, this is what im searching for!
Thnx for the tip man!
@Rakshit, Oscar, Joshuatly, Nikolai
You are welcome.
This is nice… Just to explain the registry key. The binary value (8 digits) represent 8 kinds of drives (floppy, CD/DVD ROM, removable…). 1 = don’t allow autorun, 0 = allow autorun, CD/DVD ROM is third from the left, therefore 11011111 (bin) = df (hex) = allow autorun only for CD/DVD ROM. Consequently 11111111 (ff) = forbid autorun for all type of drives. Just to say, HKEY_LOCAL_MACHINE has privilege over HKEY_CURRENT_USER, so check if there is the same key, and if there is, change the value to “df” or “ff”, or add the same key and value to the location as well if you want…
a bit about what we are doing
nice trick =)
Hi, thanks for this great info. It helped me a lot.
How can I enter a site which is blocked by the server manager?
thank you for the reg key, Ashfame! you have really helped me a lot. greetings from Slovakia!
It worked even with my strange laptop version of Home Edition, thanks a lot!
[...] updates or subscribe to my RSS feeds. Thanks for visiting! Earlier I have written about how to disabe USB autorun to save the computer from being infected with various sort of malware which adds action in the [...]
The tutorial has been updated to prevent the infection from spreading through optical drives also. Thanks to ggg for the explanation in the comment. Moreover, there is a tool for doing this in a better way. I recommend using that tool instead of this hack now. You can find the link to the tool in the post only.
[...] http://blog.ashfame.com/2008/03/disable-usb-autorun-save-pc-usb-viruses/ [...]