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

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Malnutrition
    PCHF Moderator
    • Jul 2016
    • 7045

    #46
    @bry678 Any more crashes? Curios for a follow up from you.

    Comment

    • Malnutrition
      PCHF Moderator
      • Jul 2016
      • 7045

      #47
      @bry678 An update would be appreciated. If not, we will consider this issue resolved, and close in 48 hours.

      Comment

      • Bruce
        PCHF Moderator
        • Oct 2017
        • 10702

        #48
        No response/activity.
        To request a re-open, go to Members > Staff Members, click a Staffer then Start Conversation and quote thread name.

        Comment

        • Malnutrition
          PCHF Moderator
          • Jul 2016
          • 7045

          #49
          Re-opened. User requested.

          Please provide new minitoolbox, speccy and the last three dump files.

          Comment

          • bry678
            PCHF Member
            • Aug 2024
            • 38

            #50

            Comment

            • Malnutrition
              PCHF Moderator
              • Jul 2016
              • 7045

              #51
              Ok. I’ll have a look after work today. Might be 8 pm eastern time United States. ???

              Comment

              • Malnutrition
                PCHF Moderator
                • Jul 2016
                • 7045

                #52
                Disable Hyper-V and test your game.

                Comment

                • Malnutrition
                  PCHF Moderator
                  • Jul 2016
                  • 7045

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

                  Download Tools.zip that is attached.
                  [COLOR=rgb(184, 49, 47)]Unzip it into your documents folder. Very Important!![/COLOR][COLOR=rgb(184, 49, 47)]
                  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 [COLOR=rgb(184, 49, 47)]Wub_x64.exe and [COLOR=rgb(184, 49, 47)]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 [COLOR=rgb(184, 49, 47)]Gameboost.bat
                  Now you will right click the on [COLOR=rgb(184, 49, 47)]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
                  [/COLOR][/COLOR][/COLOR][/COLOR][/color]

                  Comment

                  • Malnutrition
                    PCHF Moderator
                    • Jul 2016
                    • 7045

                    #54
                    @bry678 How are things now?

                    Comment

                    Working...