Is it possible to make a (Windows 7) executable automatically run when I put in my thumb drive?

Posted by iconoclast on Super User See other posts from Super User or by iconoclast
Published on 2012-10-09T22:27:41Z Indexed on 2012/11/11 5:05 UTC
Read the original article Hit count: 151

Filed under:
|
|

I have portable apps on a thumbdrive, and want to automatically run the "menu" app (E:\Applications\Windows\Start.exe) when I insert that drive.

I realize (or think I realize, based on a foggy memory of trying to find a way to do this some time ago) that it can no longer be done with the old autorun approach, at least not in Windows 7.

But there must be some other way: maybe a daemon process that waits for the thumbdrive to be inserted, and then fires up the .exe file? Maybe a daemon that tries every five minutes or so to launch the menu, and doesn't make a fuss when it's not there. Maybe something else?

How can I achieve this?

© Super User or respective owner

Related posts about windows-7

Related posts about Windows