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.

  1. Open the dumpfile with Windbg
  2. Run !process 0 0