mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 16:51:18 +00:00
[BOOTDATA] Add missing font DPI entries in registry. By Ziliang Guo. CORE-8902
svn path=/trunk/; revision=67517
This commit is contained in:
parent
e242dc3f08
commit
b18c48243f
2 changed files with 2 additions and 0 deletions
|
@ -261,6 +261,7 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList","ProfilesDirecto
|
|||
; Font substitutes
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts",,0x00000012
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes",,0x00000012
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96
|
||||
|
||||
; win32k GRE initialization
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize",,0x00000012
|
||||
|
|
|
@ -401,6 +401,7 @@ HKLM,"SYSTEM\CurrentControlSet\Control\HAL","80867110",0x00010001,0x1
|
|||
HKLM,"SYSTEM\CurrentControlSet\Control\IDConfigDB",,0x00000012
|
||||
HKLM,"SYSTEM\CurrentControlSet\Control\IDConfigDB","CurrentConfig",0x00010001,0x00000000
|
||||
HKLM,"SYSTEM\CurrentControlSet\Control\IDConfigDB\Hardware Profiles\0000","FriendlyName",0x00000000,"New Hardware Profile"
|
||||
HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96
|
||||
|
||||
; Keyboard Layouts
|
||||
HKLM,"SYSTEM\CurrentControlSet\Control\Keyboard Layouts\00000401","Layout File",0x00000000,"kbda1.dll"
|
||||
|
|
Loading…
Reference in a new issue