Customize Windows Explorer Tooltips

Status
Not open for further replies.

Osiris

Golden Master
Messages
36,817
Location
Kentucky
Whenever you hover your mouse cursor over a file or folder in Windows Explorer or the Desktop you will notice that a tooltip appears that lists some details about the current file or folder. the Information displayed are related to the file extension. If you hover the mouse over a Adobe pdf file the tooltip contains information about the author, title, date modified and size. Executable files however display information like company name and version of the application.
These Windows Explorer tooltips can be customized in the Registry to display the information selected by the user. It is possible to remove information and add new as well. Windows uses a general setting for all files that do not have their own tooltip information. Those tooltips display the Type, Author, Title, Subject, Comments, last Write access and the Size.
Open the Registry (Windows R, type regedit, hit enter) and navigate to the key HKEY_CLASSES_ROOT\*. The right pane should contain a key called InfoTip which begins with prop: and then the variables that are currently shown in the tooltip. Just remove an entry if you do not need it or add another one currently not listed.
A setting in the Folder Options menu which can be accessed by clicking on Tools in Windows Explorer activates or disables those tooltips. A click on Tools > Folder Options > View opens the configuration menu. Search for the entry “Show pop-up description for folder and desktop items” and check it to activate the setting.
Here is a list of all available general tooltip variables. Make sure your setup looks like this afterwards. The variable on the left will be displayed in the first line and each variable will be placed in a row beneath afterwards.
prop:variable1;variable2;variable3
  • Accessed
  • Attributes
  • Created
  • DocAuthor
  • DocComments
  • DocSubject
  • DocTitle
  • Modified
  • Name
  • Size
  • Type
  • Write
Customize tooltips for specific file types:
The general setting only works if no custom tooltip is defined for a file type. To lookup a specific file type you have to select the file type in the same Registry key, for example .bat. Check the right pane again and take a look at the default key, remember the Data entry which in the case of .bat files is batfile.
Now scroll down and look for the batfile entry in the same Registry structure. Click on the entry and take a look at the right pane. If no InfoTip key is visible the file extension uses the general tooltips. If you want to change that create a string InfoTip and add the variables that you would like to it. Remember to begin with prop:
Customize tooltips for multimedia file types:
Multimedia files are special because their tooltips can be changed in either one of the entries below:
HKEY_CLASSES_ROOT\SystemFileAssociations\audio
HKEY_CLASSES_ROOT\SystemFileAssociations\image
HKEY_CLASSES_ROOT\SystemFileAssociations\video
Just click on an entry and select the InfoTip from the right pane. You might realize that those entries contain additional variables that can be used. The video InfoTip setting for instance contains those additional variables:
EpisodeName, ProgramDescription, Duration, Bitrate, Dimensions, Protected
For audio files those are:
artist, album, year, track, duration, type, bitrate and protected
And for images:
Dimensions, WhenTaken, CameraModel

Customize Windows Explorer Tooltips :
 
Status
Not open for further replies.
Back
Top Bottom