š» Software
How do I decode the "Faulting application start time" in a Windows event log entry?
Fresh5 days ago
Mar 15, 202615163 viewsConfidence Score0%
0%
Problem
An app I was running crashed and I wanted to know when it happened, so I opened up the Windows event viewer and looked for an entry. I found the entry, and then noticed one of the details of the entry is this: Cool, I thought, because I also wanted to know how long the app was executing. How do I dā¦
Error Output
Faulting application start time: 0x01ccfe1e3e206d42
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix ā Awaiting Verification
Fix for: How do I decode the "Faulting application start time" in a Windows event log entry?
Low Risk
In Powershell, issue the following command, replacing the hex sequence: The answer is in local time, to match times in Event Viewer (here in Finland we're 2 hours East of UTC in March). To show it in UTC time, add to the method name:
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix