Windows 10 unable to find my DVD drive?

PlymouthJoseph

Distinguished
Jan 26, 2014
372
0
18,780
I have recently upgraded to Windows 10 and I wanna play a old game which requires the disk to run, it worked fine in W7 because it could find my DVD drive, but now it is simply not there... Not even in Device Manager.

Any ideas?

- Joe
 
Right click on This PC, Manage, and it's under Device Manager. Well that's from my Windows 7 installation but it should be the same. If not, in the search, just type disk management. Good luck 😉
 


This is for a different PC, and unfortunately that is using and AMD CPU and a AMD GPU... :/

Sorry for the misleading signature. That is my gaming/work rig. The one with the disk drive problem is my guest PC. I just don't like having any problems with any of my PCs... :/

My other-half's PC upgraded without a problem and that is using a DVD drive...
 
Okay, I got it working!

I switched it to my BlueRay drive, changed SATA cables and changed ports. (Swapping my DVD drive and the SSD around)

It first booted but crashed (couldn't read it in time) but tried again and it and it worked. I then switched it back to my DVD drive and it failed to find it, so I switched it back to how it was before and somehow it worked...

Was one very long way to do it but it is working now! 😀 😀

Thank you all for the help.
 
I have a GA-MA 790 FX-DS5 with Phenom II x4 920 processor which fails to enumerate optical drives when installing Windows 8.1 or Windows 10. [works fine in lower O.S.es] This produces the symptoms Joe describes, failure to show in Device Manager or to be recognized by Windows.

This batch file creates a registry entry which forces Windows 8.1 and 10 to enumerate my optical drives. They appear in Device Manager and are back in full use. Cut the text and paste into Notepad, saving as a .bat file. Then run in an enhanced CMD window.

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

Alternately, you could cut and paste the following text between the dotted lines and save it as a .reg file. Double-clicking on that .reg file will import it to your registry.

- - - - - - -
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\atapi\Controller0]
"EnumDevice1"=dword:00000001

- - - - - - -

-Brendon

 


 


 


Brendon,
I also have a CD DVD drive that is no longer recognized by my machine post upgrade to Windows 10. Have spent 5 hours chatting with helpline at Microsoft to no avail. To their credit they did try.
Hardware: Machine is a Toshiba Satellite C55D A-5163 and drive is listed in Device Manager as "TSSTcorp CDDVDW SU-208FB"
Symptoms: When I open the Device Properties, I see in the Device status pane of the General tab the following:
"Windows cannot start this hardware device because its configuration information (in the registry) is incomplete or damaged. (Code 19)"
Inserting a disk in the drive does cause the drive to spin up, but after less than a minute, the drive goes quiet with nothing displayed on the computer monitor. The device is not listed in the File Explore directory.
Do you think your Regedit solution will work for my computer? Also, can I undo the edit easily if it causes problem?
Glenn
 
Sorry for the delay Glenn.

Yes, it has worked on all the machines I've seen showing this problem. If Windows 10 updates haven't fixed the problem for you, use the registry edit.

To reverse the edit (if you want to) go to HKLM\SYSTEM\CurrentControlSet\Services\atapi\ and delete "Controller0"

Regards,
Brendon