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

  • Home
  • SEARCH
  • 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
  • 0 Views
  • 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

In this document, http://msdn.microsoft.com/en-us/library/aa365247(VS.85).aspx#paths To make these device objects accessible by Windows applications, the
Question: Today I worked with MS Visual Sourcesafe, that is to say Microsoft's Sourcecode
We have built a Windows Service that is running on client's machines, which occasionally
We use a binary(16) field to store IP Addresses. We do this as it
I'm trying to print a pcl file programatically in c#. I'm using the following
I have an exam tomorrow in Advanced Development, but I am stuck on the
I have a CUSTOM PLUS II USB printer that I need to send and
the system I'm working with consists of: A front-end application written in most likely
Given a public SOAP web service and no WSDL, I need to build a
I looking more for 'how to troubleshoot' rather than.. the answer is this. Though

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.