Windows: Difference between revisions

From David's Wiki
No edit summary
Line 16: Line 16:
* Open your minidump
* Open your minidump
* Type <code>!analyze -v</code>
* Type <code>!analyze -v</code>
==Hosts file==
[[Wikipedia: hosts (file)]]<br>
<code>%SystemRoot%\System32\drivers\etc\hosts</code>

Revision as of 00:15, 9 February 2020


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


Hosts file

Wikipedia: hosts (file)
%SystemRoot%\System32\drivers\etc\hosts