R-Drive – http://www.r-tt.com/
Todo Backup – www.easeus.com / Lifetime licenses can be transferred to another computer. Email support@easeus.com and ask them to reset the license
http://www.memecode.com/docs/minidump.php
If you havn’t already turned on minidumps, go to the Control Panel and follow this steps:
Install Tools
1) If you haven’t got the windows debugging tools installed, then install the Microsoft Debugging Tools.
2) Also Use the Microsoft Symbol Server to obtain debug symbol files http://support.microsoft.com/?kbid=311503 or http://www.microsoft.com/whdc/devtools/debugging/symbolpkg.mspx#d
Post Mortem
Look for the MODULE_NAME and IMAGE_NAME headings. This is the program that caused the error. Sometimes when it’s a device driver it means that that device is causing the BSOD and by disabling it or updating the driver your system will run stable. If you don’t know what device that name relates to then Google it.
Also look at PROCESS_NAME:
“While your minidump crashes at ntoskrnl.exe, it references mcinsupd.exe as the owning process.”
Quote from http://www.techspot.com/vb/topic56199.html
How to read miniDump File
http://blogs.technet.com/b/brad_rutkowski/archive/2006/09/09/455032.aspx
https://blogs.technet.microsoft.com/brad_rutkowski/2006/09/09/my-machine-keeps-bluescreening-how-can-i-look-at-the-dump/
Symbols
https://msdn.microsoft.com/en-us/library/windows/desktop/ee416588(v=vs.85).aspx
https://developer.microsoft.com/en-us/windows/hardware/download-symbols
http://nirsoft.net/ – bluescreenview
TRY
at KD prompt type
lmvm xxx (where xxx is the module_name that is causing the problem. It should return info on the file)