Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 48285
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T16:15:22+00:00 2026-05-10T16:15:22+00:00

From http://support.microsoft.com/kb/317277 : If Windows XP restarts because of a serious error, the Windows

  • 0

From http://support.microsoft.com/kb/317277: If Windows XP restarts because of a serious error, the Windows Error Reporting tool prompts you…

How can my app know that ‘Windows XP has restarted because of a serious error’?

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T16:15:22+00:00Added an answer on May 10, 2026 at 4:15 pm

    Note: this is a good question for a code-challenge

    Here are some executable codes, but feel free to add other solutions, in other languages:


    The uptime might be a good indication:

    net stats workstation | find /i 'since' 

    Now link that information with a way to read the windows event logs, like, say in PowerShell:

    Get-EventLog -list | Where-Object {$_.logdisplayname -eq 'System'} 

    And look for the last ‘Save Dump’ messages

    As Michael Petrotta said, WMI is a good way to retrieve that information.

    Based on the update time, you can make a query like:

    Set colEvents = objWMIService.ExecQuery _     ('Select * from Win32_NTLogEvent Where LogFile = 'System' AND     TimeWritten >= '' _     & dtmStartDate & '' and TimeWritten < '' & dtmEndDate & ''') 

    to easily spot an event log with a ‘Save Dump‘ message in it, confirming the crash.

    More in the Win32_NTLogEvent Class WMI class.


    Actually, this Microsoft article Querying the Event Log for Stop Events does give it to you (the complete request):

    strComputer = '.' Set objWMIService = GetObject('winmgmts:' _      & '{impersonationLevel=impersonate}!\\' & strComputer & '\root\cimv2') Set colLoggedEvents = objWMIService.ExecQuery _      ('SELECT * FROM Win32_NTLogEvent WHERE Logfile = 'System'' _      & ' AND SourceName = 'Save Dump'') For Each objEvent in colLoggedEvents     Wscript.Echo 'Event date: ' & objEvent.TimeGenerated     Wscript.Echo 'Description: ' & objEvent.Message Next 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Starting from this example: http://support.microsoft.com/kb/828736 I have tried to add a test function in
I'm using the RawPrinterHelper class from Microsoft, http://support.microsoft.com/kb/322091 , to print to a Zebra
Just have a simple question. Does CR11 R2 has CONFIDENCE function from Excel? http://support.microsoft.com/kb/828124
Question: I use the code found at http://support.microsoft.com/kb/306273 to add a windows user. The
I can reset FPU's CTRL registers with this: http://support.microsoft.com/kb/326219 But how can I save
From http://developer.yahoo.com/yui/docs/YAHOO.util.DataSourceBase.html#method_sendRequest , you can see the oCallback is an object literal with the
I ran into an InvalidProgramException. This article: http://support.microsoft.com/kb/312544/en-us Suggests I run PEVerify.exe, but I
http://support.microsoft.com/kb/892424 When the Smart card is required for interactive logon is set on Active
I was looking at these examples on Microsoft.com here: http://support.microsoft.com/kb/316005 http://msdn.microsoft.com/en-us/library/aa225754%28v=sql.80%29.aspx But it's saying
Here is an example of the type of article I'm talking about: http://support.microsoft.com/kb/319401 I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.