How to resolve DVD drive not showing issue in windows 10
If your computer has a DVD drive attached and it's now showing in my computer we can resolve the issue using the following step.
Click on Windows key and type cmd and open command prompt run as administrator
If you want to enable type below reg key and press enter
reg add HKLM\System\CurrentControlSet\Services\cdrom /t REG_DWORD /v "Start" /d 1 /f
If you want to Disable type below reg key and press enter
reg add HKLM\System\CurrentControlSet\Services\cdrom /t REG_DWORD /v "Start" /d 4 /f
If you don't want to run mentions reg key and you want to change manually do the following step.
Click on Windows key and type run
Type Regedit and press enter
Expand registry key
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\cdrom
Double click on start and change 4 to 1 and restart the computer
0 Comments