Display Size of Image.

  • Thread starter Thread starter Waz Up
  • Start date Start date
W

Waz Up

How do all?

When hovering over an image (jpeg, bmp etc), XP used to display the image
dimensions. For some reason, XP no longer does so.

I've downloaded several updates from MS update - not sure when or which one
may have changed things. Not even sure if this is the cause, but it is the
only thing that has been done or changed on my system.

No virses, trojans etc.

Any ideas?

Thanks..
 
[Waz Up] wrote-:
How do all?

When hovering over an image (jpeg, bmp etc), XP used to display the image
dimensions. For some reason, XP no longer does so.

I've downloaded several updates from MS update - not sure when or which one
may have changed things. Not even sure if this is the cause, but it is the
only thing that has been done or changed on my system.

Run these two commands (from Start>Run):
reg.exe export hkcr\.jpeg c:\jpeg.txt
reg.exe query "HKCR\SystemFileAssociations\image" >> c:\jpeg.txt

Then open jpeg.txt and post the contents here.



Good Luck, Ayush.
 
Here ya go:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.jpeg]
"PerceivedType"="image"
@="jpegfile"
"Content Type"="image/jpeg"

[HKEY_CLASSES_ROOT\.jpeg\OpenWithList]

[HKEY_CLASSES_ROOT\.jpeg\OpenWithList\ois.exe]
@=""

[HKEY_CLASSES_ROOT\.jpeg\OpenWithProgids]
"jpegfile"=hex(0):

[HKEY_CLASSES_ROOT\.jpeg\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"

Waz Up


Ayush said:
[Waz Up] wrote-:
How do all?

When hovering over an image (jpeg, bmp etc), XP used to display the image
dimensions. For some reason, XP no longer does so.

I've downloaded several updates from MS update - not sure when or which
one may have changed things. Not even sure if this is the cause, but it
is the only thing that has been done or changed on my system.

Run these two commands (from Start>Run):
reg.exe export hkcr\.jpeg c:\jpeg.txt
reg.exe query "HKCR\SystemFileAssociations\image" >> c:\jpeg.txt

Then open jpeg.txt and post the contents here.



Good Luck, Ayush.
 
[Waz Up] wrote-:
Here ya go:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.jpeg]
"PerceivedType"="image"
@="jpegfile"
"Content Type"="image/jpeg"

[HKEY_CLASSES_ROOT\.jpeg\OpenWithList]

[HKEY_CLASSES_ROOT\.jpeg\OpenWithList\ois.exe]
@=""

[HKEY_CLASSES_ROOT\.jpeg\OpenWithProgids]
"jpegfile"=hex(0):

[HKEY_CLASSES_ROOT\.jpeg\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"

Waz Up


Run the following command and post the contents again (of c:\jpeg.txt file):
reg.exe export "HKCR\SystemFileAssociations\image" c:\jpeg.txt



Good Luck, Ayush.
 
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\SystemFileAssociations\image]
"TileInfo"="prop:Dimensions;Type;Size"
"InfoTip"="prop:Dimensions;WhenTaken;DocTitle;DocComments;CameraModel;Type;Size"
"Details"="prop:Name;Type;Dimensions;Size;Write"

[HKEY_CLASSES_ROOT\SystemFileAssociations\image\OpenWithList]

[HKEY_CLASSES_ROOT\SystemFileAssociations\image\OpenWithList\MSPaint.exe]

[HKEY_CLASSES_ROOT\SystemFileAssociations\image\OpenWithList\shimgvw.dll]
@=""

[HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell]

[HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\edit]

[HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\edit\command]

[HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\print]

[HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\print\command]
@=hex(2):72,00,75,00,6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,\
00,20,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,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,\
00,69,00,6d,00,67,00,76,00,77,00,2e,00,64,00,6c,00,6c,00,2c,00,49,00,6d,00,\
61,00,67,00,65,00,56,00,69,00,65,00,77,00,5f,00,46,00,75,00,6c,00,6c,00,73,\
00,63,00,72,00,65,00,65,00,6e,00,20,00,25,00,31,00,00,00

[HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\print\DropTarget]
"Clsid"="{60fd46de-f830-4894-a628-6fa81bc0190d}"

[HKEY_CLASSES_ROOT\SystemFileAssociations\image\ShellEx]

[HKEY_CLASSES_ROOT\SystemFileAssociations\image\ShellEx\ContextMenuHandlers]

[HKEY_CLASSES_ROOT\SystemFileAssociations\image\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{e84fda7c-1d6a-45f6-b725-cb260c236066}"

[HKEY_CLASSES_ROOT\SystemFileAssociations\image\ShellEx\PropertyHandler]
@="{eb9b1153-3b57-4e68-959a-a3266bc3d7fe}"

[HKEY_CLASSES_ROOT\SystemFileAssociations\image\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@="{3F30C968-480A-4C6C-862D-EFC0897BB84B}"




Ayush said:
[Waz Up] wrote-:
Here ya go:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.jpeg]
"PerceivedType"="image"
@="jpegfile"
"Content Type"="image/jpeg"

[HKEY_CLASSES_ROOT\.jpeg\OpenWithList]

[HKEY_CLASSES_ROOT\.jpeg\OpenWithList\ois.exe]
@=""

[HKEY_CLASSES_ROOT\.jpeg\OpenWithProgids]
"jpegfile"=hex(0):

[HKEY_CLASSES_ROOT\.jpeg\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"

Waz Up


Run the following command and post the contents again (of c:\jpeg.txt
file):
reg.exe export "HKCR\SystemFileAssociations\image" c:\jpeg.txt



Good Luck, Ayush.
 
[Waz Up] wrote-:
Windows Registry Editor Version 5.00
...

That looks fine to me..
Is Tools>Folder options > View tab > "Show popup descriptions for desktop/folder
items" checked ?

if that is checked then try(one by one)- Start>Run:
regsvr32 /i shell32
regsvr32 /i shimgvw

Good Luck, Ayush.
 
I feel like such a DOPE!

It was "Show Popups..." I remember that I turned it off before going on
holidays and forgot.

Thanks Ayush... :)



Ayush said:
[Waz Up] wrote-:
Windows Registry Editor Version 5.00
...

That looks fine to me..
Is Tools>Folder options > View tab > "Show popup descriptions for
desktop/folder items" checked ?

if that is checked then try(one by one)- Start>Run:
regsvr32 /i shell32
regsvr32 /i shimgvw

Good Luck, Ayush.
 
[Waz Up] wrote-:
I feel like such a DOPE!

It was "Show Popups..." I remember that I turned it off before going on
holidays and forgot.

Thanks Ayush... :)

:D
You're welcome :)


Good Luck, Ayush.
 
Back
Top