1) Search for C:\WINDOWS\MEMORY.DMP > save to the downloads folder > ZIP > post a share link into this thread with only the zipped memory dump
LastWriteTime Size (MB) FullName
------------- --------- --------
7/11/2023 6:25:02 PM 2986.95 C:\WINDOWS\MEMORY.DMP
2) Open administrative Command Prompt and copy and paste:
Code:
reg query "HKLM\SYSTEM\CurrentControlSet\Control\WHEA" /v BadPages
copy the command with results by typing:
ctr + a
ctr + c
Paste into this thread typing ctr+ v
3) Open administrative Powershell and copy and paste:
Code:
$whea = Get-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\WHEA"
$pages = $whea.BadPages
$idx = 0
while($idx -le $pages.Count) {
$slice = $pages[$idx..($idx+7)]
[array]::Reverse($slice)
$page = (($slice | foreach { $_.ToString("X2") }) -join "")
Write-Output $page
$idx = $idx + 8
}
copy the command with results by typing:
ctr + a
ctr + c
Paste into this thread typing ctr+ v
4) Run Memtet86+ for 8 or more continuous passes
Memtest86+ is an advanced, free, open-source, stand-alone memory tester for 32- and 64-bit computers (UEFI & BIOS supported)
memtest.org
Plan to run the testing overnight while sleeping and into the next day.
The more the passes the better the testing conditions.
It sometimes takes passes into the twenties to find malfunctioning RAM.
Take pictures > post images or share links into this thread
Test your RAM with MemTest 86+
www.tenforums.com