Phone
0417108142
DVD drive missing in Windows
Option 1
Click on start type in regedit
open HKEY_LOCAL_MACHINE
System
CurrentControlSet
Services
atapi
Controller0
Now right click in the main snapping click New and select DWORD and in the value typer EnumDevice1 and change the Value d 0x00000001
Now restart the computer
Option 2
Open the command prompt as administrator and copy and past the line below.
reg.exe add "HKLM\System\CurrentControlSet\Services\atapi\Controller0" /f /v EnumDevice1 /t REG_DWORD /d 0x00000001
Now restart the computer