I got many different kinds of BSOD per day

GalileoCh 1 Reputation point
2021-12-09T06:05:34.52+00:00

I am having a big pain in encountering different types of BSOD error in a day with my Windows 10 recently...

It just restarts my computer after few hours, with different BSOD error...

KERNEL_SECURITY_CHECK_FAILURE
DPC_WATCHDOG_VIOLATION
KMODE_EXCEPTION_NOT_HANDLED
....etc.

I would like to know how do I troubleshoot the issue?

Here are those minidump files

https://1drv.ms/u/s!AuQ0nt7X9wLabgABqSxTdUmhdmw?e=ODWcCh

Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,931 Reputation points
    2021-12-10T09:46:53.327+00:00

    Hi there,

    BSOD can really be painful to users and my first suggestion would be to update all the drivers and the BIOS of your PC.

    You can also troubleshoot all kinds of BSOD from here
    https://support.microsoft.com/en-us/sbs/windows/troubleshoot-blue-screen-errors-5c62726c-6489-52da-a372-3f73142c14ad

    Corrupted system files are one of the possible reasons why this issue is happening. Try the below steps and see if they are helpful

    Press F8 while booting your computer to access System Recovery options.
    Click Troubleshoot.
    Select Command Prompt.
    Enter the following commands below, then press Enter after each command:
    chkdsk c: /f
    bootrec /fixmbr
    bootrec /fixboot
    bootrec /rebuildbcd
    bcdboot c:\windows /s c:

    Once done with the above commands, restart your computer and see if the problem is fixed.


    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.