Quick check if your PC or external disks have worms
Lately here in our office we’re experiencing a lot of worm problems. The PC kind of worm that infects networked PC’s, USB thumb drives, External Hard disks, etc.
Here’s a quick guide on how to check if your PC or external drive is infected:
- Click Start > Run
- Type cmd and press Enter (to run command prompt)
- Type cd\ and press Enter (to go to the root folder of the drive. If you want to check your external disk, type it’s drive letter instead, e.g “F:”)
- Type attrib -h -r -s *.inf (to unhide any .inf files)
- Type type autorun.inf (to view contents of the autorun.inf if present)
If you get a “File not found” message then your PC is most likely clean. If you were able to view the contents of an autorun.inf file, then congratulations you’ve found a worm and might be spreading it to other people via thumb drives or external hard disks.
Autorun.inf should only be present on CD’s, not file drives. It is good practice not to double click a drive to open it to avoid triggering autorun.inf. Use right click > Open instead.
There are many variations of worms but here are some commonalities among them:
- File extensions are usually .VBS, .EXE, .DLL or .COM
- They need autorun.inf to run
- They usually reside on the root folder of your drives (C:\, D:\, etc)
- They are always hidden and masked as a system file
- Sometimes they prevent you from accessing the Task Manager and killing the process
- Sometimes you can’t successfully apply Show hidden and system files from the folder option
Hope you have a clean one. It’s a pain to remove them and verify that your system’s clean. If you’re not good with computers then find someone to remove it for you.
You might also be interested in:
- Quick way to jailbreak your iPod Touch with 3.1 firmware
- Quick impressions on the Acer Aspire 4740
- How to download e-books from mIRC
- How I Removed the Windows XP SP3 Activation
Filed under: Tips n' Trix



Ive written a detailed blog about removing the autorun.inf virus and other issues at http://andback.wordpress.com
also talks about removing those viruses which even the antivirus cant remove and to revert back to settings prior to infection.
Hope this helps too.
that’s pretty detailed. thanks for the info man!