I hope, it is a bug.
Nobody from Microsoft has answered it and I have not found in 2004 release notes that this feature is disabled.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Starting with Windows 10-2004 the PFA memory list, as described for example here https://docs.microsoft.com/en-us/windows-hardware/drivers/whea/how-to-manage-the-pfa-memory-list , is no longer recognized.
How to test:
“bcdedit /set {badmemory} badmemorylist 0x2000”
To ensure Windows does not ignore the list this setting is also required:
“bcdedit /set {badmemory} badmemoryaccess no”
To be sure there is no override in the current settings also call:
“bcdedit /set {current} badmemorylist 0x2000”
“bcdedit /set {current} badmemoryaccess no”
The settings can be verified calling:
“bcdedit /enum {badmemory}”
“bcdedit /enum {current}”
Before Windows 10-2004 files A and B were different, because in file B the faulty page was excluded from usable memory, as you can see in the attached files.
Using Windows 10-2004 the only differences are the timestamps.
We also succeeded in reserving a memory range containing such a bad memory entry by calling “MmAllocateContiguousMemorySpecifyCache” (https://docs.microsoft.com/en-us/windows-hardware/drivers/ddi/wdm/nf-wdm-mmallocatecontiguousmemoryspecifycache).
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.
I hope, it is a bug.
Nobody from Microsoft has answered it and I have not found in 2004 release notes that this feature is disabled.
Is it a bug or a feature? :)