70 | | windows xp equivalent: |
71 | | {{{#!registry |
72 | | Windows Registry Editor Version 5.00 |
73 | | |
74 | | [HKEY_CURRENT_USER\Control Panel\Desktop] |
75 | | "FontSmoothing"="2" |
76 | | "FontSmoothingType"=dword:00000001 |
77 | | }}} |
78 | | |
79 | | completely disabled: |
80 | | {{{#!registry |
81 | | Windows Registry Editor Version 5.00 |
82 | | |
83 | | [HKEY_CURRENT_USER\Control Panel\Desktop] |
84 | | "FontSmoothing"="0" |
85 | | "FontSmoothingType"=dword:00000000 |
86 | | }}} |
87 | | |
88 | | подстановка шрифтов диалогов: |
89 | | {{{#!registry |
90 | | Windows Registry Editor Version 5.00 |
| 71 | [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts] |
| 72 | "Segoe UI (TrueType)"="" |
| 73 | "Segoe UI Bold (TrueType)"="" |
| 74 | "Segoe UI Light (TrueType)"="" |
| 75 | "Segoe UI Italic (TrueType)"="" |
| 76 | "Segoe UI Symbol (TrueType)"="" |
| 77 | "Segoe UI Semibold (TrueType)"="" |
| 78 | "Segoe UI Bold Italic (TrueType)"="" |