Friday, October 05, 2007

Disable autoplay to all Drive and Removable disk media

To disable autoplay to all Drive and Removable disk media go to registry...

------------------- Start Code ------------------
REGEDIT 4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveTypeAutoRun"=dword:000000dd
"NoDriveAutoRun"=dword:03ffffff
------------------- End Code ---------------------
in decimal:
NoDriveTypeAutoRun = 221
NoDriveAutoRun = 67108863

--digsource


0 Comments:

Post a Comment

<< Home