Zhiyi Zhang (@zhiyi) commented about dlls/win32u/sysparams.c:
static const WCHAR chip_typeW[] = {'H','a','r','d','w','a','r','e','I','n','f','o','r','m','a','t','i','o','n','.', 'C','h','i','p','T','y','p','e',0};
- static const WCHAR memory_sizeW[] =
{'H','a','r','d','w','a','r','e','I','n','f','o','r','m','a','t','i','o','n','.',
'q','w','M','e','m','o','r','y','S','i','z','e',0};
Let's add HardwareInformation.MemorySize as well. Note that HardwareInformation.MemorySize is of type REG_DWORD and has a 4GB limit.