mp3 icon not working

G

Guest

My MP3 icons are no longer appearing, despite the fact that I've associated
the file type with Winamp and tried on several occasions to change the icon.
I've tried the following as well:

regsvr32 /i shimgvw.dll

and when I checked the registry, .mp3 default is Winamp.File and mp3file
default is mp3 format sound. Any suggestions?
 
R

Ramesh, MS-MVP

Registering the shimgvw.dll does not touch the mp3 file types. Export the
contents of this key, and post here:

HKEY_CLASSES_ROOTWinamp.File
 
G

Guest

How do I just export the contents of the key? The only export option I've
found is for the entire registry, and since I don't know exactly what
information you need (ie. if there is other info that would be included in
the export than I could simply see and copy), I'm not entirely sure what you
need.
 
G

Guest

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Winamp.File]
@="Winamp media file"
"EditFlags"=dword:00000000
"BrowserFlags"=dword:00000008
"AlwaysShowExt"=""

[HKEY_CLASSES_ROOT\Winamp.File\DefaultIcon]
@="C:\\Program Files\\Winamp\\winamp.exe,1"
"PreviousDefaultIcon"="C:\\Program Files\\Winamp\\winamp.exe,1"

[HKEY_CLASSES_ROOT\Winamp.File\shell]
@="Play"

[HKEY_CLASSES_ROOT\Winamp.File\shell\Enqueue]
@="&Enqueue in Winamp"

[HKEY_CLASSES_ROOT\Winamp.File\shell\Enqueue\command]
@="\"C:\\Program Files\\Winamp\\winamp.exe\" /ADD \"%1\""

[HKEY_CLASSES_ROOT\Winamp.File\shell\Enqueue\DropTarget]
"Clsid"="{77A366BA-2BE4-4a1e-9263-7734AA3E99A2}"

[HKEY_CLASSES_ROOT\Winamp.File\shell\ListBookmark]
@="Add to Winamp's &Bookmark list"

[HKEY_CLASSES_ROOT\Winamp.File\shell\ListBookmark\command]
@="\"C:\\Program Files\\Winamp\\winamp.exe\" /BOOKMARK \"%1\""

[HKEY_CLASSES_ROOT\Winamp.File\shell\open]
@=""

[HKEY_CLASSES_ROOT\Winamp.File\shell\open\command]
@="\"C:\\Program Files\\Winamp\\winamp.exe\" \"%1\""

[HKEY_CLASSES_ROOT\Winamp.File\shell\open\DropTarget]
"Clsid"="{46986115-84D6-459c-8F95-52DD653E532E}"

[HKEY_CLASSES_ROOT\Winamp.File\shell\Play]
@="&Play in Winamp"

[HKEY_CLASSES_ROOT\Winamp.File\shell\Play\command]
@="\"C:\\Program Files\\Winamp\\winamp.exe\" \"%1\""

[HKEY_CLASSES_ROOT\Winamp.File\shell\Play\DropTarget]
"Clsid"="{46986115-84D6-459c-8F95-52DD653E532E}"

[HKEY_CLASSES_ROOT\Winamp.File\ShellEx]

[HKEY_CLASSES_ROOT\Winamp.File\ShellEx\IconHandler]
@="{B327765E-D724-4347-8B16-78AE18552FC3}"

[HKEY_CLASSES_ROOT\Winamp.File\ShellEx\PropertySheetHandlers]

[HKEY_CLASSES_ROOT\Winamp.File\ShellEx\PropertySheetHandlers\{7F1CF152-04F8-453A-B34C-E609530A9DC8}]
 
R

Ramesh, MS-MVP

Keep the backup key in a safe location. And, then do this:

Delete the "IconHandler" key below:
[HKEY_CLASSES_ROOT\Winamp.File\ShellEx\IconHandler]

Restart Windows.

--
Ramesh, Windows XP MVP
http://windowsxp.mvps.org


yetiboy said:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Winamp.File]
@="Winamp media file"
"EditFlags"=dword:00000000
"BrowserFlags"=dword:00000008
"AlwaysShowExt"=""

[HKEY_CLASSES_ROOT\Winamp.File\DefaultIcon]
@="C:\\Program Files\\Winamp\\winamp.exe,1"
"PreviousDefaultIcon"="C:\\Program Files\\Winamp\\winamp.exe,1"

[HKEY_CLASSES_ROOT\Winamp.File\shell]
@="Play"

[HKEY_CLASSES_ROOT\Winamp.File\shell\Enqueue]
@="&Enqueue in Winamp"

[HKEY_CLASSES_ROOT\Winamp.File\shell\Enqueue\command]
@="\"C:\\Program Files\\Winamp\\winamp.exe\" /ADD \"%1\""

[HKEY_CLASSES_ROOT\Winamp.File\shell\Enqueue\DropTarget]
"Clsid"="{77A366BA-2BE4-4a1e-9263-7734AA3E99A2}"

[HKEY_CLASSES_ROOT\Winamp.File\shell\ListBookmark]
@="Add to Winamp's &Bookmark list"

[HKEY_CLASSES_ROOT\Winamp.File\shell\ListBookmark\command]
@="\"C:\\Program Files\\Winamp\\winamp.exe\" /BOOKMARK \"%1\""

[HKEY_CLASSES_ROOT\Winamp.File\shell\open]
@=""

[HKEY_CLASSES_ROOT\Winamp.File\shell\open\command]
@="\"C:\\Program Files\\Winamp\\winamp.exe\" \"%1\""

[HKEY_CLASSES_ROOT\Winamp.File\shell\open\DropTarget]
"Clsid"="{46986115-84D6-459c-8F95-52DD653E532E}"

[HKEY_CLASSES_ROOT\Winamp.File\shell\Play]
@="&Play in Winamp"

[HKEY_CLASSES_ROOT\Winamp.File\shell\Play\command]
@="\"C:\\Program Files\\Winamp\\winamp.exe\" \"%1\""

[HKEY_CLASSES_ROOT\Winamp.File\shell\Play\DropTarget]
"Clsid"="{46986115-84D6-459c-8F95-52DD653E532E}"

[HKEY_CLASSES_ROOT\Winamp.File\ShellEx]

[HKEY_CLASSES_ROOT\Winamp.File\ShellEx\IconHandler]
@="{B327765E-D724-4347-8B16-78AE18552FC3}"

[HKEY_CLASSES_ROOT\Winamp.File\ShellEx\PropertySheetHandlers]

[HKEY_CLASSES_ROOT\Winamp.File\ShellEx\PropertySheetHandlers\{7F1CF152-04F8-453A-B34C-E609530A9DC8}]



Ramesh said:
Registering the shimgvw.dll does not touch the mp3 file types. Export the
contents of this key, and post here:

HKEY_CLASSES_ROOTWinamp.File
 
G

Guest

Thanks Ramesh, worked like a charm.

Ramesh said:
Keep the backup key in a safe location. And, then do this:

Delete the "IconHandler" key below:
[HKEY_CLASSES_ROOT\Winamp.File\ShellEx\IconHandler]

Restart Windows.

--
Ramesh, Windows XP MVP
http://windowsxp.mvps.org


yetiboy said:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Winamp.File]
@="Winamp media file"
"EditFlags"=dword:00000000
"BrowserFlags"=dword:00000008
"AlwaysShowExt"=""

[HKEY_CLASSES_ROOT\Winamp.File\DefaultIcon]
@="C:\\Program Files\\Winamp\\winamp.exe,1"
"PreviousDefaultIcon"="C:\\Program Files\\Winamp\\winamp.exe,1"

[HKEY_CLASSES_ROOT\Winamp.File\shell]
@="Play"

[HKEY_CLASSES_ROOT\Winamp.File\shell\Enqueue]
@="&Enqueue in Winamp"

[HKEY_CLASSES_ROOT\Winamp.File\shell\Enqueue\command]
@="\"C:\\Program Files\\Winamp\\winamp.exe\" /ADD \"%1\""

[HKEY_CLASSES_ROOT\Winamp.File\shell\Enqueue\DropTarget]
"Clsid"="{77A366BA-2BE4-4a1e-9263-7734AA3E99A2}"

[HKEY_CLASSES_ROOT\Winamp.File\shell\ListBookmark]
@="Add to Winamp's &Bookmark list"

[HKEY_CLASSES_ROOT\Winamp.File\shell\ListBookmark\command]
@="\"C:\\Program Files\\Winamp\\winamp.exe\" /BOOKMARK \"%1\""

[HKEY_CLASSES_ROOT\Winamp.File\shell\open]
@=""

[HKEY_CLASSES_ROOT\Winamp.File\shell\open\command]
@="\"C:\\Program Files\\Winamp\\winamp.exe\" \"%1\""

[HKEY_CLASSES_ROOT\Winamp.File\shell\open\DropTarget]
"Clsid"="{46986115-84D6-459c-8F95-52DD653E532E}"

[HKEY_CLASSES_ROOT\Winamp.File\shell\Play]
@="&Play in Winamp"

[HKEY_CLASSES_ROOT\Winamp.File\shell\Play\command]
@="\"C:\\Program Files\\Winamp\\winamp.exe\" \"%1\""

[HKEY_CLASSES_ROOT\Winamp.File\shell\Play\DropTarget]
"Clsid"="{46986115-84D6-459c-8F95-52DD653E532E}"

[HKEY_CLASSES_ROOT\Winamp.File\ShellEx]

[HKEY_CLASSES_ROOT\Winamp.File\ShellEx\IconHandler]
@="{B327765E-D724-4347-8B16-78AE18552FC3}"

[HKEY_CLASSES_ROOT\Winamp.File\ShellEx\PropertySheetHandlers]

[HKEY_CLASSES_ROOT\Winamp.File\ShellEx\PropertySheetHandlers\{7F1CF152-04F8-453A-B34C-E609530A9DC8}]



Ramesh said:
Registering the shimgvw.dll does not touch the mp3 file types. Export the
contents of this key, and post here:

HKEY_CLASSES_ROOTWinamp.File
 
R

Ramesh, MS-MVP

You're welcome.

--
Ramesh, Windows XP MVP
http://windowsxp.mvps.org


yetiboy said:
Thanks Ramesh, worked like a charm.

Ramesh said:
Keep the backup key in a safe location. And, then do this:

Delete the "IconHandler" key below:
[HKEY_CLASSES_ROOT\Winamp.File\ShellEx\IconHandler]

Restart Windows.

--
Ramesh, Windows XP MVP
http://windowsxp.mvps.org


yetiboy said:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Winamp.File]
@="Winamp media file"
"EditFlags"=dword:00000000
"BrowserFlags"=dword:00000008
"AlwaysShowExt"=""

[HKEY_CLASSES_ROOT\Winamp.File\DefaultIcon]
@="C:\\Program Files\\Winamp\\winamp.exe,1"
"PreviousDefaultIcon"="C:\\Program Files\\Winamp\\winamp.exe,1"

[HKEY_CLASSES_ROOT\Winamp.File\shell]
@="Play"

[HKEY_CLASSES_ROOT\Winamp.File\shell\Enqueue]
@="&Enqueue in Winamp"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top