Windows: Difference between revisions
Line 11: | Line 11: | ||
* Copy out this dump file to somewhere like your desktop.<br> | * Copy out this dump file to somewhere like your desktop.<br> | ||
* There are various software to open the minidump files such as [https://www.microsoft.com/en-us/p/windbg-preview/9pgjgd53tn86 WinDbg Preview] and [https://www.nirsoft.net/utils/blue_screen_view.html BlueScreenView], | * There are various software to open the minidump files such as [https://www.microsoft.com/en-us/p/windbg-preview/9pgjgd53tn86 WinDbg Preview] and [https://www.nirsoft.net/utils/blue_screen_view.html BlueScreenView], | ||
===WinDbg Preview=== | |||
How to use WinDbg preview | |||
* Open your minidump | |||
* Type <code>!analyze -v</code> |
Revision as of 20:21, 13 December 2019
Bash
Download Git for Windows to get a copy of Git Bash.
Blue Screen
How to troubleshoot BSOD (Blue Screen of Death).
- When windows encounters a BSOD, it will create a minidump (.dmp) file in
C:\Windows\Minidump
.
- Copy out this dump file to somewhere like your desktop.
- There are various software to open the minidump files such as WinDbg Preview and BlueScreenView,
WinDbg Preview
How to use WinDbg preview
- Open your minidump
- Type
!analyze -v