Computing.Net > Forums > Windows XP > CD/DVD Dr not recognized by Windows

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

CD/DVD Dr not recognized by Windows

Reply to Message Icon

Name: ms_kish
Date: December 24, 2006 at 15:15:28 Pacific
OS: Windows XP
CPU/Ram: AMD Athlon 64 Processor
Product: HP Pavilion a1210n
Comment:

In the last two months I have been unable to get Windows to recognize my CD/DVD drive. Previously I could do a system restore and it would work for a day or 2 but now my system restores are coming back saying "incomplete". The drive is not listed in My Computer and it is not listed in the Device Manager but is listed in BIOS. I called tech support and the only thing they can suggest is a Windows reinstall and I don't want to loose all of my files if there is some other solution. Can anyone help?

Thanks!



Sponsored Link
Ads by Google

Response Number 1
Name: per
Date: December 24, 2006 at 16:47:11 Pacific
Reply:

Try this

If you are comfortable editing the registry:
Create a Restore point and back up the registry.Open regedit.
Look for;

HKEY_LOCAL_MACHINE\system\CurrentControlSet\SetControlClass.
Key name: {4D36E965-E325-11CE-BFC1-08002BE10318}
Value Data:[Delete all value data from upper and lower filters]
Note-Do not delete the key or the multi-string values. Delete only the data values.
The keys may be in more than 1 place. You will have to search for them.

Exit regedit and reboot.


0

Response Number 2
Name: per
Date: December 24, 2006 at 16:50:53 Pacific
Reply:

This is the vbs file from dogknox.com

'Restore CD-Roms and DVD's to Explorer
'xp_cd_dvd_fix.vbs
'© Doug Knox - rev 04/14/2002
'Downloaded from www.dougknox.com
'based on cdgone.reg

Option Explicit
On Error Resume Next

Dim WshShell, Message

Set WshShell = WScript.CreateObject("WScript.Shell")

WshShell.RegDelete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}\UpperFilters"
WshShell.RegDelete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}\LowerFilters"
WshShell.RegDelete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdr4_2K\"
WshShell.RegDelete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdralw2k\"
WshShell.RegDelete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdudf\"
WshShell.RegDelete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UdfReadr\"
Set WshShell = Nothing

Message = "Your CD/DVD-Rom drives should now appear in Windows Explorer." & vbCR
Message = Message & "You may need to reboot your computer to see the change."

MsgBox Message, 4096,"Finished!"


0

Response Number 3
Name: ms_kish
Date: December 24, 2006 at 18:29:24 Pacific
Reply:

Thank you. I had tried removing the Upper and lower filters with nosuccess. I was able to get system restore to get it working again by uninstalling Norton Internet Security. I did run the script from dougknox.com though and I will run that script again if it stops recognizing it again. I just don't understand why it works for a few days and then it is gone. Could this be a sign that I need to reinstall Windows as the tech support people said?

Thanks!


0

Response Number 4
Name: per
Date: December 25, 2006 at 08:29:34 Pacific
Reply:

You may be using registry cleaner or some other program that is causing it. I doubt you need to reinstall windows.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows XP Forum Home


Sponsored links

Ads by Google


Results for: CD/DVD Dr not recognized by Windows

DVD-RW not recognized by XP www.computing.net/answers/windows-xp/dvdrw-not-recognized-by-xp/167565.html

CD drive not recognized by Windows www.computing.net/answers/windows-xp/cd-drive-not-recognized-by-windows/94776.html

CD-DVD drive not recognizing cd www.computing.net/answers/windows-xp/cddvd-drive-not-recognizing-cd/139283.html