Hi,
First check to see if the key for AudioCD is listed in the Registry.
Go to Start => Run and type in "regedit" {without the quotes}
Navigate to:
HKEY_CLASSES_ROOT
AudioCD
It should be there, but maybe with just the entries you put there from
the downloaded reg file you got.
You should see, as sub-folders with entries:
AudioCD
=> DefaultIcon
=> shell
=> => play
=> => => command
Report back what you see.
-----------------------------------------------------------------------------
If you don't want to wait and want to give this a try, you can. This is
the Registry entry for my computers. They point to Windows Media Player
as the default for 'Play'.
In the Registry you would first Export the AudioCD key in File =>
Export. Give it a name such as AudioCD-old.reg
Then Delete the AudioCD key (right-click on it)
Then copy the text below between the dotted lines, but not the dotted
lines themselves. Paste into Notepad and save the result as AudioCD.reg
Double-click on AudioCD.reg to Merge the contents.
Restart the computer.
---------------------------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\AudioCD]
@="AudioCD"
"BaseClass"="Drive"
"EditFlags"=dword:00000002
[HKEY_CLASSES_ROOT\AudioCD\DefaultIcon]
@="C:\\WINDOWS\\system32\\shell32.dll,40"
[HKEY_CLASSES_ROOT\AudioCD\shell]
@="Play"
[HKEY_CLASSES_ROOT\AudioCD\shell\play]
@="&Play"
"MUIVerb"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
6f,00,74,00,25,00,5c,00,69,00,6e,00,66,00,5c,00,75,00,6e,00,72,00,65,00,67,\
00,6d,00,70,00,32,00,2e,00,65,00,78,00,65,00,2c,00,2d,00,39,00,39,00,39,00,\
31,00,00,00
[HKEY_CLASSES_ROOT\AudioCD\shell\play\command]
@="\"C:\\Program Files\\Windows Media Player\\wmplayer.exe\"
/prefetch:3 /device:AudioCD \"%L\""
--------------------------------------------------------------------------------