You're late... Several such products already are on the market.
>But we find a strange
> phenomena:
> After insert our usb flash drive into a computer with a fresh
> installation of Windows 2000/Windows XP/Windows Vista for the first time,
> the AutoRun functionality of our computer may not work. However, after
> unplugging and plugging the device into the computer, the AutoRun
> functionality may start to work again. After that this phenomena does not
> occur again.
> I hope someone can explain it, Thanks for answering.
> Sincerely,
> Carter
Maybe looking at the competing products will help
( I have a quite old Pretec fingerprint flash stick that works just fine)
Regards,
--PA
"Pavel A." <pav...@NOwritemeNO.com> wrote in message
news:%23JUTCn5...@TK2MSFTNGP05.phx.gbl...
Of course _you_ always can disable autorun by all documented
means. Then take a look at that crappy
installer, ponder a little, sigh and... run it :)
We mere developers do what the marketing says, these guys love autorun.
--PA
I like these batch files to keep even U3 flash drives from running. It can
be a pain when installing software from CDs, but it is easy to turn on and
off and does not require a reboot under XP. This works even when some of
the other documented methods have holes or exceptions. One method requires
that you block by drive letter which seems to be far more difficult to
maintain and might not catch a strange flash drive never seen as the drive
letter cannot be predicted to be fixed over several computers.
Block autorun:
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\IniFileMapping\Autorun.inf]
@="@SYS:DoesNotExist"
Allow autorun:
REGEDIT4
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\IniFileMapping\Autorun.inf]
"Alexander Grigoriev" <al...@earthlink.net> wrote in message
news:O7nqf06p...@TK2MSFTNGP06.phx.gbl...