Windows: Difference between revisions
Created page with " =Bash= Download [https://gitforwindows.org Git for Windows] to get a copy of Git Bash." |
No edit summary |
||
Line 1: | Line 1: | ||
=Bash= | ==Bash== | ||
Download [https://gitforwindows.org Git for Windows] to get a copy of Git Bash. | Download [https://gitforwindows.org Git for Windows] to get a copy of Git Bash. | ||
==Blue Screen== | |||
How to troubleshoot BSOD (Blue Screen of Death).<br> | |||
* When windows encounters a BSOD, it will create a minidump (.dmp) file in | |||
<code>C:\Windows\Minidump</code>.<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.nirsoft.net/utils/blue_screen_view.html BlueScreenView], |
Revision as of 20:15, 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 BlueScreenView,