NoDriveAutoRun

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer

Data type

Range

Default value

REG_DWORD

0x0–0x3FFFFFF (bitmapped value)

0x0

Description

Determines whether the Autoplay feature is enabled on each drive connected to the system. When Autoplay is enabled, media starts automatically when it is inserted in the drive.

The value of this entry consists of 32 bits. The lower 26 bits each represent a drive, with the lowest (right-most) bit representing drive A, and the 26th bit from the right representing drive Z. If a bit is set to 0, the Autoplay feature is enabled on that drive. If a bit is set to 1, the Autoplay feature is disabled on that drive.

For example, if the value of this entry is 0x8 (1000 binary), Autoplay is disabled on drive D.

Note Image Note

A Media Change Notification (MCN) message from the CD-ROM driver triggers Autoplay. If the Windows interface does not receive this message, Autoplay does not operate, regardless of the value of this entry. Entries that suppress the MCN message, such as Autorun and AutorunAlwaysDisable , also disable Autoplay.

Autoplay is also disabled on any drive if it is disabled by the value of NoDriveAutoRun (in HKLM or HKCU) or NoDriveTypeAutoRun (in HKLM or HKCU). But if either of these entries appear in HKEY_LOCAL_MACHINE, the corresponding entries in HKEY_CURRENT_USER are ignored.

Although this entry is located in the Policies\Explorer subkey, it is not associated with a Group Policy included in Windows 2000.

Windows 2000 does not add this entry to the registry. You can add it by editing the registry or by using a program that edits the registry.

Tip Image Tip

For detailed information about particular Group Policy settings, see the Windows 2000 Resource Kit Group Policy Reference.

For general information about Group Policy, see Windows 2000 Server Help or Windows 2000 Professional Help.

Related Entries

Page Image

Autorun

Page Image

AutoRunAlwaysDisable

Page Image

NoDriveAutoRun (in HKCU)

Page Image

NoDriveTypeAutoRun (in HKLM)

Page Image

NoDriveTypeAutoRun (in HKCU)