USB autorun?
-
hi all, not sure if i'm posting this in the right discussion board. but getting every eager to finish off my project. my new you-beaut program is ready to roll except for one thing, the program on the USB drive must autorun once it is connected.. I've been doing a bit of research on making my USB drive to autorun. Based on what i've gathered, "the device must not be marked as a removable media device" - microsoft would anybody know how to achieve this?? (i've considered writing a hook application to handle the autorun side of things. but i would consider this as the very last option) cheers, mike :-D
-
hi all, not sure if i'm posting this in the right discussion board. but getting every eager to finish off my project. my new you-beaut program is ready to roll except for one thing, the program on the USB drive must autorun once it is connected.. I've been doing a bit of research on making my USB drive to autorun. Based on what i've gathered, "the device must not be marked as a removable media device" - microsoft would anybody know how to achieve this?? (i've considered writing a hook application to handle the autorun side of things. but i would consider this as the very last option) cheers, mike :-D
have a look at the DDK, "classpnp\autorun.c"! Don't try it, just do it! ;-)