Microsoft introduced the "Reliability Monitor" in Windows Vista.
I use WMI to access this information, and more precisely I query the Win32_ReliabilityRecords class. This yields the list of events that is visible in the lower part of the screen shot. However, I could not find a way to obtain the Event Servity Level (Error, Warning, Information), as well as as the Event Summary (e.g. "Stopped responding and was closed"). Is this possible with WMI or any other method?
