|
After each blue screen, a Crash Dump file is created in "Minidump" folder at your Windows directory.
You can load this dump file into "WinDbg" (A Microsoft debugger that comes with SDKs) or other debuggers that can load this type of files, and then you analyze the reason of the crash and get usefull ideas
|