desktop.ini "Logo" ??
Posted: 02 Mar 2015 22:38
What is this strange magic? I've never heard of desktop.ini having a "Logo." Is this a Windows thing, or an XYthing?
Change Log wrote:v14.80.0237 - 2015-03-02 21:49
+ Tweak to control whether folder thumbnails mind the "Logo" setting in a
folder's hidden desktop.ini file (as Explorer does):
FolderThumbsDesktopIni=1
Factory default is ON (1).
If ON then folder thumbnails are harvested in the following order of precedence:
<curitem>\desktop.ini>[ViewState]>Logo
<curitem>\folder.jpg
<curitem>\folder.png
<curitem>\folder.gif
<curitem>\*.jpg/*.png (alphabetically first JPG, if none then first PNG)
Else the first line is skipped:
<curitem>\folder.jpg
<curitem>\folder.png
<curitem>\folder.gif
<curitem>\*.jpg/*.png (alphabetically first JPG, if none then first PNG)
[ . . . ]