Help troubleshooting - Kernel-Power Error Event ID 41 Task Category 63

  • Hi there and welcome to PC Help Forum (PCHF), a more effective way to get the Tech Support you need!
    We have Experts in all areas of Tech, including Malware Removal, Crash Fixing and BSOD's , Microsoft Windows, Computer DIY and PC Hardware, Networking, Gaming, Tablets and iPads, General and Specific Software Support and so much more.

    Why not Click Here To Sign Up and start enjoying great FREE Tech Support.

    This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
Welcome to our Community
Wanting to join the rest of our members? Feel free to sign up today.
Sign up
Status
Not open for further replies.

bry678

PCHF Member
Aug 5, 2024
39
2
24
so recently and about couple of months i been getting these crashes and bsod and freeze/hang pc

My Specs:
Nvidia Geforce RTX 3060TI
Intel Core I7 11700F
Windows 11
MSI MAG A750GL PCIE 5 & ATX 3.0
H510-HDV/M.2

The Error: The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly.

but there other errors i get to like:
HYPERVISOR_ERROR
IRQL_NOT_LESS_OR_EQUAL
 
i got another BSOD
 

Attachments

  • IMG_0836.jpg
    IMG_0836.jpg
    2.2 MB · Views: 5
The last one in there is from 8/11. I would need the most current .DMP file to check...

Undervolt your CPU with this tool.



 
Also... This is a game booster that I am working on.


Download Tools.zip that is attached.
Unzip it into your documents folder. Very Important!!
Just leave the folder as is.
It will disable defender and windows updates.
It will also kill all non MS services and programs including your browser, so save anything prior to running it.
The idea is to free up as much resources as possbile prior to gaming,
After running the batch file test your game,

You will need to open the folder and manually start windows updates and defender after you are done playing your game. With Wub_x64.exe and dControl.exe




Create and run batch file.


Open a notepad and copy the entire content of the code box below.
Do not copy the word code!
Paste the txt into the notepad. Save the file to your desktop as Gameboost.bat
Now you will right click the on Gameboost.bat and run as administrator.

Code:
@echo off
del /f /q "%userprofile%\AppData\Local\Temp\*"
del /f /q C:\Windows\Temp\*.*
del /f /q C:\WINDOWS\system32\*.tmp
del /f /q C:\WINDOWS\system32\drivers\*.tmp
del /f /q C:\WINDOWS\syswow64\*.tmp
wmic nicconfig where (IPEnabled=TRUE) call SetDNSServerSearchOrder ("1.1.1.1", "1.0.0.1")
ipconfig /flushdns
ipconfig /registerdns
sc stop ALG
sc stop AJRouter
sc stop AppIDSvc
sc stop AppReadiness
sc stop autotimesvc
sc stop BcastDVRUserService
sc stop BDESVC
sc stop cbdhsvc
sc stop CaptureService
sc stop CDPUserSvc
sc stop CertPropSvc
sc stop ConsentUxUserSvc
sc stop CryptSvc
sc stop CscService
sc stop defragsvc
sc stop DeviceAssociationBrokerSvc
sc stop DevicePickerUserSvc
sc stop DevicesFlowUserSvc
sc stop DiagTrack
sc stop diagnosticshub.standardcollector.service
sc stop diagsvc
sc stop dmwappushsvc
sc stop DPS
sc stop DsSvc
sc stop DusmSvc
sc stop edgeupdate
sc stop edgeupdatem
sc stop Fax
sc stop FrameServer
sc stop HvHost
sc stop icssvc
sc stop IpxlatCfgSvc
sc stop LanmanWorkstation
sc stop lfsvc
sc stop lltdsvc
sc stop MapsBroker
sc stop MessagingService
sc stop MicrosoftEdgeElevationService
sc stop MSiSCSI
sc stop Netlogon
sc stop NfsClnt
sc stop OneSyncSvc
sc stop PcaSvc
sc stop perceptionsimulation
sc stop PhoneSvc
sc stop PimIndexMaintenanceSvc
sc stop PlugPlay
sc stop PNRPsvc
sc stop PrintNotify
sc stop PrintWorkflowUserSvc
sc stop p2pimsvc
sc stop p2psvc
sc stop RasAuto
sc stop RasMan
sc stop RemoteRegistry
sc stop RetailDemo
sc stop RmSvc
sc stop SCPolicySvc
sc stop SCardSvr
sc stop ScDeviceEnum
sc stop seclogon
sc stop Server
sc stop SensorDataService
sc stop SensorService
sc stop SensrSvc
sc stop SessionEnv
sc stop SEMgrSvc
sc stop SharedRealitySvc
sc stop shpamsvc
sc stop SmsRouter
sc stop spooler
sc stop ssh-agent
sc stop StiSvc
sc stop svsvc
sc stop SysMain
sc stop TapiSrv
sc stop TermService
sc stop TrkWks
sc stop TroubleshootingSvc
sc stop tzautoupdate
sc stop UmRdpService
sc stop UnistoreSvc
sc stop VaultSvc
sc stop vds
sc stop vmcguestinterface
sc stop vmickvpexchange
sc stop vmicheartbeat
sc stop vmicrdv
sc stop vmicshutdown
sc stop vmictimesync
sc stop vmicvmsession
sc stop vmicvss
sc stop WbioSrvc
sc stop WcastDVRUserService
sc stop WdiServiceHost
sc stop WdiSystemHost
sc stop Wecsvc
sc stop WerSvc
sc stop WEPHOSTSVC
sc stop WMPNetworkSvc
sc stop WpcMonSvc
sc stop WpnService
sc stop WpnUserService
sc stop XboxGipSvc
sc stop XboxNetApiSvc
powershell -inputformat none -outputformat none -NonInteractive -Command Add-MpPreference -ExclusionPath "%userprofile%\Documents\tools\dControl.exe"
%userprofile%\Documents\tools\KillEmAll.exe /auto
%userprofile%\Documents\tools\Wub_x64.exe /D
%userprofile%\Documents\tools\ReduceMemory_x64.exe /O
%userprofile%\Documents\tools\dControl.exe
exit
 

Attachments

Status
Not open for further replies.