To disable Autorun system wide (for all users) on all the drives:
save the following script as .reg -file and double-click it (melt it with registry)
======================================================
Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
“HonorAutoRunSetting”=dword:00000001
“NoDriveTypeAutoRun”=dword:000000ff=======================================================
You may find it a bit annoying to have it disabled on the CD drives, to
disable Autorun on all but CD drives use this:
======================================================
Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
“HonorAutoRunSetting”=dword:00000001
“NoDriveTypeAutoRun”=dword:000000df=======================================================
be secured!

