Share via

Blacklisting defective RAM region

Anonymous
2022-01-09T01:05:37+00:00

I have a question on how to actually blacklist a bad region in RAM in Windows 10.
I came across this Microsoft Docs page that mentions that now I have to make a binary value in registry that is an array of 64bit little endian integers representing the bad RAM pages.

Or can I do it the old way through bcdedit and cmd as admin?

Anyways none seems to be effective because I set the registry value, but windows seems to be still accessing the bad region and I get bluescreens from time to time :(.

Moreover, I was not able to do the blacklisting using bcdedit because {badmemory} store is missing ,that is

What should I do exactly?

For information:

  • I am running Windows 10 version 21H2.
  • My bad ram region starts at 0x7c6dc010 and ends at 0x7e6e0318
Windows for home | Windows 10 | Settings

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
  1. Anonymous
    2022-01-09T12:26:50+00:00

    Hello, I have found a possible tool that you can try:

    https://github.com/prsyahmi/BadMemory

    Please let me know if I can help you further!

    Note: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

    3 people found this answer helpful.
    0 comments No comments

7 additional answers

Sort by: Most helpful
  1. Anonymous
    2022-01-09T11:29:16+00:00

    Unfortunately, the returned number is 3, meaning I don't have ECC memory. Is there any other way to blacklist a defective RAM region in windows 10?

    0 comments No comments
  2. Anonymous
    2022-01-09T11:24:53+00:00

    I am planning doing this, but it is not possible right now, when I need to use my PC.

    0 comments No comments
  3. Anonymous
    2022-01-09T06:23:12+00:00

    Replace the RAM?

    0 comments No comments
  4. Anonymous
    2022-01-09T05:00:18+00:00

    Hi, thanks for reaching out! Sorry about the frustration encountered and please allow me to assist you.

    Predictive Failure Analysis (PFA) requires Error Correction Code (ECC) memory. Please ensure you have ECC memory installed. You can check this with the command "wmic memphysical get memoryerrorcorrection". The return value should be between 4 to 7 if you have ECC memory.

    Please let me know if I can help you further!

    0 comments No comments