| 1. |
Solve : Pen Drives? |
|
Answer» Hello! Not sure what exactly you are asking.... Can the autorun be triggered when inserting the USB device?The autorun would be put into the root of the USB Flash Drive. Once the USB drive is plugged into the computer, the autorun is initiated and will do whatever it is programmed to do. Display extra OPTIONS in the AutoPlay menu, run a hidden program, copy files, pretty much anything. It is one way viruses and worms travel from computer to computer. Don't be worried though. If you have an updated antivirus software, chances are you will be safe. In all my travels, I have only encountered a similar virus once (The Kavo virus). It originated from my friend's laptop and worked its way to two of my USB Flash Drives, two desktop computers and one laptop, just by using one simple autorun. You have answered my question. I knew that pen drives are not good a good thing to allowed to your PARTY! Some wind up DRUNK(computer novats) and mess up the FIESTA. Uh-oh...prankster.I have autorun completely disabled for everything. I've always hated it. When I stick in one of my backup CDs, I don't want to be greeted by a prompt "what do you want to do" when I've already pushed windows key-E and am accessing the drive.That does bug me, usually I just leave my USB drives enabled for Autorun, since some of my VB.NET apps are programmed to pop-up on autorun. Quote from: BC_Programmer on May 04, 2009, 12:03:20 PM I have autorun completely disabled for everything. I'd like to have that as well please, this link shows me how to disable USB drive autorun, but I guess it's a BIGGER security measure if it's disabled for everything of course.Actually the risk LIES in leaving it turned on.let's see... where did I find that... ahh, yes... change: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer\NoDriveTypeAutorun, modify the value to "0xFF" if you only want to disable certain kinds use one of these: Value Meaning 0x1 Disables AutoPlay on drives of unknown type 0x4 Disables AutoPlay on removable drives 0x8 Disables AutoPlay on fixed drives 0x10 Disables AutoPlay on network drives 0x20 Disables AutoPlay on CD-ROM drives 0x40 Disables AutoPlay on RAM disks 0x80 Disables AutoPlay on drives of unknown type 0xFF Disables AutoPlay on all kinds of drives Quote from: BC_Programmer on May 04, 2009, 12:41:04 PM let's see... where did I find that... wow, lots of drives. thanks!This is 4 sure some valuable information! Before reading this, I liked to disable the auto run as well. Never know what could pop up when you least expect it. It's really great to read all this HKey stuff. Amazing how one links into another and they all have such a long command name. |
|