Jaysee is right. The .flv file will display the icon of the default application that opens it.The MP4 always gives a preview no matter what program it is associated with
For mp3 files to show a preview,Try this:
If the extension of the picture is ,jpeg, you would need to alter the registry script slightly:
Quote:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\jpgfile\shell\Set as a Cover]
[HKEY_CLASSES_ROOT\jpgfile\shell\Set as a Cover\command]
@="cmd.exe /c rename \"%L\" folder.jpg"
In my case, when I navigate in Regedit to the HKEY_CLASSES_ROOT, I find my Default association is ACDSEE.jpg.
Therefore I modified it for that
Quote:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\ACDSee.JPG\shell\Set as a Cover]
[HKEY_CLASSES_ROOT\ACDSee.JPG\shell\Set as a Cover\command]
@="cmd.exe /c rename \"%L\" folder.jpg"
If your association is with another graphic editor, just navigate to that key and look for the default value, and substitute that for jpgfile.