MadBoy Posted October 4, 2006 Posted October 4, 2006 I was reading about Autorun from USB and Microsoft says that everything that is reported by GetDriveType as Removable isn't going to let autostart work. However i seen some programs allowing that. So is there a way (registry modification or so) to make it work? I know solution to make it autostart program when you click on REMOVABLE Drive but i would like it work instantly when i plug in usb drive. Any help will be appreciated. Thanks My little company: Evotec (PL version: Evotec)
b0ris Posted March 2, 2009 Posted March 2, 2009 raied said: i like it too plz helpYap, I'd like to do the same. Is there any way to autorun something for ex. from a pendrive?Thanks for any help in advance.Regards,b0ris
KaFu Posted March 2, 2009 Posted March 2, 2009 This is the autorun.inf for Truecrypt "Traveler Disk Setup", works fine for USB-sticks, check it out: [autorun] label=TrueCrypt Traveler Disk icon=TrueCrypt\TrueCrypt.exe action=Mount TrueCrypt volume open=TrueCrypt\TrueCrypt.exe /q background /e /m rm /v "tc_container.tc" shell\start=Start TrueCrypt Background Task shell\start\command=TrueCrypt\TrueCrypt.exe shell\dismount=Dismount all TrueCrypt volumes shell\dismount\command=TrueCrypt\TrueCrypt.exe /q /d OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16)
Emiel Wieldraaijer Posted March 2, 2009 Posted March 2, 2009 maybe you should check this thread http://www.autoitscript.com/forum/index.ph...p;hl=Detect+USB Best regards,Emiel Wieldraaijer
b0ris Posted March 3, 2009 Posted March 3, 2009 KaFu said: This is the autorun.inf for Truecrypt "Traveler Disk Setup", works fine for USB-sticks, check it out: [autorun] label=TrueCrypt Traveler Disk icon=TrueCrypt\TrueCrypt.exe action=Mount TrueCrypt volume open=TrueCrypt\TrueCrypt.exe /q background /e /m rm /v "tc_container.tc" shell\start=Start TrueCrypt Background Task shell\start\command=TrueCrypt\TrueCrypt.exe shell\dismount=Dismount all TrueCrypt volumes shell\dismount\command=TrueCrypt\TrueCrypt.exe /q /d Thanks, that looks useful, I will test it as soon as I get home. Unfortunately my computer at work is configured to not autorun anything...
monoceres Posted March 3, 2009 Posted March 3, 2009 U3 for example installs an cd-drive along the removable drive when you plug it in, thus allowing the autorun to be ran from the cd. Broken link? PM me and I'll send you the file!
b0ris Posted March 5, 2009 Posted March 5, 2009 monoceres said: U3 for example installs an cd-drive along the removable drive when you plug it in, thus allowing the autorun to be ran from the cd.Yeah, I was thinking about the same thing. Maybe there's a way, to somehow emulate an optical drive, so at the end windows would see the USB drive as a CD. However, I have no idea how to do that...does any of you?
Nevin Posted March 5, 2009 Posted March 5, 2009 Wouldn't it be easier to use the link that guy provided?
b0ris Posted March 5, 2009 Posted March 5, 2009 Nevin said: Wouldn't it be easier to use the link that guy provided? No mate, that's something totally different. I'm looking for some idea or code to autostart an executable from a USB drive, and the link is about autodetecting a USB drive.
jvanegmond Posted March 5, 2009 Posted March 5, 2009 (edited) You can only modify the computer to allow autorun on removable drives or make a program that will start the autorun executable on that drive.As far as modifying an existing USB stick goes to autorun on any computer: Forget it. This is a big security risk and you will not be succesful in any attempts.Edit: I am also celebrating my 50th anniversary of repeating myself over this USB autorun issue. Edited March 5, 2009 by Manadar github.com/jvanegmond
SkinnyWhiteGuy Posted March 5, 2009 Posted March 5, 2009 Manadar is right, U3 drives get away with doing it by emulating a CD drive in hardware. That's not something we can just write a little script to do for us on every flash drive. If you really want that functionality, buy a U3 drive, they're cheap now, and with software found on the net (and a little work), you can put whatever you want on the CD partition to Autorun, or just be available to you without fear that it will be overwritten.
b0ris Posted March 5, 2009 Posted March 5, 2009 SkinnyWhiteGuy said: Manadar is right, U3 drives get away with doing it by emulating a CD drive in hardware. That's not something we can just write a little script to do for us on every flash drive. If you really want that functionality, buy a U3 drive, they're cheap now, and with software found on the net (and a little work), you can put whatever you want on the CD partition to Autorun, or just be available to you without fear that it will be overwritten.Well, I think there's always hope, maybe I'll think of something myself then. I don't want to use other's software or a U3 drive, as I want to make my own thingy at the moment, and if I decide to sell the software in the future, I don't want any other's work in it.
jvanegmond Posted March 5, 2009 Posted March 5, 2009 b0ris said: Well, I think there's always hope, maybe I'll think of something myself then. I don't want to use other's software or a U3 drive, as I want to make my own thingy at the moment, and if I decide to sell the software in the future, I don't want any other's work in it.There's no hope. You may as well abandon what you have left. I spent a week on figuring this out a few years ago ( before U3 ) and the only solution I could come up with is write a driver..... github.com/jvanegmond
Richard Robertson Posted March 5, 2009 Posted March 5, 2009 Why do you even want an autorun flash drive? What possible use is that besides malicious? If you have the time to plug the device in, you can open it in explorer.
Bert Posted March 5, 2009 Posted March 5, 2009 I've discussed with others making AutoIt available for U3 and came to the conclusion that Autorun is BAD. If your drive gets infected, and then you plug it into your rig, you infect YOUR RIG! Not a good thing. The Vollatran project My blog: http://www.vollysinterestingshit.com/
b0ris Posted March 5, 2009 Posted March 5, 2009 Manadar said: There's no hope. You may as well abandon what you have left. I spent a week on figuring this out a few years ago ( before U3 ) and the only solution I could come up with is write a driver.....Okay, I believe you. However, it seems like autorun works under xp if autorun is not totally disabled...
b0ris Posted March 5, 2009 Posted March 5, 2009 Richard Robertson said: Why do you even want an autorun flash drive? What possible use is that besides malicious? If you have the time to plug the device in, you can open it in explorer.You're watching too many sci-fi movies dude I don't want to use it for spying, or any malicious crap, I just want to run an executable after the pendrive is inserted.For example it will make an automatic backup of a certain directory, and it's much more elegant, to just plug in the pendrive, and wait until it tells me that the backup is finished, then just remove it from the machine without any clicking and stuff.So it's not a matter of life and death, I can also double click on it, but I'm too posh to do that
Nevin Posted March 5, 2009 Posted March 5, 2009 Sorry, totally had a brain fart with my earlier post. haha.I'm with b0ris, there are plenty of legit uses for autorun on a pen drive. At my job, I wrote autoit scripts to change some settings and open a webpage, it helps with the hundreds of PCs we image and tweak. However, if I could just plug the drive in and it ran automatically, that would be really helpful. I could just throw a self-destructing script into the image, but everybody does it different so I can't really do that.You can probably pick up a U3 drive if that will work, but I've heard a whole lot of complaints about it not always working as intended, so it may or may not be useful for you.This has U3 on it http://www.newegg.com/Product/Product.aspx...N82E16820171362 $14 8gb flash drive. Free shipping at the egg. Read the plentiful reviews of people who hate U3 haha.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now