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:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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:
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.
I solved it. Thank you.