Do I understand good?
Quote:
0x1 - Disables AutoPlay on drives of unknown type.
0x4 - Disables AutoPlay on removable drives.
0x8 - Disables AutoPlay on fixed drives.
0x10 - Disables AutoPlay on network drives.
0x20 - Disables AutoPlay on CD-ROM drives.
0x40 - Disables AutoPlay on RAM drives.
0x80 - Disables AutoPlay on drives of unknown type.
0xFF - Disables AutoPlay on all types of drives.
Default "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" NoDriveTypeAutoRun value is 0x91 (145) which means: 0x1 (unknown type), 0x80 (unknown type) and 0x10 (network drives) = 0x91
So if I want to add fixed drives: 0x91+0x8=0x99 and I have to enter registry in hexadecimal base 99 number?
Thanks for help