0
0
I am using Picasa Photo Viewer and have associated all JPG and PNG files to open with it. However when I open an image from the Recent Items list in the Windows 7 Start Menu it opens with Windows Photo Viewer.
The context menu for such items reveals no actions that would make it go to Windows Photo Viewer, and the default (one in bold) opens with the Picasa viewer as you'd expect. It's just that the left click behaves differently for some reason.
Any ideas on how to fix this?
The output from reg query hkcr\.jpg /s
:
C:\Users\Jay>reg query hkcr\.jpg /s
HKEY_CLASSES_ROOT\.jpg
Content Type REG_SZ image/jpeg
(Default) REG_SZ jpegfile
PerceivedType REG_SZ image
HKEY_CLASSES_ROOT\.jpg\OpenWithList
HKEY_CLASSES_ROOT\.jpg\OpenWithList\ehshell.exe
HKEY_CLASSES_ROOT\.jpg\OpenWithList\Illustrator.exe
(Default) REG_SZ
HKEY_CLASSES_ROOT\.jpg\OpenWithList\ois.exe
(Default) REG_SZ
HKEY_CLASSES_ROOT\.jpg\OpenWithProgids
jpegfile REG_SZ
HKEY_CLASSES_ROOT\.jpg\PersistentHandler
(Default) REG_SZ {098f2470-bae0-11cd-b579-08002b30bfeb}
The output from reg query hkcr\jpegfile /s
:
C:\Users\Jay>reg query hkcr\jpegfile /s
HKEY_CLASSES_ROOT\jpegfile
(Default) REG_SZ JPEG Image
EditFlags REG_DWORD 0x10000
FriendlyTypeName REG_EXPAND_SZ @%SystemRoot%\System32\shell32.dll,-305
96
ImageOptionFlags REG_DWORD 0x1
HKEY_CLASSES_ROOT\jpegfile\CLSID
(Default) REG_SZ {25336920-03F9-11cf-8FD0-00AA00686F13}
HKEY_CLASSES_ROOT\jpegfile\DefaultIcon
(Default) REG_EXPAND_SZ %SystemRoot%\System32\imageres.dll,-72
HKEY_CLASSES_ROOT\jpegfile\shell
HKEY_CLASSES_ROOT\jpegfile\shell\open
MuiVerb REG_EXPAND_SZ @%ProgramFiles%\Windows Photo Viewer\photoviewer
.dll,-3043
HKEY_CLASSES_ROOT\jpegfile\shell\open\command
(Default) REG_EXPAND_SZ %SystemRoot%\System32\rundll32.exe "%ProgramFi
les%\Windows Photo Viewer\PhotoViewer.dll", ImageView_Fullscreen %1
HKEY_CLASSES_ROOT\jpegfile\shell\open\DropTarget
Clsid REG_SZ {FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}
HKEY_CLASSES_ROOT\jpegfile\shell\printto
HKEY_CLASSES_ROOT\jpegfile\shell\printto\command
(Default) REG_EXPAND_SZ "%SystemRoot%\System32\rundll32.exe" "%SystemR
oot%\System32\shimgvw.dll",ImageView_PrintTo /pt "%1" "%2" "%3" "%4"
Could you post the output of
reg query hkcr\.jpg /s
andreg query hkcr\jpegfile /s
? – Hugh Allen – 2010-05-12T05:44:19.200@Hugh Allen: nice find, I think you might have it there, but why are these references there when my default is clearly Picasa? – jay – 2010-05-12T10:16:55.797
I guess Recent Items remembers file as well as the application which opened the file last. – Vasyl Boroviak – 2010-05-13T09:05:28.440