https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c8464e5717d5ef582c754d...
commit c8464e5717d5ef582c754ddf350a15c8cfcd232c Author: Oleg Dubinskiy oleg.dubinskij2013@yandex.ua AuthorDate: Thu Jan 2 11:06:18 2020 +0200 Commit: Katayama Hirofumi MZ katayama.hirofumi.mz@gmail.com CommitDate: Thu Jan 2 18:06:18 2020 +0900
[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 --- boot/bootdata/hivedef.inf | 1 + 1 file changed, 1 insertion(+)
diff --git a/boot/bootdata/hivedef.inf b/boot/bootdata/hivedef.inf index cd08b15d3ff..bc8585d0c4c 100644 --- a/boot/bootdata/hivedef.inf +++ b/boot/bootdata/hivedef.inf @@ -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"