Is there any way to find which app was being when a windows 10 system crashed via blue screen of death?
Solution 1:
The kernel dumpfile created from the crash contains all running processes at the time of the crash.
- Open the dumpfile with Windbg
- Run
!process 0 0