"nevermore studio" <> wrote in message
news:e927f646-03f1-436e-93ba-...
>I wiped off my hard drive and reinstalled win xp.
> The only glitch was my sound went. Finally I fixed it by disabling
> ESS allegro pci audio.
> What has now happened is my cd drives don't work. I have a cd rom and
> a burner driver and neither will read anything. They are functioning
> according the the device manager and tells me the driver is there and
> no better one can be found. This is making me nuts as I am not a
> compter tech. I did uninstall a parallel port thath ad a yellow ? next
> to it in device manager. I couldn't figure what the parallel port was
> for.
You've probably got corrupted filter settings in the Registry
Download and run the vbs file from here:
http://www.dougknox.com/xp/scripts/xp_cd_dvd_fix.vbs
then reboot your PC and it should be fixed.
Before running it right click on it and click edit and make sure it has the
following text>
------------------------------------------------------------------------------------------------------------
'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\Contr ol\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}\UpperFilters"
WshShell.RegDelete
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contr ol\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}\LowerFilters"
WshShell.RegDelete
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servi ces\Cdr4_2K\"
WshShell.RegDelete
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servi ces\Cdralw2k\"
WshShell.RegDelete
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servi ces\Cdudf\"
WshShell.RegDelete
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servi ces\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!"
----------------------------------------------------------------------------------------------------------------
Or if you like just copy and paste this into a blank notepad window and save
it as "xp_cd_dvd_fix.vbs"
Best
Paul.