Hi I'm working on a laptop with soldered ram, trying to blacklist the bad areas per the memtest instructions but I'm having trouble. The output from Memtest is
but per https://docs.microsoft.com/en-us/win...fa-memory-list "Starting in Windows version 19042, bad memory pages are stored in the registry under HKLM\SYSTEM\CurrentControlSet\Control\WHEA\BadPage s. In previous versions of Windows, this information is stored in the BCD system store." The example given shows the output as
This makes it look like the addresses are in a different format than those outputed by memtest, does anyone have experience blacklisting RAM using the reg editor in Windows 11?
Code:
bcdedit /set {badmemory} badmemorylist 0x382E3C 0x396DE5 0x43D2BA 0x24B03E 0x35634E 0x3D38F5 0x418B0F 0x48E2FF 0x28B72C 0x201546 0x284AB9 0x2DBFCB 0x32BE71 0x3E8CFD 0x49D5E8 0x15C6BE 0x19F7AC 0x1A3D6C 0x281450 0x382CD8 0x437FE3 0x437148 0x38F00 0x3B9D2 0x3A16B 0x3CC3D 0x1C1581 0x1C3581 0x20476A 0x20676A 0x2C1E9E 0x2C3E9E 0x38CB46 0x38EB46 0x39D1E4 0x39F1E4 0x2C0EFA 0x2C5A95 0x31C434 0x378633 0x28E5C8 0x2C1D47 0x2DE4FE 0x2D3C79 0x2D71CA 0x4994B1 0x115293 0x21FDE5 0x237B6D 0x237A17 0x255528 0x30970C 0x3C6CD2 0x45B7C9 0x47CE95 0x1CD0D9 0x1CF0D9
Code:
C:\Windows\system32>reg query "HKLM\SYSTEM\CurrentControlSet\Control\WHEA" /v BadPages HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WHEA BadPages REG_BINARY 000000000000000058140280000000005C1B0280000000007C30038000000000E2BBFC8000000000AF52188000F00F00
Comment