Windows 10: Install and Configure WinDBG for BSOD Analysis

Discus and support Install and Configure WinDBG for BSOD Analysis in Windows 10 Tutorials to solve the problem; PS C:\Windows\system32> cd\Program Files (x86)\Windows Kits\10\Debuggers\x64\ x86 : The term 'x86' is not recognized as the name of a cmdlet,... Discussion in 'Windows 10 Tutorials' started by Dude, Oct 3, 2014.

  1. Golden Win User

    Install and Configure WinDBG for BSOD Analysis


    Don't use PowerShell.....use CMD.
     
    Golden, May 21, 2017
    #61
  2. Ztruker Win User

    Use a Command Prompt as suggestd. Also enclose the path in double quotes as it contains a blank:

    cd "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64" (space between CD and first ".
     
    Ztruker, May 21, 2017
    #62
  3. zbook New Member
    Used administrative command prompt and was able to complete the step.
    The administrative command prompt location on the the left lower corner windows menu had changed to administrative power shell when version 1607 was upgraded to 1703. I did not realize that it had only moved its position on the menu. For step 4 when the zip file is downloaded using the firefox browser what should be the open with source if you have not installed a third party program? Will all the files have to be saved in a file on the computer or will the minidump files be able to opened and analyzed without saving? If a third party software is needed which one is recommended?
     
    zbook, May 22, 2017
    #63
  4. zbook New Member

    Install and Configure WinDBG for BSOD Analysis

    After installing 7 zip I was able to see that Firefox had downloaded files. When I clicked on them there was a flash on the screen and there was no new window. There was no new information. It did not open. The web page was then moved from Firefox to Chrome. The download when clicked opened and the debugger analyzed the first dmp file. I then repeated for each dmp file. How do you fix Firefox so that it does not just flash and actually opens the file like in Chrome?

    When you view the "probably caused by" how do you determine the application or hardware related to the result? For example:
    any *.sys
    What happens if it is *.exe instead of *.sys?
    What is the significance of GetContextState failed
     
    zbook, May 23, 2017
    #64
  5. axe0 New Member
    If it is .exe it is guaranteed a file of Windows, there are no drivers from 3rd party using .exe extension.

    An issue with the newest Windbg, I reverted to an earlier version of Windbg to get rid of it.

    Determining if an issue is hardware requires experience, experience you get by trial and error, the best way to go through trial and error is research and asking. Not only asking others, but also asking yourself how something happened and/or why, which is best done when you're more familiar with Windows in-depth.
     
Thema:

Install and Configure WinDBG for BSOD Analysis

Loading...
  1. Install and Configure WinDBG for BSOD Analysis - Similar Threads - Install Configure WinDBG

  2. Help Understanding Memory.DMP WinDbg Analysis

    in Windows 10 Gaming
    Help Understanding Memory.DMP WinDbg Analysis: In the past few months, I have been encountering repeated bluescreens almost every day when I open my laptop after it has been sleeping for about 7 hours. The screen will stay black for a few minutes, then eventually I will get a BSOD. I have received many different errors...
  3. Help Understanding Memory.DMP WinDbg Analysis

    in Windows 10 Software and Apps
    Help Understanding Memory.DMP WinDbg Analysis: In the past few months, I have been encountering repeated bluescreens almost every day when I open my laptop after it has been sleeping for about 7 hours. The screen will stay black for a few minutes, then eventually I will get a BSOD. I have received many different errors...
  4. BSOD caused by ntkrnlmp.exe WinDbg analysis provided

    in Windows 10 Gaming
    BSOD caused by ntkrnlmp.exe WinDbg analysis provided: I strongly believe it's not my drivers which are causing the problem since they have been installed for months and only 2 days ago did I start getting bluescreen. I also tried TestMem5 extreme profile for 1 hour and 30 minutes, Memtest86, and Memtest64 40 cycles and they all...
  5. BSOD caused by ntkrnlmp.exe WinDbg analysis provided

    in Windows 10 Software and Apps
    BSOD caused by ntkrnlmp.exe WinDbg analysis provided: I strongly believe it's not my drivers which are causing the problem since they have been installed for months and only 2 days ago did I start getting bluescreen. I also tried TestMem5 extreme profile for 1 hour and 30 minutes, Memtest86, and Memtest64 40 cycles and they all...
  6. BSOD WinDbg Analysis Results

    in Windows 10 Gaming
    BSOD WinDbg Analysis Results: Recently had a rash of BSOD on a workstation, details of the workstation are below. My review of the output of the dump file appears to be a memory error and/or processor error but would like confirmation or if I am missing something here let me know.The machine is used to...
  7. BSOD WinDbg Analysis Results

    in Windows 10 Software and Apps
    BSOD WinDbg Analysis Results: Recently had a rash of BSOD on a workstation, details of the workstation are below. My review of the output of the dump file appears to be a memory error and/or processor error but would like confirmation or if I am missing something here let me know.The machine is used to...
  8. WinDbg Analysis

    in Windows 10 Gaming
    WinDbg Analysis: Hi there,My computer keeps crashed due to the Blue Screen issue. I try to run WinDbg by myself. However, it does not work for some reason.Can anyone help and run the WinDbg for the below file? I have tried to run the WinDbg before, but not sure why it does not work this time....
  9. WinDbg Analysis

    in Windows 10 Software and Apps
    WinDbg Analysis: Hi there,My computer keeps crashed due to the Blue Screen issue. I try to run WinDbg by myself. However, it does not work for some reason.Can anyone help and run the WinDbg for the below file? I have tried to run the WinDbg before, but not sure why it does not work this time....
  10. Help interpreting minidump analysis from WinDbg

    in Windows 10 Ask Insider
    Help interpreting minidump analysis from WinDbg: Hi, I have been investigating a Driver Power State Failure BSOD and came across several pointers on how to identify the cause. Checking BluescreenViewer showed it was an 'ntoskrnl.exe' issue. Upon further checking, I found that kernel issues could be a wide range of things...