How to get results from Memory Diagnostics Tool?
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzling Curiosities
--
Chapters
00:00 How To Get Results From Memory Diagnostics Tool?
00:29 Accepted Answer Score 17
00:55 Answer 2 Score 28
01:22 Answer 3 Score 3
02:13 Answer 4 Score 1
02:35 Thank you
--
Full question
https://superuser.com/questions/159617/h...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows7 #memory #diagnostic
#avk47
ANSWER 1
Score 28
On my system (Windows 7), I saw an event in Application and Services Logs | Microsoft | Windows | MemoryDiagnostics-Results, per Moab's earlier answer, but it was blank (just "Windows Memory Diagnostic results" on the General tab, and a binary string on the Details tab).
Per a forum post, the Windows Logs | System log may be the right place to look, and sure enough this did have complete records.
ACCEPTED ANSWER
Score 17
Go to Event viewer , its under Administrative Tools in Control Panel.
Once EV loads (may take a while) go to Applications and Services Logs on the left, expand it and drill down to Microsoft>Windows>MemoryDiagnostics-Results
see if there are any logs in there.
You might also look in Action Center or Performance Monitor for messages.
.
ANSWER 3
Score 3
- Start Menu
- Type "Event Viewer" and press the Enter key
- The Event Viewer will open. In the left pane of the window, disclose Windows Logs and select System
- Widen the window to show the contents of the Middle pane
Choose menu item Action -> Filter Current Log.
Set Filter "Event sources:" to "MemoryDiagnostics-Results" and press the Enter key to apply it and/or simply click the OK button to close the Filter Current Log window.
- The middle pane should now show 2 logs per memory diagnostic check. Click on one of them and view the results in the lower middle pane within the "Details" tab. If the memory tests passed, it will say in the "Friendly View" display:
- UserData
- Results
CompletionType Pass
ANSWER 4
Score 1
For me, on Windows 10, at first I didn't get anything either, but after 15min a notification popped up and then I had the MemoryDiagnostics-Results
entry in Event Viewer.
I think it's related to the ProcessMemoryDiagnosticEvents
Task that has to run first to generate the results, which it apparently only does after 10 min of idle and on AC power.