Fix to CD-DVD not recognized (explained)

CBA

New member
Local time
5:49 AM
Messages
9
I just fixed my W7 laptop so that it now recognizes my built in CD-DVD drive properly by manually changing the registry by adding:

1. Controller0 to atapi here: HKLM\System\CurrentControlSet\Services\atapi\Controller0
2. EnumDevice1 = 1 to Controller0

The procedure described: https://support.microsoft.com/en-us/kb/314060 and in many threads online.

Presumably the change tells the OS what ATAPI channel the CD-DVD drive uses or am I wrong? Maybe someone can explain in simple terms exactly what this fix does. Thanks.

As a besides the same fix can be done (I haven't tried this) from the CMD window by executing the below:

reg.exe add "HKLM\System\CurrentControlSet\Services\atapi\Controller0" /f /v EnumDevice1 /t REG_DWORD /d 0x00000001

Thanks.
 

My Computer

Computer type
PC/Desktop
OS
Windows 7 Pro 32-bit
I'm sorry..... if you've already fixed it, what more can we tell you?

Every time I've had a good CD/DVD that the OS is not seeing, I just run a little registry script that says:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}]
"LowerFilters"=-
"UpperFilters"=-

After removing those filters, and a reboot, Windows will once again be able to see the CD/DVD drive.

Maybe someone else can benefit from that info.

Cheers Mate!
TechnoMage :cool:
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Various
OS
Win 7 Pro, SP1, x86, Win-11/Pro/64
CPU
AMD
Motherboard
Various
Memory
8GB Crucial
Graphics Card(s)
Various
Sound Card
OnBoard
Monitor(s) Displays
Acer 21.5"
Hard Drives
Crucial SSD, 500 GB
PSU
OEM
Case
SFF Slim Line Case
Cooling
OEM
Keyboard
eMachines
Mouse
Logitech Wireless
Internet Speed
varies
Antivirus
Windows Defender/Super Anti-Spyware
Browser
Firefox
...if you've already fixed it, what more can we tell you?

Well, you could answer my query and explain in simple terms exactly what this (Controller0) fix does. Or, if this is above your pay level, perhaps someone else can. :geek:

Your suggestion to delete the "LowerFilters" and "UpperFilters" is covered in that same KB314060 article. In my case of no relevance as I had neither/nor. But, good that this works for you (by script or manually).

Thanks mate...
 

My Computer

Computer type
PC/Desktop
OS
Windows 7 Pro 32-bit
Back
Top