re: Cant Find My CD Drives ('D' & 'E')
Monday, August 21, 2006 at 2:26 pm Windows XP Annoyances Discussion Forum
Posted by Rich Kurtz
(11648 messages posted)
If your CD/DVD Drives won't appear in your list of drives, you can probably correct
this as follows:
Open regedit. Navigate to
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}
Export the key for backup. Delete any value named "UpperFilters" or "LowerFilters"
(Only exact match!). Repeat for every ControlSet???. Reboot.
Explanation: Drivers for devices are modularized. It wouldn't make sense for them
not to be, as, for example, filesystem drivers would have to know how to talk to
every possible type of hard drive. Part of this modularization is called the device
stack. The IO Manager interfaces with the top driver on the stack, and the bottom
driver on the stack interfaces with the physical hardware.
The keys under the Class key each specify a hardware type. When hardware of that
type is installed, the device-specific driver for the given device type is loaded
and used. To modify that drivers behavior, a second driver--called a filter driver--can
specify that it wishes to be above or below the device-specific driver. The UpperFilters
and LowerFilters keys specify the name(s) of the filter driver(s). Some programs
that install filter drivers are: Packet-writing support, such as InCD; iTunes.
If one of the drivers referenced in these keys cannot be found (under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services),
loading the driver for the device fails.
Alternatively, you can try this fix from the Doug Knox site:
http://www.dougknox.com/xp/scripts_desc/xp_cd_dvd_fix.htm
|
All messages in this thread [show all]
 |  | re: Cant Find My CD Drives ('D' & 'E') (Rich Kurtz: Mon, Aug 21, 2006, 2:26 pm) |
 |  | help (kellyfelly: Tue, Aug 22, 2006, 11:26 am) |
 |  |  | re: help (Rich Kurtz: Tue, Aug 22, 2006, 2:25 pm) |
| |
| |
Return to the Windows XP Discussion Forum
|
|