Menu

Files in the folder do not have Tooltips.

exhalatio
2023-05-01
2023-05-02
  • exhalatio

    exhalatio - 2023-05-01

    I have a problem with tooltips in Windows 11 Explorer. I created a fixed disk VM and put images in it. The root image includes the size '1280 x 960' in the tooltip, but the images in the folder are have not the size.
    The image I put on the system drive is fine. Any solutions?

    ImDisk Version 20220826
    Command
    imdisk.exe -a -s 100M -t vm -o fix -p "/fs:ntfs /q /y" -m k:

     
  • v77

    v77 - 2023-05-02

    Yes, I confirm. The behavior occurs no matter the file system, but only on ImDisk volumes.
    It's pretty strange that the information is still available at the root...

    I just tried on an USB stick: even at the root, dimensions are not displayed.

    Anyway, you can fix that, by changing the following registry value (for instance with regedit):
    HKEY_CLASSES_ROOT\*\QuickTip
    You have to add "System.Image.Dimensions" in the value, where you want it to be displayed. Don't forget the semicolon.
    For instance, my original QuickTip value was:
    prop:System.ItemTypeText;System.Size;System.DateModified
    After change:
    prop:System.ItemTypeText;System.Image.Dimensions;System.Size;System.DateModified

    The change should work immediately.

     
  • exhalatio

    exhalatio - 2023-05-02

    I solved it. Thank you.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.