[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:
Oleg Dubinskiy 2020-01-02 11:06:18 +02:00 committed by Katayama Hirofumi MZ
parent fa2e4e9537
commit c8464e5717

View file

@ -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"