HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics
The binary entries with names ending in "Font" are the ones that control the font of the various controls. IconFont, for instance, is responsible for almost all "content" text, including desktop icon captions.
The first four bytes are the font size in points, little endian and binary-NOT'ed. The font name starts at byte 0x1C, and is a null-terminated UTF16-LE string.
Custom IconFont setting (Comic Sans MS) |
The result, in Windows 10's Explorer |
No comments:
Post a Comment