Tech Support Guy banner
Status
Not open for further replies.

Bluescreen kernel 41 error code help needed

516 views 1 reply 2 participants last post by  zebanovich 
#1 ·
Hello my new, and powerful pc started blue screening, when playing demanding games. Even games that run perfectly well with 100+ fps. If somebody wants to help me out I'll drop my specs and the kernel 41 error code tommorow. I hope to hear from someone!
 
#2 ·
you can start by looking at CPU temps
here is a program for that:
https://www.cpuid.com/softwares/hwmonitor.html

if temps OK (even while gaming) then, send memory dumps, system info and event logs.

Event logs, run in elevated powershell, output files will be in C:\ root
Code:
Get-EventLog -LogName HardwareEvents -EntryType Error -Newest 600 -ErrorAction SilentlyContinue | Select * | Out-File C:\hardware.txt
Get-EventLog -LogName System -EntryType Error -Newest 600 -ErrorAction SilentlyContinue | Select * | Out-File C:\system.txt
System info:
Windows + R
msinfo32
File -> Save


memory dumps (*.dmp files) are in C:\Windows
 
Status
Not open for further replies.
You have insufficient privileges to reply here.
Top