I dont know why, but for these filetaype there is no entry.
If i enter WindowsPhotoGallery.jpg to this regkey, TC open jpg-files with the WindowsPhotoGallery.
But another bug:
i dont have mini-icons for these files

Moderators: Hacker, petermad, Stefan2, white
I see - if there is no entry at all, TC uses WinExec. I will change that.I dont know why, but for these filetaype there is no entry.
How should TC get the icon if there is no entry?i dont have mini-icons for these files
ghisler(Author) wrote:It's not a bug of Total Commander. I'm just calling ShellExecuteEx now with the image file as parameter and NULL as the Verb, so Windows does all the rest.
There must be some kind of ambiguity in your associations, which is handled by the Explorer in one way, and the Windows functions in another way. Removing this ambiguity will fix the problem.
Can you post the association for this file type, please?
There are two keys involved:
1. HKEY_CLASSES_ROOT\.jpg
Post the contents of this key (start regedit, go to the key, choose Export - Only the selected branch). Then paste the contents of the file here.
2. The above key contains a (default) value. This value is something like jpg_file or Jpegfile or similar. So repeat the same with the key named jpg_file or Jpegfile (or whatever you found as the default value) under HKEY_CLASSES_ROOT.