Laptop "Locking" during heavy load, gaming


  1. Posts : 4
    Windows 10
       #1

    Laptop "Locking" during heavy load, gaming


    Win 10 version 1909 OS build 18636.1316
    Under heavy load, primarily when playing games, my laptop will enter a "sleep" state. It will momentarily black screen with a message that says "Locking", then the screen will shut off, and finally, after a few minutes, the keyboard and fans. When I wake it back up, it comes back with all apps still running. I have run all of the troubleshooters and scans that I can think of, have been on support with Dell for hours, and still have not found a solution. Running Event Viewer, I can see that every time there is a Kernel-Power event ID 42 preceded by a Kernel-Power event ID 187 initiated by WUDFHost.exe. What I can't figure out is why. Originally I thought the system must be overheating, but turning off Turboboost using Throttlestop has not solved the issue. In that setting, I rarely get temps over 80C, yet I still have the issue. Any help is greatly appreciated!

    Attachment 315517
      My Computer


  2. Posts : 41,481
    windows 10 professional version 1607 build 14393.969 64 bit
       #2

    Run:

    Tuneup.bat - Click here to go to the BSOD batch repository to download and run this batch file.

    LOGS.bat - Click here to go to the BSOD batch repository to download and run this batch file.

    Get_Powercfg_info.bat - Click here to go to the BSOD batch repository to download and run this batch file.



      My Computer


  3. Posts : 4
    Windows 10
    Thread Starter
       #3

    Tuneup return


    Code:
    ###########################################################
    # The following commands will be run in sequence.         #
    # The first 5 will take quite a while to run, be patient. #
    ###########################################################
    
    sfc /scannow
    dism /online /cleanup-image /scanhealth
    dism /online /cleanup-image /restorehealth
    sfc /scannow
    
    chkdsk /scan
    
    wmic recoveros get autoreboot
    wmic recoveros set autoreboot = false
    wmic recoveros get autoreboot
    wmic recoveros get DebugInfoType
    wmic recoveros set DebugInfoType = 7
    wmic recoveros get DebugInfoType
    
    wmic pagefile list /format:list
    wmic Computersystem where name="DESKTOP-GBNKBNI" get AutomaticManagedPagefile
    wmic Computersystem where name="DESKTOP-GBNKBNI" set AutomaticManagedPagefile=True
    wmic Computersystem where name="DESKTOP-GBNKBNI" get AutomaticManagedPagefile
    
    bcdedit /enum {badmemory}
    
    
    C:\Windows\system32>sfc /scannow
    
    Beginning system scan.  This process will take some time.
    
    Beginning verification phase of system scan.
    Verification 100% complete.
    
    Windows Resource Protection did not find any integrity violations.
    
    C:\Windows\system32>dism /online /cleanup-image /scanhealth
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1316
    
    Image Version: 10.0.18363.1316
    
    [==========================100.0%==========================] No component store corruption detected.
    The operation completed successfully.
    
    C:\Windows\system32>dism /online /cleanup-image /restorehealth
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1316
    
    Image Version: 10.0.18363.1316
    
    [==========================100.0%==========================] The restore operation completed successfully.
    The operation completed successfully.
    
    C:\Windows\system32>sfc /scannow
    
    Beginning system scan.  This process will take some time.
    
    Beginning verification phase of system scan.
    Verification 100% complete.
    
    Windows Resource Protection did not find any integrity violations.
    
    C:\Windows\system32>chkdsk /scan
    The type of the file system is NTFS.
    Volume label is OS.
    
    Stage 1: Examining basic file system structure ...
      762368 file records processed.
    File verification completed.
      20876 large file records processed.
      0 bad file records processed.
    
    Stage 2: Examining file name linkage ...
      14854 reparse records processed.
      988580 index entries processed.
    Index verification completed.
      0 unindexed files scanned.
      0 unindexed files recovered to lost and found.
      14854 reparse records processed.
    
    Stage 3: Examining security descriptors ...
    Security descriptor verification completed.
      113107 data files processed.
    CHKDSK is verifying Usn Journal...
      35724136 USN bytes processed.
    Usn Journal verification completed.
    
    Windows has scanned the file system and found no problems.
    No further action is required.
    
     478563327 KB total disk space.
     360968392 KB in 494436 files.
        249100 KB in 113108 indexes.
             0 KB in bad sectors.
        885347 KB in use by the system.
         65536 KB occupied by the log file.
     116460488 KB available on disk.
    
          4096 bytes in each allocation unit.
     119640831 total allocation units on disk.
      29115122 allocation units available on disk.
    
    C:\Windows\system32>wmic recoveros get autoreboot
    AutoReboot
    TRUE
    
    
    C:\Windows\system32>wmic recoveros set autoreboot = false
    Updating property(s) of '\\DESKTOP-GBNKBNI\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Home|C:\\Windows|\\Device\\Harddisk0\\Partition3"'
    Property(s) update successful.
    
    C:\Windows\system32>wmic recoveros get autoreboot
    AutoReboot
    FALSE
    
    
    C:\Windows\system32>wmic recoveros get DebugInfoType
    DebugInfoType
    7
    
    
    C:\Windows\system32>wmic recoveros set DebugInfoType = 7
    Updating property(s) of '\\DESKTOP-GBNKBNI\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Home|C:\\Windows|\\Device\\Harddisk0\\Partition3"'
    Property(s) update successful.
    
    C:\Windows\system32>wmic recoveros get DebugInfoType
    DebugInfoType
    7
    
    
    C:\Windows\system32>wmic pagefile list /format:list
    
    
    AllocatedBaseSize=6233
    CurrentUsage=678
    Description=C:\pagefile.sys
    InstallDate=20201120172025.885739-420
    Name=C:\pagefile.sys
    PeakUsage=2189
    Status=
    TempPageFile=FALSE
    
    
    
    
    C:\Windows\system32>wmic Computersystem where name="DESKTOP-GBNKBNI" get AutomaticManagedPagefile
    AutomaticManagedPagefile
    TRUE
    
    
    C:\Windows\system32>wmic Computersystem where name="DESKTOP-GBNKBNI" set AutomaticManagedPagefile=True
    Updating property(s) of '\\DESKTOP-GBNKBNI\ROOT\CIMV2:Win32_ComputerSystem.Name="DESKTOP-GBNKBNI"'
    Property(s) update successful.
    
    C:\Windows\system32>wmic Computersystem where name="DESKTOP-GBNKBNI" get AutomaticManagedPagefile
    AutomaticManagedPagefile
    TRUE
    
    
    C:\Windows\system32>bcdedit /enum {badmemory}
    
    RAM Defects
    -----------
    identifier              {badmemory}
    isolatedcontext         Yes
    Press any key to continue . . .
    - - - Updated - - -

    Found at this link:


    - - - Updated - - -

    Attachment 315520
      My Computer


  4. Posts : 41,481
    windows 10 professional version 1607 build 14393.969 64 bit
       #4

    Indicate if the notebook is under warranty.
    Confirm this webpage for the model:
    https://www.dell.com/support/home/en...laptop/drivers
      My Computer


  5. Posts : 4
    Windows 10
    Thread Starter
       #5

    Warranty


    This machine is under warranty until August 7.
      My Computer


  6. Posts : 41,481
    windows 10 professional version 1607 build 14393.969 64 bit
       #6

    New notebooks should not have BSOD.


    1) Open administrative command prompt (ACP) and type or copy and paste:
    powercfg -h off

    2) reboot


    3) Had you considered upgrading to 20H2?

    4) Ask Dell for links on:
    The system was hibernated due to a critical thermal event.

    Error 8/28/2020 3:30:42 PM Kernel-Power 88 (85)
    Error 9/26/2020 12:33:19 AM Kernel-Power 88 (85)
    Error 10/3/2020 12:35:37 AM Kernel-Power 88 (85)
    Error 1/13/2021 1:01:52 PM Kernel-Power 88 (85)


    5) The computer had BSOD:

    Error 9/22/2020 8:51:41 AM BugCheck 1001 None
    The computer has rebooted from a bugcheck. The bugcheck was: 0x0000019c (0x0000000000000010, 0xffffa18fb6343080, 0xffffa18fb9e91690, 0xffffa18fa54d7500). A dump was saved in: C:\Windows\MEMORY.DMP. Report Id: bbaa04cb-9497-4ba3-b849-9b240a9af32c.

    Error 11/20/2020 6:20:32 PM BugCheck 1001 None
    The computer has rebooted from a bugcheck. The bugcheck was: 0x0000019c (0x0000000000000010, 0xffffb98b69fb5080, 0xffffb98b71498b10, 0xffffb98b6695b260). A dump was saved in: C:\Windows\MEMORY.DMP. Report Id: be056328-6bc2-4255-9a04-27a4d369cce6.


    Run HD Tune (free version) (all drives)
    HD Tune website
    Post images into the thread for results on these tabs:
    a) Health
    b) Benchmark
    c) Full error scan


    Run Sea Tools for Windows
    long generic test
    Post an image of the test result into the thread
    SeaTools for Windows |
    Seagate

    How to use SeaTools for Windows | Seagate Support US


    Code:
    Event[1446]:
      Log Name: System
      Source: disk
      Date: 2021-01-06T14:29:24.774
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR3 during a paging operation.
    
    Event[1447]:
      Log Name: System
      Source: disk
      Date: 2021-01-06T14:29:24.774
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR3 during a paging operation.
    
    Event[1448]:
      Log Name: System
      Source: disk
      Date: 2021-01-06T14:29:24.774
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR3 during a paging operation.
    
    Event[1449]:
      Log Name: System
      Source: disk
      Date: 2021-01-06T14:29:24.774
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR3 during a paging operation.
    
    Event[1450]:
      Log Name: System
      Source: disk
      Date: 2021-01-06T14:29:24.774
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR3 during a paging operation.
    
    Event[1451]:
      Log Name: System
      Source: disk
      Date: 2021-01-06T14:29:24.774
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR3 during a paging operation.
    
    Event[1452]:
      Log Name: System
      Source: disk
      Date: 2021-01-06T14:29:24.774
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR3 during a paging operation.
    
    Event[1453]:
      Log Name: System
      Source: disk
      Date: 2021-01-06T14:29:24.774
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR3 during a paging operation.
    
    Event[1454]:
      Log Name: System
      Source: disk
      Date: 2021-01-06T14:29:24.774
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR3 during a paging operation.
    
    Event[1455]:
      Log Name: System
      Source: disk
      Date: 2021-01-06T14:29:24.774
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR3 during a paging operation.
    
    Event[1456]:
      Log Name: System
      Source: disk
      Date: 2021-01-06T14:29:24.774
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR3 during a paging operation.
    
    Event[1457]:
      Log Name: System
      Source: disk
      Date: 2021-01-06T14:29:24.774
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR3 during a paging operation.
    
    Event[1458]:
      Log Name: System
      Source: disk
      Date: 2021-01-06T14:29:24.775
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR3 during a paging operation.
    
    Event[1459]:
      Log Name: System
      Source: disk
      Date: 2021-01-06T14:29:24.775
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR3 during a paging operation.
    
    Event[1460]:
      Log Name: System
      Source: disk
      Date: 2021-01-06T14:29:25.560
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR4 during a paging operation.
    
    Event[1461]:
      Log Name: System
      Source: disk
      Date: 2021-01-06T14:29:25.560
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR4 during a paging operation.
    
    Event[1462]:
      Log Name: System
      Source: disk
      Date: 2021-01-06T14:29:25.560
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR4 during a paging operation.
    
    Event[1463]:
      Log Name: System
      Source: disk
      Date: 2021-01-06T14:29:25.616
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR4 during a paging operation.
    
    Event[1464]:
      Log Name: System
      Source: disk
      Date: 2021-01-06T14:29:25.616
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR4 during a paging operation.

    Code:
    Event[2206]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:21.304
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR6 during a paging operation.
    
    Event[2207]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:21.304
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR6 during a paging operation.
    
    Event[2208]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:21.304
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR6 during a paging operation.
    
    Event[2209]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:21.304
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR6 during a paging operation.
    
    Event[2210]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:21.304
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR6 during a paging operation.
    
    Event[2211]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:21.304
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR6 during a paging operation.
    
    Event[2212]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:21.304
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR6 during a paging operation.
    
    Event[2213]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:21.304
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR6 during a paging operation.
    
    Event[2214]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:21.304
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR6 during a paging operation.
    
    Event[2215]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:21.304
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR6 during a paging operation.
    
    Event[2216]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:21.304
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR6 during a paging operation.
    
    Event[2217]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:21.305
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR6 during a paging operation.
    
    Event[2218]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:21.305
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR6 during a paging operation.
    
    Event[2219]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:21.781
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR7 during a paging operation.
    
    Event[2220]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:21.781
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR7 during a paging operation.
    
    Event[2221]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:21.781
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR7 during a paging operation.
    
    Event[2222]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:21.781
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR7 during a paging operation.
    
    Event[2223]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:21.781
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR7 during a paging operation.
    
    Event[2224]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:21.781
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR7 during a paging operation.
    
    Event[2225]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:21.781
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR7 during a paging operation.
    
    Event[2226]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:21.781
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR7 during a paging operation.
    
    Event[2227]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:21.781
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR7 during a paging operation.
    
    Event[2228]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:21.781
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR7 during a paging operation.
    
    Event[2229]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:21.781
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR7 during a paging operation.
    
    Event[2230]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:22.229
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR8 during a paging operation.
    
    Event[2231]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:22.229
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR8 during a paging operation.
    
    Event[2232]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:22.229
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR8 during a paging operation.
    
    Event[2233]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:22.229
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR8 during a paging operation.
    
    Event[2234]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:22.229
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR8 during a paging operation.
    
    Event[2235]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:22.229
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR8 during a paging operation.
    
    Event[2236]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:22.229
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR8 during a paging operation.
    
    Event[2237]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:22.230
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR8 during a paging operation.
    
    Event[2238]:
      Log Name: System
      Source: disk
      Date: 2021-01-10T14:12:22.230
      Event ID: 51
      Task: N/A
      Level: Warning
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: DESKTOP-GBNKBNI
      Description: 
    An error was detected on device \Device\Harddisk1\DR8 during a paging operation.

    Code:
    Event[3220]:
      Log Name: System
      Source: Microsoft-Windows-Kernel-Power
      Date: 2021-01-13T12:01:52.270
      Event ID: 88
      Task: N/A
      Level: Error
      Opcode: Info
      Keyword: N/A
      User: S-1-5-19
      User Name: NT AUTHORITY\LOCAL SERVICE
      Computer: DESKTOP-GBNKBNI
      Description: 
    The system was hibernated due to a critical thermal event.
    Hibernate Time = ?2021?-?01?-?13T19:01:52.270304400Z             
    ACPI Thermal Zone = Intel(R) Dynamic Tuning: NVME             
    _HOT = 357K





    Code:
    9/22/2020 1:51 PM	Windows Error Reporting	Fault bucket , type 0
Event Name: BlueScreen
Response: Not available
Cab Id: 0

Problem signature:
P1: 19c
P2: 10
P3: ffffa18fb6343080
P4: ffffa18fb9e91690
P5: ffffa18fa54d7500
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\Minidump\092220-10359-01.dmp
\\?\C:\Windows\TEMP\WER-13031-0.sysdata.xml
\\?\C:\Windows\MEMORY.DMP
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER44B9.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER44CA.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4527.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4566.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\Kernel_19c_667fa9e2839b30a5feb739cf5fc57877a6fab7a_00000000_cab_ab500084-952f-4097-8ce7-e7df1f9387f9

Analysis symbol: 
Rechecking for solution: 0
Report Id: bbaa04cb-9497-4ba3-b849-9b240a9af32c
Report Status: 2051
Hashed bucket: 
Cab Guid: 0
    9/22/2020 1:51 PM	Windows Error Reporting	Fault bucket , type 0
Event Name: BlueScreen
Response: Not available
Cab Id: 0

Problem signature:
P1: 19c
P2: 10
P3: ffffa18fb6343080
P4: ffffa18fb9e91690
P5: ffffa18fa54d7500
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\Minidump\092220-10359-01.dmp
\\?\C:\Windows\TEMP\WER-13031-0.sysdata.xml
\\?\C:\Windows\MEMORY.DMP
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER44B9.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER44CA.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4527.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4566.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\Kernel_19c_667fa9e2839b30a5feb739cf5fc57877a6fab7a_00000000_ab500084-952f-4097-8ce7-e7df1f9387f9

Analysis symbol: 
Rechecking for solution: 0
Report Id: bbaa04cb-9497-4ba3-b849-9b240a9af32c
Report Status: 4
Hashed bucket: 
Cab Guid: 0
    11/21/2020 12:20 AM	Windows Error Reporting	Fault bucket , type 0
Event Name: BlueScreen
Response: Not available
Cab Id: 0

Problem signature:
P1: 19c
P2: 10
P3: ffffb98b69fb5080
P4: ffffb98b71498b10
P5: ffffb98b6695b260
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\Minidump\112020-10531-01.dmp
\\?\C:\Windows\TEMP\WER-14046-0.sysdata.xml
\\?\C:\Windows\MEMORY.DMP
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER47F5.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER47F6.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4815.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4825.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\Kernel_19c_fa7414f828c1831d7b5ad8d64dab5499073e24_00000000_cab_d6ff2f13-867d-45bc-8cbb-a26c488bce4f

Analysis symbol: 
Rechecking for solution: 0
Report Id: be056328-6bc2-4255-9a04-27a4d369cce6
Report Status: 2049
Hashed bucket: 
Cab Guid: 0
    11/21/2020 12:20 AM	Windows Error Reporting	Fault bucket , type 0
Event Name: BlueScreen
Response: Not available
Cab Id: 0

Problem signature:
P1: 19c
P2: 10
P3: ffffb98b69fb5080
P4: ffffb98b71498b10
P5: ffffb98b6695b260
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\Minidump\112020-10531-01.dmp
\\?\C:\Windows\TEMP\WER-14046-0.sysdata.xml
\\?\C:\Windows\MEMORY.DMP
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER47F5.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER47F6.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4815.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4825.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\Kernel_19c_fa7414f828c1831d7b5ad8d64dab5499073e24_00000000_d6ff2f13-867d-45bc-8cbb-a26c488bce4f

Analysis symbol: 
Rechecking for solution: 0
Report Id: be056328-6bc2-4255-9a04-27a4d369cce6
Report Status: 4
Hashed bucket: 
Cab Guid: 0

    Code:
    10/26/2020 4:51 PM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffff820f38f31010
P4: 0
P5: ffff820f1a6d5b00
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20201026-1049.dmp
\\?\C:\Windows\TEMP\WER-504452234-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20201026-1049.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6F75.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6F85.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6F84.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6FB4.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\Kernel_15f_cc4b8937e79873cbee1256efe25f726737f967a5_00000000_cab_a6ebe80e-b392-4400-94e8-5341cea21773

Analysis symbol: 
Rechecking for solution: 0
Report Id: a6ebe80e-b392-4400-94e8-5341cea21773
Report Status: 2049
Hashed bucket: 
Cab Guid: 0
    10/26/2020 4:49 PM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffff820f38f31010
P4: 0
P5: ffff820f1a6d5b00
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20201026-1049.dmp
\\?\C:\Windows\TEMP\WER-504452234-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20201026-1049.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6F75.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6F85.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6F84.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6FB4.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\Kernel_15f_cc4b8937e79873cbee1256efe25f726737f967a5_00000000_a6ebe80e-b392-4400-94e8-5341cea21773

Analysis symbol: 
Rechecking for solution: 0
Report Id: a6ebe80e-b392-4400-94e8-5341cea21773
Report Status: 4
Hashed bucket: 
Cab Guid: 0
    9/1/2020 8:38 PM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffff8b8fa95b2820
P4: 0
P5: ffff8b8f8d3b38a0
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20200901-1434.dmp
\\?\C:\Windows\TEMP\WER-504635968-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20200901-1434.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER3A6C.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER3A7C.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER3A7B.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER3AAB.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\Kernel_15f_17e1ed3d8265c38d4b3f57603bc9aff0434fe720_00000000_cab_4cadb6d0-9353-4e3a-a54c-179e4f866afa

Analysis symbol: 
Rechecking for solution: 0
Report Id: 4cadb6d0-9353-4e3a-a54c-179e4f866afa
Report Status: 2049
Hashed bucket: 
Cab Guid: 0
    9/1/2020 8:34 PM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffff8b8fa95b2820
P4: 0
P5: ffff8b8f8d3b38a0
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20200901-1434.dmp
\\?\C:\Windows\TEMP\WER-504635968-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20200901-1434.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER3A6C.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER3A7C.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER3A7B.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER3AAB.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\Kernel_15f_17e1ed3d8265c38d4b3f57603bc9aff0434fe720_00000000_4cadb6d0-9353-4e3a-a54c-179e4f866afa

Analysis symbol: 
Rechecking for solution: 0
Report Id: 4cadb6d0-9353-4e3a-a54c-179e4f866afa
Report Status: 4
Hashed bucket: 
Cab Guid: 0
    9/9/2020 4:07 AM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffff8b8fa95b2820
P4: 0
P5: ffff8b8f8d3b38a0
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20200908-2111.dmp
\\?\C:\Windows\TEMP\WER-1133275562-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20200908-2111.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER83D9.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER83EA.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER83E9.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8428.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\Kernel_15f_17e1ed3d8265c38d4b3f57603bc9aff0434fe720_00000000_cab_e6eb15c9-de61-46e3-8d3b-3203486a24ac

Analysis symbol: 
Rechecking for solution: 0
Report Id: e6eb15c9-de61-46e3-8d3b-3203486a24ac
Report Status: 2051
Hashed bucket: 
Cab Guid: 0
    9/9/2020 3:12 AM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffff8b8fa95b2820
P4: 0
P5: ffff8b8f8d3b38a0
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20200908-2111.dmp
\\?\C:\Windows\TEMP\WER-1133275562-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20200908-2111.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER83D9.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER83EA.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER83E9.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8428.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\Kernel_15f_17e1ed3d8265c38d4b3f57603bc9aff0434fe720_00000000_e6eb15c9-de61-46e3-8d3b-3203486a24ac

Analysis symbol: 
Rechecking for solution: 0
Report Id: e6eb15c9-de61-46e3-8d3b-3203486a24ac
Report Status: 4
Hashed bucket: 
Cab Guid: 0
    10/8/2020 11:29 PM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffff918f6806c820
P4: 0
P5: ffff918f49fc28a0
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20201008-1706.dmp
\\?\C:\Windows\TEMP\WER-68883578-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20201008-1706.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER2D90.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER2DA0.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER2D9F.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER2DCF.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\Kernel_15f_c16cedb3924a235b35c12e2287c8c25ff037e76b_00000000_cab_8b858701-ec81-47c3-8dd6-f14341b1f96c

Analysis symbol: 
Rechecking for solution: 0
Report Id: 8b858701-ec81-47c3-8dd6-f14341b1f96c
Report Status: 2051
Hashed bucket: 
Cab Guid: 0
    10/8/2020 11:06 PM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffff918f6806c820
P4: 0
P5: ffff918f49fc28a0
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20201008-1706.dmp
\\?\C:\Windows\TEMP\WER-68883578-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20201008-1706.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER2D90.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER2DA0.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER2D9F.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER2DCF.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\Kernel_15f_c16cedb3924a235b35c12e2287c8c25ff037e76b_00000000_8b858701-ec81-47c3-8dd6-f14341b1f96c

Analysis symbol: 
Rechecking for solution: 0
Report Id: 8b858701-ec81-47c3-8dd6-f14341b1f96c
Report Status: 4
Hashed bucket: 
Cab Guid: 0
    9/21/2020 5:36 PM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffffa18fa92a5820
P4: 0
P5: ffffa18f8af47bd0
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20200921-1132.dmp
\\?\C:\Windows\TEMP\WER-9599765-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20200921-1132.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8EBC.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8ECD.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8ECC.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8EFC.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\Kernel_15f_b3f14763c716b6684f4c0fedb87c2e791d111da_00000000_cab_c58186d5-28d2-4435-92d8-e4cd5ff9bb61

Analysis symbol: 
Rechecking for solution: 0
Report Id: c58186d5-28d2-4435-92d8-e4cd5ff9bb61
Report Status: 2051
Hashed bucket: 
Cab Guid: 0
    9/21/2020 5:33 PM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffffa18fa92a5820
P4: 0
P5: ffffa18f8af47bd0
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20200921-1132.dmp
\\?\C:\Windows\TEMP\WER-9599765-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20200921-1132.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8EBC.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8ECD.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8ECC.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8EFC.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\Kernel_15f_b3f14763c716b6684f4c0fedb87c2e791d111da_00000000_c58186d5-28d2-4435-92d8-e4cd5ff9bb61

Analysis symbol: 
Rechecking for solution: 0
Report Id: c58186d5-28d2-4435-92d8-e4cd5ff9bb61
Report Status: 4
Hashed bucket: 
Cab Guid: 0
    10/19/2020 4:49 PM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffffa404606d7820
P4: 0
P5: ffffa40443591bd0
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20201019-1045.dmp
\\?\C:\Windows\TEMP\WER-402714421-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20201019-1045.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER751.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER762.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER761.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER791.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\Kernel_15f_777d77ed4f6a2414be8675afb9f7d343218cf_00000000_cab_4bed4fae-bb4e-4a5c-8099-c597e6b18b4c

Analysis symbol: 
Rechecking for solution: 0
Report Id: 4bed4fae-bb4e-4a5c-8099-c597e6b18b4c
Report Status: 2049
Hashed bucket: 
Cab Guid: 0
    10/19/2020 4:45 PM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffffa404606d7820
P4: 0
P5: ffffa40443591bd0
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20201019-1045.dmp
\\?\C:\Windows\TEMP\WER-402714421-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20201019-1045.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER751.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER762.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER761.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER791.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\Kernel_15f_777d77ed4f6a2414be8675afb9f7d343218cf_00000000_4bed4fae-bb4e-4a5c-8099-c597e6b18b4c

Analysis symbol: 
Rechecking for solution: 0
Report Id: 4bed4fae-bb4e-4a5c-8099-c597e6b18b4c
Report Status: 4
Hashed bucket: 
Cab Guid: 0
    11/17/2020 3:32 AM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffffb201847d90c0
P4: 0
P5: ffffb20165eb5010
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20201116-2013.dmp
\\?\C:\Windows\TEMP\WER-362031906-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20201116-2013.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER408E.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER40AE.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER40AD.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER40DD.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\Kernel_15f_6b58efbc1f542ea18c4e7dd564a1af312ebea5c_00000000_cab_4848ba61-b45a-43f9-b947-6c513e2bdf81

Analysis symbol: 
Rechecking for solution: 0
Report Id: 4848ba61-b45a-43f9-b947-6c513e2bdf81
Report Status: 2051
Hashed bucket: 
Cab Guid: 0
    11/17/2020 3:14 AM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffffb201847d90c0
P4: 0
P5: ffffb20165eb5010
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20201116-2013.dmp
\\?\C:\Windows\TEMP\WER-362031906-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20201116-2013.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER408E.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER40AE.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER40AD.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER40DD.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\Kernel_15f_6b58efbc1f542ea18c4e7dd564a1af312ebea5c_00000000_4848ba61-b45a-43f9-b947-6c513e2bdf81

Analysis symbol: 
Rechecking for solution: 0
Report Id: 4848ba61-b45a-43f9-b947-6c513e2bdf81
Report Status: 4
Hashed bucket: 
Cab Guid: 0
    11/9/2020 6:14 PM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffffb78e95f296a0
P4: 0
P5: ffffb78e78a258a0
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20201109-1056.dmp
\\?\C:\Windows\TEMP\WER-272010750-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20201109-1056.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERA723.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERA743.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERA742.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERA763.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\Kernel_15f_60e8db4870a52c9175a7c9d438c564fb897aa1e_00000000_cab_d497c4fb-cab6-4dd6-b85e-862c70e5844e

Analysis symbol: 
Rechecking for solution: 0
Report Id: d497c4fb-cab6-4dd6-b85e-862c70e5844e
Report Status: 2049
Hashed bucket: 
Cab Guid: 0
    11/9/2020 5:57 PM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffffb78e95f296a0
P4: 0
P5: ffffb78e78a258a0
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20201109-1056.dmp
\\?\C:\Windows\TEMP\WER-272010750-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20201109-1056.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERA723.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERA743.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERA742.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERA763.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\Kernel_15f_60e8db4870a52c9175a7c9d438c564fb897aa1e_00000000_d497c4fb-cab6-4dd6-b85e-862c70e5844e

Analysis symbol: 
Rechecking for solution: 0
Report Id: d497c4fb-cab6-4dd6-b85e-862c70e5844e
Report Status: 4
Hashed bucket: 
Cab Guid: 0
    1/7/2021 2:47 PM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffffcb0852c97b10
P4: 0
P5: ffffcb0836e318a0
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20210107-0730.dmp
\\?\C:\Windows\TEMP\WER-23587437-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20210107-0730.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERFF8B.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERFF9C.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERFF9B.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERFFBB.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\Kernel_15f_30282df45b7d3fe02d56e2e87d192f28a8538dc_00000000_cab_9e739323-536c-4372-8663-37b494ab02ab

Analysis symbol: 
Rechecking for solution: 0
Report Id: 9e739323-536c-4372-8663-37b494ab02ab
Report Status: 2051
Hashed bucket: 
Cab Guid: 0
    1/7/2021 2:30 PM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffffcb0852c97b10
P4: 0
P5: ffffcb0836e318a0
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20210107-0730.dmp
\\?\C:\Windows\TEMP\WER-23587437-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20210107-0730.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERFF8B.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERFF9C.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERFF9B.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERFFBB.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\Kernel_15f_30282df45b7d3fe02d56e2e87d192f28a8538dc_00000000_9e739323-536c-4372-8663-37b494ab02ab

Analysis symbol: 
Rechecking for solution: 0
Report Id: 9e739323-536c-4372-8663-37b494ab02ab
Report Status: 4
Hashed bucket: 
Cab Guid: 0
    12/2/2020 8:21 PM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffffd20e7ab54b10
P4: 0
P5: ffffd20e5e99f8a0
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20201202-1321.dmp
\\?\C:\Windows\TEMP\WER-34095328-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20201202-1321.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER5727.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER5737.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER5736.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER5766.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\Kernel_15f_3b7693e0f0ef4e1735c13059e5acd832c1b2f1fd_00000000_cab_3c5b2cff-1fd5-495b-a530-99e07fe87d21

Analysis symbol: 
Rechecking for solution: 0
Report Id: 3c5b2cff-1fd5-495b-a530-99e07fe87d21
Report Status: 2049
Hashed bucket: 
Cab Guid: 0
    12/2/2020 8:21 PM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffffd20e7ab54b10
P4: 0
P5: ffffd20e5e99f8a0
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20201202-1321.dmp
\\?\C:\Windows\TEMP\WER-34095328-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20201202-1321.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER5727.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER5737.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER5736.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER5766.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\Kernel_15f_3b7693e0f0ef4e1735c13059e5acd832c1b2f1fd_00000000_3c5b2cff-1fd5-495b-a530-99e07fe87d21

Analysis symbol: 
Rechecking for solution: 0
Report Id: 3c5b2cff-1fd5-495b-a530-99e07fe87d21
Report Status: 4
Hashed bucket: 
Cab Guid: 0
    1/15/2021 2:41 PM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffffd40a6ec2c940
P4: 0
P5: ffffd40a54009bd0
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20210115-0735.dmp
\\?\C:\Windows\TEMP\WER-6403421-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20210115-0735.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERCEB2.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERCEC2.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERCED1.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERCEF1.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\Kernel_15f_8557290ab22adfb1a86a79bbd1eeb5f8117_00000000_cab_8fbec99a-356e-4674-921e-8ada5169df87

Analysis symbol: 
Rechecking for solution: 0
Report Id: 8fbec99a-356e-4674-921e-8ada5169df87
Report Status: 2051
Hashed bucket: 
Cab Guid: 0
    1/15/2021 2:35 PM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffffd40a6ec2c940
P4: 0
P5: ffffd40a54009bd0
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20210115-0735.dmp
\\?\C:\Windows\TEMP\WER-6403421-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20210115-0735.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERCEB2.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERCEC2.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERCED1.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERCEF1.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\Kernel_15f_8557290ab22adfb1a86a79bbd1eeb5f8117_00000000_8fbec99a-356e-4674-921e-8ada5169df87

Analysis symbol: 
Rechecking for solution: 0
Report Id: 8fbec99a-356e-4674-921e-8ada5169df87
Report Status: 4
Hashed bucket: 
Cab Guid: 0
    11/2/2020 5:51 PM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffffd60ff4210010
P4: 0
P5: ffffd60fe994e8a0
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20201102-1045.dmp
\\?\C:\Windows\TEMP\WER-413664203-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20201102-1045.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER18E9.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER1909.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER1908.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER1938.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\Kernel_15f_788690c115b5898c3f2e9dacaa54b29f203d44e_00000000_cab_4facdd8c-a820-4d71-86c0-1c75c26474d2

Analysis symbol: 
Rechecking for solution: 0
Report Id: 4facdd8c-a820-4d71-86c0-1c75c26474d2
Report Status: 2051
Hashed bucket: 
Cab Guid: 0
    11/2/2020 5:46 PM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffffd60ff4210010
P4: 0
P5: ffffd60fe994e8a0
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20201102-1045.dmp
\\?\C:\Windows\TEMP\WER-413664203-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20201102-1045.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER18E9.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER1909.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER1908.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER1938.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\Kernel_15f_788690c115b5898c3f2e9dacaa54b29f203d44e_00000000_4facdd8c-a820-4d71-86c0-1c75c26474d2

Analysis symbol: 
Rechecking for solution: 0
Report Id: 4facdd8c-a820-4d71-86c0-1c75c26474d2
Report Status: 4
Hashed bucket: 
Cab Guid: 0
    12/10/2020 12:36 AM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffffdd087e9a54e0
P4: 0
P5: ffffdd08629908a0
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20201209-1729.dmp
\\?\C:\Windows\TEMP\WER-419404718-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20201209-1729.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERB4A5.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERB4B6.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERB4B5.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERB4E4.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\Kernel_15f_c3c7d69f38de6f5d54ba6acd1a7c92383d9db59_00000000_cab_97eb61f6-8912-4e9c-9f3e-1538881cc49b

Analysis symbol: 
Rechecking for solution: 0
Report Id: 97eb61f6-8912-4e9c-9f3e-1538881cc49b
Report Status: 2049
Hashed bucket: 
Cab Guid: 0
    12/10/2020 12:29 AM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffffdd087e9a54e0
P4: 0
P5: ffffdd08629908a0
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20201209-1729.dmp
\\?\C:\Windows\TEMP\WER-419404718-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20201209-1729.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERB4A5.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERB4B6.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERB4B5.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERB4E4.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\Kernel_15f_c3c7d69f38de6f5d54ba6acd1a7c92383d9db59_00000000_97eb61f6-8912-4e9c-9f3e-1538881cc49b

Analysis symbol: 
Rechecking for solution: 0
Report Id: 97eb61f6-8912-4e9c-9f3e-1538881cc49b
Report Status: 4
Hashed bucket: 
Cab Guid: 0
    10/1/2020 11:16 PM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffffe3885fdbe9d0
P4: 0
P5: ffffe38842cd58a0
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20201001-1651.dmp
\\?\C:\Windows\TEMP\WER-493061546-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20201001-1651.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER9B26.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER9B27.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER9B36.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER9B56.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\Kernel_15f_c9db484ddcffede3834ea563c834333098bd50_00000000_cab_fd9941b8-ab2b-434c-beb1-462daf02d5da

Analysis symbol: 
Rechecking for solution: 0
Report Id: fd9941b8-ab2b-434c-beb1-462daf02d5da
Report Status: 2051
Hashed bucket: 
Cab Guid: 0
    10/1/2020 10:52 PM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 15f
P2: 2
P3: ffffe3885fdbe9d0
P4: 0
P5: ffffe38842cd58a0
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\DripsWatchdog\DripsWatchdog-20201001-1651.dmp
\\?\C:\Windows\TEMP\WER-493061546-0.sysdata.xml
\\?\C:\Windows\LiveKernelReports\DripsWatchdog-20201001-1651.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER9B26.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER9B27.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER9B36.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER9B56.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\Kernel_15f_c9db484ddcffede3834ea563c834333098bd50_00000000_fd9941b8-ab2b-434c-beb1-462daf02d5da

Analysis symbol: 
Rechecking for solution: 0
Report Id: fd9941b8-ab2b-434c-beb1-462daf02d5da
Report Status: 4
Hashed bucket: 
Cab Guid: 0
    10/26/2020 11:13 PM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 193
P2: 810
P3: 0
P4: 0
P5: 0
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\WATCHDOG\WATCHDOG-20201026-1710.dmp
\\?\C:\Windows\TEMP\WER-527456718-0.sysdata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER7555.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER7566.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER7567.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER7597.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\Kernel_193_1cd7a4d1b6418c67af876348eab411aeb952_00000000_cab_4cba7042-c612-43f8-bbe3-30022e9a2393

Analysis symbol: 
Rechecking for solution: 0
Report Id: 4cba7042-c612-43f8-bbe3-30022e9a2393
Report Status: 2049
Hashed bucket: 
Cab Guid: 0
    10/26/2020 11:13 PM	Windows Error Reporting	Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0

Problem signature:
P1: 193
P2: 810
P3: 0
P4: 0
P5: 0
P6: 10_0_18363
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\Windows\LiveKernelReports\WATCHDOG\WATCHDOG-20201026-1710.dmp
\\?\C:\Windows\TEMP\WER-527456718-0.sysdata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER7555.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER7566.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER7567.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER7597.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\Kernel_193_1cd7a4d1b6418c67af876348eab411aeb952_00000000_4cba7042-c612-43f8-bbe3-30022e9a2393

Analysis symbol: 
Rechecking for solution: 0
Report Id: 4cba7042-c612-43f8-bbe3-30022e9a2393
Report Status: 4
Hashed bucket: 
Cab Guid: 0
      My Computer


  7. Posts : 4
    Windows 10
    Thread Starter
       #7

    update


    Thanks for your reply. I have at this time now used command prompt to turn off sleep mode (powercfg-h off), upgraded to 20H2, and rebooted my system. I will run a stress test later today and see if there are any improvements. The Kernel-Power (88) instances that you mention are probably legit thermal shutdowns. The sleep mode blue screens that I am more concerned with are the ones that show up as Kernel-Power (42) which are immediately preceded by Kernel-Power (187). These happen much more frequently, and I had thought it was always while my machine is under load, primarily during gaming sessions. However, in looking through the logs, it happened at 2:45 this morning while I was asleep. I had set my machine to update before I went to bed, so it may have occurred during that process. I am encouraged to find that these may not be due to thermal issues, but discouraged because I still can't figure out what is causing them. Here is an example:

    Event[2388]:
    Log Name: System
    Source: Microsoft-Windows-Kernel-Power
    Date: 2021-01-10T15:48:44.966
    Event ID: 187
    Task: N/A
    Level: Information
    Opcode: Info
    Keyword: N/A
    User: S-1-5-19
    User Name: NT AUTHORITY\LOCAL SERVICE
    Computer: DESKTOP-GBNKBNI
    Description:
    User-mode process attempted to change the system state by calling SetSuspendState or SetSystemPowerState APIs.

    Event[2389]:
    Log Name: System
    Source: Microsoft-Windows-Kernel-Power
    Date: 2021-01-10T15:48:49.470
    Event ID: 42
    Task: N/A
    Level: Information
    Opcode: Info
    Keyword: N/A
    User: N/A
    User Name: N/A
    Computer: DESKTOP-GBNKBNI
    Description:
    The system is entering sleep.
      My Computer


  8. Posts : 41,481
    windows 10 professional version 1607 build 14393.969 64 bit
       #8

    Consider contacting Dell for Return Merchandise Authorization (RMA).

    Powercfg -h off turns off both hibernation and fast startup (trial and error step).

    Powercfg -h on turns on hibernation and to turn off fast start see this link:
    Turn On or Off Fast Startup in Windows 10

    Hibernation is important for notebooks to prevent data loss when using battery power .

    New notebooks should not have BSODs.
    Last edited by zbook; 22 Jan 2021 at 15:24.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 04:54.
Find Us




Windows 10 Forums