tweak mouse-over to display more file attributes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi there, I have a question and I hope someone can help answer this:
When I mouse-over a file, certain details of the file are displayed. How can
I set it to display the attributes that I want, like, file created on,
picture taken on... ?
 
| Hi there, I have a question and I hope someone can help answer this:
| When I mouse-over a file, certain details of the file are displayed. How can
| I set it to display the attributes that I want, like, file created on,
| picture taken on... ?

In a user account with admin rights,

Start
Run
regedit
Enter

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


Document properties are separated by ";".

A shorter example would be
"InfoTip"="prop:Name;Dimensions;WhenTaken;Create"
 
Back
Top