Turning off USB drive notification

  • Thread starter Thread starter David D
  • Start date Start date
D

David D

Anyone know the registry hack to turn off the form that pops up asking me
what to do with a USB thumbdrive?
I'd like that not to happen in my application build.

David
 
David,

Something like:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion-\Policies\Explorer], "NoDriveTypeAutoRun"=dword:00000091
(search MSDN for more info on the NoDriveTypeAutoRun).

Search NG archive for Autoplay.
 
Thats it.
I set it to 95hex and all is well.
Thanks
KM said:
David,

Something like:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion-\Policies\Explo
rer], "NoDriveTypeAutoRun"=dword:00000091
 
Back
Top