mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 09:00:27 +00:00
[BOOTDATA] Add AppliedDPI registry value (#1966)
Add AppliedDPI DWORD registry value 0x00000060 (96 DPI) into HKCU\Control Panel\Desktop\WindowMetrics registry key. For now it does nothing, since saving DPI registry settings is not implemented yet. It's required only for ViStart 8 to be started successfully (with MS VB6 Runtime installed and wshom.ocx replaced). CORE-13877
This commit is contained in:
parent
fa2e4e9537
commit
c8464e5717
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ HKCU,"Control Panel\Desktop","MenuShowDelay",2,"400"
|
|||
HKCU,"Control Panel\Desktop","WheelScrollLines",2,"3"
|
||||
HKCU,"Control Panel\Desktop","WheelScrollChars",2,"3"
|
||||
|
||||
HKCU,"Control Panel\Desktop\WindowMetrics","AppliedDPI",0x00010003,0x00000060
|
||||
HKCU,"Control Panel\Desktop\WindowMetrics","ScrollWidth",2,"16"
|
||||
HKCU,"Control Panel\Desktop\WindowMetrics","ScrollHeight",2,"16"
|
||||
HKCU,"Control Panel\Desktop\WindowMetrics","CaptionWidth",2,"18"
|
||||
|
|
Loading…
Reference in a new issue