HOWTO: Disable AutoPlayID: Q150449
|
Windows 95 includes the AutoPlay feature that allows for automatic
activation of a program when a CD-ROM compact disc is inserted into the CD-
ROM drive.
While is is possible to programmatically disable this functionality,
Microsoft recommends that developers avoid modifying this behavior. Any
such modifications will globally affect the operating system, potentially
creating a situation where AutoPlay fails because it is left "turned off."
In this event, there is no interface available to the user to restore
normal operation.
In rare cases, however, it may be necessary for an application to
temporarily disable this feature. An example of such a program would be a
program to catalog compact discs that requires the user to insert compact
discs to be scanned in rapid succession without running any software from
the compact discs.
For cases such as this, there are two registry entries that control this
behavior, one for data compact discs and a different one for audio compact
discs.
Because there is no API or synchronization object to control access to
these registry entries, it is possible that multiple programs or multiple
instances of the same program could interfere with each other. It is the
responsibility of the programmer to take precautions against this.
For data compact discs, the registry entry that controls AutoPlay is a bitmask in the following location:
HKEY_CURRENT_USER\
Software\
Microsoft\
Windows\
CurrentVersion\
Policies\
Explorer\
"NoDriveTypeAutoRun"
This registry entry is fully described in the following article in the
Microsoft Knowledge Base:
HKEY_CLASSES_ROOT\
AudioCD\
Shell\
""
By default, this value is set to Play, which will cause Cdplayer.exe to
execute upon AudioCD insertion. To toggle this behavior programmatically,
perform these steps:
Additional query words:
Keywords : kbRegistry kbWin32s kbWinOS95 kbGrpVCDB
Version : winnt:
Platform : winnt
Issue type : kbhowto
Last Reviewed: April 13, 1999