Sunday, January 24, 2010

Disable PenDrive Autorun

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveTypeAutoRun"=dword:00000095


Change the value for desired output.

Value ------------------- Output
dword:000000b5 ------ Disable CD/PD(PenDrive) Autorun
dword:000000b1 ------ Enable PD Autorun
dword:00000091 ------ CD/PD Autorun enable
dword:00000095 ------ CD Autorun enabled

No comments: