Random Restart On New Build

Page 2 of 4 FirstFirst 1234 LastLast

  1. Posts : 15
    Windows 10 Pro
    Thread Starter
       #11

    Ztruker said:
    Copy these 3 files to your Desktop then zip them and upload the zip here or if to big, upload to a file sharing site like OneDrive and post a link here. I'd like to look at the dumps.

    12/30/2020 2:23:45 PM 0.25 C:\Windows\LiveKernelReports\WHEA\WHEA-20201230-1423.dmp
    12/30/2020 6:54:21 PM 0.25 C:\Windows\LiveKernelReports\WHEA\WHEA-20201230-1854.dmp
    1/1/2021 8:45:34 PM 0.25 C:\Windows\LiveKernelReports\WHEA\WHEA-20210101-2045.dmp
    Will do so tomorrow morning.

    - - - Updated - - -

    zbook said:
    Please return the RAM overclock to stock:

    AMD Ryzen 9 5900X

    Maximum supported speed: Up to 3200 MHz

    Current speed : 3800 MHz
    The RAM was actually tinkered with yesterday after all the restarts. I just decided to adjust the RAM to see if that was possibly the problem. From my understanding, RAM and AMD aren't best friends, so I was trying to get the RAM to supported speed (before the profile was enabled, the RAM was showing less speed then the supported). I haven't gotten around to tinkering with the RAM to get it to 3200. Will do so tomorrow.

    Edit: Ended up zipping the files now. My little guy gave me a few minutes of quiet. Thanks, folks.
    Random Restart On New Build Attached Files
      My Computer


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

    Please 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.

    For share links please use one drive, drop box, or google drive.




    Uninstall: cfosspeed6.sys
      My Computer


  3. Posts : 41,549
    windows 10 professional version 1607 build 14393.969 64 bit
       #13

    Ztruker said:
    Nice catch Z. Merry Christmas and Happy New Year.
    You too.
    Best wishes!
      My Computer


  4. Posts : 15
    Windows 10 Pro
    Thread Starter
       #14

    zbook said:
    Please 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.

    For share links please use one drive, drop box, or google drive.




    Uninstall: cfosspeed6.sys
    I uninstalled CFOSpeed6.sys. I also returned the RAM to default. Below is the results of Tuneup.bat. I saw badmemory.

    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="DT-WILDCATTM" get AutomaticManagedPagefile
    wmic Computersystem where name="DT-WILDCATTM" set AutomaticManagedPagefile=True
    wmic Computersystem where name="DT-WILDCATTM" 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.19041.572
    
    Image Version: 10.0.19042.685
    
    [==========================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.19041.572
    
    Image Version: 10.0.19042.685
    
    [==========================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.
    
    Stage 1: Examining basic file system structure ...
      318208 file records processed.
    File verification completed.
     Phase duration (File record verification): 1.46 seconds.
      3660 large file records processed.
     Phase duration (Orphan file record recovery): 0.00 milliseconds.
      0 bad file records processed.
     Phase duration (Bad file record checking): 0.46 milliseconds.
    
    Stage 2: Examining file name linkage ...
      787 reparse records processed.
      451566 index entries processed.
    Index verification completed.
     Phase duration (Index verification): 4.23 seconds.
      0 unindexed files scanned.
     Phase duration (Orphan reconnection): 197.13 milliseconds.
      0 unindexed files recovered to lost and found.
     Phase duration (Orphan recovery to lost and found): 0.37 milliseconds.
      787 reparse records processed.
     Phase duration (Reparse point and Object ID verification): 2.32 milliseconds.
    
    Stage 3: Examining security descriptors ...
    Security descriptor verification completed.
     Phase duration (Security descriptor verification): 32.80 milliseconds.
      66680 data files processed.
     Phase duration (Data attribute verification): 0.25 milliseconds.
    CHKDSK is verifying Usn Journal...
      37344696 USN bytes processed.
    Usn Journal verification completed.
     Phase duration (USN journal verification): 55.98 milliseconds.
    
    Windows has scanned the file system and found no problems.
    No further action is required.
    
     976129387 KB total disk space.
      83862892 KB in 240191 files.
        144600 KB in 66681 indexes.
             0 KB in bad sectors.
        453991 KB in use by the system.
         65536 KB occupied by the log file.
     891667904 KB available on disk.
    
          4096 bytes in each allocation unit.
     244032346 total allocation units on disk.
     222916976 allocation units available on disk.
    Total duration: 5.99 seconds (5991 ms).
    
    C:\Windows\system32>wmic recoveros get autoreboot
    AutoReboot
    FALSE
    
    
    C:\Windows\system32>wmic recoveros set autoreboot = false
    Updating property(s) of '\\DT-WILDCATTM\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Pro|C:\\Windows|\\Device\\Harddisk3\\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 '\\DT-WILDCATTM\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Pro|C:\\Windows|\\Device\\Harddisk3\\Partition3"'
    Property(s) update successful.
    
    C:\Windows\system32>wmic recoveros get DebugInfoType
    DebugInfoType
    7
    
    
    C:\Windows\system32>wmic pagefile list /format:list
    
    
    AllocatedBaseSize=5120
    CurrentUsage=0
    Description=C:\pagefile.sys
    InstallDate=20201228045529.016849-300
    Name=C:\pagefile.sys
    PeakUsage=1
    Status=
    TempPageFile=FALSE
    
    
    
    
    C:\Windows\system32>wmic Computersystem where name="DT-WILDCATTM" get AutomaticManagedPagefile
    AutomaticManagedPagefile
    TRUE
    
    
    C:\Windows\system32>wmic Computersystem where name="DT-WILDCATTM" set AutomaticManagedPagefile=True
    Updating property(s) of '\\DT-WILDCATTM\ROOT\CIMV2:Win32_ComputerSystem.Name="DT-WILDCATTM"'
    Property(s) update successful.
    
    C:\Windows\system32>wmic Computersystem where name="DT-WILDCATTM" get AutomaticManagedPagefile
    AutomaticManagedPagefile
    TRUE
    
    
    C:\Windows\system32>bcdedit /enum {badmemory}
    
    RAM Defects
    -----------
    identifier              {badmemory}
    Press any key to continue . . .
    Here are the results of the LOGS.bat.


    Code:
    **********************
    Windows PowerShell transcript start
    Start time: 20210102104140
    Username: DT-WILDCATTM\wildc
    RunAs User: DT-WILDCATTM\wildc
    Configuration Name: 
    Machine: DT-WILDCATTM (Microsoft Windows NT 10.0.19042.0)
    Host Application: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -ExecutionPolicy Bypass -File C:\Users\wildc\Desktop\LOGS.PS1 
    Process ID: 10128
    PSVersion: 5.1.19041.610
    PSEdition: Desktop
    PSCompatibleVersions: 1.0, 2.0, 3.0, 4.0, 5.0, 5.1.19041.610
    BuildVersion: 10.0.19041.610
    CLRVersion: 4.0.30319.42000
    WSManStackVersion: 3.0
    PSRemotingProtocolVersion: 2.3
    SerializationVersion: 1.1.0.1
    **********************
    Transcript started, output file is C:\Users\wildc\AppData\Local\Temp\\LOGS\Event-Search.TXT
    
    Log Collection... (V1.6.3)
    
     Grabbing SetupDiag.exe ...
    
    Successful DL!
    
     Invoking SetupDiag.exe ...
    
    HasMoreData   : True
    StatusMessage :
    Location      : localhost
    Command       : CMD.EXE /C "%temp%\setupdiag.exe /Verbose /Output:%temp%\SetupDiag-Log.txt"
    JobStateInfo  : Running
    Finished      : System.Threading.ManualResetEvent
    InstanceId    : 57fead7e-afef-4e58-9d0b-3f31bba310f5
    Id            : 1
    Name          : SetupDiagJob
    ChildJobs     : {Job2}
    PSBeginTime   : 1/2/2021 10:42:53 AM
    PSEndTime     :
    PSJobTypeName : BackgroundJob
    Output        : {}
    Error         : {}
    Progress      : {}
    Verbose       : {}
    Debug         : {}
    Warning       : {}
    Information   : {}
    State         : Running
    
    ...
    
     Starting EventSearch Job-Function ...
    
    HasMoreData   : True
    StatusMessage :
    Location      : localhost
    Command       :
                            $evtPaths = Get-Item C:\Windows\System32\Winevt\Logs\*.evtx -Exclude "*PowerShell*",
                                "*known folders*" | Select-Object FullName
                            $i = $evtPaths.Count
    
                            $x = 0 ##For 1st Loop do Until x = i
                            $events = @()
                            $gatherEvents = @()
                            $eventsArray = @()
                            $searchResult = @()
                            $MaxEvents = 99
    
                            #Loading/Gathering Events Loop...
                            do {
    
                                ##Getting Events w/ Get-WinEvent
                                $gatherEvents = Get-WinEvent -Path $evtPaths[$x].FullName -MaxEvents $MaxEvents -EA
                    SilentlyContinue
                                $events = $events + $gatherEvents
    
                                $x++
    
                                }
                                 Until ($x -eq $i)
    
                            $x = $x +1 ##Total Events Found!
    
                            $eventsLength = $events.Length ##Total events catalogged!
    
                            $xx = 0
    
                            # Write Event Properties to a row and roll it out - Collapsing Array ...
                            do {
                                   $date = $events[$xx].TimeCreated | Get-Date -Format "yyyyMMdd".ToString() -EA
                    SilentlyContinue ##EA SC for Blank Entries
    
                                    $eventRow = new-object PSObject -Property @{
                                    Date = $date;
                                    Id = $events[$xx].Id;
                                    Level = $events[$xx].LevelDisplayName;
                                    Provider = $events[$xx].ProviderName;
                                   Message = $events[$xx].Message;
                                    }
    
                                    $cRow = $date + " " + "ID:" +  $events[$xx].Id + " " + "Level:" +
                    $events[$xx].LevelDisplayName + " " + "Provider:" + $events[$xx].ProviderName + " " + "Message:" +
                    $events[$xx].Message
                                    $eventsArray += $cRow
    
                                    $xx++
                                    $d++
                            }
                            Until ($xx -eq $events.Length)
    
                            ##Looking for patterns error or fail in $eventsArray
                            $search = $eventsArray | Select-String -pattern ("error|fail")
    
                            Return $search ## | Write-Output ##Output for job
    
    
    JobStateInfo  : Running
    Finished      : System.Threading.ManualResetEvent
    InstanceId    : 6d10b31a-4506-4b00-8336-e0c3b84b96d2
    Id            : 3
    Name          : EventSearchJob
    ChildJobs     : {Job4}
    PSBeginTime   : 1/2/2021 10:42:53 AM
    PSEndTime     :
    PSJobTypeName : BackgroundJob
    Output        : {}
    Error         : {}
    Progress      : {}
    Verbose       : {}
    Debug         : {}
    Warning       : {}
    Information   : {}
    State         : Running
    
    ...
    
     Starting Get-WindowsUpdateLog Job-Function ...
    
    HasMoreData   : True
    StatusMessage :
    Location      : localhost
    Command       : get-WindowsUpdateLog
    JobStateInfo  : Running
    Finished      : System.Threading.ManualResetEvent
    InstanceId    : 3f246317-925c-49dd-935e-db9a8f59dc3d
    Id            : 5
    Name          : GetUpdates
    ChildJobs     : {Job6}
    PSBeginTime   : 1/2/2021 10:42:53 AM
    PSEndTime     :
    PSJobTypeName : BackgroundJob
    Output        : {}
    Error         : {}
    Progress      : {}
    Verbose       : {}
    Debug         : {}
    Warning       : {}
    Information   : {}
    State         : Running
    
    ...
    
    
        Directory: C:\Users\wildc\AppData\Local\Temp\LOGS
    
    
    Mode                 LastWriteTime         Length Name
    ----                 -------------         ------ ----
    d-----          1/2/2021  10:42 AM                Network
    Performing Bing & O365 URI Check ...
    Checking URIs ..
    .
    .
    PS>TerminatingError(Invoke-WebRequest): "The remote server returned an error: (403) Forbidden."
    .
    PS>TerminatingError(Invoke-WebRequest): "The remote server returned an error: (404) Not Found."
    .
    PS>TerminatingError(Invoke-WebRequest): "The remote server returned an error: (403) Forbidden."
    .
    .
    PS>TerminatingError(Invoke-WebRequest): "The remote server returned an error: (405) Method Not Allowed."
    .
    PS>TerminatingError(Invoke-WebRequest): "The remote name could not be resolved: 'hip.microsoftonline-p.net'"
    .
    PS>TerminatingError(Invoke-WebRequest): "The operation has timed out."
    .
    .
    .
    .
    .
    .
    .
    .
    .
    .
    PS>TerminatingError(Invoke-WebRequest): "The remote server returned an error: (403) Forbidden."
    .
    PS>TerminatingError(Invoke-WebRequest): "The remote name could not be resolved: 'stamp2.login.microsoftonline.com'"
    .
    PS>TerminatingError(Invoke-WebRequest): "The remote server returned an error: (401) Unauthorized."
    .
    PS>TerminatingError(Invoke-WebRequest): "The remote server returned an error: (401) Unauthorized."
    .
    .
    PS>TerminatingError(Invoke-WebRequest): "The remote server returned an error: (400) Bad Request."
    .
    .
    .
    PS>TerminatingError(Invoke-WebRequest): "The remote server returned an error: (404) Not Found."
    .
    PS>TerminatingError(Invoke-WebRequest): "The remote server returned an error: (400) Bad Request."
    .
    .
    PS>TerminatingError(Invoke-WebRequest): "The remote server returned an error: (403) Forbidden."
    .
    PS>TerminatingError(Invoke-WebRequest): "The remote server returned an error: (400) Bad Request."
    .
    PS>TerminatingError(Invoke-WebRequest): "The remote server returned an error: (400) Bad Request."
    .
    .
    .
    .
    .
    .
    PS>TerminatingError(Invoke-WebRequest): "The remote server returned an error: (403) Forbidden."
    .
    .
     Bing Check 
     ==========
    
    
    
    URL Check Finished...
    ...
    Generating NETSH WLAN Report...
    
    HasMoreData   : True
    StatusMessage :
    Location      : localhost
    Command       :
                                        CMD.EXE /c "netsh wlan show networks mode=ssid > %temp%\LOGS\Network\wlan.txt"
                                        CMD.EXE /c "netsh wlan show networks mode=bssid >> %temp%\LOGS\Network\wlan.txt"
                                        CMD.EXE /c "netsh winhttp show proxy > %temp%\LOGS\Network\proxy.txt"
                                        CMD.EXE /c "netsh wlan show wlanreport & COPY
                    C:\ProgramData\Microsoft\Windows\wlanReport\wlan-report-latest.html
                    %temp%\LOGS\Network\wlan-report-latest.html"
                                        ##WIN7 Does not Support netsh wlanreport
    
    JobStateInfo  : Running
    Finished      : System.Threading.ManualResetEvent
    InstanceId    : 052f5caf-fdc6-4b8c-963e-538655669f04
    Id            : 7
    Name          : showWLAN
    ChildJobs     : {Job8}
    PSBeginTime   : 1/2/2021 10:43:02 AM
    PSEndTime     :
    PSJobTypeName : BackgroundJob
    Output        : {}
    Error         : {}
    Progress      : {}
    Verbose       : {}
    Debug         : {}
    Warning       : {}
    Information   : {}
    State         : Running
    
    ...
    
     Grabbing PowerCFG, Sleep & Battery Info ...
    Sleep Study report saved to file path C:\Users\wildc\AppData\Local\Temp\LOGS\POWER\sleepstudy-report.html.
    Enabling tracing for 10 seconds...
    Observing system behavior...
    Analyzing trace data...
    Analysis complete.
    
    Energy efficiency problems were found.
    
    13 Errors
    14 Warnings
    66 Informational
    
    See C:\Users\wildc\AppData\Local\Temp\LOGS\POWER\energy-report.html for more details.
    ...
    
    Getting GPRESULT...
    
    ...
    
     Gathering MSINFO32 ...
    ...
    
     Getting Printer Information ...
    ...
    
    Getting Active Process ...
    ...
    
     Getting List of Installed Apps...
    ...
    
    Getting Windows Setup Logs Independent of SetupDiage.exe...
    d-----          1/2/2021  10:43 AM                SETUP
    
    
        Directory: C:\Users\wildc\AppData\Local\Temp\LOGS\SETUP\Windows\Logs
    
    
    Mode                 LastWriteTime         Length Name
    ----                 -------------         ------ ----
    d-----          1/2/2021  10:43 AM                DPX
    d-----          1/2/2021  10:43 AM                DPX
    d-----          1/2/2021  10:43 AM                SetupCleanupTask
    d-----          1/2/2021  10:43 AM                SetupCleanupTask
    d-----          1/2/2021  10:43 AM                WinREAgent
    d-----          1/2/2021  10:43 AM                WinREAgent
    
    
        Directory: C:\Users\wildc\AppData\Local\Temp\LOGS\SETUP\Windows\Panther
    
    
    Mode                 LastWriteTime         Length Name
    ----                 -------------         ------ ----
    d-----          1/2/2021  10:43 AM                UnattendGC
    d-----          1/2/2021  10:43 AM                UnattendGC
    
    
        Directory: C:\Users\wildc\AppData\Local\Temp\LOGS\SETUP\Windows
    
    
    Mode                 LastWriteTime         Length Name
    ----                 -------------         ------ ----
    d-----          1/2/2021  10:43 AM                Panther
    d-----          1/2/2021  10:43 AM                Panther
    
    
        Directory: C:\Users\wildc\AppData\Local\Temp\LOGS\SETUP\Windows\System32\LogFiles
    
    
    Mode                 LastWriteTime         Length Name
    ----                 -------------         ------ ----
    d-----          1/2/2021  10:43 AM                setupcln
    d-----          1/2/2021  10:43 AM                setupcln
    ...
    
     Getting SystemProductName ...
    ...
    
    HasMoreData   : True
    StatusMessage :
    Location      : localhost
    Command       :
                            $vol = (mountvol /L | select-string -Pattern "\\\\")
                            $volstring = "mountvol y:" + $vol[0]
                            CMD.EXE /C $volstring
    
                            SLEEP 2
    
                            CMD.EXE /C "CHKDSK y: > %temp%\LOGS\SystemReserved.TXT"
    
                            SLEEP 2 # Pause after drive dismount
    
                            CMD.EXE /C "mountvol y: /D"
    
    JobStateInfo  : Running
    Finished      : System.Threading.ManualResetEvent
    InstanceId    : e0fc5904-a6be-4abe-9963-83ef36b2cedc
    Id            : 32
    Name          : reservedJob
    ChildJobs     : {Job33}
    PSBeginTime   : 1/2/2021 10:43:32 AM
    PSEndTime     :
    PSJobTypeName : BackgroundJob
    Output        : {}
    Error         : {}
    Progress      : {}
    Verbose       : {}
    Debug         : {}
    Warning       : {}
    Information   : {}
    State         : Running
    
    ...
    
     Getting fltmc Filters ...
    
    ...
    
     Grabbing DXDiag Info...
    ...
    ...
    
    Copying misc. logs ...
    
    
        Directory: C:\Users\wildc\AppData\Local\Temp\LOGS
    
    
    Mode                 LastWriteTime         Length Name
    ----                 -------------         ------ ----
    d-----          1/2/2021  10:43 AM                WER
    
    
        Directory: C:\Users\wildc\AppData\Local\Temp\LOGS\Windows\Logs
    
    
    Mode                 LastWriteTime         Length Name
    ----                 -------------         ------ ----
    d-----          1/2/2021  10:43 AM                WindowsUpdate
    
    
        Directory: C:\Users\wildc\AppData\Local\Temp\LOGS\Windows\LiveKernelReports
    
    
    Mode                 LastWriteTime         Length Name
    ----                 -------------         ------ ----
    d-----          1/2/2021  10:43 AM                USBHUB3
    d-----          1/2/2021  10:43 AM                WHEA
    ...
    
     Grabbing Driver listing via DISM.EXE ...
    
     Done!
    ...
    
     Grab root\SecurityCenter2 AntivirusProduct ...
    ...
    
    Waiting for EventSearchJob to complete...
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 73
    Line       : 20210102 ID:1001 Level:Information Provider:Windows Error Reporting Message:Fault bucket
                 1793914422087866208, type 5
                 Event Name: CLR20r3
                 Response: Not available
                 Cab Id: 0
    
                 Problem signature:
                 P1: LEDKeeper2.exe
                 P2: 1.0.1.3
                 P3: 5fc874f9
                 P4: LEDKeeper2
                 P5: 1.0.1.3
                 P6: 5fc874f9
                 P7: 46f
                 P8: ee
                 P9: System.NullReferenceException
                 P10:
    
                 Attached files:
                 \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER622B.tmp.mdmp
                 \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6316.tmp.WERInternalMetadata.xml
                 \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6317.tmp.xml
                 \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6327.tmp.csv
                 \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6337.tmp.txt
                 \\?\C:\Users\wildc\AppData\Local\Temp\WER6357.tmp.appcompat.txt
    
                 These files may be available here:
                 \\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_LEDKeeper2.exe_adced857ff2b33ffc4954ed2e8b
                 fe0f111604b16_0b5eb838_db9b4fde-bbd3-4978-bfc1-081ec314817d
    
                 Analysis symbol:
                 Rechecking for solution: 0
                 Report Id: e622c495-1438-4cd4-a0be-4985607a3a27
                 Report Status: 268435456
                 Hashed bucket: e99a4e0c5fdbbd3f98e543a98dff5760
                 Cab Guid: 0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 74
    Line       : 20210102 ID:1001 Level:Information Provider:Windows Error Reporting Message:Fault bucket , type 0
                 Event Name: CLR20r3
                 Response: Not available
                 Cab Id: 0
    
                 Problem signature:
                 P1: LEDKeeper2.exe
                 P2: 1.0.1.3
                 P3: 5fc874f9
                 P4: LEDKeeper2
                 P5: 1.0.1.3
                 P6: 5fc874f9
                 P7: 46f
                 P8: ee
                 P9: System.NullReferenceException
                 P10:
    
                 Attached files:
                 \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER622B.tmp.mdmp
                 \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6316.tmp.WERInternalMetadata.xml
                 \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6317.tmp.xml
                 \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6327.tmp.csv
                 \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6337.tmp.txt
                 \\?\C:\Users\wildc\AppData\Local\Temp\WER6357.tmp.appcompat.txt
    
                 These files may be available here:
                 \\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_LEDKeeper2.exe_adced857ff2b33ffc4954ed2e8bfe
                 0f111604b16_0b5eb838_cab_db9b4fde-bbd3-4978-bfc1-081ec314817d
    
                 Analysis symbol:
                 Rechecking for solution: 0
                 Report Id: e622c495-1438-4cd4-a0be-4985607a3a27
                 Report Status: 4
                 Hashed bucket:
                 Cab Guid: 0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 75
    Line       : 20210102 ID:1001 Level:Information Provider:Windows Error Reporting Message:Fault bucket
                 1793914422087866208, type 5
                 Event Name: CLR20r3
                 Response: Not available
                 Cab Id: 0
    
                 Problem signature:
                 P1: LEDKeeper2.exe
                 P2: 1.0.1.3
                 P3: 5fc874f9
                 P4: LEDKeeper2
                 P5: 1.0.1.3
                 P6: 5fc874f9
                 P7: 46f
                 P8: ee
                 P9: System.NullReferenceException
                 P10:
    
                 Attached files:
                 \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER5EEE.tmp.mdmp
                 \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6028.tmp.WERInternalMetadata.xml
                 \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6029.tmp.xml
                 \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6037.tmp.csv
                 \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6047.tmp.txt
                 \\?\C:\Users\wildc\AppData\Local\Temp\WER6069.tmp.appcompat.txt
    
                 These files may be available here:
                 \\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_LEDKeeper2.exe_adced857ff2b33ffc4954ed2e8b
                 fe0f111604b16_0b5eb838_f397d064-2152-41e6-9d8b-0028daae9e60
    
                 Analysis symbol:
                 Rechecking for solution: 0
                 Report Id: 3b368526-f455-4a9e-a8c1-d94958c52dac
                 Report Status: 268435456
                 Hashed bucket: e99a4e0c5fdbbd3f98e543a98dff5760
                 Cab Guid: 0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 76
    Line       : 20210102 ID:1000 Level:Error Provider:Application Error Message:Faulting application name:
                 LEDKeeper2.exe, version: 1.0.1.3, time stamp: 0x5fc874f9
                 Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
                 Exception code: 0xc000041d
                 Fault offset: 0x087003c5
                 Faulting process id: 0x4740
                 Faulting application start time: 0x01d6e11115ce8188
                 Faulting application path: C:\Program Files (x86)\MSI\One Dragon Center\Mystic_Light\LEDKeeper2.exe
                 Faulting module path: unknown
                 Report Id: e622c495-1438-4cd4-a0be-4985607a3a27
                 Faulting package full name:
                 Faulting package-relative application ID:
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 77
    Line       : 20210102 ID:1001 Level:Information Provider:Windows Error Reporting Message:Fault bucket , type 0
                 Event Name: CLR20r3
                 Response: Not available
                 Cab Id: 0
    
                 Problem signature:
                 P1: LEDKeeper2.exe
                 P2: 1.0.1.3
                 P3: 5fc874f9
                 P4: LEDKeeper2
                 P5: 1.0.1.3
                 P6: 5fc874f9
                 P7: 46f
                 P8: ee
                 P9: System.NullReferenceException
                 P10:
    
                 Attached files:
                 \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER5EEE.tmp.mdmp
                 \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6028.tmp.WERInternalMetadata.xml
                 \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6029.tmp.xml
                 \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6037.tmp.csv
                 \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6047.tmp.txt
                 \\?\C:\Users\wildc\AppData\Local\Temp\WER6069.tmp.appcompat.txt
    
                 These files may be available here:
                 \\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_LEDKeeper2.exe_adced857ff2b33ffc4954ed2e8bfe
                 0f111604b16_0b5eb838_cab_f397d064-2152-41e6-9d8b-0028daae9e60
    
                 Analysis symbol:
                 Rechecking for solution: 0
                 Report Id: 3b368526-f455-4a9e-a8c1-d94958c52dac
                 Report Status: 4
                 Hashed bucket:
                 Cab Guid: 0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 79
    Line       : 20210102 ID:1000 Level:Error Provider:Application Error Message:Faulting application name:
                 LEDKeeper2.exe, version: 1.0.1.3, time stamp: 0x5fc874f9
                 Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
                 Exception code: 0xc0000005
                 Fault offset: 0x087003c5
                 Faulting process id: 0x4740
                 Faulting application start time: 0x01d6e11115ce8188
                 Faulting application path: C:\Program Files (x86)\MSI\One Dragon Center\Mystic_Light\LEDKeeper2.exe
                 Faulting module path: unknown
                 Report Id: 3b368526-f455-4a9e-a8c1-d94958c52dac
                 Faulting package full name:
                 Faulting package-relative application ID:
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 80
    Line       : 20210102 ID:1026 Level:Error Provider:.NET Runtime Message:Application: LEDKeeper2.exe
                 Framework Version: v4.0.30319
                 Description: The process was terminated due to an unhandled exception.
                 Exception Info: System.NullReferenceException
                    at MSI_LED.CControl.ResetItem(Int32)
                    at MSI_LED.App.CloseAPP()
                    at MSI_LED.WindowToGetHandle.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
                    at System.Windows.Interop.HwndSource.PublicHooksFilterMessage(IntPtr, Int32, IntPtr, IntPtr, Boolean
                 ByRef)
                    at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
                    at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
                    at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
                    at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate,
                 System.Object, Int32, System.Delegate)
                    at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority,
                 System.TimeSpan, System.Delegate, System.Object, Int32)
                    at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
    
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 199
    Line       : 20201228 ID:1097 Level:Warning Provider:Microsoft-Windows-AAD Message:Error: 0x8AA5007C A suspending
                 event for the AAD plugin was received.
                 Logged at WebUIControllerWebView.cpp, line: 682, method:
                 WebUIControllerWebView::WebViewSuspensionEvents::OnSuspending.
    
                 Request: authority: https://login.microsoftonline.com/common, client:
                 d3590ed6-52b3-4102-aeff-aad2292ab01c, redirect URI:
                 ms-appx-web://Microsoft.AAD.BrokerPlugin/d3590ed6-52b3-4102-aeff-aad2292ab01c, resource:
                 https://officeapps.live.com, correlation ID (request): 88d84dd8-536e-45ab-97c0-50d0f834db90
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 200
    Line       : 20201228 ID:1097 Level:Warning Provider:Microsoft-Windows-AAD Message:Error: 0x8AA100DA Upgrade default
                 pawn task complete.
                 Logged at UpdateDefaultPawn.cpp, line: 43, method: UpdateDefaultPawn::Apply.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 201
    Line       : 20201228 ID:1097 Level:Warning Provider:Microsoft-Windows-AAD Message:Error: 0x4AA500F0 Browser SSO data
                 format successfully updated.
                 Nonce: no; Authority: n/a; Cookies: 0
                 Logged at CookieStoreFormatV2.cpp, line: 72, method: CookieStoreFormatV2::Apply.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 202
    Line       : 20201228 ID:1097 Level:Warning Provider:Microsoft-Windows-AAD Message:Error: 0x8AA500E6 Enumeration
                 status set for existing webaccounts successfully.
                 Logged at AccountEnumerationStateMigration.cpp, line: 50, method: AccountEnumerationStateMigration::Apply.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 203
    Line       : 20201228 ID:1097 Level:Warning Provider:Microsoft-Windows-AAD Message:Error: 0x8AA500DB The cache has
                 been partitioned successfully.
                 Logged at CachePartitioning.cpp, line: 35, method: CachePartitioning::Apply.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 227
    Line       : 20201229 ID:17 Level:Information Provider:Microsoft-Windows-Program-Compatibility-Assistant Message:Exe:
                 C:\Users\wildc\Desktop\Adobe Acrobat Pro DC v2020.009.20067 + Patch\Adobe Acrobat Pro DC v2020.009.20067
                 + Patch.exe
    
                 ResolverName: DetectorShim_MessageBoxErrorIcon
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 228
    Line       : 20201229 ID:17 Level:Information Provider:Microsoft-Windows-Program-Compatibility-Assistant Message:Exe:
                 C:\Users\wildc\Desktop\Adobe Acrobat Pro DC - v2020 006 20042 Final + Patch\Adobe Acrobat Pro DC - v2020
                 006 20042 Final + Patch.exe
    
                 ResolverName: DetectorShim_MessageBoxErrorIcon
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 466
    Line       : 20201229 ID:5044 Level:Error Provider:Microsoft-Windows-AppReadiness
                 Message:S-1-5-21-3983332640-3327938719-2226829139-1002 : failed determine if tiles are missing.
                 error=Element not found.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 496
    Line       : 20201228 ID:109 Level:Information Provider:Microsoft-Windows-AppReadiness Message:App Readiness service
                 has been notified of new apps. (Source: DISM, Error: The operation completed successfully.)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 514
    Line       : 20201228 ID:109 Level:Information Provider:Microsoft-Windows-AppReadiness Message:App Readiness service
                 has been notified of new apps. (Source: DISM, Error: The operation completed successfully.)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 532
    Line       : 20201228 ID:109 Level:Information Provider:Microsoft-Windows-AppReadiness Message:App Readiness service
                 has been notified of new apps. (Source: DISM, Error: The operation completed successfully.)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 690
    Line       : 20210101 ID:404 Level:Error Provider:Microsoft-Windows-AppXDeployment-Server Message:AppX Deployment
                 operation failed for package  with error 0x80073CF1. The specific error text for this failure is: Windows
                 cannot perform the RegisterByPackageFamilyName operation because it could not find
                 Microsoft.Office.C2RX_8wekyb3d8bbwe in the repository. Make sure Microsoft.Office.C2RX_8wekyb3d8bbwe has
                 been staged or was installed by another user.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 691
    Line       : 20210101 ID:712 Level:Error Provider:Microsoft-Windows-AppXDeployment-Server Message:Windows cannot
                 perform the RegisterByPackageFamilyName operation because it could not find
                 Microsoft.Office.C2RX_8wekyb3d8bbwe in the repository. Make sure Microsoft.Office.C2RX_8wekyb3d8bbwe has
                 been staged or was installed by another user.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 699
    Line       : 20210101 ID:404 Level:Error Provider:Microsoft-Windows-AppXDeployment-Server Message:AppX Deployment
                 operation failed for package  with error 0x80073CF1. The specific error text for this failure is: Windows
                 cannot perform the RegisterByPackageFamilyName operation because it could not find
                 Microsoft.Office.C2RX_8wekyb3d8bbwe in the repository. Make sure Microsoft.Office.C2RX_8wekyb3d8bbwe has
                 been staged or was installed by another user.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 700
    Line       : 20210101 ID:712 Level:Error Provider:Microsoft-Windows-AppXDeployment-Server Message:Windows cannot
                 perform the RegisterByPackageFamilyName operation because it could not find
                 Microsoft.Office.C2RX_8wekyb3d8bbwe in the repository. Make sure Microsoft.Office.C2RX_8wekyb3d8bbwe has
                 been staged or was installed by another user.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 702
    Line       : 20210101 ID:404 Level:Error Provider:Microsoft-Windows-AppXDeployment-Server Message:AppX Deployment
                 operation failed for package  with error 0x80073CF1. The specific error text for this failure is: Windows
                 cannot perform the RegisterByPackageFamilyName operation because it could not find
                 Microsoft.Office.C2RX_8wekyb3d8bbwe in the repository. Make sure Microsoft.Office.C2RX_8wekyb3d8bbwe has
                 been staged or was installed by another user.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 703
    Line       : 20210101 ID:712 Level:Error Provider:Microsoft-Windows-AppXDeployment-Server Message:Windows cannot
                 perform the RegisterByPackageFamilyName operation because it could not find
                 Microsoft.Office.C2RX_8wekyb3d8bbwe in the repository. Make sure Microsoft.Office.C2RX_8wekyb3d8bbwe has
                 been staged or was installed by another user.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 705
    Line       : 20210101 ID:404 Level:Error Provider:Microsoft-Windows-AppXDeployment-Server Message:AppX Deployment
                 operation failed for package  with error 0x80073CF1. The specific error text for this failure is: Windows
                 cannot perform the RegisterByPackageFamilyName operation because it could not find
                 Microsoft.Office.C2RX_8wekyb3d8bbwe in the repository. Make sure Microsoft.Office.C2RX_8wekyb3d8bbwe has
                 been staged or was installed by another user.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 706
    Line       : 20210101 ID:712 Level:Error Provider:Microsoft-Windows-AppXDeployment-Server Message:Windows cannot
                 perform the RegisterByPackageFamilyName operation because it could not find
                 Microsoft.Office.C2RX_8wekyb3d8bbwe in the repository. Make sure Microsoft.Office.C2RX_8wekyb3d8bbwe has
                 been staged or was installed by another user.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 708
    Line       : 20210101 ID:404 Level:Error Provider:Microsoft-Windows-AppXDeployment-Server Message:AppX Deployment
                 operation failed for package  with error 0x80073CF1. The specific error text for this failure is: Windows
                 cannot perform the RegisterByPackageFamilyName operation because it could not find
                 Microsoft.Office.C2RX_8wekyb3d8bbwe in the repository. Make sure Microsoft.Office.C2RX_8wekyb3d8bbwe has
                 been staged or was installed by another user.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 709
    Line       : 20210101 ID:712 Level:Error Provider:Microsoft-Windows-AppXDeployment-Server Message:Windows cannot
                 perform the RegisterByPackageFamilyName operation because it could not find
                 Microsoft.Office.C2RX_8wekyb3d8bbwe in the repository. Make sure Microsoft.Office.C2RX_8wekyb3d8bbwe has
                 been staged or was installed by another user.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 711
    Line       : 20210101 ID:404 Level:Error Provider:Microsoft-Windows-AppXDeployment-Server Message:AppX Deployment
                 operation failed for package  with error 0x80073CF1. The specific error text for this failure is: Windows
                 cannot perform the RegisterByPackageFamilyName operation because it could not find
                 Microsoft.Office.C2RX_8wekyb3d8bbwe in the repository. Make sure Microsoft.Office.C2RX_8wekyb3d8bbwe has
                 been staged or was installed by another user.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 712
    Line       : 20210101 ID:712 Level:Error Provider:Microsoft-Windows-AppXDeployment-Server Message:Windows cannot
                 perform the RegisterByPackageFamilyName operation because it could not find
                 Microsoft.Office.C2RX_8wekyb3d8bbwe in the repository. Make sure Microsoft.Office.C2RX_8wekyb3d8bbwe has
                 been staged or was installed by another user.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 714
    Line       : 20210101 ID:404 Level:Error Provider:Microsoft-Windows-AppXDeployment-Server Message:AppX Deployment
                 operation failed for package  with error 0x80073CF1. The specific error text for this failure is: Windows
                 cannot perform the RegisterByPackageFamilyName operation because it could not find
                 Microsoft.Office.C2RX_8wekyb3d8bbwe in the repository. Make sure Microsoft.Office.C2RX_8wekyb3d8bbwe has
                 been staged or was installed by another user.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 715
    Line       : 20210101 ID:712 Level:Error Provider:Microsoft-Windows-AppXDeployment-Server Message:Windows cannot
                 perform the RegisterByPackageFamilyName operation because it could not find
                 Microsoft.Office.C2RX_8wekyb3d8bbwe in the repository. Make sure Microsoft.Office.C2RX_8wekyb3d8bbwe has
                 been staged or was installed by another user.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 717
    Line       : 20210101 ID:404 Level:Error Provider:Microsoft-Windows-AppXDeployment-Server Message:AppX Deployment
                 operation failed for package  with error 0x80073CF1. The specific error text for this failure is: Windows
                 cannot perform the RegisterByPackageFamilyName operation because it could not find
                 Microsoft.Office.C2RX_8wekyb3d8bbwe in the repository. Make sure Microsoft.Office.C2RX_8wekyb3d8bbwe has
                 been staged or was installed by another user.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 718
    Line       : 20210101 ID:712 Level:Error Provider:Microsoft-Windows-AppXDeployment-Server Message:Windows cannot
                 perform the RegisterByPackageFamilyName operation because it could not find
                 Microsoft.Office.C2RX_8wekyb3d8bbwe in the repository. Make sure Microsoft.Office.C2RX_8wekyb3d8bbwe has
                 been staged or was installed by another user.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 742
    Line       : 20210101 ID:404 Level:Error Provider:Microsoft-Windows-AppXDeployment-Server Message:AppX Deployment
                 operation failed for package  with error 0x80073CF1. The specific error text for this failure is: Windows
                 cannot perform the RegisterByPackageFamilyName operation because it could not find
                 Microsoft.Office.C2RX_8wekyb3d8bbwe in the repository. Make sure Microsoft.Office.C2RX_8wekyb3d8bbwe has
                 been staged or was installed by another user.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 743
    Line       : 20210101 ID:712 Level:Error Provider:Microsoft-Windows-AppXDeployment-Server Message:Windows cannot
                 perform the RegisterByPackageFamilyName operation because it could not find
                 Microsoft.Office.C2RX_8wekyb3d8bbwe in the repository. Make sure Microsoft.Office.C2RX_8wekyb3d8bbwe has
                 been staged or was installed by another user.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 756
    Line       : 20201231 ID:404 Level:Error Provider:Microsoft-Windows-AppXDeployment-Server Message:AppX Deployment
                 operation failed for package  with error 0x80073CF1. The specific error text for this failure is: Windows
                 cannot perform the RegisterByPackageFamilyName operation because it could not find
                 Microsoft.Office.C2RX_8wekyb3d8bbwe in the repository. Make sure Microsoft.Office.C2RX_8wekyb3d8bbwe has
                 been staged or was installed by another user.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 757
    Line       : 20201231 ID:712 Level:Error Provider:Microsoft-Windows-AppXDeployment-Server Message:Windows cannot
                 perform the RegisterByPackageFamilyName operation because it could not find
                 Microsoft.Office.C2RX_8wekyb3d8bbwe in the repository. Make sure Microsoft.Office.C2RX_8wekyb3d8bbwe has
                 been staged or was installed by another user.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 759
    Line       : 20201231 ID:404 Level:Error Provider:Microsoft-Windows-AppXDeployment-Server Message:AppX Deployment
                 operation failed for package  with error 0x80073CF1. The specific error text for this failure is: Windows
                 cannot perform the RegisterByPackageFamilyName operation because it could not find
                 Microsoft.Office.C2RX_8wekyb3d8bbwe in the repository. Make sure Microsoft.Office.C2RX_8wekyb3d8bbwe has
                 been staged or was installed by another user.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 760
    Line       : 20201231 ID:712 Level:Error Provider:Microsoft-Windows-AppXDeployment-Server Message:Windows cannot
                 perform the RegisterByPackageFamilyName operation because it could not find
                 Microsoft.Office.C2RX_8wekyb3d8bbwe in the repository. Make sure Microsoft.Office.C2RX_8wekyb3d8bbwe has
                 been staged or was installed by another user.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 762
    Line       : 20201231 ID:404 Level:Error Provider:Microsoft-Windows-AppXDeployment-Server Message:AppX Deployment
                 operation failed for package  with error 0x80073CF1. The specific error text for this failure is: Windows
                 cannot perform the RegisterByPackageFamilyName operation because it could not find
                 Microsoft.Office.C2RX_8wekyb3d8bbwe in the repository. Make sure Microsoft.Office.C2RX_8wekyb3d8bbwe has
                 been staged or was installed by another user.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 763
    Line       : 20201231 ID:712 Level:Error Provider:Microsoft-Windows-AppXDeployment-Server Message:Windows cannot
                 perform the RegisterByPackageFamilyName operation because it could not find
                 Microsoft.Office.C2RX_8wekyb3d8bbwe in the repository. Make sure Microsoft.Office.C2RX_8wekyb3d8bbwe has
                 been staged or was installed by another user.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 765
    Line       : 20201231 ID:404 Level:Error Provider:Microsoft-Windows-AppXDeployment-Server Message:AppX Deployment
                 operation failed for package  with error 0x80073CF1. The specific error text for this failure is: Windows
                 cannot perform the RegisterByPackageFamilyName operation because it could not find
                 Microsoft.Office.C2RX_8wekyb3d8bbwe in the repository. Make sure Microsoft.Office.C2RX_8wekyb3d8bbwe has
                 been staged or was installed by another user.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 766
    Line       : 20201231 ID:712 Level:Error Provider:Microsoft-Windows-AppXDeployment-Server Message:Windows cannot
                 perform the RegisterByPackageFamilyName operation because it could not find
                 Microsoft.Office.C2RX_8wekyb3d8bbwe in the repository. Make sure Microsoft.Office.C2RX_8wekyb3d8bbwe has
                 been staged or was installed by another user.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 996
    Line       : 20210102 ID:21 Level:Information Provider:Microsoft-Windows-BrokerInfrastructure Message:The background
                 task with entry point Microsoft.Msn.Weather.Tile.TileUpdateTask and name
                 Microsoft.Msn.Weather.Tile.TileUpdateTask failed to activate with error code 0x8027025B.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 997
    Line       : 20210102 ID:21 Level:Information Provider:Microsoft-Windows-BrokerInfrastructure Message:The background
                 task with entry point BackgroundTasks.GeneraLiveTile and name GeneraLiveTileTiempo14Dias failed to
                 activate with error code 0x8027025B.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 999
    Line       : 20210101 ID:1109 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to configure a Biometric Unit for sensor: Windows Hello Face Virtual Software Device
                 (\Bootstrap\Virtual Sensors\{0527b250-7514-4321-8b68-41c65f956998}).The operation failed with error:
                 0x80004001See the "Details" pane for information about the failing configuration.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1000
    Line       : 20210101 ID:1105 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to initialize an adapter binary: Windows Hello Face Virtual Software Device
                 (\Bootstrap\Virtual Sensors\{0527b250-7514-4321-8b68-41c65f956998}).The module's "Sensor Adapter"
                 initialization routine failed with error: 0x80004001See the "Details" pane for information about the
                 failing configuration.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1001
    Line       : 20210101 ID:1600 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to start its secure component.The operation failed with error: 0x80070032.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1003
    Line       : 20210101 ID:1109 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to configure a Biometric Unit for sensor: Windows Hello Face Virtual Software Device
                 (\Bootstrap\Virtual Sensors\{0527b250-7514-4321-8b68-41c65f956998}).The operation failed with error:
                 0x80004001See the "Details" pane for information about the failing configuration.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1004
    Line       : 20210101 ID:1105 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to initialize an adapter binary: Windows Hello Face Virtual Software Device
                 (\Bootstrap\Virtual Sensors\{0527b250-7514-4321-8b68-41c65f956998}).The module's "Sensor Adapter"
                 initialization routine failed with error: 0x80004001See the "Details" pane for information about the
                 failing configuration.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1005
    Line       : 20210101 ID:1600 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to start its secure component.The operation failed with error: 0x80070032.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1007
    Line       : 20210101 ID:1109 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to configure a Biometric Unit for sensor: Windows Hello Face Virtual Software Device
                 (\Bootstrap\Virtual Sensors\{0527b250-7514-4321-8b68-41c65f956998}).The operation failed with error:
                 0x80004001See the "Details" pane for information about the failing configuration.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1008
    Line       : 20210101 ID:1105 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to initialize an adapter binary: Windows Hello Face Virtual Software Device
                 (\Bootstrap\Virtual Sensors\{0527b250-7514-4321-8b68-41c65f956998}).The module's "Sensor Adapter"
                 initialization routine failed with error: 0x80004001See the "Details" pane for information about the
                 failing configuration.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1009
    Line       : 20210101 ID:1600 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to start its secure component.The operation failed with error: 0x80070032.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1011
    Line       : 20201229 ID:1109 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to configure a Biometric Unit for sensor: Windows Hello Face Virtual Software Device
                 (\Bootstrap\Virtual Sensors\{0527b250-7514-4321-8b68-41c65f956998}).The operation failed with error:
                 0x80004001See the "Details" pane for information about the failing configuration.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1012
    Line       : 20201229 ID:1105 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to initialize an adapter binary: Windows Hello Face Virtual Software Device
                 (\Bootstrap\Virtual Sensors\{0527b250-7514-4321-8b68-41c65f956998}).The module's "Sensor Adapter"
                 initialization routine failed with error: 0x80004001See the "Details" pane for information about the
                 failing configuration.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1013
    Line       : 20201229 ID:1600 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to start its secure component.The operation failed with error: 0x80070032.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1015
    Line       : 20201229 ID:1109 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to configure a Biometric Unit for sensor: Windows Hello Face Virtual Software Device
                 (\Bootstrap\Virtual Sensors\{0527b250-7514-4321-8b68-41c65f956998}).The operation failed with error:
                 0x80004001See the "Details" pane for information about the failing configuration.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1016
    Line       : 20201229 ID:1105 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to initialize an adapter binary: Windows Hello Face Virtual Software Device
                 (\Bootstrap\Virtual Sensors\{0527b250-7514-4321-8b68-41c65f956998}).The module's "Sensor Adapter"
                 initialization routine failed with error: 0x80004001See the "Details" pane for information about the
                 failing configuration.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1017
    Line       : 20201229 ID:1600 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to start its secure component.The operation failed with error: 0x80070032.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1018
    Line       : 20201229 ID:1507 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Credential Manager failed to remove a credential.The operation failed with error: 0x80098031.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1020
    Line       : 20201229 ID:1109 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to configure a Biometric Unit for sensor: Windows Hello Face Virtual Software Device
                 (\Bootstrap\Virtual Sensors\{0527b250-7514-4321-8b68-41c65f956998}).The operation failed with error:
                 0x80004001See the "Details" pane for information about the failing configuration.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1021
    Line       : 20201229 ID:1105 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to initialize an adapter binary: Windows Hello Face Virtual Software Device
                 (\Bootstrap\Virtual Sensors\{0527b250-7514-4321-8b68-41c65f956998}).The module's "Sensor Adapter"
                 initialization routine failed with error: 0x80004001See the "Details" pane for information about the
                 failing configuration.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1022
    Line       : 20201229 ID:1600 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to start its secure component.The operation failed with error: 0x80070032.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1024
    Line       : 20201229 ID:1109 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to configure a Biometric Unit for sensor: Windows Hello Face Virtual Software Device
                 (\Bootstrap\Virtual Sensors\{0527b250-7514-4321-8b68-41c65f956998}).The operation failed with error:
                 0x80004001See the "Details" pane for information about the failing configuration.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1025
    Line       : 20201229 ID:1105 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to initialize an adapter binary: Windows Hello Face Virtual Software Device
                 (\Bootstrap\Virtual Sensors\{0527b250-7514-4321-8b68-41c65f956998}).The module's "Sensor Adapter"
                 initialization routine failed with error: 0x80004001See the "Details" pane for information about the
                 failing configuration.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1026
    Line       : 20201229 ID:1600 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to start its secure component.The operation failed with error: 0x80070032.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1028
    Line       : 20201229 ID:1109 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to configure a Biometric Unit for sensor: Windows Hello Face Virtual Software Device
                 (\Bootstrap\Virtual Sensors\{0527b250-7514-4321-8b68-41c65f956998}).The operation failed with error:
                 0x80004001See the "Details" pane for information about the failing configuration.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1029
    Line       : 20201229 ID:1105 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to initialize an adapter binary: Windows Hello Face Virtual Software Device
                 (\Bootstrap\Virtual Sensors\{0527b250-7514-4321-8b68-41c65f956998}).The module's "Sensor Adapter"
                 initialization routine failed with error: 0x80004001See the "Details" pane for information about the
                 failing configuration.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1030
    Line       : 20201229 ID:1600 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to start its secure component.The operation failed with error: 0x80070032.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1032
    Line       : 20201228 ID:1109 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to configure a Biometric Unit for sensor: Windows Hello Face Virtual Software Device
                 (\Bootstrap\Virtual Sensors\{0527b250-7514-4321-8b68-41c65f956998}).The operation failed with error:
                 0x80004001See the "Details" pane for information about the failing configuration.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1033
    Line       : 20201228 ID:1105 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to initialize an adapter binary: Windows Hello Face Virtual Software Device
                 (\Bootstrap\Virtual Sensors\{0527b250-7514-4321-8b68-41c65f956998}).The module's "Sensor Adapter"
                 initialization routine failed with error: 0x80004001See the "Details" pane for information about the
                 failing configuration.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1034
    Line       : 20201228 ID:1600 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to start its secure component.The operation failed with error: 0x80070032.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1035
    Line       : 20201228 ID:1507 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Credential Manager failed to remove a credential.The operation failed with error: 0x80098031.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1037
    Line       : 20201228 ID:1109 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to configure a Biometric Unit for sensor: Windows Hello Face Virtual Software Device
                 (\Bootstrap\Virtual Sensors\{0527b250-7514-4321-8b68-41c65f956998}).The operation failed with error:
                 0x80004001See the "Details" pane for information about the failing configuration.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1038
    Line       : 20201228 ID:1105 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to initialize an adapter binary: Windows Hello Face Virtual Software Device
                 (\Bootstrap\Virtual Sensors\{0527b250-7514-4321-8b68-41c65f956998}).The module's "Sensor Adapter"
                 initialization routine failed with error: 0x80004001See the "Details" pane for information about the
                 failing configuration.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1039
    Line       : 20201228 ID:1600 Level:Information Provider:Microsoft-Windows-Biometrics Message:The Windows Biometric
                 Service failed to start its secure component.The operation failed with error: 0x80070032.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1126
    Line       : 20210102 ID:310 Level:Warning Provider:Microsoft-Windows-Bits-Client Message:The initialization of the
                 peer helper modules failed with the following error:  0x80070032.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1246
    Line       : 20210102 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.nlm.nlmsignature$wificloudstore3 failed with error code 0x80040105.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1247
    Line       : 20210102 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_owe failed with error code 0x80040301.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1248
    Line       : 20210102 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_owe failed with error code 0x80040301.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1249
    Line       : 20210102 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_wpa3 failed with error code 0x80040301.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1250
    Line       : 20210102 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_wpa3 failed with error code 0x80040301.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1251
    Line       : 20210102 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wificloudstore3 failed with error code 0x80040105.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1252
    Line       : 20210102 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.security.vault.webcredentials$webcredentialscloudstore failed with error code
                 0x80040105.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1253
    Line       : 20210102 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1254
    Line       : 20210102 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1255
    Line       : 20210102 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1256
    Line       : 20210102 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1257
    Line       : 20210102 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.nlm.nlmsignature$wificloudstore3 failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1258
    Line       : 20210102 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_owe failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1259
    Line       : 20210102 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_owe failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1260
    Line       : 20210102 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_wpa3 failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1261
    Line       : 20210102 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_wpa3 failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1262
    Line       : 20210102 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wificloudstore3 failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1263
    Line       : 20210102 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.security.vault.webcredentials$webcredentialscloudstore failed with error code
                 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1264
    Line       : 20210102 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1265
    Line       : 20210102 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1266
    Line       : 20210102 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1267
    Line       : 20210102 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1268
    Line       : 20210102 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1269
    Line       : 20210102 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1270
    Line       : 20210102 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1271
    Line       : 20210102 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1272
    Line       : 20210101 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.nlm.nlmsignature$wificloudstore3 failed with error code 0x80040105.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1273
    Line       : 20210101 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_owe failed with error code 0x80040301.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1274
    Line       : 20210101 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_owe failed with error code 0x80040301.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1275
    Line       : 20210101 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_wpa3 failed with error code 0x80040301.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1276
    Line       : 20210101 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_wpa3 failed with error code 0x80040301.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1277
    Line       : 20210101 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wificloudstore3 failed with error code 0x80040105.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1278
    Line       : 20210101 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.security.vault.webcredentials$webcredentialscloudstore failed with error code
                 0x80040105.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1279
    Line       : 20210101 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1280
    Line       : 20210101 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1281
    Line       : 20210101 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1282
    Line       : 20210101 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1283
    Line       : 20210101 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1284
    Line       : 20210101 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1285
    Line       : 20210101 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1286
    Line       : 20210101 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1287
    Line       : 20210101 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.nlm.nlmsignature$wificloudstore3 failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1288
    Line       : 20210101 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_owe failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1289
    Line       : 20210101 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_owe failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1290
    Line       : 20210101 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_wpa3 failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1291
    Line       : 20210101 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_wpa3 failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1292
    Line       : 20210101 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wificloudstore3 failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1293
    Line       : 20210101 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.security.vault.webcredentials$webcredentialscloudstore failed with error code
                 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1294
    Line       : 20210101 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1295
    Line       : 20210101 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1296
    Line       : 20210101 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1297
    Line       : 20210101 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1298
    Line       : 20210101 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1299
    Line       : 20210101 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1300
    Line       : 20210101 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1301
    Line       : 20210101 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1302
    Line       : 20210101 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.security.vault.webcredentials$webcredentialscloudstore failed with error code
                 0x80040105.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1303
    Line       : 20210101 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.nlm.nlmsignature$wificloudstore3 failed with error code 0x80040105.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1304
    Line       : 20210101 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_owe failed with error code 0x80040301.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1305
    Line       : 20210101 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_owe failed with error code 0x80040301.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1306
    Line       : 20210101 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_wpa3 failed with error code 0x80040301.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1307
    Line       : 20210101 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_wpa3 failed with error code 0x80040301.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1308
    Line       : 20210101 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wificloudstore3 failed with error code 0x80040105.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1309
    Line       : 20210101 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.security.vault.webcredentials$webcredentialscloudstore failed with error code
                 0x80040105.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1310
    Line       : 20210101 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1311
    Line       : 20210101 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1312
    Line       : 20210101 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1313
    Line       : 20210101 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1314
    Line       : 20201231 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.nlm.nlmsignature$wificloudstore3 failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1315
    Line       : 20201231 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_owe failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1316
    Line       : 20201231 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_owe failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1317
    Line       : 20201231 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_wpa3 failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1318
    Line       : 20201231 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_wpa3 failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1319
    Line       : 20201231 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wificloudstore3 failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1320
    Line       : 20201231 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.security.vault.webcredentials$webcredentialscloudstore failed with error code
                 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1321
    Line       : 20201231 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1322
    Line       : 20201231 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1323
    Line       : 20201231 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1324
    Line       : 20201231 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1325
    Line       : 20201231 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.nlm.nlmsignature$wificloudstore3 failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1326
    Line       : 20201231 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_owe failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1327
    Line       : 20201231 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_owe failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1328
    Line       : 20201231 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_wpa3 failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1329
    Line       : 20201231 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_wpa3 failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1330
    Line       : 20201231 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wificloudstore3 failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1331
    Line       : 20201231 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.security.vault.webcredentials$webcredentialscloudstore failed with error code
                 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1332
    Line       : 20201231 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1333
    Line       : 20201231 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1334
    Line       : 20201231 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1335
    Line       : 20201231 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1336
    Line       : 20201231 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.security.vault.webcredentials$webcredentialscloudstore failed with error code
                 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1337
    Line       : 20201231 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1338
    Line       : 20201231 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1339
    Line       : 20201231 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1340
    Line       : 20201231 ID:1 Level:Error Provider:Microsoft-Windows-CloudStore Message:Error 0x80070520 occurred. See
                 event details for more information.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1341
    Line       : 20201231 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.nlm.nlmsignature$wificloudstore3 failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1342
    Line       : 20201231 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_owe failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1343
    Line       : 20201231 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_owe failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1344
    Line       : 20201231 ID:3013 Level:Warning Provider:Microsoft-Windows-CloudStore Message:Downloading
                 default$windows.data.wifi.wifiprofile$wifi3_wpa3 failed with error code 0x80040115.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1346
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Microsoft signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1348
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Microsoft signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1350
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Microsoft signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1352
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Microsoft signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1354
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Windows signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1356
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Windows signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1358
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Microsoft signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1360
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Microsoft signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1362
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Windows signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1364
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Windows signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1366
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Windows signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1368
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Windows signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1370
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Windows signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1372
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Windows signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1374
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Microsoft signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1376
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Microsoft signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1378
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Microsoft signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1380
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Microsoft signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1382
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Windows signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1384
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Windows signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1386
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Microsoft signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1388
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Microsoft signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1390
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Microsoft signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1392
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Microsoft signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1394
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Windows signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1396
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Windows signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1398
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Windows signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1400
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Windows signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1402
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Windows signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1404
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Windows signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1406
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Windows signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1408
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Windows signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1410
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Windows signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1412
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Windows signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1414
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Windows signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1416
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Windows signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1418
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Windows signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1420
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Windows signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1422
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Microsoft signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1424
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Microsoft signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1426
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Microsoft signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1428
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Microsoft signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1430
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Microsoft signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1432
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Microsoft signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1434
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Microsoft signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1436
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Microsoft signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1438
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Microsoft signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1440
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Microsoft signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1442
    Line       : 20210102 ID:3033 Level:Error Provider:Microsoft-Windows-CodeIntegrity Message:Code Integrity determined
                 that a process (\Device\HarddiskVolume3\Windows\System32\svchost.exe) attempted to load
                 \Device\HarddiskVolume3\Program Files\Bonjour\mdnsNSP.dll that did not meet the Windows signing level
                 requirements.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1702
    Line       : 20210101 ID:8198 Level:Error Provider:Microsoft-Windows-Crypto-DPAPI Message:DPAPI Unprotect failed .
    
                  	Status:	0xD
                  	ReasonForFailure:	Unknown
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1730
    Line       : 20201231 ID:8198 Level:Error Provider:Microsoft-Windows-Crypto-DPAPI Message:DPAPI Unprotect failed .
    
                  	Status:	0xD
                  	ReasonForFailure:	Unknown
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1736
    Line       : 20210102 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	taskhostw.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1737
    Line       : 20210102 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1738
    Line       : 20210102 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	lsass.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1739
    Line       : 20210102 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1740
    Line       : 20210102 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	taskhostw.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1741
    Line       : 20210101 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	lsass.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1742
    Line       : 20210101 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1743
    Line       : 20210101 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1744
    Line       : 20210101 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	taskhostw.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1745
    Line       : 20210101 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	lsass.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1746
    Line       : 20210101 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1747
    Line       : 20210101 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1748
    Line       : 20210101 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	taskhostw.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1749
    Line       : 20210101 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	taskhostw.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1750
    Line       : 20210101 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	taskhostw.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1751
    Line       : 20210101 ID:1 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Cryptographic Operation failed.
    
                  Cryptographic Parameters:
                  	OperationType:	DECRYPT
                  	Provider Name:	Microsoft Passport Key Storage Provider
                  	Key Name:	S-1-5-21-3983332640-3327938719-2226829139-1001/ab0fbf2a-0efc-4fff-a069-c89aefdd342f///CA00CFA8
                 -EB0F-42BA-A707-A3A43CDA5BD9
                  	Key Type:
                  	Algorithm Name:
    
                 Failure Information:
                  	Return Code:	0x80090033
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1752
    Line       : 20210101 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1753
    Line       : 20210101 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	lsass.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1754
    Line       : 20210101 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1755
    Line       : 20210101 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	taskhostw.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1756
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	taskhostw.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1757
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	taskhostw.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1758
    Line       : 20201231 ID:1 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Cryptographic Operation failed.
    
                  Cryptographic Parameters:
                  	OperationType:	DECRYPT
                  	Provider Name:	Microsoft Passport Key Storage Provider
                  	Key Name:	S-1-5-21-3983332640-3327938719-2226829139-1001/ab0fbf2a-0efc-4fff-a069-c89aefdd342f///CA00CFA8
                 -EB0F-42BA-A707-A3A43CDA5BD9
                  	Key Type:
                  	Algorithm Name:
    
                 Failure Information:
                  	Return Code:	0x80090033
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1759
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	taskhostw.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1760
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	lsass.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1761
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1762
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1763
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	taskhostw.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1764
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	lsass.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1765
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1766
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1767
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	lsass.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1768
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1769
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1770
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	lsass.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1771
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1772
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1773
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	lsass.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1774
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1775
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1776
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	lsass.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1777
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1778
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1779
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	lsass.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1780
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1781
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1782
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	lsass.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1783
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1784
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1785
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	taskhostw.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1786
    Line       : 20201230 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	taskhostw.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1787
    Line       : 20201230 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	lsass.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1788
    Line       : 20201230 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1789
    Line       : 20201230 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1790
    Line       : 20201230 ID:1 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Cryptographic Operation failed.
    
                  Cryptographic Parameters:
                  	OperationType:	DECRYPT
                  	Provider Name:	Microsoft Passport Key Storage Provider
                  	Key Name:	S-1-5-21-3983332640-3327938719-2226829139-1001/ab0fbf2a-0efc-4fff-a069-c89aefdd342f///CA00CFA8
                 -EB0F-42BA-A707-A3A43CDA5BD9
                  	Key Type:
                  	Algorithm Name:
    
                 Failure Information:
                  	Return Code:	0x80090033
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1791
    Line       : 20201230 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	lsass.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1792
    Line       : 20201230 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1793
    Line       : 20201230 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1794
    Line       : 20201230 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	lsass.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1795
    Line       : 20201230 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1796
    Line       : 20201230 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1797
    Line       : 20201230 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	lsass.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1798
    Line       : 20201230 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1799
    Line       : 20201230 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1800
    Line       : 20201230 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	lsass.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1801
    Line       : 20201230 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1802
    Line       : 20201230 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1803
    Line       : 20201230 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	taskhostw.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1804
    Line       : 20201230 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	lsass.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1805
    Line       : 20201230 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1806
    Line       : 20201230 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1807
    Line       : 20201230 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	lsass.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1808
    Line       : 20201230 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1809
    Line       : 20201230 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1810
    Line       : 20201230 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	taskhostw.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1811
    Line       : 20201230 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	lsass.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1812
    Line       : 20201230 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1813
    Line       : 20201230 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1814
    Line       : 20201229 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	taskhostw.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1815
    Line       : 20201229 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	lsass.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1816
    Line       : 20201229 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1817
    Line       : 20201229 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1818
    Line       : 20201229 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	taskhostw.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1819
    Line       : 20201229 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	lsass.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1820
    Line       : 20201229 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1821
    Line       : 20201229 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1822
    Line       : 20201229 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	taskhostw.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1823
    Line       : 20201229 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	lsass.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1824
    Line       : 20201229 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1825
    Line       : 20201229 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1826
    Line       : 20201229 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	taskhostw.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1827
    Line       : 20201229 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	lsass.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1828
    Line       : 20201229 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1829
    Line       : 20201229 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1830
    Line       : 20201229 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	taskhostw.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1831
    Line       : 20201229 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	taskhostw.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1832
    Line       : 20201229 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	lsass.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1833
    Line       : 20201229 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 1834
    Line       : 20201229 ID:2 Level:Error Provider:Microsoft-Windows-Crypto-NCrypt Message:Open Provider operation failed.
    
                  Cryptographic Parameters:
                  	Provider Name:	Microsoft Platform Crypto Provider
                  Failure Information:
                  	Return Code:	svchost.exe
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2006
    Line       : 20210101 ID:112 Level:Information Provider:Microsoft-Windows-DeviceSetupManager Message:Device 'Unknown
                 USB Device (Device Descriptor Request Failed)' ({319db1cf-4c9c-11eb-ba9e-8cc681ccfb81}) has been
                 serviced, processed 6 tasks, wrote 34 properties, active worktime was 297 milliseconds.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2036
    Line       : 20201230 ID:112 Level:Information Provider:Microsoft-Windows-DeviceSetupManager Message:Device 'Unknown
                 USB Device (Device Descriptor Request Failed)' ({0e6410e5-4aa9-11eb-ba8c-806e6f6e6963}) has been
                 serviced, processed 1 tasks, wrote 34 properties, active worktime was 135 milliseconds.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2037
    Line       : 20201230 ID:105 Level:Information Provider:Microsoft-Windows-DeviceSetupManager Message:DSM Service is
                 entering a retry sequence because soft (retryable) errors were encountered
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2038
    Line       : 20201230 ID:112 Level:Information Provider:Microsoft-Windows-DeviceSetupManager Message:Device 'Unknown
                 USB Device (Device Descriptor Request Failed)' ({0e6410e5-4aa9-11eb-ba8c-806e6f6e6963}) has been
                 serviced, processed 4 tasks, wrote 42 properties, active worktime was 46 milliseconds.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2310
    Line       : 20201231 ID:135 Level:Error Provider:Microsoft-Windows-Diagnosis-DPS Message:The Diagnostic Policy
                 Service could not create a diagnostic module host instance for diagnostic module
                 {9c5a40da-b965-4fc3-8781-88dd50a6299d} (%SystemRoot%\system32\perftrack.dll).  The error code was
                 2147943515.  The scenario {fd5aa730-b53f-4b39-84e5-cb4303621d74}, instance
                 {d4be115c-cb29-463e-8288-6f39df84bcc9}, original activity ID {00000000-0000-0000-0000-000000000000} will
                 be discarded.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2316
    Line       : 20201231 ID:135 Level:Error Provider:Microsoft-Windows-Diagnosis-DPS Message:The Diagnostic Policy
                 Service could not create a diagnostic module host instance for diagnostic module
                 {9c5a40da-b965-4fc3-8781-88dd50a6299d} (%SystemRoot%\system32\perftrack.dll).  The error code was
                 2147943515.  The scenario {fd5aa730-b53f-4b39-84e5-cb4303621d74}, instance
                 {a3645c61-d04e-42f3-b006-4a08633adbd5}, original activity ID {00000000-0000-0000-0000-000000000000} will
                 be discarded.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2323
    Line       : 20210102 ID:2 Level:Information Provider:Microsoft-Windows-Diagnosis-PCW Message:Provider
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8} failed to register counter set
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8}. Error: "The parameter is incorrect."
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2324
    Line       : 20210102 ID:2 Level:Information Provider:Microsoft-Windows-Diagnosis-PCW Message:Provider
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8} failed to register counter set
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8}. Error: "The parameter is incorrect."
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2325
    Line       : 20210101 ID:2 Level:Information Provider:Microsoft-Windows-Diagnosis-PCW Message:Provider
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8} failed to register counter set
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8}. Error: "The parameter is incorrect."
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2326
    Line       : 20210101 ID:2 Level:Information Provider:Microsoft-Windows-Diagnosis-PCW Message:Provider
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8} failed to register counter set
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8}. Error: "The parameter is incorrect."
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2327
    Line       : 20210101 ID:2 Level:Information Provider:Microsoft-Windows-Diagnosis-PCW Message:Provider
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8} failed to register counter set
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8}. Error: "The parameter is incorrect."
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2328
    Line       : 20210101 ID:2 Level:Information Provider:Microsoft-Windows-Diagnosis-PCW Message:Provider
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8} failed to register counter set
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8}. Error: "The parameter is incorrect."
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2329
    Line       : 20210101 ID:2 Level:Information Provider:Microsoft-Windows-Diagnosis-PCW Message:Provider
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8} failed to register counter set
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8}. Error: "The parameter is incorrect."
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2330
    Line       : 20210101 ID:2 Level:Information Provider:Microsoft-Windows-Diagnosis-PCW Message:Provider
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8} failed to register counter set
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8}. Error: "The parameter is incorrect."
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2331
    Line       : 20210101 ID:2 Level:Information Provider:Microsoft-Windows-Diagnosis-PCW Message:Provider
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8} failed to register counter set
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8}. Error: "The parameter is incorrect."
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2332
    Line       : 20210101 ID:2 Level:Information Provider:Microsoft-Windows-Diagnosis-PCW Message:Provider
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8} failed to register counter set
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8}. Error: "The parameter is incorrect."
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2333
    Line       : 20210101 ID:2 Level:Information Provider:Microsoft-Windows-Diagnosis-PCW Message:Provider
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8} failed to register counter set
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8}. Error: "The parameter is incorrect."
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2334
    Line       : 20210101 ID:2 Level:Information Provider:Microsoft-Windows-Diagnosis-PCW Message:Provider
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8} failed to register counter set
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8}. Error: "The parameter is incorrect."
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2335
    Line       : 20210101 ID:2 Level:Information Provider:Microsoft-Windows-Diagnosis-PCW Message:Provider
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8} failed to register counter set
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8}. Error: "The parameter is incorrect."
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2336
    Line       : 20210101 ID:2 Level:Information Provider:Microsoft-Windows-Diagnosis-PCW Message:Provider
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8} failed to register counter set
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8}. Error: "The parameter is incorrect."
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2337
    Line       : 20210101 ID:2 Level:Information Provider:Microsoft-Windows-Diagnosis-PCW Message:Provider
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8} failed to register counter set
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8}. Error: "The parameter is incorrect."
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2338
    Line       : 20210101 ID:2 Level:Information Provider:Microsoft-Windows-Diagnosis-PCW Message:Provider
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8} failed to register counter set
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8}. Error: "The parameter is incorrect."
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2339
    Line       : 20210101 ID:2 Level:Information Provider:Microsoft-Windows-Diagnosis-PCW Message:Provider
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8} failed to register counter set
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8}. Error: "The parameter is incorrect."
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2340
    Line       : 20210101 ID:2 Level:Information Provider:Microsoft-Windows-Diagnosis-PCW Message:Provider
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8} failed to register counter set
                 {3a22a8ec-297c-48ac-ab15-33ec93033fd8}. Error: "The parameter is incorrect."
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2482
    Line       : 20210102 ID:7054 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:Windows Hello for
                 Business prerequisites check failed.
    
                 Error: 0x1
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2483
    Line       : 20210102 ID:7201 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:The Primary Account
                 Primary Refresh Token prerequisite check failed.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2491
    Line       : 20210102 ID:7054 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:Windows Hello for
                 Business prerequisites check failed.
    
                 Error: 0x1
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2492
    Line       : 20210102 ID:7201 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:The Primary Account
                 Primary Refresh Token prerequisite check failed.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2497
    Line       : 20210101 ID:7054 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:Windows Hello for
                 Business prerequisites check failed.
    
                 Error: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2500
    Line       : 20210101 ID:7203 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:Windows Hello for
                 Business is not enabled.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2502
    Line       : 20210101 ID:7200 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:The device registration
                 prerequisite check failed.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2503
    Line       : 20210101 ID:7201 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:The Primary Account
                 Primary Refresh Token prerequisite check failed.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2506
    Line       : 20210101 ID:7054 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:Windows Hello for
                 Business prerequisites check failed.
    
                 Error: 0x1
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2507
    Line       : 20210101 ID:7201 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:The Primary Account
                 Primary Refresh Token prerequisite check failed.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2516
    Line       : 20210101 ID:7054 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:Windows Hello for
                 Business prerequisites check failed.
    
                 Error: 0x1
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2517
    Line       : 20210101 ID:7201 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:The Primary Account
                 Primary Refresh Token prerequisite check failed.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2524
    Line       : 20210101 ID:7054 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:Windows Hello for
                 Business prerequisites check failed.
    
                 Error: 0x1
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2525
    Line       : 20210101 ID:7201 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:The Primary Account
                 Primary Refresh Token prerequisite check failed.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2528
    Line       : 20210101 ID:7054 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:Windows Hello for
                 Business prerequisites check failed.
    
                 Error: 0x1
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2531
    Line       : 20210101 ID:7200 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:The device registration
                 prerequisite check failed.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2533
    Line       : 20210101 ID:7054 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:Windows Hello for
                 Business prerequisites check failed.
    
                 Error: 0x1
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2536
    Line       : 20210101 ID:7200 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:The device registration
                 prerequisite check failed.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2538
    Line       : 20210101 ID:7054 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:Windows Hello for
                 Business prerequisites check failed.
    
                 Error: 0x1
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2541
    Line       : 20210101 ID:7200 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:The device registration
                 prerequisite check failed.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2543
    Line       : 20210101 ID:7054 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:Windows Hello for
                 Business prerequisites check failed.
    
                 Error: 0x1
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2546
    Line       : 20210101 ID:7200 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:The device registration
                 prerequisite check failed.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2548
    Line       : 20210101 ID:7054 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:Windows Hello for
                 Business prerequisites check failed.
    
                 Error: 0x1
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2551
    Line       : 20210101 ID:7200 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:The device registration
                 prerequisite check failed.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2553
    Line       : 20210101 ID:7054 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:Windows Hello for
                 Business prerequisites check failed.
    
                 Error: 0x1
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2556
    Line       : 20210101 ID:7200 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:The device registration
                 prerequisite check failed.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2563
    Line       : 20210101 ID:7054 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:Windows Hello for
                 Business prerequisites check failed.
    
                 Error: 0x1
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2564
    Line       : 20210101 ID:7201 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:The Primary Account
                 Primary Refresh Token prerequisite check failed.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2578
    Line       : 20201231 ID:7054 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:Windows Hello for
                 Business prerequisites check failed.
    
                 Error: 0x1
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2579
    Line       : 20201231 ID:7201 Level:Error Provider:Microsoft-Windows-HelloForBusiness Message:The Primary Account
                 Primary Refresh Token prerequisite check failed.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2580
    Line       : 20210102 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0x9AB25F, Reference Address: 0xAEC300, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2581
    Line       : 20210102 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2582
    Line       : 20210102 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0xC75D5BA6, Reference Address: 0xC76FE2A0, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2583
    Line       : 20210102 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2584
    Line       : 20210102 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0x8EBF0E, Reference Address: 0xA20820, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2585
    Line       : 20210102 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2586
    Line       : 20210102 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0xC75D5BA6, Reference Address: 0xC76FE2A0, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2587
    Line       : 20210102 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2588
    Line       : 20210101 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0x9AB25F, Reference Address: 0xAEC300, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2589
    Line       : 20210101 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2590
    Line       : 20210101 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0xC75D5BA6, Reference Address: 0xC76FE2A0, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2591
    Line       : 20210101 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2592
    Line       : 20210101 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0x9AB25F, Reference Address: 0xAEC300, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2593
    Line       : 20210101 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2594
    Line       : 20210101 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0xC75D5BA6, Reference Address: 0xC76FE2A0, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2595
    Line       : 20210101 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2596
    Line       : 20210101 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0x9AB25F, Reference Address: 0xAEC300, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2597
    Line       : 20210101 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2598
    Line       : 20210101 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0xC75D5BA6, Reference Address: 0xC76FE2A0, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2599
    Line       : 20210101 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2600
    Line       : 20201231 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0x9AB25F, Reference Address: 0xAEC300, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2601
    Line       : 20201231 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2602
    Line       : 20201231 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0xC75D5BA6, Reference Address: 0xC76FE2A0, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2603
    Line       : 20201231 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2604
    Line       : 20201231 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0x9AB25F, Reference Address: 0xAEC300, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2605
    Line       : 20201231 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2606
    Line       : 20201231 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0xC75D5BA6, Reference Address: 0xC76FE2A0, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2607
    Line       : 20201231 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2608
    Line       : 20201231 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0x9AB25F, Reference Address: 0xAEC300, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2609
    Line       : 20201231 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2610
    Line       : 20201231 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0xC75D5BA6, Reference Address: 0xC76FE2A0, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2611
    Line       : 20201231 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2612
    Line       : 20201231 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0x9AB25F, Reference Address: 0xAEC300, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2613
    Line       : 20201231 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2614
    Line       : 20201231 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0xC75D5BA6, Reference Address: 0xC76FE2A0, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2615
    Line       : 20201231 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2616
    Line       : 20201231 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0x9AB25F, Reference Address: 0xAEC300, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2617
    Line       : 20201231 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2618
    Line       : 20201231 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0xC75D5BA6, Reference Address: 0xC76FE2A0, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2619
    Line       : 20201231 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2620
    Line       : 20201231 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0x9AB25F, Reference Address: 0xAEC300, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2621
    Line       : 20201231 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2622
    Line       : 20201231 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0xC75D5BA6, Reference Address: 0xC76FE2A0, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2623
    Line       : 20201231 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2624
    Line       : 20201231 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0x9AB25F, Reference Address: 0xAEC300, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2625
    Line       : 20201231 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2626
    Line       : 20201231 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0xC7214BA6, Reference Address: 0xC733D2A0, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2627
    Line       : 20201231 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2628
    Line       : 20201231 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0x9AB25F, Reference Address: 0xAEC300, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2629
    Line       : 20201231 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2630
    Line       : 20201231 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0xC75D5BA6, Reference Address: 0xC76FE2A0, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2631
    Line       : 20201231 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2632
    Line       : 20201230 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0x9AB25F, Reference Address: 0xAEC300, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2633
    Line       : 20201230 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2634
    Line       : 20201230 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0xC75D5BA6, Reference Address: 0xC76FE2A0, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2635
    Line       : 20201230 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2636
    Line       : 20201230 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0x9AB25F, Reference Address: 0xAEC300, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2637
    Line       : 20201230 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2638
    Line       : 20201230 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0xC75D5BA6, Reference Address: 0xC76FE2A0, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2639
    Line       : 20201230 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2640
    Line       : 20201230 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0x9AB25F, Reference Address: 0xAEC300, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2641
    Line       : 20201230 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2642
    Line       : 20201230 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0xC75D5BA6, Reference Address: 0xC76FE2A0, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2643
    Line       : 20201230 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2644
    Line       : 20201230 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0x8BE25F, Reference Address: 0x9FF300, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2645
    Line       : 20201230 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2646
    Line       : 20201230 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0xC75D5BA6, Reference Address: 0xC76FE2A0, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2647
    Line       : 20201230 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2648
    Line       : 20201230 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0x6982EE, Reference Address: 0x7BB3E0, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2649
    Line       : 20201230 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2650
    Line       : 20201230 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0x9AB25F, Reference Address: 0xAEC300, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2651
    Line       : 20201230 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2652
    Line       : 20201230 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0xC75D5BA6, Reference Address: 0xC76FE2A0, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2653
    Line       : 20201230 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2654
    Line       : 20201230 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0x9AB25F, Reference Address: 0xAEC300, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2655
    Line       : 20201230 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2656
    Line       : 20201230 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0xC75D5BA6, Reference Address: 0xC76FE2A0, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2657
    Line       : 20201230 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2658
    Line       : 20201230 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0x9AB25F, Reference Address: 0xAEC300, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2659
    Line       : 20201230 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2660
    Line       : 20201230 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0xC75D5BA6, Reference Address: 0xC76FE2A0, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2661
    Line       : 20201230 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2662
    Line       : 20201230 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0x9AB25F, Reference Address: 0xAEC300, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2663
    Line       : 20201230 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2664
    Line       : 20201230 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0xC75D5BA6, Reference Address: 0xC76FE2A0, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2665
    Line       : 20201230 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2666
    Line       : 20201229 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0x9AB25F, Reference Address: 0xAEC300, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2667
    Line       : 20201229 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2668
    Line       : 20201229 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0xC75D5BA6, Reference Address: 0xC76FE2A0, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2669
    Line       : 20201229 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2670
    Line       : 20201229 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0x9AB25F, Reference Address: 0xAEC300, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2671
    Line       : 20201229 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2672
    Line       : 20201229 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0xC75D5BA6, Reference Address: 0xC76FE2A0, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2673
    Line       : 20201229 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2674
    Line       : 20201229 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0x9AB25F, Reference Address: 0xAEC300, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2675
    Line       : 20201229 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2676
    Line       : 20201229 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0xC75D5BA6, Reference Address: 0xC76FE2A0, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2677
    Line       : 20201229 ID:235 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Windows boot environment
                 failed to initialize TPM device. StatusCode: 0xC0000002, Position: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2678
    Line       : 20201229 ID:208 Level:Error Provider:Microsoft-Windows-Kernel-Boot Message:Measured Boot library
                 encountered a failure and entered insecure state. InitState: 1, StatusCode: 0xC0000001, Failure Address:
                 0x9AB25F, Reference Address: 0xAEC300, Reason: 1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2679
    Line       : 20210102 ID:3 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "PerfDiag
                 Logger" stopped due to the following error: 0xC0000188
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2681
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "PerfDiag
                 Logger" failed to start with the following error: 0xC0000035
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2682
    Line       : 20201231 ID:2 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "PerfDiag
                 Logger" failed to start with the following error: 0xC0000035
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2683
    Line       : 20201229 ID:2 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "Cloud Files
                 Diagnostic Event Listener" failed to start with the following error: 0xC0000022
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2684
    Line       : 20201229 ID:3 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "PerfDiag
                 Logger" stopped due to the following error: 0xC0000188
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2686
    Line       : 20201229 ID:3 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "PerfDiag
                 Logger" stopped due to the following error: 0xC0000188
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2688
    Line       : 20201228 ID:3 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "PerfDiag
                 Logger" stopped due to the following error: 0xC0000188
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2690
    Line       : 20201228 ID:3 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "PerfDiag
                 Logger" stopped due to the following error: 0xC0000188
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2692
    Line       : 20201228 ID:2 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "PerfDiag
                 Logger" failed to start with the following error: 0xC0000035
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2693
    Line       : 20201228 ID:3 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "PerfDiag
                 Logger" stopped due to the following error: 0xC0000188
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2695
    Line       : 20201228 ID:3 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "PerfDiag
                 Logger" stopped due to the following error: 0xC0000188
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2697
    Line       : 20201228 ID:2 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "CldFltLog"
                 failed to start with the following error: 0xC0000022
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2698
    Line       : 20201228 ID:2 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "CldFltLog"
                 failed to start with the following error: 0xC0000022
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2699
    Line       : 20201228 ID:2 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "Cloud Files
                 Diagnostic Event Listener" failed to start with the following error: 0xC0000022
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2700
    Line       : 20201228 ID:2 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "Cloud Files
                 Diagnostic Event Listener" failed to start with the following error: 0xC0000022
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2701
    Line       : 20201228 ID:2 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "Cloud Files
                 Diagnostic Event Listener" failed to start with the following error: 0xC0000022
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2702
    Line       : 20201228 ID:3 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "PerfDiag
                 Logger" stopped due to the following error: 0xC0000188
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2704
    Line       : 20201228 ID:2 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "Cloud Files
                 Diagnostic Event Listener" failed to start with the following error: 0xC0000022
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2705
    Line       : 20201228 ID:2 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "PerfDiag
                 Logger" failed to start with the following error: 0xC0000035
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2706
    Line       : 20201228 ID:2 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "Cloud Files
                 Diagnostic Event Listener" failed to start with the following error: 0xC0000022
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2707
    Line       : 20201228 ID:2 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "Cloud Files
                 Diagnostic Event Listener" failed to start with the following error: 0xC0000022
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2708
    Line       : 20201228 ID:2 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "Cloud Files
                 Diagnostic Event Listener" failed to start with the following error: 0xC0000022
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2709
    Line       : 20201228 ID:2 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "PerfDiag
                 Logger" failed to start with the following error: 0xC0000035
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2710
    Line       : 20201228 ID:2 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "Cloud Files
                 Diagnostic Event Listener" failed to start with the following error: 0xC0000022
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2711
    Line       : 20201228 ID:2 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "PerfDiag
                 Logger" failed to start with the following error: 0xC0000035
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2712
    Line       : 20201228 ID:2 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "Cloud Files
                 Diagnostic Event Listener" failed to start with the following error: 0xC0000022
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2713
    Line       : 20201228 ID:2 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "CldFltLog"
                 failed to start with the following error: 0xC0000022
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2714
    Line       : 20201228 ID:2 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "CldFltLog"
                 failed to start with the following error: 0xC0000022
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2715
    Line       : 20201228 ID:2 Level:Error Provider:Microsoft-Windows-Kernel-EventTracing Message:Session "Cloud Files
                 Diagnostic Event Listener" failed to start with the following error: 0xC0000022
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2723
    Line       : 20210101 ID:411 Level:Error Provider:Microsoft-Windows-Kernel-PnP Message:Device
                 USB\VID_0000&PID_0002\8&6654480&0&2 had a problem starting.
    
                 Driver Name: usb.inf
                 Class Guid: {36fc9e60-c465-11cf-8056-444553540000}
                 Service:
                 Lower Filters:
                 Upper Filters:
                 Problem: 0x2B
                 Problem Status: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2724
    Line       : 20210101 ID:400 Level:Information Provider:Microsoft-Windows-Kernel-PnP Message:Device
                 USB\VID_0000&PID_0002\8&6654480&0&2 was configured.
    
                 Driver Name: usb.inf
                 Class Guid: {36fc9e60-c465-11cf-8056-444553540000}
                 Driver Date: 06/21/2006
                 Driver Version: 10.0.19041.488
                 Driver Provider: Microsoft
                 Driver Section: BADDEVICE.Dev.NT
                 Driver Rank: 0xFF0000
                 Matching Device Id: USB\DEVICE_DESCRIPTOR_FAILURE
                 Outranked Drivers: usb.inf:USB\DEVICE_DESCRIPTOR_FAILURE:00FF2000
                 Device Updated: false
                 Parent Device: USB\ROOT_HUB30\7&13c49e53&0&0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {FAIL}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2762
    Line       : 20201230 ID:411 Level:Error Provider:Microsoft-Windows-Kernel-PnP Message:Device
                 USB\VID_0000&PID_0002\6&3a222523&0&4 had a problem starting.
    
                 Driver Name: usb.inf
                 Class Guid: {36fc9e60-c465-11cf-8056-444553540000}
                 Service:
                 Lower Filters:
                 Upper Filters:
                 Problem: 0x2B
                 Problem Status: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 2763
    Line       : 20201230 ID:400 Level:Information Provider:Microsoft-Windows-Kernel-PnP Message:Device
                 USB\VID_0000&PID_0002\6&3a222523&0&4 was configured.
    
                 Driver Name: usb.inf
                 Class Guid: {36fc9e60-c465-11cf-8056-444553540000}
                 Driver Date: 06/21/2006
                 Driver Version: 10.0.19041.488
                 Driver Provider: Microsoft
                 Driver Section: BADDEVICE.Dev.NT
                 Driver Rank: 0xFF0000
                 Matching Device Id: USB\DEVICE_DESCRIPTOR_FAILURE
                 Outranked Drivers: usb.inf:USB\DEVICE_DESCRIPTOR_FAILURE:00FF2000
                 Device Updated: false
                 Parent Device: USB\ROOT_HUB30\5&247f7361&0&0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {FAIL}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3030
    Line       : 20210102 ID:5 Level:Information Provider:Microsoft-Windows-Kernel-WHEA Message:WHEA successfully
                 initialized.
                    5 error sources are active
                    Error record format version is 10.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3197
    Line       : 20210102 ID:6117 Level:Information Provider:Microsoft-Windows-LiveId Message:Acquired Service token.
                 ResourceURI: scope=people.read user.readbasic.all&uaid=1E918BD0-3FEA-4C3A-9A85-701A231FA668&resource=https
                 1601-01-02T11:03:58.911ZA1601-01-02T11:03:58.911ZF1601-01-02T11:03:58.911ZFgraph.microsoft.com1601-01-02T1
                 1:03:58.911ZF&clientid=a2a1fecc-b06e-4a1e-95c1-2afd94bcadff
                 Created: 1601-01-02T11:03:58.911Z
                 Expires: 1601-01-02T11:03:58.911Z
                 TokenType:
                 AuthRequired: The operation completed successfully.
                 RequestStatus: Unknown HResult Error code: 0x8004883b
                 HasFlowUrl: false
                 HasAuthUrl: false
                 HasEndAuthUrl: false
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3203
    Line       : 20210102 ID:6113 Level:Error Provider:Microsoft-Windows-LiveId Message:RPC call to function
                 WLIDAcquireTokens returned the following error code: 0x80048265.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3205
    Line       : 20210102 ID:6113 Level:Error Provider:Microsoft-Windows-LiveId Message:RPC call to function
                 WLIDAcquireTokensWithNGC returned the following error code: 0x80048265.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3207
    Line       : 20210102 ID:6113 Level:Error Provider:Microsoft-Windows-LiveId Message:RPC call to function
                 WLIDAcquireTokens returned the following error code: 0x80048265.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3209
    Line       : 20210102 ID:6113 Level:Error Provider:Microsoft-Windows-LiveId Message:RPC call to function
                 WLIDAcquireTokensWithNGC returned the following error code: 0x80048265.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3211
    Line       : 20210102 ID:6113 Level:Error Provider:Microsoft-Windows-LiveId Message:RPC call to function
                 WLIDAcquireTokensWithNGC returned the following error code: 0x80048265.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3213
    Line       : 20210102 ID:6113 Level:Error Provider:Microsoft-Windows-LiveId Message:RPC call to function
                 WLIDAcquireTokensWithNGC returned the following error code: 0x80048265.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3215
    Line       : 20210102 ID:6113 Level:Error Provider:Microsoft-Windows-LiveId Message:RPC call to function
                 WLIDAcquireTokensWithNGC returned the following error code: 0x80048265.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3217
    Line       : 20210102 ID:6113 Level:Error Provider:Microsoft-Windows-LiveId Message:RPC call to function
                 WLIDAcquireTokensWithNGC returned the following error code: 0x80048265.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3253
    Line       : 20201228 ID:1005 Level:Error Provider:Microsoft-Windows-ModernDeployment-Diagnostics-Provider
                 Message:Management service WIL error was reported.
                 HRESULT: 0x80072F76
                 File: onecoreuap\admin\moderndeployment\autopilot\commonutils\ddsnetworkwrapper.cpp, line 406
                 Message: NULL
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3276
    Line       : 20210102 ID:4042 Level:Information Provider:Microsoft-Windows-NCSI Message:Capability change on
                 {5bc7f1d3-05d8-4530-860c-2d1875b71298} (0x6008002000000 Family: V6 Capability: None ChangeReason:
                 ActiveHttpProbeFailed)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3283
    Line       : 20210101 ID:4042 Level:Information Provider:Microsoft-Windows-NCSI Message:Capability change on
                 {5bc7f1d3-05d8-4530-860c-2d1875b71298} (0x6008002000000 Family: V6 Capability: None ChangeReason:
                 ActiveHttpProbeFailed)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3288
    Line       : 20210101 ID:4042 Level:Information Provider:Microsoft-Windows-NCSI Message:Capability change on
                 {5bc7f1d3-05d8-4530-860c-2d1875b71298} (0x6008002000000 Family: V6 Capability: None ChangeReason:
                 ActiveHttpProbeFailed)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3294
    Line       : 20210101 ID:4042 Level:Information Provider:Microsoft-Windows-NCSI Message:Capability change on
                 {5bc7f1d3-05d8-4530-860c-2d1875b71298} (0x6008002000000 Family: V6 Capability: None ChangeReason:
                 ActiveHttpProbeFailed)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3299
    Line       : 20201231 ID:4042 Level:Information Provider:Microsoft-Windows-NCSI Message:Capability change on
                 {5bc7f1d3-05d8-4530-860c-2d1875b71298} (0x6008002000000 Family: V6 Capability: None ChangeReason:
                 ActiveHttpProbeFailed)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3304
    Line       : 20201231 ID:4042 Level:Information Provider:Microsoft-Windows-NCSI Message:Capability change on
                 {5bc7f1d3-05d8-4530-860c-2d1875b71298} (0x6008002000000 Family: V6 Capability: None ChangeReason:
                 ActiveHttpProbeFailed)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3317
    Line       : 20201231 ID:4042 Level:Information Provider:Microsoft-Windows-NCSI Message:Capability change on
                 {5bc7f1d3-05d8-4530-860c-2d1875b71298} (0x6008002000000 Family: V6 Capability: None ChangeReason:
                 ActiveHttpProbeFailed)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3330
    Line       : 20201230 ID:4042 Level:Information Provider:Microsoft-Windows-NCSI Message:Capability change on
                 {5bc7f1d3-05d8-4530-860c-2d1875b71298} (0x6008002000000 Family: V6 Capability: None ChangeReason:
                 ActiveHttpProbeFailed)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3335
    Line       : 20201229 ID:4042 Level:Information Provider:Microsoft-Windows-NCSI Message:Capability change on
                 {5bc7f1d3-05d8-4530-860c-2d1875b71298} (0x6008002000000 Family: V6 Capability: None ChangeReason:
                 ActiveHttpProbeFailed)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3343
    Line       : 20201229 ID:4042 Level:Information Provider:Microsoft-Windows-NCSI Message:Capability change on
                 {5bc7f1d3-05d8-4530-860c-2d1875b71298} (0x6008002000000 Family: V6 Capability: None ChangeReason:
                 ActiveHttpProbeFailed)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3347
    Line       : 20201229 ID:4042 Level:Information Provider:Microsoft-Windows-NCSI Message:Capability change on
                 {5bc7f1d3-05d8-4530-860c-2d1875b71298} (0x6008002000000 Family: V6 Capability: None ChangeReason:
                 ActiveHttpProbeFailed)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3378
    Line       : 20210102 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {4ce053ca-d802-4b89-8838-9eed74c21430}
                 	Interface GUID: {5bc7f1d3-05d8-4530-860c-2d1875b71298}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3380
    Line       : 20210102 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {4ce053ca-d802-4b89-8838-9eed74c21430}
                 	Interface GUID: {5bc7f1d3-05d8-4530-860c-2d1875b71298}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3384
    Line       : 20210102 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {5647c3b3-c520-41b0-bc25-946d783fd896}
                 	Interface GUID: {5bc7f1d3-05d8-4530-860c-2d1875b71298}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3389
    Line       : 20210102 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {49d9c2c1-f214-4850-b611-0f1fc32c3073}
                 	Interface GUID: {5bc7f1d3-05d8-4530-860c-2d1875b71298}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3392
    Line       : 20210102 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {4ce053ca-d802-4b89-8838-9eed74c21430}
                 	Interface GUID: {5bc7f1d3-05d8-4530-860c-2d1875b71298}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3394
    Line       : 20210102 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {4ce053ca-d802-4b89-8838-9eed74c21430}
                 	Interface GUID: {5bc7f1d3-05d8-4530-860c-2d1875b71298}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3395
    Line       : 20210102 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {4ce053ca-d802-4b89-8838-9eed74c21430}
                 	Interface GUID: {85d5b5dc-a961-4098-8695-c82ee4efcd4c}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3398
    Line       : 20210102 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {49d9c2c1-f214-4850-b611-0f1fc32c3073}
                 	Interface GUID: {5bc7f1d3-05d8-4530-860c-2d1875b71298}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3401
    Line       : 20210102 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {49d9c2c1-f214-4850-b611-0f1fc32c3073}
                 	Interface GUID: {85d5b5dc-a961-4098-8695-c82ee4efcd4c}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3404
    Line       : 20210102 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {49d9c2c1-f214-4850-b611-0f1fc32c3073}
                 	Interface GUID: {85d5b5dc-a961-4098-8695-c82ee4efcd4c}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3411
    Line       : 20210101 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {4ce053ca-d802-4b89-8838-9eed74c21430}
                 	Interface GUID: {5bc7f1d3-05d8-4530-860c-2d1875b71298}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3413
    Line       : 20210101 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {4ce053ca-d802-4b89-8838-9eed74c21430}
                 	Interface GUID: {5bc7f1d3-05d8-4530-860c-2d1875b71298}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3419
    Line       : 20210101 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {4ce053ca-d802-4b89-8838-9eed74c21430}
                 	Interface GUID: {5bc7f1d3-05d8-4530-860c-2d1875b71298}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3421
    Line       : 20210101 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {4ce053ca-d802-4b89-8838-9eed74c21430}
                 	Interface GUID: {5bc7f1d3-05d8-4530-860c-2d1875b71298}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3425
    Line       : 20210101 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {8a95fb36-071a-4d81-984f-5adda637d65b}
                 	Interface GUID: {5bc7f1d3-05d8-4530-860c-2d1875b71298}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3430
    Line       : 20210101 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {adbf967a-cbb7-4fb0-9414-d86d86722106}
                 	Interface GUID: {5bc7f1d3-05d8-4530-860c-2d1875b71298}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3433
    Line       : 20210101 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {4ce053ca-d802-4b89-8838-9eed74c21430}
                 	Interface GUID: {5bc7f1d3-05d8-4530-860c-2d1875b71298}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3436
    Line       : 20210101 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {adbf967a-cbb7-4fb0-9414-d86d86722106}
                 	Interface GUID: {5bc7f1d3-05d8-4530-860c-2d1875b71298}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3439
    Line       : 20210101 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {adbf967a-cbb7-4fb0-9414-d86d86722106}
                 	Interface GUID: {5bc7f1d3-05d8-4530-860c-2d1875b71298}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3441
    Line       : 20210101 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {4ce053ca-d802-4b89-8838-9eed74c21430}
                 	Interface GUID: {85d5b5dc-a961-4098-8695-c82ee4efcd4c}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3444
    Line       : 20210101 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {adbf967a-cbb7-4fb0-9414-d86d86722106}
                 	Interface GUID: {85d5b5dc-a961-4098-8695-c82ee4efcd4c}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3447
    Line       : 20210101 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {adbf967a-cbb7-4fb0-9414-d86d86722106}
                 	Interface GUID: {85d5b5dc-a961-4098-8695-c82ee4efcd4c}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3452
    Line       : 20210101 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {4ce053ca-d802-4b89-8838-9eed74c21430}
                 	Interface GUID: {5bc7f1d3-05d8-4530-860c-2d1875b71298}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3453
    Line       : 20210101 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {4ce053ca-d802-4b89-8838-9eed74c21430}
                 	Interface GUID: {5bc7f1d3-05d8-4530-860c-2d1875b71298}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3456
    Line       : 20210101 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {4ce053ca-d802-4b89-8838-9eed74c21430}
                 	Interface GUID: {85d5b5dc-a961-4098-8695-c82ee4efcd4c}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3459
    Line       : 20210101 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {adbf967a-cbb7-4fb0-9414-d86d86722106}
                 	Interface GUID: {85d5b5dc-a961-4098-8695-c82ee4efcd4c}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3462
    Line       : 20210101 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {adbf967a-cbb7-4fb0-9414-d86d86722106}
                 	Interface GUID: {85d5b5dc-a961-4098-8695-c82ee4efcd4c}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3471
    Line       : 20210101 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {adbf967a-cbb7-4fb0-9414-d86d86722106}
                 	Interface GUID: {85d5b5dc-a961-4098-8695-c82ee4efcd4c}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3472
    Line       : 20210101 ID:20002 Level:Information Provider:Microsoft-Windows-NetworkProfile Message:NSI Set Category
                 Result
                 	Profile GUID: {4ce053ca-d802-4b89-8838-9eed74c21430}
                 	Interface GUID: {5bc7f1d3-05d8-4530-860c-2d1875b71298}
                 	Network Category: Public
                 	IPv4 Error Code: 0
                 	IPv6 Error Code: 0
                 	Context: 3884
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3474
    Line       : 20210102 ID:158 Level:Information Provider:Microsoft-Windows-Ntfs Message:NTFS metadata statistics for
                 volume:
    
                            Volume Id: {0128c229-7aa1-4e8e-b299-1dae27f62dd8}
                            Volume name: \\?\Volume{0128c229-7aa1-4e8e-b299-1dae27f62dd8}
    
                            UserFileReads: 5
                            UserFileReadBytes: 20480
                            UserDiskReads: 5
                            UserFileWrites: 0
                            UserFileWriteBytes: 0
                            UserDiskWrites: 0
    
                            MetaDataReads: 13
                            MetaDataReadBytes: 225280
                            MetaDataDiskReads: 15
                            MetaDataWrites: 2
                            MetaDataWriteBytes: 16384
                            MetaDataDiskWrites: 3
    
                            MftReads: 6
                            MftReadBytes: 53248
                            MftWrites: 2
                            MftWriteBytes: 16384
                            Mft2Writes: 0
                            Mft2WriteBytes: 0
                            RootIndexReads: 0
                            RootIndexReadBytes: 0
                            RootIndexWrites: 0
                            RootIndexWriteBytes: 0
                            BitmapReads: 1
                            BitmapReadBytes: 16384
                            BitmapWrites: 0
                            BitmapWriteBytes: 0
                            MftBitmapReads: 1
                            MftBitmapReadBytes: 8192
                            MftBitmapWrites: 0
                            MftBitmapWriteBytes: 0
                            UserIndexReads: 1
                            UserIndexReadBytes: 4096
                            UserIndexWrites: 1
                            UserIndexWriteBytes: 4096
                            LogFileReads: 8
                            LogFileReadBytes: 32768
                            LogFileWrites: 17
                            LogFileWriteBytes: 69632
                            LogFileFull: 0
                            LogFileFullReasons:
                                      LF_LOG_SPACE: 0
                                      LF_DIRTY_PAGES: 0
                                      LF_OPEN_ATTRIBUTES: 0
                                      LF_TRANSACTION_DRAIN: 0
                                      LF_FASTIO_CALLBACK: 0
                                      LF_DEALLOCATED_CLUSTERS: 0
                                      LF_DEALLOCATED_CLUSTERS_MEM: 0
                                      LF_RECORD_STACK_CHECK: 0
                                      LF_DISMOUNT: 0
                                      LF_COMPRESSION: 0
                                      LF_SNAPSHOT: 0
                                      LF_MOUNT: 0
                                      LF_SHUTDOWN: 0
                                      LF_RECURSIVE_COMPRESSION: 0
                                      LF_TESTING: 0
    
                            DiskResourceFailure: 0
                            VolumeTrimCount: 0
                                      VolumeTrimTime (ms): 0
                                      VolumeTrimSize (KB): 0
                                      AvgVolumeTrimTime (ms): 0
                                      AvgVolumeTrimSize (KB): 0
                            VolumeTrimSkippedCount: 0
                                      VolumeTrimSkippedSize (KB): 0
                            FileLevelTrimCount: 0
                                      FileLevelTrimTime (ms): 0
                                      FileLevelTrimSize (KB): 0
                                      AvgFileLevelTrimTime (ms): 0
                                      AvgFileLevelTrimSize (KB): 0
                            NtfsFillStatInfoFromMftRecordCalledCount: 0
                            NtfsFillStatInfoFromMftRecordBailedBecauseOfAttributeListCount: 0
                            NtfsFillStatInfoFromMftRecordBailedBecauseOfNonResReparsePointCount: 0
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3475
    Line       : 20210102 ID:158 Level:Information Provider:Microsoft-Windows-Ntfs Message:NTFS metadata statistics for
                 volume:
    
                            Volume Id: {29feba43-ed2a-4d4a-9ad4-fcd988c79ec5}
                            Volume name: F:
    
                            UserFileReads: 4
                            UserFileReadBytes: 16384
                            UserDiskReads: 1
                            UserFileWrites: 0
                            UserFileWriteBytes: 0
                            UserDiskWrites: 0
    
                            MetaDataReads: 50
                            MetaDataReadBytes: 30822400
                            MetaDataDiskReads: 52
                            MetaDataWrites: 3
                            MetaDataWriteBytes: 24576
                            MetaDataDiskWrites: 4
    
                            MftReads: 8
                            MftReadBytes: 61440
                            MftWrites: 3
                            MftWriteBytes: 24576
                            Mft2Writes: 0
                            Mft2WriteBytes: 0
                            RootIndexReads: 0
                            RootIndexReadBytes: 0
                            RootIndexWrites: 0
                            RootIndexWriteBytes: 0
                            BitmapReads: 30
                            BitmapReadBytes: 30523392
                            BitmapWrites: 0
                            BitmapWriteBytes: 0
                            MftBitmapReads: 1
                            MftBitmapReadBytes: 8192
                            MftBitmapWrites: 0
                            MftBitmapWriteBytes: 0
                            UserIndexReads: 1
                            UserIndexReadBytes: 4096
                            UserIndexWrites: 1
                            UserIndexWriteBytes: 4096
                            LogFileReads: 8
                            LogFileReadBytes: 32768
                            LogFileWrites: 20
                            LogFileWriteBytes: 81920
                            LogFileFull: 0
                            LogFileFullReasons:
                                      LF_LOG_SPACE: 0
                                      LF_DIRTY_PAGES: 0
                                      LF_OPEN_ATTRIBUTES: 0
                                      LF_TRANSACTION_DRAIN: 0
                                      LF_FASTIO_CALLBACK: 0
                                      LF_DEALLOCATED_CLUSTERS: 0
                                      LF_DEALLOCATED_CLUSTERS_MEM: 0
                                      LF_RECORD_STACK_CHECK: 0
                                      LF_DISMOUNT: 0
                                      LF_COMPRESSION: 0
                                      LF_SNAPSHOT: 0
                                      LF_MOUNT: 0
                                      LF_SHUTDOWN: 0
                                      LF_RECURSIVE_COMPRESSION: 0
                                      LF_TESTING: 0
    
                            DiskResourceFailure: 0
                            VolumeTrimCount: 0
                                      VolumeTrimTime (ms): 0
                                      VolumeTrimSize (KB): 0
                                      AvgVolumeTrimTime (ms): 0
                                      AvgVolumeTrimSize (KB): 0
                            VolumeTrimSkippedCount: 0
                                      VolumeTrimSkippedSize (KB): 0
                            FileLevelTrimCount: 0
                                      FileLevelTrimTime (ms): 0
                                      FileLevelTrimSize (KB): 0
                                      AvgFileLevelTrimTime (ms): 0
                                      AvgFileLevelTrimSize (KB): 0
                            NtfsFillStatInfoFromMftRecordCalledCount: 0
                            NtfsFillStatInfoFromMftRecordBailedBecauseOfAttributeListCount: 0
                            NtfsFillStatInfoFromMftRecordBailedBecauseOfNonResReparsePointCount: 0
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3476
    Line       : 20210102 ID:158 Level:Information Provider:Microsoft-Windows-Ntfs Message:NTFS metadata statistics for
                 volume:
    
                            Volume Id: {f4dc6285-046f-4d24-8e47-27080922cc09}
                            Volume name: E:
    
                            UserFileReads: 4
                            UserFileReadBytes: 16384
                            UserDiskReads: 1
                            UserFileWrites: 0
                            UserFileWriteBytes: 0
                            UserDiskWrites: 0
    
                            MetaDataReads: 49
                            MetaDataReadBytes: 30818304
                            MetaDataDiskReads: 51
                            MetaDataWrites: 2
                            MetaDataWriteBytes: 24576
                            MetaDataDiskWrites: 3
    
                            MftReads: 7
                            MftReadBytes: 57344
                            MftWrites: 2
                            MftWriteBytes: 24576
                            Mft2Writes: 0
                            Mft2WriteBytes: 0
                            RootIndexReads: 0
                            RootIndexReadBytes: 0
                            RootIndexWrites: 0
                            RootIndexWriteBytes: 0
                            BitmapReads: 30
                            BitmapReadBytes: 30523392
                            BitmapWrites: 0
                            BitmapWriteBytes: 0
                            MftBitmapReads: 1
                            MftBitmapReadBytes: 8192
                            MftBitmapWrites: 0
                            MftBitmapWriteBytes: 0
                            UserIndexReads: 1
                            UserIndexReadBytes: 4096
                            UserIndexWrites: 1
                            UserIndexWriteBytes: 4096
                            LogFileReads: 8
                            LogFileReadBytes: 32768
                            LogFileWrites: 20
                            LogFileWriteBytes: 81920
                            LogFileFull: 0
                            LogFileFullReasons:
                                      LF_LOG_SPACE: 0
                                      LF_DIRTY_PAGES: 0
                                      LF_OPEN_ATTRIBUTES: 0
                                      LF_TRANSACTION_DRAIN: 0
                                      LF_FASTIO_CALLBACK: 0
                                      LF_DEALLOCATED_CLUSTERS: 0
                                      LF_DEALLOCATED_CLUSTERS_MEM: 0
                                      LF_RECORD_STACK_CHECK: 0
                                      LF_DISMOUNT: 0
                                      LF_COMPRESSION: 0
                                      LF_SNAPSHOT: 0
                                      LF_MOUNT: 0
                                      LF_SHUTDOWN: 0
                                      LF_RECURSIVE_COMPRESSION: 0
                                      LF_TESTING: 0
    
                            DiskResourceFailure: 0
                            VolumeTrimCount: 0
                                      VolumeTrimTime (ms): 0
                                      VolumeTrimSize (KB): 0
                                      AvgVolumeTrimTime (ms): 0
                                      AvgVolumeTrimSize (KB): 0
                            VolumeTrimSkippedCount: 0
                                      VolumeTrimSkippedSize (KB): 0
                            FileLevelTrimCount: 0
                                      FileLevelTrimTime (ms): 0
                                      FileLevelTrimSize (KB): 0
                                      AvgFileLevelTrimTime (ms): 0
                                      AvgFileLevelTrimSize (KB): 0
                            NtfsFillStatInfoFromMftRecordCalledCount: 0
                            NtfsFillStatInfoFromMftRecordBailedBecauseOfAttributeListCount: 0
                            NtfsFillStatInfoFromMftRecordBailedBecauseOfNonResReparsePointCount: 0
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3477
    Line       : 20210102 ID:158 Level:Information Provider:Microsoft-Windows-Ntfs Message:NTFS metadata statistics for
                 volume:
    
                            Volume Id: {5fc193d8-7f63-4c55-a8d6-c175645e0370}
                            Volume name: G:
    
                            UserFileReads: 4
                            UserFileReadBytes: 16384
                            UserDiskReads: 1
                            UserFileWrites: 0
                            UserFileWriteBytes: 0
                            UserDiskWrites: 0
    
                            MetaDataReads: 208
                            MetaDataReadBytes: 183541760
                            MetaDataDiskReads: 216
                            MetaDataWrites: 5
                            MetaDataWriteBytes: 32768
                            MetaDataDiskWrites: 7
    
                            MftReads: 19
                            MftReadBytes: 106496
                            MftWrites: 5
                            MftWriteBytes: 32768
                            Mft2Writes: 0
                            Mft2WriteBytes: 0
                            RootIndexReads: 0
                            RootIndexReadBytes: 0
                            RootIndexWrites: 0
                            RootIndexWriteBytes: 0
                            BitmapReads: 175
                            BitmapReadBytes: 183144448
                            BitmapWrites: 0
                            BitmapWriteBytes: 0
                            MftBitmapReads: 1
                            MftBitmapReadBytes: 53248
                            MftBitmapWrites: 0
                            MftBitmapWriteBytes: 0
                            UserIndexReads: 8
                            UserIndexReadBytes: 32768
                            UserIndexWrites: 2
                            UserIndexWriteBytes: 8192
                            LogFileReads: 8
                            LogFileReadBytes: 32768
                            LogFileWrites: 20
                            LogFileWriteBytes: 81920
                            LogFileFull: 0
                            LogFileFullReasons:
                                      LF_LOG_SPACE: 0
                                      LF_DIRTY_PAGES: 0
                                      LF_OPEN_ATTRIBUTES: 0
                                      LF_TRANSACTION_DRAIN: 0
                                      LF_FASTIO_CALLBACK: 0
                                      LF_DEALLOCATED_CLUSTERS: 0
                                      LF_DEALLOCATED_CLUSTERS_MEM: 0
                                      LF_RECORD_STACK_CHECK: 0
                                      LF_DISMOUNT: 0
                                      LF_COMPRESSION: 0
                                      LF_SNAPSHOT: 0
                                      LF_MOUNT: 0
                                      LF_SHUTDOWN: 0
                                      LF_RECURSIVE_COMPRESSION: 0
                                      LF_TESTING: 0
    
                            DiskResourceFailure: 0
                            VolumeTrimCount: 0
                                      VolumeTrimTime (ms): 0
                                      VolumeTrimSize (KB): 0
                                      AvgVolumeTrimTime (ms): 0
                                      AvgVolumeTrimSize (KB): 0
                            VolumeTrimSkippedCount: 0
                                      VolumeTrimSkippedSize (KB): 0
                            FileLevelTrimCount: 0
                                      FileLevelTrimTime (ms): 0
                                      FileLevelTrimSize (KB): 0
                                      AvgFileLevelTrimTime (ms): 0
                                      AvgFileLevelTrimSize (KB): 0
                            NtfsFillStatInfoFromMftRecordCalledCount: 0
                            NtfsFillStatInfoFromMftRecordBailedBecauseOfAttributeListCount: 0
                            NtfsFillStatInfoFromMftRecordBailedBecauseOfNonResReparsePointCount: 0
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3478
    Line       : 20210102 ID:158 Level:Information Provider:Microsoft-Windows-Ntfs Message:NTFS metadata statistics for
                 volume:
    
                            Volume Id: {ed405a33-495d-11eb-ba7f-8cc681ccfb81}
                            Volume name: D:
    
                            UserFileReads: 66
                            UserFileReadBytes: 2764800
                            UserDiskReads: 62
                            UserFileWrites: 15
                            UserFileWriteBytes: 5345280
                            UserDiskWrites: 16
    
                            MetaDataReads: 690
                            MetaDataReadBytes: 71593984
                            MetaDataDiskReads: 959
                            MetaDataWrites: 360
                            MetaDataWriteBytes: 2293760
                            MetaDataDiskWrites: 365
    
                            MftReads: 621
                            MftReadBytes: 10305536
                            MftWrites: 344
                            MftWriteBytes: 2215936
                            Mft2Writes: 0
                            Mft2WriteBytes: 0
                            RootIndexReads: 0
                            RootIndexReadBytes: 0
                            RootIndexWrites: 0
                            RootIndexWriteBytes: 0
                            BitmapReads: 59
                            BitmapReadBytes: 61042688
                            BitmapWrites: 13
                            BitmapWriteBytes: 61440
                            MftBitmapReads: 1
                            MftBitmapReadBytes: 24576
                            MftBitmapWrites: 3
                            MftBitmapWriteBytes: 16384
                            UserIndexReads: 259
                            UserIndexReadBytes: 1081344
                            UserIndexWrites: 4
                            UserIndexWriteBytes: 16384
                            LogFileReads: 8
                            LogFileReadBytes: 32768
                            LogFileWrites: 42
                            LogFileWriteBytes: 495616
                            LogFileFull: 0
                            LogFileFullReasons:
                                      LF_LOG_SPACE: 0
                                      LF_DIRTY_PAGES: 0
                                      LF_OPEN_ATTRIBUTES: 0
                                      LF_TRANSACTION_DRAIN: 0
                                      LF_FASTIO_CALLBACK: 0
                                      LF_DEALLOCATED_CLUSTERS: 0
                                      LF_DEALLOCATED_CLUSTERS_MEM: 0
                                      LF_RECORD_STACK_CHECK: 0
                                      LF_DISMOUNT: 0
                                      LF_COMPRESSION: 0
                                      LF_SNAPSHOT: 0
                                      LF_MOUNT: 0
                                      LF_SHUTDOWN: 0
                                      LF_RECURSIVE_COMPRESSION: 0
                                      LF_TESTING: 0
    
                            DiskResourceFailure: 0
                            VolumeTrimCount: 1
                                      VolumeTrimTime (ms): 13
                                      VolumeTrimSize (KB): 3568
                                      AvgVolumeTrimTime (ms): 13
                                      AvgVolumeTrimSize (KB): 3568
                            VolumeTrimSkippedCount: 0
                                      VolumeTrimSkippedSize (KB): 0
                            FileLevelTrimCount: 0
                                      FileLevelTrimTime (ms): 0
                                      FileLevelTrimSize (KB): 0
                                      AvgFileLevelTrimTime (ms): 0
                                      AvgFileLevelTrimSize (KB): 0
                            NtfsFillStatInfoFromMftRecordCalledCount: 0
                            NtfsFillStatInfoFromMftRecordBailedBecauseOfAttributeListCount: 0
                            NtfsFillStatInfoFromMftRecordBailedBecauseOfNonResReparsePointCount: 0
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3479
    Line       : 20210102 ID:158 Level:Information Provider:Microsoft-Windows-Ntfs Message:NTFS metadata statistics for
                 volume:
    
                            Volume Id: {14fa9a1d-7568-4e82-9d06-b9945de00840}
                            Volume name: C:
    
                            UserFileReads: 167529
                            UserFileReadBytes: 11786128384
                            UserDiskReads: 155953
                            UserFileWrites: 7423
                            UserFileWriteBytes: 418631680
                            UserDiskWrites: 7823
    
                            MetaDataReads: 33743
                            MetaDataReadBytes: 170020864
                            MetaDataDiskReads: 47016
                            MetaDataWrites: 10196
                            MetaDataWriteBytes: 130514944
                            MetaDataDiskWrites: 13744
    
                            MftReads: 32337
                            MftReadBytes: 132481024
                            MftWrites: 9391
                            MftWriteBytes: 120528896
                            Mft2Writes: 0
                            Mft2WriteBytes: 0
                            RootIndexReads: 0
                            RootIndexReadBytes: 0
                            RootIndexWrites: 0
                            RootIndexWriteBytes: 0
                            BitmapReads: 30
                            BitmapReadBytes: 30507008
                            BitmapWrites: 722
                            BitmapWriteBytes: 5120000
                            MftBitmapReads: 1
                            MftBitmapReadBytes: 45056
                            MftBitmapWrites: 36
                            MftBitmapWriteBytes: 262144
                            UserIndexReads: 14372
                            UserIndexReadBytes: 59056128
                            UserIndexWrites: 3075
                            UserIndexWriteBytes: 18894848
                            LogFileReads: 8
                            LogFileReadBytes: 32768
                            LogFileWrites: 2778
                            LogFileWriteBytes: 93736960
                            LogFileFull: 0
                            LogFileFullReasons:
                                      LF_LOG_SPACE: 0
                                      LF_DIRTY_PAGES: 0
                                      LF_OPEN_ATTRIBUTES: 0
                                      LF_TRANSACTION_DRAIN: 0
                                      LF_FASTIO_CALLBACK: 0
                                      LF_DEALLOCATED_CLUSTERS: 0
                                      LF_DEALLOCATED_CLUSTERS_MEM: 0
                                      LF_RECORD_STACK_CHECK: 0
                                      LF_DISMOUNT: 0
                                      LF_COMPRESSION: 0
                                      LF_SNAPSHOT: 0
                                      LF_MOUNT: 0
                                      LF_SHUTDOWN: 0
                                      LF_RECURSIVE_COMPRESSION: 0
                                      LF_TESTING: 0
    
                            DiskResourceFailure: 0
                            VolumeTrimCount: 70
                                      VolumeTrimTime (ms): 85
                                      VolumeTrimSize (KB): 1564000
                                      AvgVolumeTrimTime (ms): 1
                                      AvgVolumeTrimSize (KB): 22342
                            VolumeTrimSkippedCount: 0
                                      VolumeTrimSkippedSize (KB): 0
                            FileLevelTrimCount: 1
                                      FileLevelTrimTime (ms): 77
                                      FileLevelTrimSize (KB): 13389436
                                      AvgFileLevelTrimTime (ms): 77
                                      AvgFileLevelTrimSize (KB): 13389436
                            NtfsFillStatInfoFromMftRecordCalledCount: 6
                            NtfsFillStatInfoFromMftRecordBailedBecauseOfAttributeListCount: 0
                            NtfsFillStatInfoFromMftRecordBailedBecauseOfNonResReparsePointCount: 0
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3627
    Line       : 20201228 ID:1000 Level:Error Provider:Microsoft-Windows-OneBackup Message:onecoreuap\shell\ext\onebackup\s
                 ettingshandler\lib\onebackuppagehandlers.cpp(929)\OneBackupHandler.dll!00007FFBAEEDF13E: (caller:
                 00007FFBABE77971) ReturnHr(16) tid(22bc) 8000000B The operation attempted to access data outside the
                 valid range
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3628
    Line       : 20201228 ID:1000 Level:Error Provider:Microsoft-Windows-OneBackup Message:onecoreuap\shell\ext\onebackup\s
                 ettingshandler\lib\OneBackupManagerSingleton.h(195)\OneBackupHandler.dll!00007FFBAEED8BF6: (caller:
                 00007FFBAEEDE5BB) ReturnHr(15) tid(22bc) 8000000B The operation attempted to access data outside the
                 valid range
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3629
    Line       : 20201228 ID:1000 Level:Error Provider:Microsoft-Windows-OneBackup Message:onecoreuap\shell\ext\onebackup\s
                 ettingshandler\lib\onebackuppagehandlers.cpp(942)\OneBackupHandler.dll!00007FFBAEEDE7B7: (caller:
                 00007FFBABE77971) ReturnHr(14) tid(22bc) 80004001 Not implemented
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3630
    Line       : 20201228 ID:1000 Level:Error Provider:Microsoft-Windows-OneBackup Message:onecoreuap\shell\ext\onebackup\s
                 ettingshandler\lib\OneBackupManagerSingleton.h(195)\OneBackupHandler.dll!00007FFBAEED8BF6: (caller:
                 00007FFBAEEDE275) ReturnHr(13) tid(22bc) 8000000B The operation attempted to access data outside the
                 valid range
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3631
    Line       : 20201228 ID:1000 Level:Error Provider:Microsoft-Windows-OneBackup Message:onecoreuap\shell\ext\onebackup\s
                 ettingshandler\lib\onebackuppagehandlers.cpp(885)\OneBackupHandler.dll!00007FFBAEEDF13E: (caller:
                 00007FFBABE77971) ReturnHr(12) tid(22bc) 8000000B The operation attempted to access data outside the
                 valid range
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3632
    Line       : 20201228 ID:1000 Level:Error Provider:Microsoft-Windows-OneBackup Message:onecoreuap\shell\ext\onebackup\s
                 ettingshandler\lib\OneBackupManagerSingleton.h(195)\OneBackupHandler.dll!00007FFBAEED8BF6: (caller:
                 00007FFBAEEDE0EB) ReturnHr(11) tid(22bc) 8000000B The operation attempted to access data outside the
                 valid range
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3633
    Line       : 20201228 ID:1000 Level:Error Provider:Microsoft-Windows-OneBackup Message:onecoreuap\shell\ext\onebackup\s
                 ettingshandler\lib\onebackuppagehandlers.cpp(885)\OneBackupHandler.dll!00007FFBAEEDF13E: (caller:
                 00007FFBABE77971) ReturnHr(10) tid(22bc) 8000000B The operation attempted to access data outside the
                 valid range
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3634
    Line       : 20201228 ID:1000 Level:Error Provider:Microsoft-Windows-OneBackup Message:onecoreuap\shell\ext\onebackup\s
                 ettingshandler\lib\OneBackupManagerSingleton.h(195)\OneBackupHandler.dll!00007FFBAEED8BF6: (caller:
                 00007FFBAEEDE0EB) ReturnHr(9) tid(22bc) 8000000B The operation attempted to access data outside the valid
                 range
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3635
    Line       : 20201228 ID:1000 Level:Error Provider:Microsoft-Windows-OneBackup Message:onecoreuap\shell\ext\onebackup\s
                 ettingshandler\lib\onebackuppagehandlers.cpp(919)\OneBackupHandler.dll!00007FFBAEEDE4C2: (caller:
                 00007FFBABE77971) ReturnHr(8) tid(22bc) 80004001 Not implemented
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3636
    Line       : 20201228 ID:1000 Level:Error Provider:Microsoft-Windows-OneBackup Message:onecoreuap\shell\ext\onebackup\s
                 ettingshandler\lib\OneBackupManagerSingleton.h(195)\OneBackupHandler.dll!00007FFBAEED8BF6: (caller:
                 00007FFBAEEDE275) ReturnHr(7) tid(22bc) 8000000B The operation attempted to access data outside the valid
                 range
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3637
    Line       : 20201228 ID:1000 Level:Error Provider:Microsoft-Windows-OneBackup Message:onecoreuap\shell\ext\onebackup\s
                 ettingshandler\lib\onebackuppagehandlers.cpp(885)\OneBackupHandler.dll!00007FFBAEEDF13E: (caller:
                 00007FFBABE77971) ReturnHr(6) tid(22bc) 8000000B The operation attempted to access data outside the valid
                 range
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3638
    Line       : 20201228 ID:1000 Level:Error Provider:Microsoft-Windows-OneBackup Message:onecoreuap\shell\ext\onebackup\s
                 ettingshandler\lib\OneBackupManagerSingleton.h(195)\OneBackupHandler.dll!00007FFBAEED8BF6: (caller:
                 00007FFBAEEDE0EB) ReturnHr(5) tid(22bc) 8000000B The operation attempted to access data outside the valid
                 range
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3639
    Line       : 20201228 ID:1000 Level:Error Provider:Microsoft-Windows-OneBackup Message:onecoreuap\shell\ext\onebackup\s
                 ettingshandler\lib\onebackuppagehandlers.cpp(885)\OneBackupHandler.dll!00007FFBAEEDF13E: (caller:
                 00007FFBABE77971) ReturnHr(4) tid(22bc) 8000000B The operation attempted to access data outside the valid
                 range
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3640
    Line       : 20201228 ID:1000 Level:Error Provider:Microsoft-Windows-OneBackup Message:onecoreuap\shell\ext\onebackup\s
                 ettingshandler\lib\OneBackupManagerSingleton.h(195)\OneBackupHandler.dll!00007FFBAEED8BF6: (caller:
                 00007FFBAEEDE0EB) ReturnHr(3) tid(22bc) 8000000B The operation attempted to access data outside the valid
                 range
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3641
    Line       : 20201228 ID:1000 Level:Error Provider:Microsoft-Windows-OneBackup Message:onecoreuap\shell\ext\onebackup\s
                 ettingshandler\lib\OneBackupManagerSingleton.h(191)\OneBackupHandler.dll!00007FFBAEED8B84: (caller:
                 00007FFBAEEE1133) ReturnHr(2) tid(22bc) 80004002 No such interface supported
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3642
    Line       : 20201228 ID:1000 Level:Error Provider:Microsoft-Windows-OneBackup Message:onecoreuap\shell\ext\onebackup\s
                 ettingshandler\lib\OneBackupManagerSingleton.h(191)\OneBackupHandler.dll!00007FFBAEED8B84: (caller:
                 00007FFBAEEE1133) ReturnHr(1) tid(22bc) 80004002 No such interface supported
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3643
    Line       : 20210102 ID:5033 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get units
                 for collection tiempo.com.eltiempo14das_1jw6nrrrzn4a6-0 with locality 2. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3644
    Line       : 20210102 ID:5054 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get
                 structured state units for package tiempo.com.eltiempo14das_1jw6nrrrzn4a6. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3645
    Line       : 20210102 ID:5055 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to
                 recursivlye create setting units for NULL, exclude HP 1. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3646
    Line       : 20210102 ID:5033 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get units
                 for collection microsoft.windowsstore_8wekyb3d8bbwe-0 with locality 2. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3647
    Line       : 20210102 ID:5054 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get
                 structured state units for package microsoft.windowsstore_8wekyb3d8bbwe. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3648
    Line       : 20210102 ID:5055 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to
                 recursivlye create setting units for NULL, exclude HP 1. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3649
    Line       : 20210102 ID:5033 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get units
                 for collection microsoft.windows.search_cw5n1h2txyewy-0 with locality 2. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3650
    Line       : 20210102 ID:5054 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get
                 structured state units for package microsoft.windows.search_cw5n1h2txyewy. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3651
    Line       : 20210102 ID:5055 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to
                 recursivlye create setting units for NULL, exclude HP 1. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3652
    Line       : 20210102 ID:5033 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get units
                 for collection 55591delairedamien.mystocksalertscharts_823pgb98jhb94-0 with locality 2. (Result
                 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3653
    Line       : 20210102 ID:5054 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get
                 structured state units for package 55591delairedamien.mystocksalertscharts_823pgb98jhb94. (Result
                 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3654
    Line       : 20210102 ID:5055 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to
                 recursivlye create setting units for NULL, exclude HP 1. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3655
    Line       : 20210101 ID:5032 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to invoke
                 the roaming data change callback for package family name NULL and operation flag 2. (Result 0x8007109A)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3656
    Line       : 20210101 ID:5026 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to invoke
                 GetPackageFamilyNameForCurrentThread. (Result 0x8007109A)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3657
    Line       : 20210101 ID:5033 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get units
                 for collection tiempo.com.eltiempo14das_1jw6nrrrzn4a6-0 with locality 2. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3658
    Line       : 20210101 ID:5054 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get
                 structured state units for package tiempo.com.eltiempo14das_1jw6nrrrzn4a6. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3659
    Line       : 20210101 ID:5055 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to
                 recursivlye create setting units for NULL, exclude HP 1. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3660
    Line       : 20210101 ID:5033 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get units
                 for collection microsoft.windowsstore_8wekyb3d8bbwe-0 with locality 2. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3661
    Line       : 20210101 ID:5054 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get
                 structured state units for package microsoft.windowsstore_8wekyb3d8bbwe. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3662
    Line       : 20210101 ID:5055 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to
                 recursivlye create setting units for NULL, exclude HP 1. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3663
    Line       : 20210101 ID:5033 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get units
                 for collection microsoft.windows.search_cw5n1h2txyewy-0 with locality 2. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3664
    Line       : 20210101 ID:5054 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get
                 structured state units for package microsoft.windows.search_cw5n1h2txyewy. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3665
    Line       : 20210101 ID:5055 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to
                 recursivlye create setting units for NULL, exclude HP 1. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3666
    Line       : 20210101 ID:5033 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get units
                 for collection 55591delairedamien.mystocksalertscharts_823pgb98jhb94-0 with locality 2. (Result
                 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3667
    Line       : 20210101 ID:5054 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get
                 structured state units for package 55591delairedamien.mystocksalertscharts_823pgb98jhb94. (Result
                 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3668
    Line       : 20210101 ID:5055 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to
                 recursivlye create setting units for NULL, exclude HP 1. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3669
    Line       : 20201231 ID:5032 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to invoke
                 the roaming data change callback for package family name NULL and operation flag 2. (Result 0x8007109A)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3670
    Line       : 20201231 ID:5026 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to invoke
                 GetPackageFamilyNameForCurrentThread. (Result 0x8007109A)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3673
    Line       : 20201231 ID:5033 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get units
                 for collection microsoft.windowsstore_8wekyb3d8bbwe-0 with locality 2. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3674
    Line       : 20201231 ID:5054 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get
                 structured state units for package microsoft.windowsstore_8wekyb3d8bbwe. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3675
    Line       : 20201231 ID:5055 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to
                 recursivlye create setting units for NULL, exclude HP 1. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3676
    Line       : 20201231 ID:5033 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get units
                 for collection microsoft.windows.search_cw5n1h2txyewy-0 with locality 2. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3677
    Line       : 20201231 ID:5054 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get
                 structured state units for package microsoft.windows.search_cw5n1h2txyewy. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3678
    Line       : 20201231 ID:5055 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to
                 recursivlye create setting units for NULL, exclude HP 1. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3679
    Line       : 20201231 ID:5033 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get units
                 for collection 55591delairedamien.mystocksalertscharts_823pgb98jhb94-0 with locality 2. (Result
                 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3680
    Line       : 20201231 ID:5054 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get
                 structured state units for package 55591delairedamien.mystocksalertscharts_823pgb98jhb94. (Result
                 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3681
    Line       : 20201231 ID:5055 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to
                 recursivlye create setting units for NULL, exclude HP 1. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3682
    Line       : 20201230 ID:5032 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to invoke
                 the roaming data change callback for package family name NULL and operation flag 2. (Result 0x8007109A)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3683
    Line       : 20201230 ID:5026 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to invoke
                 GetPackageFamilyNameForCurrentThread. (Result 0x8007109A)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3690
    Line       : 20201230 ID:5033 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get units
                 for collection microsoft.windowsstore_8wekyb3d8bbwe-0 with locality 2. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3691
    Line       : 20201230 ID:5054 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get
                 structured state units for package microsoft.windowsstore_8wekyb3d8bbwe. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3692
    Line       : 20201230 ID:5055 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to
                 recursivlye create setting units for NULL, exclude HP 1. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3693
    Line       : 20201229 ID:5032 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to invoke
                 the roaming data change callback for package family name NULL and operation flag 2. (Result 0x8007109A)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3694
    Line       : 20201229 ID:5026 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to invoke
                 GetPackageFamilyNameForCurrentThread. (Result 0x8007109A)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3695
    Line       : 20201229 ID:5033 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get units
                 for collection microsoft.windowsstore_8wekyb3d8bbwe-0 with locality 2. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3696
    Line       : 20201229 ID:5054 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get
                 structured state units for package microsoft.windowsstore_8wekyb3d8bbwe. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3697
    Line       : 20201229 ID:5055 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to
                 recursivlye create setting units for NULL, exclude HP 1. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3698
    Line       : 20201229 ID:5033 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get units
                 for collection microsoft.windows.search_cw5n1h2txyewy-0 with locality 2. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3699
    Line       : 20201229 ID:5054 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get
                 structured state units for package microsoft.windows.search_cw5n1h2txyewy. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3700
    Line       : 20201229 ID:5055 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to
                 recursivlye create setting units for NULL, exclude HP 1. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3701
    Line       : 20201229 ID:5033 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get units
                 for collection microsoft.windows.search_cw5n1h2txyewy-0 with locality 2. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3702
    Line       : 20201229 ID:5054 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get
                 structured state units for package microsoft.windows.search_cw5n1h2txyewy. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3703
    Line       : 20201229 ID:5055 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to
                 recursivlye create setting units for NULL, exclude HP 1. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3704
    Line       : 20201229 ID:5033 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get units
                 for collection microsoft.windows.search_cw5n1h2txyewy-0 with locality 2. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3705
    Line       : 20201229 ID:5054 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get
                 structured state units for package microsoft.windows.search_cw5n1h2txyewy. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3706
    Line       : 20201229 ID:5055 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to
                 recursivlye create setting units for NULL, exclude HP 1. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3707
    Line       : 20201228 ID:5033 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get units
                 for collection microsoft.windows.search_cw5n1h2txyewy-0 with locality 2. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3708
    Line       : 20201228 ID:5054 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get
                 structured state units for package microsoft.windows.search_cw5n1h2txyewy. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3709
    Line       : 20201228 ID:5055 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to
                 recursivlye create setting units for NULL, exclude HP 1. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3710
    Line       : 20201228 ID:5033 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get units
                 for collection microsoft.windows.search_cw5n1h2txyewy-0 with locality 2. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3711
    Line       : 20201228 ID:5054 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get
                 structured state units for package microsoft.windows.search_cw5n1h2txyewy. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3712
    Line       : 20201228 ID:5055 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to
                 recursivlye create setting units for NULL, exclude HP 1. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3713
    Line       : 20201228 ID:5033 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get units
                 for collection microsoft.windows.search_cw5n1h2txyewy-0 with locality 2. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3714
    Line       : 20201228 ID:5054 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get
                 structured state units for package microsoft.windows.search_cw5n1h2txyewy. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3715
    Line       : 20201228 ID:5055 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to
                 recursivlye create setting units for NULL, exclude HP 1. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3716
    Line       : 20201228 ID:5033 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get units
                 for collection microsoft.windows.search_cw5n1h2txyewy-0 with locality 2. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3717
    Line       : 20201228 ID:5054 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get
                 structured state units for package microsoft.windows.search_cw5n1h2txyewy. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3718
    Line       : 20201228 ID:5055 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to
                 recursivlye create setting units for NULL, exclude HP 1. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3719
    Line       : 20201228 ID:5032 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to invoke
                 the roaming data change callback for package family name NULL and operation flag 2. (Result 0x8007109A)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3720
    Line       : 20201228 ID:5026 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to invoke
                 GetPackageFamilyNameForCurrentThread. (Result 0x8007109A)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3721
    Line       : 20201228 ID:5033 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get units
                 for collection microsoft.windows.search_cw5n1h2txyewy-0 with locality 2. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3722
    Line       : 20201228 ID:5054 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get
                 structured state units for package microsoft.windows.search_cw5n1h2txyewy. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3723
    Line       : 20201228 ID:5055 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to
                 recursivlye create setting units for NULL, exclude HP 1. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3724
    Line       : 20201228 ID:5033 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get units
                 for collection microsoft.windows.search_cw5n1h2txyewy-0 with locality 2. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3725
    Line       : 20201228 ID:5054 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get
                 structured state units for package microsoft.windows.search_cw5n1h2txyewy. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3726
    Line       : 20201228 ID:5055 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to
                 recursivlye create setting units for NULL, exclude HP 1. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3727
    Line       : 20201228 ID:5033 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get units
                 for collection microsoft.windows.search_cw5n1h2txyewy-0 with locality 2. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3728
    Line       : 20201228 ID:5054 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get
                 structured state units for package microsoft.windows.search_cw5n1h2txyewy. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3729
    Line       : 20201228 ID:5055 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to
                 recursivlye create setting units for NULL, exclude HP 1. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3730
    Line       : 20201228 ID:5033 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get units
                 for collection microsoft.windows.search_cw5n1h2txyewy-0 with locality 2. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3731
    Line       : 20201228 ID:5054 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get
                 structured state units for package microsoft.windows.search_cw5n1h2txyewy. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3732
    Line       : 20201228 ID:5055 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to
                 recursivlye create setting units for NULL, exclude HP 1. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3733
    Line       : 20201228 ID:5033 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get units
                 for collection microsoft.windows.search_cw5n1h2txyewy-0 with locality 2. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3734
    Line       : 20201228 ID:5054 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get
                 structured state units for package microsoft.windows.search_cw5n1h2txyewy. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3735
    Line       : 20201228 ID:5055 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to
                 recursivlye create setting units for NULL, exclude HP 1. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3736
    Line       : 20201228 ID:5033 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get units
                 for collection microsoft.windows.search_cw5n1h2txyewy-0 with locality 2. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3737
    Line       : 20201228 ID:5054 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get
                 structured state units for package microsoft.windows.search_cw5n1h2txyewy. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3738
    Line       : 20201228 ID:5055 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to
                 recursivlye create setting units for NULL, exclude HP 1. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3739
    Line       : 20201228 ID:5033 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get units
                 for collection microsoft.windows.search_cw5n1h2txyewy-0 with locality 2. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3740
    Line       : 20201228 ID:5054 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to get
                 structured state units for package microsoft.windows.search_cw5n1h2txyewy. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3741
    Line       : 20201228 ID:5055 Level:Warning Provider:Microsoft-Windows-PackageStateRoaming Message:Failed to
                 recursivlye create setting units for NULL, exclude HP 1. (Result 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3841
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability emailSystem and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3842
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability emailSystem and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3843
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability appointmentsSystem
                 and app Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3844
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability appointmentsSystem
                 and app Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3845
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability email and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3846
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability email and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3847
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability appointments and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3848
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability appointments and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3849
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability email and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3850
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability email and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3851
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability appointments and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3852
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability appointments and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3853
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability emailSystem and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3854
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability emailSystem and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3855
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability appointmentsSystem
                 and app Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3856
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability appointmentsSystem
                 and app Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3857
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability email and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3858
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability email and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3859
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability appointments and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3860
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability appointments and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3861
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability email and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3862
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability email and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3863
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability appointments and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3864
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability appointments and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3865
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability emailSystem and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3866
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability emailSystem and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3867
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability appointmentsSystem
                 and app Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3868
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability appointmentsSystem
                 and app Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3869
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability email and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3870
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability email and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3871
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability appointments and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3872
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability appointments and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3873
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability email and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3874
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability email and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3875
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability appointments and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 3876
    Line       : 20210101 ID:1015 Level:Error Provider:Microsoft-Windows-Privacy-Auditing Message:User
                 S-1-5-21-3983332640-3327938719-2226829139-1001 could not be prompted for capability appointments and app
                 Microsoft.People_8wekyb3d8bbwe.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4044
    Line       : 20210102 ID:2415 Level:Information Provider:Microsoft-Windows-PushNotifications-Platform Message:An
                 application was unregistered with the following parameters:
                 Microsoft.Explorer.Notification.{7820AE77-23E3-4229-82C1-E41CB67D5B9C} [AppUserModelId] The operation
                 completed successfully. [ErrorCode]
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4058
    Line       : 20210102 ID:1264 Level:Information Provider:Microsoft-Windows-PushNotifications-Platform Message:Adding
                 new user to the Windows Push Notification Service completed. 00184004BCFDE418 [DeviceId] 0 [UserId] 0x0
                 [ErrorCode].
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4073
    Line       : 20210102 ID:3005 Level:Information Provider:Microsoft-Windows-PushNotifications-Platform Message:Tile
                 session 4 is closed with error code The operation completed successfully..
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4081
    Line       : 20210102 ID:2415 Level:Information Provider:Microsoft-Windows-PushNotifications-Platform Message:An
                 application was unregistered with the following parameters:
                 Microsoft.Explorer.Notification.{7820AE77-23E3-4229-82C1-E41CB67D5B9C} [AppUserModelId] The operation
                 completed successfully. [ErrorCode]
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4085
    Line       : 20210102 ID:2003 Level:Information Provider:Microsoft-Windows-PushNotifications-Platform Message:The
                 channel table has updated a channel mapping: 1;15101178728960814023 [ChannelId]
                 Microsoft.ConnectedDevicePlatform.GZlabsn9RR9f9LTm0z7RLO+AQ7frc0RBsFUhVQ67uQA= [AppUserModelId] The
                 operation completed successfully. [ErrorCode].
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4092
    Line       : 20210102 ID:2415 Level:Information Provider:Microsoft-Windows-PushNotifications-Platform Message:An
                 application was unregistered with the following parameters:
                 Microsoft.Explorer.Notification.{CA0A1055-1197-3B30-A079-DCF4F7297F50} [AppUserModelId] The operation
                 completed successfully. [ErrorCode]
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4093
    Line       : 20210102 ID:2415 Level:Information Provider:Microsoft-Windows-PushNotifications-Platform Message:An
                 application was unregistered with the following parameters:
                 Microsoft.Explorer.Notification.{CA0A1055-1197-3B30-A079-DCF4F7297F50} [AppUserModelId] The operation
                 completed successfully. [ErrorCode]
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4121
    Line       : 20210102 ID:1264 Level:Information Provider:Microsoft-Windows-PushNotifications-Platform Message:Adding
                 new user to the Windows Push Notification Service completed. 00184004BCFDE418 [DeviceId] 17056888
                 [UserId] 0x0 [ErrorCode].
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4138
    Line       : 20210102 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4139
    Line       : 20210101 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4140
    Line       : 20210101 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4141
    Line       : 20210101 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4142
    Line       : 20201231 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4143
    Line       : 20201231 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4144
    Line       : 20201231 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4145
    Line       : 20201231 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4146
    Line       : 20201231 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4147
    Line       : 20201231 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4148
    Line       : 20201231 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4149
    Line       : 20201231 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4150
    Line       : 20201230 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4151
    Line       : 20201230 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4152
    Line       : 20201230 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4153
    Line       : 20201230 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4154
    Line       : 20201230 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4155
    Line       : 20201230 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4156
    Line       : 20201230 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4157
    Line       : 20201230 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4158
    Line       : 20201229 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4159
    Line       : 20201229 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4160
    Line       : 20201229 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4161
    Line       : 20201229 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4162
    Line       : 20201229 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4163
    Line       : 20201229 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4164
    Line       : 20201229 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4165
    Line       : 20201228 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4166
    Line       : 20201228 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4167
    Line       : 20201228 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4168
    Line       : 20201228 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4169
    Line       : 20201228 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4170
    Line       : 20201228 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4171
    Line       : 20201228 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4172
    Line       : 20201228 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4173
    Line       : 20201228 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4174
    Line       : 20201228 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4175
    Line       : 20201228 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4176
    Line       : 20201228 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4177
    Line       : 20201228 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4178
    Line       : 20201228 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4179
    Line       : 20201228 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4180
    Line       : 20201228 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4181
    Line       : 20201228 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4182
    Line       : 20201228 ID:1027 Level:Information Provider:Microsoft-Windows-ReadyBoost Message:ReadyBoot has updated
                 the system volume unique ID:
                  ErrorCode: 0x0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4444
    Line       : 20210102 ID:6065 Level:Error Provider:Microsoft-Windows-SettingSync Message:onecoreuap\shell\roaming\setti
                 ngsynchost\lib\settingsynctask.cpp(1710)\SettingSyncHost.exe!00007FF680AEA7FA: (caller: 00007FF680AEA27E)
                 ReturnHr(8) tid(280c) 80070002 The system cannot find the file specified.
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4445
    Line       : 20210102 ID:6065 Level:Error Provider:Microsoft-Windows-SettingSync Message:onecoreuap\shell\roaming\setti
                 ngsynchost\lib\syncstate.cpp(567)\SettingSyncHost.exe!00007FF680AFA57B: (caller: 00007FF680AEA74F)
                 ReturnHr(7) tid(280c) 80070002 The system cannot find the file specified.
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4446
    Line       : 20210102 ID:6065 Level:Error Provider:Microsoft-Windows-SettingSync Message:onecoreuap\shell\roaming\setti
                 ngsynchost\lib\settingsynctask.cpp(1710)\SettingSyncHost.exe!00007FF680AEA7FA: (caller: 00007FF680AEA27E)
                 ReturnHr(6) tid(280c) 80070002 The system cannot find the file specified.
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4447
    Line       : 20210102 ID:6065 Level:Error Provider:Microsoft-Windows-SettingSync Message:onecoreuap\shell\roaming\setti
                 ngsynchost\lib\syncstate.cpp(567)\SettingSyncHost.exe!00007FF680AFA57B: (caller: 00007FF680AEA74F)
                 ReturnHr(5) tid(280c) 80070002 The system cannot find the file specified.
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4448
    Line       : 20210102 ID:6065 Level:Error Provider:Microsoft-Windows-SettingSync Message:onecoreuap\shell\roaming\setti
                 ngsynchost\lib\settingsynctask.cpp(1710)\SettingSyncHost.exe!00007FF680AEA7FA: (caller: 00007FF680AEA27E)
                 ReturnHr(4) tid(280c) 80070002 The system cannot find the file specified.
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4449
    Line       : 20210102 ID:6065 Level:Error Provider:Microsoft-Windows-SettingSync Message:onecoreuap\shell\roaming\setti
                 ngsynchost\lib\syncstate.cpp(567)\SettingSyncHost.exe!00007FF680AFA57B: (caller: 00007FF680AEA74F)
                 ReturnHr(3) tid(280c) 80070002 The system cannot find the file specified.
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4451
    Line       : 20210102 ID:6065 Level:Error Provider:Microsoft-Windows-SettingSync Message:onecoreuap\shell\roaming\cloud
                 sync\cloudsyncengine\cloudsyncengine.cpp(1635)\SettingSyncHost.exe!00007FF680B2BF69: (caller:
                 00007FF680B285A6) LogHr(4) tid(46c8) 80040FC9     CallContext:[\AttemptSyncActivity]
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4452
    Line       : 20210102 ID:6065 Level:Error Provider:Microsoft-Windows-SettingSync Message:onecoreuap\shell\roaming\cloud
                 sync\cloudsyncengine\cloudsyncengine.cpp(1516)\SettingSyncHost.exe!00007FF680B2BB29: (caller:
                 00007FF680B285A6) LogHr(3) tid(46c8) 80040FC9     CallContext:[\AttemptSyncActivity]
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4462
    Line       : 20210102 ID:6065 Level:Error Provider:Microsoft-Windows-SettingSync Message:onecoreuap\shell\roaming\cloud
                 sync\cloudsyncengine\cloudsyncengine.cpp(1635)\SettingSyncHost.exe!00007FF680B2BF69: (caller:
                 00007FF680B285A6) LogHr(2) tid(1e0c) 80040FC9     CallContext:[\AttemptSyncActivity]
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4463
    Line       : 20210102 ID:6065 Level:Error Provider:Microsoft-Windows-SettingSync Message:onecoreuap\shell\roaming\cloud
                 sync\cloudsyncengine\cloudsyncengine.cpp(1516)\SettingSyncHost.exe!00007FF680B2BB29: (caller:
                 00007FF680B285A6) LogHr(1) tid(1e0c) 80040FC9     CallContext:[\AttemptSyncActivity]
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4466
    Line       : 20210102 ID:6065 Level:Error Provider:Microsoft-Windows-SettingSync Message:onecoreuap\shell\roaming\cloud
                 sync\cloudsyncengine\cloudsyncengine.cpp(1476)\SettingSyncHost.exe!00007FF680B2B6F7: (caller:
                 00007FF680B2AE84) ReturnHr(2) tid(1e0c) 80040FCD     CallContext:[\AttemptSyncActivity]
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4481
    Line       : 20210102 ID:6065 Level:Error Provider:Microsoft-Windows-SettingSync Message:onecoreuap\shell\roaming\cloud
                 sync\cloudsyncengine\cloudsyncengine.cpp(1476)\SettingSyncHost.exe!00007FF680B2B6F7: (caller:
                 00007FF680B2AE84) ReturnHr(1) tid(1e0c) 80040FCD     CallContext:[\AttemptSyncActivity]
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4494
    Line       : 20210102 ID:6065 Level:Error Provider:Microsoft-Windows-SettingSync Message:onecoreuap\shell\roaming\setti
                 ngsynccore\settingmonitor\cloudchangewnfmonitor.cpp(106)\SettingSyncCore.dll!00007FFCF1F0A8EE: (caller:
                 00007FFD23FD8963) ReturnHr(2) tid(29fc) 8002802B Element not found.
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4495
    Line       : 20210102 ID:6065 Level:Error Provider:Microsoft-Windows-SettingSync Message:onecoreuap\shell\roaming\setti
                 ngsynccore\settingmonitor\cloudchangewnfmonitor.cpp(106)\SettingSyncCore.dll!00007FFCF1F0A8EE: (caller:
                 00007FFD23FD8963) ReturnHr(1) tid(29fc) 8002802B Element not found.
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4508
    Line       : 20210102 ID:6002 Level:Information Provider:Microsoft-Windows-SettingSync-Desktop Message:Starting or
                 stopping setting change publisher for Windows failed. (Result: 0x80070002)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4527
    Line       : 20210102 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 8192,
                 windows-remotesyncdummyidFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4529
    Line       : 20210102 ID:5001 Level:Error Provider:Microsoft-Windows-SettingSync Message:Local create for collection
                 packagestate-tiempo.com.eltiempo14das_1jw6nrrrzn4a6-0 failed. (Result: 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4530
    Line       : 20210102 ID:5001 Level:Error Provider:Microsoft-Windows-SettingSync Message:Local create for collection
                 packagestate-microsoft.windowsstore_8wekyb3d8bbwe-0 failed. (Result: 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4531
    Line       : 20210102 ID:5001 Level:Error Provider:Microsoft-Windows-SettingSync Message:Local create for collection
                 packagestate-microsoft.windows.search_cw5n1h2txyewy-0 failed. (Result: 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4532
    Line       : 20210102 ID:5001 Level:Error Provider:Microsoft-Windows-SettingSync Message:Local create for collection
                 packagestate-55591delairedamien.mystocksalertscharts_823pgb98jhb94-0 failed. (Result: 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4533
    Line       : 20210102 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 8,
                 windows-slideshowFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4537
    Line       : 20210101 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 8192,
                 windows-remotesyncdummyidFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4540
    Line       : 20210101 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 8192,
                 windows-remotesyncdummyidFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4542
    Line       : 20210101 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 8,
                 windows-slideshowFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4544
    Line       : 20210101 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 8192,
                 windows-remotesyncdummyidFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4546
    Line       : 20210101 ID:5504 Level:Error Provider:Microsoft-Windows-SettingSync Message:Cloud sync engine failed to
                 sync collection windows-slideshow from cloud storage to Windows (Result: 0x800700B7)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4547
    Line       : 20210101 ID:5001 Level:Error Provider:Microsoft-Windows-SettingSync Message:Local create for collection
                 packagestate-tiempo.com.eltiempo14das_1jw6nrrrzn4a6-0 failed. (Result: 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4548
    Line       : 20210101 ID:5001 Level:Error Provider:Microsoft-Windows-SettingSync Message:Local create for collection
                 packagestate-microsoft.windowsstore_8wekyb3d8bbwe-0 failed. (Result: 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4549
    Line       : 20210101 ID:5001 Level:Error Provider:Microsoft-Windows-SettingSync Message:Local create for collection
                 packagestate-microsoft.windows.search_cw5n1h2txyewy-0 failed. (Result: 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4550
    Line       : 20210101 ID:5001 Level:Error Provider:Microsoft-Windows-SettingSync Message:Local create for collection
                 packagestate-55591delairedamien.mystocksalertscharts_823pgb98jhb94-0 failed. (Result: 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4551
    Line       : 20210101 ID:5512 Level:Error Provider:Microsoft-Windows-SettingSync Message:Cloud sync engine failed to
                 sync collection windows-slideshow from Windows to cloud storage (Result: 0x80070718)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4553
    Line       : 20201231 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 8192,
                 windows-remotesyncdummyidFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4556
    Line       : 20201231 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 8192,
                 windows-remotesyncdummyidFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4559
    Line       : 20201231 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 8192,
                 windows-remotesyncdummyidFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4563
    Line       : 20201231 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 1,
                 windows-usertileFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4564
    Line       : 20201231 ID:5001 Level:Error Provider:Microsoft-Windows-SettingSync Message:Local create for collection
                 packagestate-microsoft.windowsstore_8wekyb3d8bbwe-0 failed. (Result: 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4565
    Line       : 20201231 ID:5001 Level:Error Provider:Microsoft-Windows-SettingSync Message:Local create for collection
                 packagestate-microsoft.windows.search_cw5n1h2txyewy-0 failed. (Result: 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4566
    Line       : 20201231 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 4,
                 windows-usertileFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4567
    Line       : 20201231 ID:5001 Level:Error Provider:Microsoft-Windows-SettingSync Message:Local create for collection
                 packagestate-55591delairedamien.mystocksalertscharts_823pgb98jhb94-0 failed. (Result: 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4568
    Line       : 20201231 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 4,
                 windows-usertileFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4569
    Line       : 20201231 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 8,
                 windows-slideshowFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4571
    Line       : 20201230 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 8192,
                 windows-remotesyncdummyidFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4578
    Line       : 20201230 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 8192,
                 windows-remotesyncdummyidFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4580
    Line       : 20201230 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 4,
                 windows-backstackFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4581
    Line       : 20201230 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 4,
                 windows-backstackFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4582
    Line       : 20201230 ID:5504 Level:Error Provider:Microsoft-Windows-SettingSync Message:Cloud sync engine failed to
                 sync collection packagestate-microsoft.windowsstore_8wekyb3d8bbwe-0 from cloud storage to Windows
                 (Result: 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4583
    Line       : 20201230 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 4,
                 windows-screenmagnifierFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4584
    Line       : 20201230 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 4,
                 windows-screenmagnifierFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4585
    Line       : 20201230 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 4,
                 windows-oskFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4586
    Line       : 20201230 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 4,
                 windows-oskFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4587
    Line       : 20201230 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 4,
                 windows-accessibilityFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4588
    Line       : 20201230 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 4,
                 windows-accessibilityFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4589
    Line       : 20201230 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 4,
                 packagestate-b9eced6f.asuskeyboardhotkeys_qmba6cd70vzyy-0File
                 onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4590
    Line       : 20201230 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 4,
                 packagestate-b9eced6f.asuskeyboardhotkeys_qmba6cd70vzyy-0File
                 onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4591
    Line       : 20201230 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 4,
                 windows-narratorFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4592
    Line       : 20201230 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 4,
                 windows-narratorFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4593
    Line       : 20201230 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 4,
                 windows-picturepasswordpictureFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4594
    Line       : 20201230 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 4,
                 windows-picturepasswordpictureFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4595
    Line       : 20201230 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 4,
                 packagestate-microsoft.windows.cortana_cw5n1h2txyewy-0File
                 onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4596
    Line       : 20201230 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 4,
                 packagestate-microsoft.windows.cortana_cw5n1h2txyewy-0File
                 onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4597
    Line       : 20201230 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 1,
                 windows-themeFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4598
    Line       : 20201230 ID:5512 Level:Error Provider:Microsoft-Windows-SettingSync Message:Cloud sync engine failed to
                 sync collection windows-slideshow from Windows to cloud storage (Result: 0x80070718)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4599
    Line       : 20201230 ID:5001 Level:Error Provider:Microsoft-Windows-SettingSync Message:Local create for collection
                 windows-theme failed. (Result: 0x800700B7)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4603
    Line       : 20201229 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 8192,
                 windows-remotesyncdummyidFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4606
    Line       : 20201229 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 8192,
                 windows-remotesyncdummyidFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4609
    Line       : 20201229 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 8192,
                 windows-remotesyncdummyidFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4611
    Line       : 20201229 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 1,
                 windows-usertileFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4612
    Line       : 20201229 ID:5001 Level:Error Provider:Microsoft-Windows-SettingSync Message:Local create for collection
                 packagestate-microsoft.windowsstore_8wekyb3d8bbwe-0 failed. (Result: 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4613
    Line       : 20201229 ID:5001 Level:Error Provider:Microsoft-Windows-SettingSync Message:Local create for collection
                 packagestate-microsoft.windows.search_cw5n1h2txyewy-0 failed. (Result: 0x80070057)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4614
    Line       : 20201229 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 4,
                 windows-usertileFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4615
    Line       : 20201229 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 4,
                 windows-usertileFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4617
    Line       : 20201229 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 8192,
                 windows-remotesyncdummyidFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4620
    Line       : 20201229 ID:5721 Level:Error Provider:Microsoft-Windows-SettingSync Message:Operation not found for 8192,
                 windows-remotesyncdummyidFile onecoreuap\shell\roaming\settingsynchost\lib\syncstate.cpp line 720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4629
    Line       : 20210102 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudcommon\wnsregistrarbase\wnsregistrarbase.cpp(610)\OneDriveSettingSyncProvider.dll!00007FFCF1D16D2
                 9: (caller: 00007FFCF1D16737) ReturnHr(2) tid(280c) 8002802B Element not found.
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4630
    Line       : 20210102 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudcommon\wnsregistrarbase\wnsregistrarbase.cpp(610)\OneDriveSettingSyncProvider.dll!00007FFCF1D16D2
                 9: (caller: 00007FFCF1D16737) ReturnHr(1) tid(280c) 8002802B Element not found.
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4642
    Line       : 20210102 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudsync\cloudsyncprovider\lib\onedrivesettingsyncprovider.cpp(712)\OneDriveSettingSyncProvider.dll!0
                 0007FFBB819F50B: (caller: 00007FFBB7730D28) LogHr(1) tid(a00) 8007000D The data is invalid.
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4643
    Line       : 20210102 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:PDC deactivation not
                 performed. Activation failed or activator was not initialized. PDC handle: 0000000000000000File
                 onecoreuap\shell\roaming\cloudcommon\utils\pdchelper.cpp line 28
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4645
    Line       : 20210102 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:PDC deactivation not
                 performed. Activation failed or activator was not initialized. PDC handle: 0000000000000000File
                 onecoreuap\shell\roaming\cloudcommon\utils\pdchelper.cpp line 28
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4646
    Line       : 20210102 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudcommon\liveapi\livestorage.cpp(400)\OneDriveSettingSyncProvider.dll!00007FFBB815BCD3: (caller:
                 00007FFBB81814C3) ReturnHr(1) tid(a00) 80040400
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4647
    Line       : 20210102 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:PDC deactivation not
                 performed. Activation failed or activator was not initialized. PDC handle: 0000000000000000File
                 onecoreuap\shell\roaming\cloudcommon\utils\pdchelper.cpp line 28
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4650
    Line       : 20210102 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:PDC deactivation not
                 performed. Activation failed or activator was not initialized. PDC handle: 0000000000000000File
                 onecoreuap\shell\roaming\cloudcommon\utils\pdchelper.cpp line 28
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4651
    Line       : 20210102 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:PDC deactivation not
                 performed. Activation failed or activator was not initialized. PDC handle: 0000000000000000File
                 onecoreuap\shell\roaming\cloudcommon\utils\pdchelper.cpp line 28
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4661
    Line       : 20210102 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudsync\cloudsyncprovider\lib\onedrivesettingsyncprovider.cpp(874)\OneDriveSettingSyncProvider.dll!0
                 0007FFBB819FA7F: (caller: 00007FF7F9476039) ReturnHr(18) tid(2190) 80040410
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4662
    Line       : 20210102 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudcommon\wnsregistrarbase\wnsregistrarbase.cpp(42)\OneDriveSettingSyncProvider.dll!00007FFBB8184D06
                 : (caller: 00007FFBB819FB21) ReturnHr(17) tid(2190) 80040410
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4663
    Line       : 20210102 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudcommon\wnsregistrarbase\wnsregistrarbase.cpp(179)\OneDriveSettingSyncProvider.dll!00007FFBB81852A
                 9: (caller: 00007FFBB8184CDF) ReturnHr(16) tid(2190) 80040410
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4664
    Line       : 20210102 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudcommon\wnsregistrarbase\wnsregistrarbase.cpp(38)\OneDriveSettingSyncProvider.dll!00007FFBB8188D97
                 : (caller: 00007FFBB8185277) ReturnHr(15) tid(2190) 80040410
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4665
    Line       : 20210102 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudcommon\wnsregistrarbase\wnsregistrarbase.cpp(60)\OneDriveSettingSyncProvider.dll!00007FFBB8184E83
                 : (caller: 00007FFBB8188D6F) ReturnHr(14) tid(2190) 80040410
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4666
    Line       : 20210102 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudcommon\wnsregistrarbase\wnsregistrarbase.cpp(209)\OneDriveSettingSyncProvider.dll!00007FFBB818563
                 5: (caller: 00007FFBB8184E49) ReturnHr(13) tid(2190) 80040410
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4667
    Line       : 20210102 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudcommon\wnsregistrarbase\wnsregistrarbase.cpp(718)\OneDriveSettingSyncProvider.dll!00007FFBB818581
                 4: (caller: 00007FFBB8184E49) ReturnHr(12) tid(2190) 80040410
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4668
    Line       : 20210102 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudcommon\wnsregistrarbase\wnsregistrarbase.cpp(881)\OneDriveSettingSyncProvider.dll!00007FFBB818845
                 8: (caller: 00007FFBB81857F6) ReturnHr(11) tid(2190) 80040410
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4669
    Line       : 20210102 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudsync\cloudsyncprovider\lib\onedrivewnsregistrar.cpp(172)\OneDriveSettingSyncProvider.dll!00007FFB
                 B819BDCC: (caller: 00007FFBB8188380) ReturnHr(10) tid(2190) 80040410
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4670
    Line       : 20210102 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudsync\cloudsyncprovider\lib\onedrivewnsregistrar.cpp(346)\OneDriveSettingSyncProvider.dll!00007FFB
                 B819C968: (caller: 00007FFBB819BDAB) ReturnHr(9) tid(2190) 80040410
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4671
    Line       : 20210102 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudcommon\liveapi\livestorage.cpp(643)\OneDriveSettingSyncProvider.dll!00007FFBB815CB56: (caller:
                 00007FFBB819C94A) ReturnHr(8) tid(2190) 80040410
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4672
    Line       : 20210102 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudcommon\liveapi\livestorage.cpp(3538)\OneDriveSettingSyncProvider.dll!00007FFBB81651BD: (caller:
                 00007FFBB815C8CF) ReturnHr(7) tid(2190) 80040410
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4673
    Line       : 20210102 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudcommon\liveapi\msatoken.cpp(114)\OneDriveSettingSyncProvider.dll!00007FFBB81768DB: (caller:
                 00007FFBB81650F4) ReturnHr(6) tid(2190) 80040410
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4674
    Line       : 20210102 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudcommon\liveapi\msatoken.cpp(239)\OneDriveSettingSyncProvider.dll!00007FFBB81771C4: (caller:
                 00007FFBB81768FA) ReturnHr(5) tid(2190) 80040410     CallContext:[\GetMsaToken]
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4675
    Line       : 20210102 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudcommon\liveapi\msatoken.cpp(385)\OneDriveSettingSyncProvider.dll!00007FFBB8177F46: (caller:
                 00007FFBB81771A3) ReturnHr(4) tid(2190) 80040410     CallContext:[\GetMsaToken]
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4676
    Line       : 20210102 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudcommon\liveapi\livestorage.cpp(400)\OneDriveSettingSyncProvider.dll!00007FFBB815BCD3: (caller:
                 00007FFBB81814C3) ReturnHr(3) tid(2190) 80072EE7
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4678
    Line       : 20210102 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudcommon\wnsregistrarbase\wnsregistrarbase.cpp(610)\OneDriveSettingSyncProvider.dll!00007FFBB8186D2
                 9: (caller: 00007FFBB8186737) ReturnHr(2) tid(2190) 8002802B Element not found.
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4679
    Line       : 20210102 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudcommon\wnsregistrarbase\wnsregistrarbase.cpp(610)\OneDriveSettingSyncProvider.dll!00007FFBB8186D2
                 9: (caller: 00007FFBB8186737) ReturnHr(1) tid(2190) 8002802B Element not found.
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4683
    Line       : 20210101 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudcommon\wnsregistrarbase\wnsregistrarbase.cpp(610)\OneDriveSettingSyncProvider.dll!00007FFBAC376D2
                 9: (caller: 00007FFBAC376737) ReturnHr(2) tid(2e4c) 8002802B Element not found.
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4684
    Line       : 20210101 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudcommon\wnsregistrarbase\wnsregistrarbase.cpp(610)\OneDriveSettingSyncProvider.dll!00007FFBAC376D2
                 9: (caller: 00007FFBAC376737) ReturnHr(1) tid(2e4c) 8002802B Element not found.
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4689
    Line       : 20210101 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudcommon\wnsregistrarbase\wnsregistrarbase.cpp(610)\OneDriveSettingSyncProvider.dll!00007FFF3C906D2
                 9: (caller: 00007FFF3C906737) ReturnHr(2) tid(2e30) 8002802B Element not found.
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4690
    Line       : 20210101 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudcommon\wnsregistrarbase\wnsregistrarbase.cpp(610)\OneDriveSettingSyncProvider.dll!00007FFF3C906D2
                 9: (caller: 00007FFF3C906737) ReturnHr(1) tid(2e30) 8002802B Element not found.
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4691
    Line       : 20210101 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudcommon\wnsregistrarbase\wnsregistrarbase.cpp(610)\OneDriveSettingSyncProvider.dll!00007FFC87AD6D2
                 9: (caller: 00007FFC87AD6737) ReturnHr(4) tid(6474) 8002802B Element not found.
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4692
    Line       : 20210101 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudcommon\wnsregistrarbase\wnsregistrarbase.cpp(610)\OneDriveSettingSyncProvider.dll!00007FFC87AD6D2
                 9: (caller: 00007FFC87AD6737) ReturnHr(3) tid(6474) 8002802B Element not found.
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4706
    Line       : 20210101 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudcommon\wnsregistrarbase\wnsregistrarbase.cpp(610)\OneDriveSettingSyncProvider.dll!00007FFC87AD6D2
                 9: (caller: 00007FFC87AD6737) ReturnHr(2) tid(2aa0) 8002802B Element not found.
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4707
    Line       : 20210101 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudcommon\wnsregistrarbase\wnsregistrarbase.cpp(610)\OneDriveSettingSyncProvider.dll!00007FFC87AD6D2
                 9: (caller: 00007FFC87AD6737) ReturnHr(1) tid(2aa0) 8002802B Element not found.
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4718
    Line       : 20210101 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:onecoreuap\shell\roam
                 ing\cloudsync\cloudsyncprovider\lib\onedrivesettingsyncprovider.cpp(712)\OneDriveSettingSyncProvider.dll!0
                 0007FFD7396F50B: (caller: 00007FFD73BB0D28) LogHr(1) tid(5f54) 8007000D The data is invalid.
    
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4719
    Line       : 20210101 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:PDC deactivation not
                 performed. Activation failed or activator was not initialized. PDC handle: 0000000000000000File
                 onecoreuap\shell\roaming\cloudcommon\utils\pdchelper.cpp line 28
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4721
    Line       : 20210101 ID:3000 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:PDC deactivation not
                 performed. Activation failed or activator was not initialized. PDC handle: 0000000000000000File
                 onecoreuap\shell\roaming\cloudcommon\utils\pdchelper.cpp line 28
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4724
    Line       : 20210102 ID:1008 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:MSA ticket request
                 failed for current user. (Result: 0x80040410)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 4725
    Line       : 20210102 ID:1018 Level:Error Provider:Microsoft-Windows-SettingSync-OneDrive Message:Policy document
                 failed to download. (Result: 0x80072EE7)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5320
    Line       : 20210102 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5321
    Line       : 20210102 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5322
    Line       : 20210101 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5323
    Line       : 20210101 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5324
    Line       : 20210101 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5325
    Line       : 20210101 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5326
    Line       : 20201231 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5327
    Line       : 20201231 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5328
    Line       : 20201231 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5329
    Line       : 20201231 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5330
    Line       : 20201231 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5331
    Line       : 20201231 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5332
    Line       : 20201230 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5333
    Line       : 20201230 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5334
    Line       : 20201229 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5335
    Line       : 20201229 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5336
    Line       : 20201229 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5337
    Line       : 20201229 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5338
    Line       : 20201229 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5339
    Line       : 20201229 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5340
    Line       : 20201229 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5341
    Line       : 20201229 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5342
    Line       : 20201228 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5343
    Line       : 20201228 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5344
    Line       : 20201228 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5345
    Line       : 20201228 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5346
    Line       : 20201228 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5347
    Line       : 20201228 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5348
    Line       : 20201228 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5349
    Line       : 20201228 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5350
    Line       : 20201228 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5351
    Line       : 20201228 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5352
    Line       : 20201228 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5353
    Line       : 20201228 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5354
    Line       : 20201228 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5355
    Line       : 20201228 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5356
    Line       : 20201228 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5357
    Line       : 20201228 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5358
    Line       : 20201228 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5359
    Line       : 20201228 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5360
    Line       : 20201228 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5361
    Line       : 20201228 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5362
    Line       : 20201228 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5363
    Line       : 20201228 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5364
    Line       : 20201228 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5365
    Line       : 20201228 ID:507 Level:Error Provider:Microsoft-Windows-StorDiag Message:Completing a failed non-ReadWrite
                 SCSI SRB request
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5465
    Line       : 20210102 ID:523 Level:Error Provider:Microsoft-Windows-StorPort Message:The miniport logged an event.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5466
    Line       : 20210102 ID:523 Level:Error Provider:Microsoft-Windows-StorPort Message:The miniport logged an event.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5467
    Line       : 20210102 ID:523 Level:Error Provider:Microsoft-Windows-StorPort Message:The miniport logged an event.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5468
    Line       : 20210102 ID:504 Level:Information Provider:Microsoft-Windows-StorPort Message:Error summary for Storport
                 Device (Port = 1, Path = 4, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {af944889-60bb-288a-d21a-1f8d7163724c}:
                 There were 4 total errors seen and 0 timeouts.
                 The last error seen had opcode 0x12 and completed with SrbStatus 0x8 and ScsiStatus 0x0.
    
                 The sense code was (0x0,0x0,0x0).
                 The latency was 0 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5469
    Line       : 20210102 ID:505 Level:Information Provider:Microsoft-Windows-StorPort Message:Performance summary for
                 Storport Device (Port = 1, Path = 4, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {af944889-60bb-288a-d21a-1f8d7163724c}:
                 Total IO:1596
                 For latency buckets of 256us, 1ms, 4ms, 16ms, 64ms, 128ms, 256ms, 2000ms, 6000ms, 10000ms, 20000ms,
                 20000+ms,
                 The IO success counts are 247, 584, 720, 42, 3, 0, 0, 0, 0, 0, 0, 0.
                 The IO failed counts are 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO total latency (in 100ns) are 482014, 3791833, 13959544, 4215378, 550033, 0, 0, 0, 0, 0, 0, 0.
    
                 Total Bytes Read:184262656
                 Total Bytes Written:122880
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5470
    Line       : 20210102 ID:505 Level:Information Provider:Microsoft-Windows-StorPort Message:Performance summary for
                 Storport Device (Port = 1, Path = 1, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {36181bae-688e-bb94-a960-a1875a42059f}:
                 Total IO:407
                 For latency buckets of 256us, 1ms, 4ms, 16ms, 64ms, 128ms, 256ms, 2000ms, 6000ms, 10000ms, 20000ms,
                 20000+ms,
                 The IO success counts are 173, 95, 139, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO failed counts are 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO total latency (in 100ns) are 183998, 652704, 2284101, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 Total Bytes Read:31449088
                 Total Bytes Written:110592
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5471
    Line       : 20210102 ID:504 Level:Information Provider:Microsoft-Windows-StorPort Message:Error summary for Storport
                 Device (Port = 1, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {dbae98a5-f40f-a709-b8a1-b445af4ae729}:
                 There were 1 total errors seen and 0 timeouts.
                 The last error seen had opcode 0xA0 and completed with SrbStatus 0x2 and ScsiStatus 0x2.
    
                 The sense code was (0xB,0x0,0x0).
                 The latency was 0 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5472
    Line       : 20210102 ID:505 Level:Information Provider:Microsoft-Windows-StorPort Message:Performance summary for
                 Storport Device (Port = 1, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {dbae98a5-f40f-a709-b8a1-b445af4ae729}:
                 Total IO:402
                 For latency buckets of 256us, 1ms, 4ms, 16ms, 64ms, 128ms, 256ms, 2000ms, 6000ms, 10000ms, 20000ms,
                 20000+ms,
                 The IO success counts are 173, 98, 131, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO failed counts are 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO total latency (in 100ns) are 202443, 660824, 2069730, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 Total Bytes Read:31450624
                 Total Bytes Written:110592
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5473
    Line       : 20210102 ID:504 Level:Information Provider:Microsoft-Windows-StorPort Message:Error summary for Storport
                 Device (Port = 2, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {4ca1ac3b-e999-2ed8-205a-68fc4d0bd7c9}:
                 There were 7 total errors seen and 0 timeouts.
                 The last error seen had opcode 0xB5 and completed with SrbStatus 0x4 and ScsiStatus 0x2.
    
                 The sense code was (0x5,0x24,0x0).
                 The latency was 1 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5474
    Line       : 20210102 ID:505 Level:Information Provider:Microsoft-Windows-StorPort Message:Performance summary for
                 Storport Device (Port = 2, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {4ca1ac3b-e999-2ed8-205a-68fc4d0bd7c9}:
                 Total IO:276127
                 For latency buckets of 256us, 1ms, 4ms, 16ms, 64ms, 128ms, 256ms, 2000ms, 6000ms, 10000ms, 20000ms,
                 20000+ms,
                 The IO success counts are 256783, 16811, 1705, 828, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO failed counts are 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO total latency (in 100ns) are 180141456, 80503990, 30548417, 58428696, 0, 0, 0, 0, 0, 0, 0, 0.
    
                 Total Bytes Read:14211143680
                 Total Bytes Written:1117299712
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5475
    Line       : 20210102 ID:504 Level:Information Provider:Microsoft-Windows-StorPort Message:Error summary for Storport
                 Device (Port = 3, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {ad0583b7-93d8-8d9b-2c68-68c814a421fe}:
                 There were 7 total errors seen and 0 timeouts.
                 The last error seen had opcode 0xB5 and completed with SrbStatus 0x4 and ScsiStatus 0x2.
    
                 The sense code was (0x5,0x24,0x0).
                 The latency was 1 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5476
    Line       : 20210102 ID:505 Level:Information Provider:Microsoft-Windows-StorPort Message:Performance summary for
                 Storport Device (Port = 3, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {ad0583b7-93d8-8d9b-2c68-68c814a421fe}:
                 Total IO:1509
                 For latency buckets of 256us, 1ms, 4ms, 16ms, 64ms, 128ms, 256ms, 2000ms, 6000ms, 10000ms, 20000ms,
                 20000+ms,
                 The IO success counts are 1489, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO failed counts are 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO total latency (in 100ns) are 935755, 69380, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 Total Bytes Read:39066112
                 Total Bytes Written:4062720
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5477
    Line       : 20210102 ID:504 Level:Information Provider:Microsoft-Windows-StorPort Message:Error summary for Storport
                 Device (Port = 4, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {2d1400d8-3af2-fd8c-8d23-6161d42ea770}:
                 There were 7 total errors seen and 0 timeouts.
                 The last error seen had opcode 0xB5 and completed with SrbStatus 0x4 and ScsiStatus 0x2.
    
                 The sense code was (0x5,0x24,0x0).
                 The latency was 1 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5478
    Line       : 20210102 ID:505 Level:Information Provider:Microsoft-Windows-StorPort Message:Performance summary for
                 Storport Device (Port = 4, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {2d1400d8-3af2-fd8c-8d23-6161d42ea770}:
                 Total IO:1407
                 For latency buckets of 256us, 1ms, 4ms, 16ms, 64ms, 128ms, 256ms, 2000ms, 6000ms, 10000ms, 20000ms,
                 20000+ms,
                 The IO success counts are 1367, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO failed counts are 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO total latency (in 100ns) are 869192, 157823, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 Total Bytes Read:38723584
                 Total Bytes Written:4072960
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5479
    Line       : 20210102 ID:549 Level:Error Provider:Microsoft-Windows-StorPort Message:This is the first instance of the
                 error seen during this time period
                 on Storport Device (Port = 4, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid
                 is {2d1400d8-3af2-fd8c-8d23-6161d42ea770}:
                 The request opcode was 0xB5 and completed with SrbStatus 0x4 and ScsiStatus 0x2.
                 The sense code was (0x5,0x24,0x0).
                 The io latency was 1 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5480
    Line       : 20210102 ID:524 Level:Error Provider:Microsoft-Windows-StorPort Message:The miniport logged an event.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5481
    Line       : 20210102 ID:549 Level:Error Provider:Microsoft-Windows-StorPort Message:This is the first instance of the
                 error seen during this time period
                 on Storport Device (Port = 3, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid
                 is {ad0583b7-93d8-8d9b-2c68-68c814a421fe}:
                 The request opcode was 0xB5 and completed with SrbStatus 0x4 and ScsiStatus 0x2.
                 The sense code was (0x5,0x24,0x0).
                 The io latency was 1 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5482
    Line       : 20210102 ID:524 Level:Error Provider:Microsoft-Windows-StorPort Message:The miniport logged an event.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5483
    Line       : 20210102 ID:549 Level:Error Provider:Microsoft-Windows-StorPort Message:This is the first instance of the
                 error seen during this time period
                 on Storport Device (Port = 2, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid
                 is {4ca1ac3b-e999-2ed8-205a-68fc4d0bd7c9}:
                 The request opcode was 0xB5 and completed with SrbStatus 0x4 and ScsiStatus 0x2.
                 The sense code was (0x5,0x24,0x0).
                 The io latency was 1 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5484
    Line       : 20210102 ID:524 Level:Error Provider:Microsoft-Windows-StorPort Message:The miniport logged an event.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5485
    Line       : 20210102 ID:534 Level:Error Provider:Microsoft-Windows-StorPort Message:Miniport logs an error for
                 device(Port = 1, Path = 0, Target = 0, Lun = 0).
                 Id: 52
                 Error description: Finished I/O with error
                 Corresponding Class Disk Device Guid: {dbae98a5-f40f-a709-b8a1-b445af4ae729}
                 Adapter Guid: {cdc0273a-48f2-11eb-ba70-806e6f6e6963}
                 Miniport driver name: storahci
                 VendorId: Samsung
                 ProductId: SSD 860 EVO 1TB
                 SerialNumber: S3Z8NB0M308827X
                 DataLength: 176
                 Data: 0x02000000B000000031E0100000000000160000000001000008002804000000005842525301000000900000000200000043
                 01000000000000FFFFFFFF000020001E00000000000000000000008000000000000000501000000000352B8FBEFFFF000000000000
                 000010500E2C8FBEFFFF000000000000000020F0B4DB01E3FFFF40F4B4DB01E3FFFF00000000000000000000000000000000000000
                 00000000000000000000000000FF00000000000000
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5486
    Line       : 20210102 ID:534 Level:Error Provider:Microsoft-Windows-StorPort Message:Miniport logs an error for
                 device(Port = 1, Path = 0, Target = 0, Lun = 0).
                 Id: 52
                 Error description: Finished I/O with error
                 Corresponding Class Disk Device Guid: {dbae98a5-f40f-a709-b8a1-b445af4ae729}
                 Adapter Guid: {cdc0273a-48f2-11eb-ba70-806e6f6e6963}
                 Miniport driver name: storahci
                 VendorId: Samsung
                 ProductId: SSD 860 EVO 1TB
                 SerialNumber: S3Z8NB0M308827X
                 DataLength: 176
                 Data: 0x02000000B000000031E0100000000000160000000001000008002804000000005842525301000000900000000200000043
                 01000000000000FFFFFFFF000020001E000000000000000000000080000000000000005010000000A016298FBEFFFF000000000000
                 0000202AAD298FBEFFFF000000000000000020207DDB01E3FFFF40247DDB01E3FFFF00000000000000000000000000000000000000
                 00000000000000000000000000FF00000000000000
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5487
    Line       : 20210102 ID:549 Level:Error Provider:Microsoft-Windows-StorPort Message:This is the first instance of the
                 error seen during this time period
                 on Storport Device (Port = 2, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid
                 is {4ca1ac3b-e999-2ed8-205a-68fc4d0bd7c9}:
                 The request opcode was 0xDF and completed with SrbStatus 0x6 and ScsiStatus 0x2.
                 The sense code was (0x5,0x20,0x0).
                 The io latency was 1 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5488
    Line       : 20210102 ID:549 Level:Error Provider:Microsoft-Windows-StorPort Message:This is the first instance of the
                 error seen during this time period
                 on Storport Device (Port = 3, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid
                 is {ad0583b7-93d8-8d9b-2c68-68c814a421fe}:
                 The request opcode was 0xDF and completed with SrbStatus 0x6 and ScsiStatus 0x2.
                 The sense code was (0x5,0x20,0x0).
                 The io latency was 1 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5489
    Line       : 20210102 ID:549 Level:Error Provider:Microsoft-Windows-StorPort Message:This is the first instance of the
                 error seen during this time period
                 on Storport Device (Port = 4, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid
                 is {2d1400d8-3af2-fd8c-8d23-6161d42ea770}:
                 The request opcode was 0xDF and completed with SrbStatus 0x6 and ScsiStatus 0x2.
                 The sense code was (0x5,0x20,0x0).
                 The io latency was 1 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5490
    Line       : 20210102 ID:549 Level:Error Provider:Microsoft-Windows-StorPort Message:This is the first instance of the
                 error seen during this time period
                 on Storport Device (Port = 4, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid
                 is {00000000-0000-0000-0000-000000000000}:
                 The request opcode was 0x1A and completed with SrbStatus 0x6 and ScsiStatus 0x2.
                 The sense code was (0x5,0x24,0x0).
                 The io latency was 1 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5491
    Line       : 20210102 ID:549 Level:Error Provider:Microsoft-Windows-StorPort Message:This is the first instance of the
                 error seen during this time period
                 on Storport Device (Port = 3, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid
                 is {00000000-0000-0000-0000-000000000000}:
                 The request opcode was 0x1A and completed with SrbStatus 0x6 and ScsiStatus 0x2.
                 The sense code was (0x5,0x24,0x0).
                 The io latency was 1 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5492
    Line       : 20210102 ID:549 Level:Error Provider:Microsoft-Windows-StorPort Message:This is the first instance of the
                 error seen during this time period
                 on Storport Device (Port = 2, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid
                 is {00000000-0000-0000-0000-000000000000}:
                 The request opcode was 0x1A and completed with SrbStatus 0x6 and ScsiStatus 0x2.
                 The sense code was (0x5,0x24,0x0).
                 The io latency was 1 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5495
    Line       : 20210102 ID:523 Level:Error Provider:Microsoft-Windows-StorPort Message:The miniport logged an event.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5498
    Line       : 20210102 ID:523 Level:Error Provider:Microsoft-Windows-StorPort Message:The miniport logged an event.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5501
    Line       : 20210102 ID:523 Level:Error Provider:Microsoft-Windows-StorPort Message:The miniport logged an event.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5506
    Line       : 20210102 ID:523 Level:Error Provider:Microsoft-Windows-StorPort Message:The miniport logged an event.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5507
    Line       : 20210102 ID:523 Level:Error Provider:Microsoft-Windows-StorPort Message:The miniport logged an event.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5508
    Line       : 20210102 ID:523 Level:Error Provider:Microsoft-Windows-StorPort Message:The miniport logged an event.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5509
    Line       : 20210102 ID:549 Level:Error Provider:Microsoft-Windows-StorPort Message:This is the first instance of the
                 error seen during this time period
                 on Storport Device (Port = 1, Path = 2, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid
                 is {00000000-0000-0000-0000-000000000000}:
                 The request opcode was 0xA0 and completed with SrbStatus 0x8 and ScsiStatus 0x0.
                 The sense code was (0x0,0x0,0x0).
                 The io latency was 0 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5510
    Line       : 20210102 ID:523 Level:Error Provider:Microsoft-Windows-StorPort Message:The miniport logged an event.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5511
    Line       : 20210102 ID:549 Level:Error Provider:Microsoft-Windows-StorPort Message:This is the first instance of the
                 error seen during this time period
                 on Storport Device (Port = 1, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid
                 is {00000000-0000-0000-0000-000000000000}:
                 The request opcode was 0xA0 and completed with SrbStatus 0x2 and ScsiStatus 0x2.
                 The sense code was (0xB,0x0,0x0).
                 The io latency was 0 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5512
    Line       : 20210102 ID:534 Level:Error Provider:Microsoft-Windows-StorPort Message:Miniport logs an error for
                 device(Port = 1, Path = 0, Target = 0, Lun = 0).
                 Id: 52
                 Error description: Finished I/O with error
                 Corresponding Class Disk Device Guid: {00000000-0000-0000-0000-000000000000}
                 Adapter Guid: {cdc0273a-48f2-11eb-ba70-806e6f6e6963}
                 Miniport driver name: storahci
                 VendorId:
                 ProductId:
                 SerialNumber:
                 DataLength: 176
                 Data: 0x02000000B00000000100000000000000160000000001000008002882000000005842525301000000B80000000000000058
                 010800000000005C000000020000000A000000000000000000000080000000010000001000000090F2DF128FBEFFFF000000000000
                 000000000000000000000000000000000000209046DD01E3FFFF409446DD01E3FFFF00000000000000009000000000000000A00000
                 00000000000010000000000000FF51040000000000
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5513
    Line       : 20210102 ID:505 Level:Information Provider:Microsoft-Windows-StorPort Message:Performance summary for
                 Storport Device (Port = 1, Path = 4, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {af944889-60bb-288a-d21a-1f8d7163724c}:
                 Total IO:186
                 For latency buckets of 256us, 1ms, 4ms, 16ms, 64ms, 128ms, 256ms, 2000ms, 6000ms, 10000ms, 20000ms,
                 20000+ms,
                 The IO success counts are 97, 84, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0.
                 The IO failed counts are 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO total latency (in 100ns) are 125556, 396326, 0, 327412, 189041, 0, 0, 0, 0, 0, 0, 0.
    
                 Total Bytes Read:8290304
                 Total Bytes Written:438272
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5514
    Line       : 20210102 ID:505 Level:Information Provider:Microsoft-Windows-StorPort Message:Performance summary for
                 Storport Device (Port = 1, Path = 1, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {36181bae-688e-bb94-a960-a1875a42059f}:
                 Total IO:103
                 For latency buckets of 256us, 1ms, 4ms, 16ms, 64ms, 128ms, 256ms, 2000ms, 6000ms, 10000ms, 20000ms,
                 20000+ms,
                 The IO success counts are 89, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO failed counts are 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO total latency (in 100ns) are 72903, 0, 207494, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 Total Bytes Read:147456
                 Total Bytes Written:65536
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5515
    Line       : 20210102 ID:505 Level:Information Provider:Microsoft-Windows-StorPort Message:Performance summary for
                 Storport Device (Port = 1, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {dbae98a5-f40f-a709-b8a1-b445af4ae729}:
                 Total IO:100
                 For latency buckets of 256us, 1ms, 4ms, 16ms, 64ms, 128ms, 256ms, 2000ms, 6000ms, 10000ms, 20000ms,
                 20000+ms,
                 The IO success counts are 90, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO failed counts are 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO total latency (in 100ns) are 90373, 0, 175604, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 Total Bytes Read:151552
                 Total Bytes Written:61440
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5516
    Line       : 20210102 ID:504 Level:Information Provider:Microsoft-Windows-StorPort Message:Error summary for Storport
                 Device (Port = 2, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {4ca1ac3b-e999-2ed8-205a-68fc4d0bd7c9}:
                 There were 6 total errors seen and 0 timeouts.
                 The last error seen had opcode 0xB5 and completed with SrbStatus 0x4 and ScsiStatus 0x2.
    
                 The sense code was (0x5,0x24,0x0).
                 The latency was 1 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5517
    Line       : 20210102 ID:505 Level:Information Provider:Microsoft-Windows-StorPort Message:Performance summary for
                 Storport Device (Port = 2, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {4ca1ac3b-e999-2ed8-205a-68fc4d0bd7c9}:
                 Total IO:340108
                 For latency buckets of 256us, 1ms, 4ms, 16ms, 64ms, 128ms, 256ms, 2000ms, 6000ms, 10000ms, 20000ms,
                 20000+ms,
                 The IO success counts are 322500, 15827, 1283, 495, 2, 0, 1, 0, 0, 0, 0, 0.
                 The IO failed counts are 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO total latency (in 100ns) are 166185675, 76321381, 20496707, 41743449, 443629, 0, 1478121, 0, 0, 0,
                 0, 0.
                 Total Bytes Read:13169516032
                 Total Bytes Written:2042625024
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5518
    Line       : 20210102 ID:504 Level:Information Provider:Microsoft-Windows-StorPort Message:Error summary for Storport
                 Device (Port = 3, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {ad0583b7-93d8-8d9b-2c68-68c814a421fe}:
                 There were 7 total errors seen and 0 timeouts.
                 The last error seen had opcode 0xB5 and completed with SrbStatus 0x4 and ScsiStatus 0x2.
    
                 The sense code was (0x5,0x24,0x0).
                 The latency was 1 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5519
    Line       : 20210102 ID:505 Level:Information Provider:Microsoft-Windows-StorPort Message:Performance summary for
                 Storport Device (Port = 3, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {ad0583b7-93d8-8d9b-2c68-68c814a421fe}:
                 Total IO:3541
                 For latency buckets of 256us, 1ms, 4ms, 16ms, 64ms, 128ms, 256ms, 2000ms, 6000ms, 10000ms, 20000ms,
                 20000+ms,
                 The IO success counts are 3467, 73, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO failed counts are 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO total latency (in 100ns) are 2007125, 253323, 12130, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 Total Bytes Read:45042176
                 Total Bytes Written:78202880
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5520
    Line       : 20210102 ID:504 Level:Information Provider:Microsoft-Windows-StorPort Message:Error summary for Storport
                 Device (Port = 4, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {2d1400d8-3af2-fd8c-8d23-6161d42ea770}:
                 There were 7 total errors seen and 0 timeouts.
                 The last error seen had opcode 0xB5 and completed with SrbStatus 0x4 and ScsiStatus 0x2.
    
                 The sense code was (0x5,0x24,0x0).
                 The latency was 1 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5521
    Line       : 20210102 ID:505 Level:Information Provider:Microsoft-Windows-StorPort Message:Performance summary for
                 Storport Device (Port = 4, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {2d1400d8-3af2-fd8c-8d23-6161d42ea770}:
                 Total IO:3630
                 For latency buckets of 256us, 1ms, 4ms, 16ms, 64ms, 128ms, 256ms, 2000ms, 6000ms, 10000ms, 20000ms,
                 20000+ms,
                 The IO success counts are 3549, 81, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO failed counts are 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO total latency (in 100ns) are 2041371, 276827, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 Total Bytes Read:46173696
                 Total Bytes Written:78752256
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5522
    Line       : 20210102 ID:549 Level:Error Provider:Microsoft-Windows-StorPort Message:This is the first instance of the
                 error seen during this time period
                 on Storport Device (Port = 4, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid
                 is {2d1400d8-3af2-fd8c-8d23-6161d42ea770}:
                 The request opcode was 0xB5 and completed with SrbStatus 0x4 and ScsiStatus 0x2.
                 The sense code was (0x5,0x24,0x0).
                 The io latency was 1 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5523
    Line       : 20210102 ID:524 Level:Error Provider:Microsoft-Windows-StorPort Message:The miniport logged an event.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5524
    Line       : 20210102 ID:549 Level:Error Provider:Microsoft-Windows-StorPort Message:This is the first instance of the
                 error seen during this time period
                 on Storport Device (Port = 3, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid
                 is {ad0583b7-93d8-8d9b-2c68-68c814a421fe}:
                 The request opcode was 0xB5 and completed with SrbStatus 0x4 and ScsiStatus 0x2.
                 The sense code was (0x5,0x24,0x0).
                 The io latency was 1 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5525
    Line       : 20210102 ID:524 Level:Error Provider:Microsoft-Windows-StorPort Message:The miniport logged an event.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5526
    Line       : 20210102 ID:549 Level:Error Provider:Microsoft-Windows-StorPort Message:This is the first instance of the
                 error seen during this time period
                 on Storport Device (Port = 2, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid
                 is {4ca1ac3b-e999-2ed8-205a-68fc4d0bd7c9}:
                 The request opcode was 0xB5 and completed with SrbStatus 0x4 and ScsiStatus 0x2.
                 The sense code was (0x5,0x24,0x0).
                 The io latency was 1 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5527
    Line       : 20210102 ID:524 Level:Error Provider:Microsoft-Windows-StorPort Message:The miniport logged an event.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5528
    Line       : 20210102 ID:534 Level:Error Provider:Microsoft-Windows-StorPort Message:Miniport logs an error for
                 device(Port = 1, Path = 0, Target = 0, Lun = 0).
                 Id: 52
                 Error description: Finished I/O with error
                 Corresponding Class Disk Device Guid: {dbae98a5-f40f-a709-b8a1-b445af4ae729}
                 Adapter Guid: {cdc0273a-48f2-11eb-ba70-806e6f6e6963}
                 Miniport driver name: storahci
                 VendorId: Samsung
                 ProductId: SSD 860 EVO 1TB
                 SerialNumber: S3Z8NB0M308827X
                 DataLength: 176
                 Data: 0x02000000B000000031A0100000000000160000000001000008002804000000005842525301000000900000000200000043
                 01000000000000FFFFFFFF000020001E00000000000000000000008000000000000000501000000020B34487C6FFFF000000000000
                 0000E03DC74587C6FFFF000000000000000020201DA28094FFFF40241DA28094FFFF00000000000000000000000000000000000000
                 00000000000000000000000000FF00000000000000
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5529
    Line       : 20210102 ID:534 Level:Error Provider:Microsoft-Windows-StorPort Message:Miniport logs an error for
                 device(Port = 1, Path = 0, Target = 0, Lun = 0).
                 Id: 52
                 Error description: Finished I/O with error
                 Corresponding Class Disk Device Guid: {dbae98a5-f40f-a709-b8a1-b445af4ae729}
                 Adapter Guid: {cdc0273a-48f2-11eb-ba70-806e6f6e6963}
                 Miniport driver name: storahci
                 VendorId: Samsung
                 ProductId: SSD 860 EVO 1TB
                 SerialNumber: S3Z8NB0M308827X
                 DataLength: 176
                 Data: 0x02000000B000000031A0100000000000160000000001000008002804000000005842525301000000900000000200000043
                 01000000000000FFFFFFFF000020001E000000000000000000000080000000000000005010000000F0CB4787C6FFFF000000000000
                 000000274F4487C6FFFF00000000000000002060B1A38094FFFF4064B1A38094FFFF00000000000000000000000000000000000000
                 00000000000000000000000000FF00000000000000
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5530
    Line       : 20210102 ID:549 Level:Error Provider:Microsoft-Windows-StorPort Message:This is the first instance of the
                 error seen during this time period
                 on Storport Device (Port = 2, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid
                 is {4ca1ac3b-e999-2ed8-205a-68fc4d0bd7c9}:
                 The request opcode was 0xDF and completed with SrbStatus 0x6 and ScsiStatus 0x2.
                 The sense code was (0x5,0x20,0x0).
                 The io latency was 1 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5531
    Line       : 20210102 ID:549 Level:Error Provider:Microsoft-Windows-StorPort Message:This is the first instance of the
                 error seen during this time period
                 on Storport Device (Port = 3, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid
                 is {ad0583b7-93d8-8d9b-2c68-68c814a421fe}:
                 The request opcode was 0xDF and completed with SrbStatus 0x6 and ScsiStatus 0x2.
                 The sense code was (0x5,0x20,0x0).
                 The io latency was 1 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5532
    Line       : 20210102 ID:549 Level:Error Provider:Microsoft-Windows-StorPort Message:This is the first instance of the
                 error seen during this time period
                 on Storport Device (Port = 4, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid
                 is {2d1400d8-3af2-fd8c-8d23-6161d42ea770}:
                 The request opcode was 0xDF and completed with SrbStatus 0x6 and ScsiStatus 0x2.
                 The sense code was (0x5,0x20,0x0).
                 The io latency was 1 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5533
    Line       : 20210102 ID:523 Level:Error Provider:Microsoft-Windows-StorPort Message:The miniport logged an event.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5534
    Line       : 20210102 ID:523 Level:Error Provider:Microsoft-Windows-StorPort Message:The miniport logged an event.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5535
    Line       : 20210102 ID:523 Level:Error Provider:Microsoft-Windows-StorPort Message:The miniport logged an event.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5536
    Line       : 20210102 ID:549 Level:Error Provider:Microsoft-Windows-StorPort Message:This is the first instance of the
                 error seen during this time period
                 on Storport Device (Port = 1, Path = 2, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid
                 is {00000000-0000-0000-0000-000000000000}:
                 The request opcode was 0xA0 and completed with SrbStatus 0x8 and ScsiStatus 0x0.
                 The sense code was (0x0,0x0,0x0).
                 The io latency was 0 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5537
    Line       : 20210102 ID:523 Level:Error Provider:Microsoft-Windows-StorPort Message:The miniport logged an event.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5538
    Line       : 20210102 ID:523 Level:Error Provider:Microsoft-Windows-StorPort Message:The miniport logged an event.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5539
    Line       : 20210102 ID:523 Level:Error Provider:Microsoft-Windows-StorPort Message:The miniport logged an event.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5549
    Line       : 20210102 ID:523 Level:Error Provider:Microsoft-Windows-StorPort Message:The miniport logged an event.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5550
    Line       : 20210102 ID:549 Level:Error Provider:Microsoft-Windows-StorPort Message:This is the first instance of the
                 error seen during this time period
                 on Storport Device (Port = 4, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid
                 is {2d1400d8-3af2-fd8c-8d23-6161d42ea770}:
                 The request opcode was 0x1B and completed with SrbStatus 0x6 and ScsiStatus 0x2.
                 The sense code was (0x5,0x24,0x0).
                 The io latency was 1 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5551
    Line       : 20210102 ID:549 Level:Error Provider:Microsoft-Windows-StorPort Message:This is the first instance of the
                 error seen during this time period
                 on Storport Device (Port = 3, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid
                 is {ad0583b7-93d8-8d9b-2c68-68c814a421fe}:
                 The request opcode was 0x1B and completed with SrbStatus 0x6 and ScsiStatus 0x2.
                 The sense code was (0x5,0x24,0x0).
                 The io latency was 1 ms.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5552
    Line       : 20210102 ID:505 Level:Information Provider:Microsoft-Windows-StorPort Message:Performance summary for
                 Storport Device (Port = 1, Path = 4, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {af944889-60bb-288a-d21a-1f8d7163724c}:
                 Total IO:7494
                 For latency buckets of 256us, 1ms, 4ms, 16ms, 64ms, 128ms, 256ms, 2000ms, 6000ms, 10000ms, 20000ms,
                 20000+ms,
                 The IO success counts are 199, 6659, 458, 130, 48, 0, 0, 0, 0, 0, 0, 0.
                 The IO failed counts are 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO total latency (in 100ns) are 311016, 26350760, 7657367, 12556856, 9152229, 0, 0, 0, 0, 0, 0, 0.
    
                 Total Bytes Read:932951040
                 Total Bytes Written:577536
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5553
    Line       : 20210102 ID:505 Level:Information Provider:Microsoft-Windows-StorPort Message:Performance summary for
                 Storport Device (Port = 1, Path = 1, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {36181bae-688e-bb94-a960-a1875a42059f}:
                 Total IO:12
                 For latency buckets of 256us, 1ms, 4ms, 16ms, 64ms, 128ms, 256ms, 2000ms, 6000ms, 10000ms, 20000ms,
                 20000+ms,
                 The IO success counts are 10, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0.
                 The IO failed counts are 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO total latency (in 100ns) are 8179, 0, 14767, 0, 250525, 0, 0, 0, 0, 0, 0, 0.
                 Total Bytes Read:16384
                 Total Bytes Written:0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5554
    Line       : 20210102 ID:505 Level:Information Provider:Microsoft-Windows-StorPort Message:Performance summary for
                 Storport Device (Port = 1, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {dbae98a5-f40f-a709-b8a1-b445af4ae729}:
                 Total IO:2
                 For latency buckets of 256us, 1ms, 4ms, 16ms, 64ms, 128ms, 256ms, 2000ms, 6000ms, 10000ms, 20000ms,
                 20000+ms,
                 The IO success counts are 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO failed counts are 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO total latency (in 100ns) are 3200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 Total Bytes Read:4096
                 Total Bytes Written:0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5555
    Line       : 20210102 ID:505 Level:Information Provider:Microsoft-Windows-StorPort Message:Performance summary for
                 Storport Device (Port = 2, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {4ca1ac3b-e999-2ed8-205a-68fc4d0bd7c9}:
                 Total IO:195309
                 For latency buckets of 256us, 1ms, 4ms, 16ms, 64ms, 128ms, 256ms, 2000ms, 6000ms, 10000ms, 20000ms,
                 20000+ms,
                 The IO success counts are 193726, 1441, 132, 10, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO failed counts are 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO total latency (in 100ns) are 52460665, 5753527, 2188497, 449268, 0, 0, 0, 0, 0, 0, 0, 0.
    
                 Total Bytes Read:778549760
                 Total Bytes Written:6125385216
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5556
    Line       : 20210102 ID:505 Level:Information Provider:Microsoft-Windows-StorPort Message:Performance summary for
                 Storport Device (Port = 3, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {ad0583b7-93d8-8d9b-2c68-68c814a421fe}:
                 Total IO:618
                 For latency buckets of 256us, 1ms, 4ms, 16ms, 64ms, 128ms, 256ms, 2000ms, 6000ms, 10000ms, 20000ms,
                 20000+ms,
                 The IO success counts are 584, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO failed counts are 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO total latency (in 100ns) are 475299, 99900, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 Total Bytes Read:12421632
                 Total Bytes Written:1880576
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5557
    Line       : 20210102 ID:505 Level:Information Provider:Microsoft-Windows-StorPort Message:Performance summary for
                 Storport Device (Port = 4, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {2d1400d8-3af2-fd8c-8d23-6161d42ea770}:
                 Total IO:656
                 For latency buckets of 256us, 1ms, 4ms, 16ms, 64ms, 128ms, 256ms, 2000ms, 6000ms, 10000ms, 20000ms,
                 20000+ms,
                 The IO success counts are 645, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO failed counts are 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO total latency (in 100ns) are 537575, 30942, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 Total Bytes Read:12310016
                 Total Bytes Written:2045440
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5558
    Line       : 20210101 ID:505 Level:Information Provider:Microsoft-Windows-StorPort Message:Performance summary for
                 Storport Device (Port = 1, Path = 4, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {af944889-60bb-288a-d21a-1f8d7163724c}:
                 Total IO:7
                 For latency buckets of 256us, 1ms, 4ms, 16ms, 64ms, 128ms, 256ms, 2000ms, 6000ms, 10000ms, 20000ms,
                 20000+ms,
                 The IO success counts are 5, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0.
                 The IO failed counts are 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO total latency (in 100ns) are 8824, 3688, 0, 0, 166155, 0, 0, 0, 0, 0, 0, 0.
                 Total Bytes Read:16384
                 Total Bytes Written:0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5559
    Line       : 20210101 ID:505 Level:Information Provider:Microsoft-Windows-StorPort Message:Performance summary for
                 Storport Device (Port = 1, Path = 1, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {36181bae-688e-bb94-a960-a1875a42059f}:
                 Total IO:13
                 For latency buckets of 256us, 1ms, 4ms, 16ms, 64ms, 128ms, 256ms, 2000ms, 6000ms, 10000ms, 20000ms,
                 20000+ms,
                 The IO success counts are 10, 0, 2, 0, 1, 0, 0, 0, 0, 0, 0, 0.
                 The IO failed counts are 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO total latency (in 100ns) are 8325, 0, 30851, 0, 324936, 0, 0, 0, 0, 0, 0, 0.
                 Total Bytes Read:24576
                 Total Bytes Written:0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5560
    Line       : 20210101 ID:505 Level:Information Provider:Microsoft-Windows-StorPort Message:Performance summary for
                 Storport Device (Port = 1, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {dbae98a5-f40f-a709-b8a1-b445af4ae729}:
                 Total IO:9
                 For latency buckets of 256us, 1ms, 4ms, 16ms, 64ms, 128ms, 256ms, 2000ms, 6000ms, 10000ms, 20000ms,
                 20000+ms,
                 The IO success counts are 6, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO failed counts are 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO total latency (in 100ns) are 6516, 0, 54430, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 Total Bytes Read:22528
                 Total Bytes Written:0
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5561
    Line       : 20210101 ID:505 Level:Information Provider:Microsoft-Windows-StorPort Message:Performance summary for
                 Storport Device (Port = 2, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {4ca1ac3b-e999-2ed8-205a-68fc4d0bd7c9}:
                 Total IO:128463
                 For latency buckets of 256us, 1ms, 4ms, 16ms, 64ms, 128ms, 256ms, 2000ms, 6000ms, 10000ms, 20000ms,
                 20000+ms,
                 The IO success counts are 128234, 130, 98, 1, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO failed counts are 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO total latency (in 100ns) are 19650077, 595250, 1570642, 94053, 0, 0, 0, 0, 0, 0, 0, 0.
    
                 Total Bytes Read:184839168
                 Total Bytes Written:4651815424
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5562
    Line       : 20210101 ID:505 Level:Information Provider:Microsoft-Windows-StorPort Message:Performance summary for
                 Storport Device (Port = 3, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {ad0583b7-93d8-8d9b-2c68-68c814a421fe}:
                 Total IO:259
                 For latency buckets of 256us, 1ms, 4ms, 16ms, 64ms, 128ms, 256ms, 2000ms, 6000ms, 10000ms, 20000ms,
                 20000+ms,
                 The IO success counts are 259, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO failed counts are 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO total latency (in 100ns) are 43791, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 Total Bytes Read:24576
                 Total Bytes Written:1658880
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5563
    Line       : 20210101 ID:505 Level:Information Provider:Microsoft-Windows-StorPort Message:Performance summary for
                 Storport Device (Port = 4, Path = 0, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is
                 {2d1400d8-3af2-fd8c-8d23-6161d42ea770}:
                 Total IO:277
                 For latency buckets of 256us, 1ms, 4ms, 16ms, 64ms, 128ms, 256ms, 2000ms, 6000ms, 10000ms, 20000ms,
                 20000+ms,
                 The IO success counts are 277, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO failed counts are 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 The IO total latency (in 100ns) are 48301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
                 Total Bytes Read:24576
                 Total Bytes Written:1763328
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5714
    Line       : 20210102 ID:8001 Level:Information Provider:Microsoft-Windows-Store Message:Failure Message:
                 onecoreuap\enduser\winstore\licensemanager\lib\service.cpp(2103)\LicenseManager.dll!00007FFCE696961C:
                 Exception(2) tid(10c8) 800703F0 An attempt was made to reference a token that does not exist.
                     [ServiceBeginAcquireLicenseImpl]
    
                 Function: ServiceBeginAcquireLicenseImpl
                 Source: onecoreuap\enduser\winstore\licensemanager\lib\service.cpp (2127)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5715
    Line       : 20210102 ID:8002 Level:Warning Provider:Microsoft-Windows-Store Message:Failure Message: hr: 0x800703f0
                 Function: ServiceBeginAcquireLicenseImpl
                 Source: onecoreuap\enduser\winstore\licensemanager\lib\service.cpp (2103)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5717
    Line       : 20210102 ID:8001 Level:Information Provider:Microsoft-Windows-Store Message:Failure Message:
                 onecoreuap\enduser\winstore\licensemanager\lib\service.cpp(2103)\LicenseManager.dll!00007FFCE696961C:
                 Exception(1) tid(10c8) 800703F0 An attempt was made to reference a token that does not exist.
                     [ServiceBeginAcquireLicenseImpl]
    
                 Function: ServiceBeginAcquireLicenseImpl
                 Source: onecoreuap\enduser\winstore\licensemanager\lib\service.cpp (2127)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5718
    Line       : 20210102 ID:8002 Level:Warning Provider:Microsoft-Windows-Store Message:Failure Message: hr: 0x800703f0
                 Function: ServiceBeginAcquireLicenseImpl
                 Source: onecoreuap\enduser\winstore\licensemanager\lib\service.cpp (2103)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5741
    Line       : 20210102 ID:2006 Level:Information Provider:Microsoft-Windows-Install-Agent Message:0 updates to be
                 scheduled
                 Error: Unknown HResult Error code: 0xefffffff
                 Function: ScanForUpdatesWorker::DoWork
                 Source: onecoreuap\enduser\winstore\installservice\lib\scanforupdatesworker.cpp (337)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5742
    Line       : 20210102 ID:2006 Level:Information Provider:Microsoft-Windows-Install-Agent Message:result: interactive =
                 false, CV = MqcimYZGk0Se6EQT.1.0, clientid = ScanForUpdates, allowForcedAppRestart = false,
                 automaticallyDownloadAndInstallUpdateIfFound = false
                 Error: The operation completed successfully.
                 Function: Windows::ApplicationModel::Store::Preview::InstallControl::AppInstallManagerImpl::_SearchForAllU
                 pdatesForUserAsync::<lambda_3763ebb5571dbc0acb332045ebd88c26>::operator ()
                 Source: onecoreuap\enduser\winstore\installservice\lib\appinstallcontrol.cpp (2712)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5743
    Line       : 20210102 ID:2006 Level:Information Provider:Microsoft-Windows-Install-Agent Message:No updates found.
                 CategoryIds Count = 43
                 Error: The operation completed successfully.
                 Function: ScanForAllUpdates
                 Source: onecoreuap\enduser\winstore\installservice\libqueue2\uwainstallworkbridge.cpp (1014)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5744
    Line       : 20210102 ID:2006 Level:Information Provider:Microsoft-Windows-Install-Agent Message:[Telemetry]:
                 EndScanForUpdates :: _TlgCV_ = MqcimYZGk0Se6EQT.1.0.1 IsOnline = true IsApplicability = false
                 IsInteractive = false ClientAppId = Update;ScanForUpdates HResult = 0
                 Error: Unknown HResult Error code: 0xefffffff
                 Function: LogTelemetryEvent
                 Source: onecoreuap\enduser\winstore\installservice\svc\logging.cpp (10)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5745
    Line       : 20210102 ID:2006 Level:Information Provider:Microsoft-Windows-Install-Agent Message:WU scan found 0
                 packages
                 Error: Unknown HResult Error code: 0xefffffff
                 Function: _PackagesFromSearchResult
                 Source: onecoreuap\enduser\winstore\installservice\lib\wuhelpers.cpp (152)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5746
    Line       : 20210102 ID:2006 Level:Information Provider:Microsoft-Windows-Install-Agent Message:User wasnt logged in.
                 Scanning as LocalSystem
                 Error: Unknown HResult Error code: 0xefffffff
                 Function: ScanForUpdates
                 Source: onecoreuap\enduser\winstore\installservice\lib\wuhelpers.cpp (1342)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5747
    Line       : 20210102 ID:2006 Level:Information Provider:Microsoft-Windows-Install-Agent Message:[Telemetry]:
                 BeginScanForUpdates :: _TlgCV_ = MqcimYZGk0Se6EQT.1.0.1 IsOnline = true IsApplicability = false
                 ClientAppId = Update;ScanForUpdates IsInteractive = false
                 Error: Unknown HResult Error code: 0xefffffff
                 Function: LogTelemetryEvent
                 Source: onecoreuap\enduser\winstore\installservice\svc\logging.cpp (10)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5748
    Line       : 20210102 ID:2006 Level:Information Provider:Microsoft-Windows-Install-Agent Message:Added to the
                 installed pfn list: PackageFamilyName = Microsoft.BingNews_8wekyb3d8bbwe ContentId =
                 1F63B8C3-2D48-9497-0A0A-2CBD462EDE76
                 Error: The operation completed successfully.
                 Function: GetInstalledPfns
                 Source: onecoreuap\enduser\winstore\installservice\libqueue2\uwainstallworkbridge.cpp (180)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5749
    Line       : 20210102 ID:2006 Level:Information Provider:Microsoft-Windows-Install-Agent Message:Added to the
                 installed pfn list: PackageFamilyName = tiempo.com.ElTiempo14das_1jw6nrrrzn4a6 ContentId =
                 D73AE972-7BF0-1CB2-B7A1-4ECD66D1803D
                 Error: The operation completed successfully.
                 Function: GetInstalledPfns
                 Source: onecoreuap\enduser\winstore\installservice\libqueue2\uwainstallworkbridge.cpp (180)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5750
    Line       : 20210102 ID:2006 Level:Information Provider:Microsoft-Windows-Install-Agent Message:Added to the
                 installed pfn list: PackageFamilyName = 9426MICRO-STARINTERNATION.DragonCenter_kzh8wxbdkxb8p ContentId =
                 CDAB478A-EDDF-4B7A-C52B-B7D96CADB972
                 Error: The operation completed successfully.
                 Function: GetInstalledPfns
                 Source: onecoreuap\enduser\winstore\installservice\libqueue2\uwainstallworkbridge.cpp (180)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5751
    Line       : 20210102 ID:2006 Level:Information Provider:Microsoft-Windows-Install-Agent Message:Added to the
                 installed pfn list: PackageFamilyName = Microsoft.StorePurchaseApp_8wekyb3d8bbwe ContentId =
                 62B49C0A-499E-A02D-EBCB-EB168E148E52
                 Error: The operation completed successfully.
                 Function: GetInstalledPfns
                 Source: onecoreuap\enduser\winstore\installservice\libqueue2\uwainstallworkbridge.cpp (180)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5752
    Line       : 20210102 ID:2006 Level:Information Provider:Microsoft-Windows-Install-Agent Message:Added to the
                 installed pfn list: PackageFamilyName = Microsoft.XboxSpeechToTextOverlay_8wekyb3d8bbwe ContentId =
                 A715D489-C343-F20B-B22E-F8D749061B0C
                 Error: The operation completed successfully.
                 Function: GetInstalledPfns
                 Source: onecoreuap\enduser\winstore\installservice\libqueue2\uwainstallworkbridge.cpp (180)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5753
    Line       : 20210102 ID:2006 Level:Information Provider:Microsoft-Windows-Install-Agent Message:Added to the
                 installed pfn list: PackageFamilyName = 55591DelaireDamien.MyStocksAlertsCharts_823pgb98jhb94 ContentId =
                 5A0C6A5B-A887-F40C-8EEF-3B1317903B55
                 Error: The operation completed successfully.
                 Function: GetInstalledPfns
                 Source: onecoreuap\enduser\winstore\installservice\libqueue2\uwainstallworkbridge.cpp (180)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5754
    Line       : 20210102 ID:2006 Level:Information Provider:Microsoft-Windows-Install-Agent Message:Added to the
                 installed pfn list: PackageFamilyName = Microsoft.MSPaint_8wekyb3d8bbwe ContentId =
                 49F33C48-B2DE-F82A-56F2-64425F298B84
                 Error: The operation completed successfully.
                 Function: GetInstalledPfns
                 Source: onecoreuap\enduser\winstore\installservice\libqueue2\uwainstallworkbridge.cpp (180)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5755
    Line       : 20210102 ID:2006 Level:Information Provider:Microsoft-Windows-Install-Agent Message:Added to the
                 installed pfn list: PackageFamilyName = Microsoft.Getstarted_8wekyb3d8bbwe ContentId =
                 50611331-FE19-D366-B049-694B8AC9D758
                 Error: The operation completed successfully.
                 Function: GetInstalledPfns
                 Source: onecoreuap\enduser\winstore\installservice\libqueue2\uwainstallworkbridge.cpp (180)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5756
    Line       : 20210102 ID:2006 Level:Information Provider:Microsoft-Windows-Install-Agent Message:Added to the
                 installed pfn list: PackageFamilyName = Microsoft.XboxApp_8wekyb3d8bbwe ContentId =
                 664AA17A-2D25-0823-3315-3708FE16147A
                 Error: The operation completed successfully.
                 Function: GetInstalledPfns
                 Source: onecoreuap\enduser\winstore\installservice\libqueue2\uwainstallworkbridge.cpp (180)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5757
    Line       : 20210102 ID:2006 Level:Information Provider:Microsoft-Windows-Install-Agent Message:Added to the
                 installed pfn list: PackageFamilyName = Microsoft.YourPhone_8wekyb3d8bbwe ContentId =
                 EEE53744-2BB9-BCA2-A50A-C6A1C5B0A0ED
                 Error: The operation completed successfully.
                 Function: GetInstalledPfns
                 Source: onecoreuap\enduser\winstore\installservice\libqueue2\uwainstallworkbridge.cpp (180)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5758
    Line       : 20210102 ID:2006 Level:Information Provider:Microsoft-Windows-Install-Agent Message:Added to the
                 installed pfn list: PackageFamilyName = Microsoft.MicrosoftSolitaireCollection_8wekyb3d8bbwe ContentId =
                 00D57B0F-01FA-B79F-08D6-878ED20C4C9B
                 Error: The operation completed successfully.
                 Function: GetInstalledPfns
                 Source: onecoreuap\enduser\winstore\installservice\libqueue2\uwainstallworkbridge.cpp (180)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5759
    Line       : 20210102 ID:2006 Level:Information Provider:Microsoft-Windows-Install-Agent Message:Added to the
                 installed pfn list: PackageFamilyName = Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe ContentId =
                 68E019EB-0B92-5E08-5D86-9BFE6DBA8517
                 Error: The operation completed successfully.
                 Function: GetInstalledPfns
                 Source: onecoreuap\enduser\winstore\installservice\libqueue2\uwainstallworkbridge.cpp (180)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5760
    Line       : 20210102 ID:2006 Level:Information Provider:Microsoft-Windows-Install-Agent Message:Added to the
                 installed pfn list: PackageFamilyName = Microsoft.DesktopAppInstaller_8wekyb3d8bbwe ContentId =
                 97612282-D1E8-1D6A-9E92-C271E7F177EF
                 Error: The operation completed successfully.
                 Function: GetInstalledPfns
                 Source: onecoreuap\enduser\winstore\installservice\libqueue2\uwainstallworkbridge.cpp (180)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 5761
    Line       : 20210102 ID:2006 Level:Information Provider:Microsoft-Windows-Install-Agent Message:Added to the
                 installed pfn list: PackageFamilyName = Microsoft.Microsoft3DViewer_8wekyb3d8bbwe ContentId =
                 70BC17F8-0AA7-CB35-CEE0-EF1B47A0FD3E
                 Error: The operation completed successfully.
                 Function: GetInstalledPfns
                 Source: onecoreuap\enduser\winstore\installservice\libqueue2\uwainstallworkbridge.cpp (180)
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 6116
    Line       : 20210102 ID:5961 Level:Error Provider:Microsoft-Windows-Immersive-Shell Message:Activation for
                 Microsoft.Windows.Search_cw5n1h2txyewy!CortanaUI failed. Error code: The condition supplied for the app
                 execution request was not satisfied, so the request was not performed.. Activation phase: PLM prepare for
                 activation
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 6124
    Line       : 20201229 ID:5961 Level:Error Provider:Microsoft-Windows-Immersive-Shell Message:Activation for
                 Microsoft.Windows.Search_cw5n1h2txyewy!CortanaUI failed. Error code: Element not found.. Activation
                 phase: 36
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 6132
    Line       : 20201228 ID:5961 Level:Error Provider:Microsoft-Windows-Immersive-Shell Message:Activation for
                 Microsoft.Windows.Search_cw5n1h2txyewy!CortanaUI failed. Error code: The condition supplied for the app
                 execution request was not satisfied, so the request was not performed.. Activation phase: PLM prepare for
                 activation
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 6148
    Line       : 20201230 ID:2015 Level:Error Provider:Microsoft-Windows-UAC-FileVirtualization Message:Failed to create
                 the virtual file path.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 6149
    Line       : 20201230 ID:2015 Level:Error Provider:Microsoft-Windows-UAC-FileVirtualization Message:Failed to create
                 the virtual file path.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 6150
    Line       : 20201230 ID:2016 Level:Error Provider:Microsoft-Windows-UAC-FileVirtualization Message:Failed to copy the
                 file into the virtual store.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 6174
    Line       : 20210102 ID:28 Level:Warning Provider:Microsoft-Windows-UniversalTelemetryClient Message:Connection state
                 - Some connections have failed since the previous period.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7230
    Line       : 20210102 ID:142 Level:Error Provider:Microsoft-Windows-WinRM Message:WSMan operation Enumeration failed,
                 error code 2150858770
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7231
    Line       : 20210102 ID:161 Level:Error Provider:Microsoft-Windows-WinRM Message:The client cannot connect to the
                 destination specified in the request. Verify that the service on the destination is running and is
                 accepting requests. Consult the logs and documentation for the WS-Management service running on the
                 destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
                 command on the destination to analyze and configure the WinRM service: "winrm quickconfig".
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7234
    Line       : 20210102 ID:142 Level:Error Provider:Microsoft-Windows-WinRM Message:WSMan operation Enumeration failed,
                 error code 2150858770
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7235
    Line       : 20210102 ID:161 Level:Error Provider:Microsoft-Windows-WinRM Message:The client cannot connect to the
                 destination specified in the request. Verify that the service on the destination is running and is
                 accepting requests. Consult the logs and documentation for the WS-Management service running on the
                 destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
                 command on the destination to analyze and configure the WinRM service: "winrm quickconfig".
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7238
    Line       : 20210102 ID:142 Level:Error Provider:Microsoft-Windows-WinRM Message:WSMan operation Enumeration failed,
                 error code 2150858770
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7239
    Line       : 20210102 ID:161 Level:Error Provider:Microsoft-Windows-WinRM Message:The client cannot connect to the
                 destination specified in the request. Verify that the service on the destination is running and is
                 accepting requests. Consult the logs and documentation for the WS-Management service running on the
                 destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
                 command on the destination to analyze and configure the WinRM service: "winrm quickconfig".
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7242
    Line       : 20210101 ID:142 Level:Error Provider:Microsoft-Windows-WinRM Message:WSMan operation Enumeration failed,
                 error code 2150858770
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7243
    Line       : 20210101 ID:161 Level:Error Provider:Microsoft-Windows-WinRM Message:The client cannot connect to the
                 destination specified in the request. Verify that the service on the destination is running and is
                 accepting requests. Consult the logs and documentation for the WS-Management service running on the
                 destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
                 command on the destination to analyze and configure the WinRM service: "winrm quickconfig".
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7246
    Line       : 20210101 ID:142 Level:Error Provider:Microsoft-Windows-WinRM Message:WSMan operation Enumeration failed,
                 error code 2150858770
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7247
    Line       : 20210101 ID:161 Level:Error Provider:Microsoft-Windows-WinRM Message:The client cannot connect to the
                 destination specified in the request. Verify that the service on the destination is running and is
                 accepting requests. Consult the logs and documentation for the WS-Management service running on the
                 destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
                 command on the destination to analyze and configure the WinRM service: "winrm quickconfig".
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7250
    Line       : 20210101 ID:142 Level:Error Provider:Microsoft-Windows-WinRM Message:WSMan operation Enumeration failed,
                 error code 2150858770
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7251
    Line       : 20210101 ID:161 Level:Error Provider:Microsoft-Windows-WinRM Message:The client cannot connect to the
                 destination specified in the request. Verify that the service on the destination is running and is
                 accepting requests. Consult the logs and documentation for the WS-Management service running on the
                 destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
                 command on the destination to analyze and configure the WinRM service: "winrm quickconfig".
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7254
    Line       : 20210101 ID:142 Level:Error Provider:Microsoft-Windows-WinRM Message:WSMan operation Enumeration failed,
                 error code 2150858770
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7255
    Line       : 20210101 ID:161 Level:Error Provider:Microsoft-Windows-WinRM Message:The client cannot connect to the
                 destination specified in the request. Verify that the service on the destination is running and is
                 accepting requests. Consult the logs and documentation for the WS-Management service running on the
                 destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
                 command on the destination to analyze and configure the WinRM service: "winrm quickconfig".
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7258
    Line       : 20210101 ID:142 Level:Error Provider:Microsoft-Windows-WinRM Message:WSMan operation Enumeration failed,
                 error code 2150858770
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7259
    Line       : 20210101 ID:161 Level:Error Provider:Microsoft-Windows-WinRM Message:The client cannot connect to the
                 destination specified in the request. Verify that the service on the destination is running and is
                 accepting requests. Consult the logs and documentation for the WS-Management service running on the
                 destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
                 command on the destination to analyze and configure the WinRM service: "winrm quickconfig".
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7262
    Line       : 20201231 ID:142 Level:Error Provider:Microsoft-Windows-WinRM Message:WSMan operation Enumeration failed,
                 error code 2150858770
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7263
    Line       : 20201231 ID:161 Level:Error Provider:Microsoft-Windows-WinRM Message:The client cannot connect to the
                 destination specified in the request. Verify that the service on the destination is running and is
                 accepting requests. Consult the logs and documentation for the WS-Management service running on the
                 destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
                 command on the destination to analyze and configure the WinRM service: "winrm quickconfig".
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7266
    Line       : 20201231 ID:142 Level:Error Provider:Microsoft-Windows-WinRM Message:WSMan operation Enumeration failed,
                 error code 2150858770
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7267
    Line       : 20201231 ID:161 Level:Error Provider:Microsoft-Windows-WinRM Message:The client cannot connect to the
                 destination specified in the request. Verify that the service on the destination is running and is
                 accepting requests. Consult the logs and documentation for the WS-Management service running on the
                 destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
                 command on the destination to analyze and configure the WinRM service: "winrm quickconfig".
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7270
    Line       : 20201231 ID:142 Level:Error Provider:Microsoft-Windows-WinRM Message:WSMan operation Enumeration failed,
                 error code 2150858770
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7271
    Line       : 20201231 ID:161 Level:Error Provider:Microsoft-Windows-WinRM Message:The client cannot connect to the
                 destination specified in the request. Verify that the service on the destination is running and is
                 accepting requests. Consult the logs and documentation for the WS-Management service running on the
                 destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
                 command on the destination to analyze and configure the WinRM service: "winrm quickconfig".
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7274
    Line       : 20201231 ID:142 Level:Error Provider:Microsoft-Windows-WinRM Message:WSMan operation Enumeration failed,
                 error code 2150858770
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7275
    Line       : 20201231 ID:161 Level:Error Provider:Microsoft-Windows-WinRM Message:The client cannot connect to the
                 destination specified in the request. Verify that the service on the destination is running and is
                 accepting requests. Consult the logs and documentation for the WS-Management service running on the
                 destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
                 command on the destination to analyze and configure the WinRM service: "winrm quickconfig".
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7278
    Line       : 20201231 ID:142 Level:Error Provider:Microsoft-Windows-WinRM Message:WSMan operation Enumeration failed,
                 error code 2150858770
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7279
    Line       : 20201231 ID:161 Level:Error Provider:Microsoft-Windows-WinRM Message:The client cannot connect to the
                 destination specified in the request. Verify that the service on the destination is running and is
                 accepting requests. Consult the logs and documentation for the WS-Management service running on the
                 destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
                 command on the destination to analyze and configure the WinRM service: "winrm quickconfig".
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7282
    Line       : 20201230 ID:142 Level:Error Provider:Microsoft-Windows-WinRM Message:WSMan operation Enumeration failed,
                 error code 2150858770
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7283
    Line       : 20201230 ID:161 Level:Error Provider:Microsoft-Windows-WinRM Message:The client cannot connect to the
                 destination specified in the request. Verify that the service on the destination is running and is
                 accepting requests. Consult the logs and documentation for the WS-Management service running on the
                 destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
                 command on the destination to analyze and configure the WinRM service: "winrm quickconfig".
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7286
    Line       : 20201230 ID:142 Level:Error Provider:Microsoft-Windows-WinRM Message:WSMan operation Enumeration failed,
                 error code 2150858770
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7287
    Line       : 20201230 ID:161 Level:Error Provider:Microsoft-Windows-WinRM Message:The client cannot connect to the
                 destination specified in the request. Verify that the service on the destination is running and is
                 accepting requests. Consult the logs and documentation for the WS-Management service running on the
                 destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
                 command on the destination to analyze and configure the WinRM service: "winrm quickconfig".
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7290
    Line       : 20201230 ID:142 Level:Error Provider:Microsoft-Windows-WinRM Message:WSMan operation Enumeration failed,
                 error code 2150858770
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7291
    Line       : 20201230 ID:161 Level:Error Provider:Microsoft-Windows-WinRM Message:The client cannot connect to the
                 destination specified in the request. Verify that the service on the destination is running and is
                 accepting requests. Consult the logs and documentation for the WS-Management service running on the
                 destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
                 command on the destination to analyze and configure the WinRM service: "winrm quickconfig".
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7294
    Line       : 20201230 ID:142 Level:Error Provider:Microsoft-Windows-WinRM Message:WSMan operation Enumeration failed,
                 error code 2150858770
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7295
    Line       : 20201230 ID:161 Level:Error Provider:Microsoft-Windows-WinRM Message:The client cannot connect to the
                 destination specified in the request. Verify that the service on the destination is running and is
                 accepting requests. Consult the logs and documentation for the WS-Management service running on the
                 destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
                 command on the destination to analyze and configure the WinRM service: "winrm quickconfig".
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7298
    Line       : 20201230 ID:142 Level:Error Provider:Microsoft-Windows-WinRM Message:WSMan operation Enumeration failed,
                 error code 2150858770
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7299
    Line       : 20201230 ID:161 Level:Error Provider:Microsoft-Windows-WinRM Message:The client cannot connect to the
                 destination specified in the request. Verify that the service on the destination is running and is
                 accepting requests. Consult the logs and documentation for the WS-Management service running on the
                 destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
                 command on the destination to analyze and configure the WinRM service: "winrm quickconfig".
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7302
    Line       : 20201230 ID:142 Level:Error Provider:Microsoft-Windows-WinRM Message:WSMan operation Enumeration failed,
                 error code 2150858770
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7303
    Line       : 20201230 ID:161 Level:Error Provider:Microsoft-Windows-WinRM Message:The client cannot connect to the
                 destination specified in the request. Verify that the service on the destination is running and is
                 accepting requests. Consult the logs and documentation for the WS-Management service running on the
                 destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
                 command on the destination to analyze and configure the WinRM service: "winrm quickconfig".
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7306
    Line       : 20201230 ID:142 Level:Error Provider:Microsoft-Windows-WinRM Message:WSMan operation Enumeration failed,
                 error code 2150858770
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7307
    Line       : 20201230 ID:161 Level:Error Provider:Microsoft-Windows-WinRM Message:The client cannot connect to the
                 destination specified in the request. Verify that the service on the destination is running and is
                 accepting requests. Consult the logs and documentation for the WS-Management service running on the
                 destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
                 command on the destination to analyze and configure the WinRM service: "winrm quickconfig".
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7310
    Line       : 20201230 ID:142 Level:Error Provider:Microsoft-Windows-WinRM Message:WSMan operation Enumeration failed,
                 error code 2150858770
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7311
    Line       : 20201230 ID:161 Level:Error Provider:Microsoft-Windows-WinRM Message:The client cannot connect to the
                 destination specified in the request. Verify that the service on the destination is running and is
                 accepting requests. Consult the logs and documentation for the WS-Management service running on the
                 destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
                 command on the destination to analyze and configure the WinRM service: "winrm quickconfig".
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7314
    Line       : 20201230 ID:142 Level:Error Provider:Microsoft-Windows-WinRM Message:WSMan operation Enumeration failed,
                 error code 2150858770
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7315
    Line       : 20201230 ID:161 Level:Error Provider:Microsoft-Windows-WinRM Message:The client cannot connect to the
                 destination specified in the request. Verify that the service on the destination is running and is
                 accepting requests. Consult the logs and documentation for the WS-Management service running on the
                 destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
                 command on the destination to analyze and configure the WinRM service: "winrm quickconfig".
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7318
    Line       : 20201230 ID:142 Level:Error Provider:Microsoft-Windows-WinRM Message:WSMan operation Enumeration failed,
                 error code 2150858770
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7319
    Line       : 20201230 ID:161 Level:Error Provider:Microsoft-Windows-WinRM Message:The client cannot connect to the
                 destination specified in the request. Verify that the service on the destination is running and is
                 accepting requests. Consult the logs and documentation for the WS-Management service running on the
                 destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
                 command on the destination to analyze and configure the WinRM service: "winrm quickconfig".
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7322
    Line       : 20201230 ID:142 Level:Error Provider:Microsoft-Windows-WinRM Message:WSMan operation Enumeration failed,
                 error code 2150858770
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7323
    Line       : 20201230 ID:161 Level:Error Provider:Microsoft-Windows-WinRM Message:The client cannot connect to the
                 destination specified in the request. Verify that the service on the destination is running and is
                 accepting requests. Consult the logs and documentation for the WS-Management service running on the
                 destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
                 command on the destination to analyze and configure the WinRM service: "winrm quickconfig".
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7326
    Line       : 20201230 ID:142 Level:Error Provider:Microsoft-Windows-WinRM Message:WSMan operation Enumeration failed,
                 error code 2150858770
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7327
    Line       : 20201230 ID:161 Level:Error Provider:Microsoft-Windows-WinRM Message:The client cannot connect to the
                 destination specified in the request. Verify that the service on the destination is running and is
                 accepting requests. Consult the logs and documentation for the WS-Management service running on the
                 destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
                 command on the destination to analyze and configure the WinRM service: "winrm quickconfig".
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7430
    Line       : 20210102 ID:5858 Level:Error Provider:Microsoft-Windows-WMI-Activity Message:Id =
                 {00000000-0000-0000-0000-000000000000}; ClientMachine = DT-WILDCATTM; User = DT-WILDCATTM\wildc;
                 ClientProcessId = 11796; Component = Unknown; Operation = Start IWbemServices::ExecQuery - ROOT\CIMV2 :
                 SELECT * FROM Win32_BaseBoard; ResultCode = 0x80041032; PossibleCause = Unknown
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7431
    Line       : 20210102 ID:5858 Level:Error Provider:Microsoft-Windows-WMI-Activity Message:Id =
                 {00000000-0000-0000-0000-000000000000}; ClientMachine = DT-WILDCATTM; User = DT-WILDCATTM\wildc;
                 ClientProcessId = 7680; Component = Unknown; Operation = Start IWbemServices::ExecQuery - ROOT\CIMV2 :
                 SELECT SerialNumber FROM Win32_Bios; ResultCode = 0x80041032; PossibleCause = Unknown
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7432
    Line       : 20210102 ID:5858 Level:Error Provider:Microsoft-Windows-WMI-Activity Message:Id =
                 {00000000-0000-0000-0000-000000000000}; ClientMachine = DT-WILDCATTM; User = DT-WILDCATTM\wildc;
                 ClientProcessId = 7680; Component = Unknown; Operation = Start IWbemServices::ExecQuery - ROOT\CIMV2 :
                 SELECT Manufacturer,Model FROM Win32_ComputerSystem; ResultCode = 0x80041032; PossibleCause = Unknown
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7433
    Line       : 20210102 ID:5858 Level:Error Provider:Microsoft-Windows-WMI-Activity Message:Id =
                 {00000000-0000-0000-0000-000000000000}; ClientMachine = DT-WILDCATTM; User = DT-WILDCATTM\wildc;
                 ClientProcessId = 4496; Component = Unknown; Operation = Start IWbemServices::ExecQuery - root\CIMV2 :
                 SELECT * FROM Win32_Processor; ResultCode = 0x80041032; PossibleCause = Throttling Idle Tasks, refer to
                 CIMOM regkey: ArbTaskMaxIdle
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7434
    Line       : 20210102 ID:5858 Level:Error Provider:Microsoft-Windows-WMI-Activity Message:Id =
                 {00000000-0000-0000-0000-000000000000}; ClientMachine = DT-WILDCATTM; User = NT AUTHORITY\SYSTEM;
                 ClientProcessId = 2432; Component = Unknown; Operation = Start IWbemServices::ExecQuery - root\wmi :
                 Select * from NvWmiBrightness; ResultCode = 0x80041032; PossibleCause = Throttling Idle Tasks, refer to
                 CIMOM regkey: ArbTaskMaxIdle
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7435
    Line       : 20210102 ID:5858 Level:Error Provider:Microsoft-Windows-WMI-Activity Message:Id =
                 {00000000-0000-0000-0000-000000000000}; ClientMachine = DT-WILDCATTM; User = NT AUTHORITY\SYSTEM;
                 ClientProcessId = 2432; Component = Unknown; Operation = Start IWbemServices::ExecQuery - root\wmi :
                 Select * from NvWmiBrightness; ResultCode = 0x80041032; PossibleCause = Throttling Idle Tasks, refer to
                 CIMOM regkey: ArbTaskMaxIdle
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7438
    Line       : 20210102 ID:5858 Level:Error Provider:Microsoft-Windows-WMI-Activity Message:Id =
                 {00000000-0000-0000-0000-000000000000}; ClientMachine = DT-WILDCATTM; User = DT-WILDCATTM\wildc;
                 ClientProcessId = 8588; Component = Unknown; Operation = Start IWbemServices::ExecQuery - ROOT\CIMV2 :
                 Select ChassisTypes From Win32_SystemEnclosure; ResultCode = 0x80041032; PossibleCause = Unknown
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7439
    Line       : 20210102 ID:5858 Level:Error Provider:Microsoft-Windows-WMI-Activity Message:Id =
                 {00000000-0000-0000-0000-000000000000}; ClientMachine = DT-WILDCATTM; User = DT-WILDCATTM\wildc;
                 ClientProcessId = 8588; Component = Unknown; Operation = Start IWbemServices::ExecQuery - ROOT\CIMV2 :
                 Select DeviceID,CurrentClockSpeed,MaxClockSpeed, ExtClock From Win32_Processor
                 ; ResultCode = 0x80041032; PossibleCause = Unknown
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7440
    Line       : 20210102 ID:5858 Level:Error Provider:Microsoft-Windows-WMI-Activity Message:Id =
                 {00000000-0000-0000-0000-000000000000}; ClientMachine = DT-WILDCATTM; User = DT-WILDCATTM\wildc;
                 ClientProcessId = 8588; Component = Unknown; Operation = Start IWbemServices::ExecQuery - ROOT\CIMV2 :
                 SELECT Caption FROM Win32_OperatingSystem; ResultCode = 0x80041032; PossibleCause = Unknown
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7467
    Line       : 20210102 ID:5858 Level:Error Provider:Microsoft-Windows-WMI-Activity Message:Id =
                 {00000000-0000-0000-0000-000000000000}; ClientMachine = DT-WILDCATTM; User = NT AUTHORITY\SYSTEM;
                 ClientProcessId = 5076; Component = Unknown; Operation = Start IWbemServices::ExecQuery - root\cimv2 :
                 SELECT ProcessId, ExecutablePath, CommandLine, Name FROM Win32_Process WHERE ProcessId=3148; ResultCode =
                 0x80041032; PossibleCause = Unknown
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7468
    Line       : 20210102 ID:5858 Level:Error Provider:Microsoft-Windows-WMI-Activity Message:Id =
                 {00000000-0000-0000-0000-000000000000}; ClientMachine = DT-WILDCATTM; User = NT AUTHORITY\SYSTEM;
                 ClientProcessId = 5076; Component = Unknown; Operation = Start IWbemServices::ExecQuery - root\cimv2 :
                 SELECT ProcessId, ExecutablePath, CommandLine, Name FROM Win32_Process WHERE ProcessId=2292; ResultCode =
                 0x80041032; PossibleCause = Unknown
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7469
    Line       : 20210102 ID:5858 Level:Error Provider:Microsoft-Windows-WMI-Activity Message:Id =
                 {00000000-0000-0000-0000-000000000000}; ClientMachine = DT-WILDCATTM; User = NT AUTHORITY\SYSTEM;
                 ClientProcessId = 5076; Component = Unknown; Operation = Start IWbemServices::ExecQuery - root\cimv2 :
                 SELECT ProcessId, ExecutablePath, CommandLine, Name FROM Win32_Process WHERE ProcessId=1004; ResultCode =
                 0x80041032; PossibleCause = Unknown
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7470
    Line       : 20210102 ID:5858 Level:Error Provider:Microsoft-Windows-WMI-Activity Message:Id =
                 {00000000-0000-0000-0000-000000000000}; ClientMachine = DT-WILDCATTM; User = NT AUTHORITY\SYSTEM;
                 ClientProcessId = 5076; Component = Unknown; Operation = Start IWbemServices::ExecQuery - root\cimv2 :
                 SELECT ProcessId, ExecutablePath, CommandLine, Name FROM Win32_Process WHERE ProcessId=1440; ResultCode =
                 0x80041032; PossibleCause = Unknown
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7471
    Line       : 20210102 ID:5858 Level:Error Provider:Microsoft-Windows-WMI-Activity Message:Id =
                 {00000000-0000-0000-0000-000000000000}; ClientMachine = DT-WILDCATTM; User = NT AUTHORITY\SYSTEM;
                 ClientProcessId = 5076; Component = Unknown; Operation = Start IWbemServices::ExecQuery - root\cimv2 :
                 SELECT ProcessId, ExecutablePath, CommandLine, Name FROM Win32_Process WHERE ProcessId=6188; ResultCode =
                 0x80041032; PossibleCause = Unknown
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7472
    Line       : 20210102 ID:5858 Level:Error Provider:Microsoft-Windows-WMI-Activity Message:Id =
                 {00000000-0000-0000-0000-000000000000}; ClientMachine = DT-WILDCATTM; User = NT AUTHORITY\SYSTEM;
                 ClientProcessId = 5076; Component = Unknown; Operation = Start IWbemServices::ExecQuery - root\cimv2 :
                 SELECT ProcessId, ExecutablePath, CommandLine, Name FROM Win32_Process WHERE ProcessId=5332; ResultCode =
                 0x80041032; PossibleCause = Unknown
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7473
    Line       : 20210102 ID:5858 Level:Error Provider:Microsoft-Windows-WMI-Activity Message:Id =
                 {00000000-0000-0000-0000-000000000000}; ClientMachine = DT-WILDCATTM; User = NT AUTHORITY\SYSTEM;
                 ClientProcessId = 5076; Component = Unknown; Operation = Start IWbemServices::ExecQuery - root\cimv2 :
                 SELECT ProcessId, ExecutablePath, CommandLine, Name FROM Win32_Process WHERE ProcessId=4476; ResultCode =
                 0x80041032; PossibleCause = Unknown
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7474
    Line       : 20210102 ID:5858 Level:Error Provider:Microsoft-Windows-WMI-Activity Message:Id =
                 {00000000-0000-0000-0000-000000000000}; ClientMachine = DT-WILDCATTM; User = NT AUTHORITY\SYSTEM;
                 ClientProcessId = 5076; Component = Unknown; Operation = Start IWbemServices::ExecQuery - root\cimv2 :
                 SELECT ProcessId, ExecutablePath, CommandLine, Name FROM Win32_Process WHERE ProcessId=1892; ResultCode =
                 0x80041032; PossibleCause = Unknown
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7475
    Line       : 20210102 ID:5858 Level:Error Provider:Microsoft-Windows-WMI-Activity Message:Id =
                 {00000000-0000-0000-0000-000000000000}; ClientMachine = DT-WILDCATTM; User = NT AUTHORITY\SYSTEM;
                 ClientProcessId = 5076; Component = Unknown; Operation = Start IWbemServices::ExecQuery - root\cimv2 :
                 SELECT ProcessId, ExecutablePath, CommandLine, Name FROM Win32_Process WHERE ProcessId=1564; ResultCode =
                 0x80041032; PossibleCause = Unknown
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7476
    Line       : 20210102 ID:5858 Level:Error Provider:Microsoft-Windows-WMI-Activity Message:Id =
                 {00000000-0000-0000-0000-000000000000}; ClientMachine = DT-WILDCATTM; User = NT AUTHORITY\SYSTEM;
                 ClientProcessId = 5076; Component = Unknown; Operation = Start IWbemServices::ExecQuery - root\cimv2 :
                 SELECT ProcessId, ExecutablePath, CommandLine, Name FROM Win32_Process WHERE ProcessId=2584; ResultCode =
                 0x80041032; PossibleCause = Unknown
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7478
    Line       : 20210102 ID:5858 Level:Error Provider:Microsoft-Windows-WMI-Activity Message:Id =
                 {00000000-0000-0000-0000-000000000000}; ClientMachine = DT-WILDCATTM; User = DT-WILDCATTM\wildc;
                 ClientProcessId = 18236; Component = Unknown; Operation = Start IWbemServices::ExecQuery - ROOT\CIMV2 :
                 SELECT * FROM Win32_BIOS; ResultCode = 0x80041032; PossibleCause = Unknown
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7510
    Line       : 20210102 ID:5858 Level:Error Provider:Microsoft-Windows-WMI-Activity Message:Id =
                 {00000000-0000-0000-0000-000000000000}; ClientMachine = DT-WILDCATTM; User = DT-WILDCATTM\wildc;
                 ClientProcessId = 8588; Component = Unknown; Operation = Start IWbemServices::ExecQuery - ROOT\CIMV2 :
                 Select DeviceID,CurrentClockSpeed,MaxClockSpeed, ExtClock From Win32_Processor
                 ; ResultCode = 0x80041032; PossibleCause = Unknown
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7511
    Line       : 20210102 ID:5858 Level:Error Provider:Microsoft-Windows-WMI-Activity Message:Id =
                 {00000000-0000-0000-0000-000000000000}; ClientMachine = DT-WILDCATTM; User = DT-WILDCATTM\wildc;
                 ClientProcessId = 8588; Component = Unknown; Operation = Start IWbemServices::ExecQuery - ROOT\CIMV2 :
                 Select DeviceID,CurrentClockSpeed,MaxClockSpeed, ExtClock From Win32_Processor
                 ; ResultCode = 0x80041032; PossibleCause = Unknown
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7516
    Line       : 20210102 ID:5858 Level:Error Provider:Microsoft-Windows-WMI-Activity Message:Id =
                 {00000000-0000-0000-0000-000000000000}; ClientMachine = DT-WILDCATTM; User = DT-WILDCATTM\wildc;
                 ClientProcessId = 4644; Component = Unknown; Operation = Start IWbemServices::ExecQuery - root\WMI :
                 select * from WmiMonitorBrightness; ResultCode = 0x8004100C; PossibleCause = Unknown
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7518
    Line       : 20210102 ID:5858 Level:Error Provider:Microsoft-Windows-WMI-Activity Message:Id =
                 {00000000-0000-0000-0000-000000000000}; ClientMachine = DT-WILDCATTM; User = DT-WILDCATTM\wildc;
                 ClientProcessId = 8588; Component = Unknown; Operation = Start IWbemServices::ExecQuery - ROOT\CIMV2 :
                 Select DeviceID,CurrentClockSpeed,MaxClockSpeed, ExtClock From Win32_Processor
                 ; ResultCode = 0x80041032; PossibleCause = Unknown
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7519
    Line       : 20210102 ID:5858 Level:Error Provider:Microsoft-Windows-WMI-Activity Message:Id =
                 {00000000-0000-0000-0000-000000000000}; ClientMachine = DT-WILDCATTM; User = NT AUTHORITY\SYSTEM;
                 ClientProcessId = 5104; Component = Unknown; Operation = Start IWbemServices::ExecQuery -
                 ROOT\StandardCimv2 : Select * From MSFT_NetAdapter Where ConnectorPresent=true; ResultCode = 0x80041032;
                 PossibleCause = Unknown
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7521
    Line       : 20210102 ID:5858 Level:Error Provider:Microsoft-Windows-WMI-Activity Message:Id =
                 {00000000-0000-0000-0000-000000000000}; ClientMachine = DT-WILDCATTM; User = NT AUTHORITY\SYSTEM;
                 ClientProcessId = 5104; Component = Unknown; Operation = Start IWbemServices::ExecQuery - ROOT\CIMV2 :
                 ASSOCIATORS OF {Win32_DiskPartition.DeviceID='Disk #3, Partition #1'} WHERE ResultClass=Win32_DiskDrive;
                 ResultCode = 0x80041032; PossibleCause = Unknown
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7522
    Line       : 20210102 ID:5858 Level:Error Provider:Microsoft-Windows-WMI-Activity Message:Id =
                 {00000000-0000-0000-0000-000000000000}; ClientMachine = DT-WILDCATTM; User = NT AUTHORITY\SYSTEM;
                 ClientProcessId = 5104; Component = Unknown; Operation = Start IWbemServices::ExecQuery - ROOT\CIMV2 :
                 ASSOCIATORS OF {Win32_DiskPartition.DeviceID='Disk #3, Partition #1'} WHERE ResultClass=Win32_DiskDrive;
                 ResultCode = 0x80041032; PossibleCause = Unknown
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {Error}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7544
    Line       : 20210101 ID:1006 Level:Critical Provider:Microsoft-Windows-WPD-MTPClassDriver Message:Driver has failed
                 to start, HRESULT 0x800701B1.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    RunspaceId : 1b7c1949-51d5-46e3-af5c-b1618a09936e
    IgnoreCase : True
    LineNumber : 7830
    Line       : 20210102 ID:219 Level:Warning Provider:Microsoft-Windows-Kernel-PnP Message:The driver \Driver\WudfRd
                 failed to load for the device USB\VID_05AC&PID_12AB&MI_01\9&210b98bd&0&0001.
    Filename   : InputStream
    Path       : InputStream
    Pattern    : error|fail
    Context    :
    Matches    : {fail}
    
    
    Waiting for SetupDiagJob to complete...
    
    Time Stamp: 10:43 AM
    
    This can take up to 10 minutes ...
    .
    
    SetupDiag v1.6.0.0
    Copyright (c) Microsoft Corporation. All rights reserved.
    
    Searching for setup logs...
    SetupDiag was unable to find a relevant log file.  Exiting!
    
    SetupDiag Completed!
    
    Checking Status of GetUpdates Job...
    
    
        Directory: C:\Users\wildc\AppData\Local\Temp\WindowsUpdateLog
    
    
    Mode                 LastWriteTime         Length Name
    ----                 -------------         ------ ----
    d-----          1/2/2021  10:42 AM                SymCache
    
     Writing Update Helper Info to UPDATE-ERRORS.TXT ...
    
    
        Directory: C:\Users\wildc\AppData\Local\Temp\LOGS
    
    
    Mode                 LastWriteTime         Length Name
    ----                 -------------         ------ ----
    d-----          1/2/2021  10:44 AM                EVTX
    
     Waiting for MSINFO32 to Complete ...
    **********************
    Windows PowerShell transcript end
    End time: 20210102104410
    **********************

    Thanks everyone for the thorough input so far.

    - - - Updated - - -

    Oh, just to add information on the RAM I'm using. Here are the specs:

    G.SKILL Trident Z Neo Series 16GB (4 x 8GB) 3800MHZ with 14 CL.
      My Computer


  5. Posts : 41,549
    windows 10 professional version 1607 build 14393.969 64 bit
       #15

    Open administrative Powershell (PS) and copy and paste:

    Windowsupgradetroubleshooting.ps1


    Click OK

    It may take approximately 15 - 20 minutes to run the script.

    Zip all of the folders and files > post a share link
      My Computer


  6. Posts : 15
    Windows 10 Pro
    Thread Starter
       #16

    zbook said:
    Open administrative Powershell (PS) and copy and paste:

    Windowsupgradetroubleshooting.ps1


    Click OK

    It may take approximately 15 - 20 minutes to run the script.

    Zip all of the folders and files > post a share link
    Greetings. Hope I did this right. Here's the LINK:

    Dropbox - LOGS.rar
      My Computer


  7. Posts : 15
    Windows 10 Pro
    Thread Starter
       #17

    Had another random restart this morning. I was just reading a website when it happened. I really can't figure out the pattern here.
    Random Restart On New Build Attached Files
      My Computer


  8. Posts : 1,616
    11, 10, 8.1 and 7 all Professional versions, and Linux Mint
       #18

    Reference the return ram to stock - I thought at first - how did I miss that but I see that I did not and on the logs before it was running SPD
    Location : DIMM 0
    BankLabel : P0 CHANNEL A
    Manufacturer : Unknown
    MemoryType : DDR4
    FormFactor : DIMM
    Capacity : 8GB
    Speed : 2133
    Serial : 00000000
    PartNumber : F4-3800C14-8GTZN
    ECC : False
    TypeDetail : {Synchronous, Unbuffered (Unregistered)

    It maybe that the problem is the ram and to get it stable it may require experimentation as GSkill do NOT list that ram for that motherboard
    RAM Configurator-G.SKILL International Enterprise Co., Ltd.,

    F4-3800C14Q-32GTZN-G.SKILL International Enterprise Co., Ltd.


    and neither do MSI on their QVL list
    MSI Global

    It is sometimes thought that one merely has to match ram to chipset and CPU, but that is not the case, to be certain ram is going to be completely compatible, in the case of the modern boards it must be matched to the board, that is no doubt why
    GSkill approve that ram for the ASUS board with X570 on the 5000 series AMD CPU but NOT on your motherboard


    EDIT
    I now see that your ram does appear on the QVL list from MSI
    G.SKILL F4-3800C14Q-32GTZN 2133MHz 3800MHz 3800 MHz Samsung 5WB 1.5v SINGLE 8 √ | √ |

    However you will note that at tested speed it is 1.5v which is quite an increase in the standard 1.2v for DDR4. I am not saying you could not set 1.5v for testng but I would not recommend you run 1.5v generally
    Additionally you will note it is only QVL for 2 DIMM not for four.

    I made the mistake, or perhaps I should say the slight error of searching your ram as here on your log
    F4-3800C14-8GTZN
    on the QVL list from MSI whereas in fact it is listed under as you can see F4-3800C14Q-32GTZN - this IMHO is bad presentation from MSI -

    However the fact remains that GSKILL do NOT QVL it for your motherboard
    Last edited by Macboatmaster; 05 Jan 2021 at 17:39.
      My Computer


  9. Posts : 15
    Windows 10 Pro
    Thread Starter
       #19

    Macboatmaster said:
    Reference the return ram to stock - I thought at first - how did I miss that but I see that I did not and on the logs before it was running SPD
    Location : DIMM 0
    BankLabel : P0 CHANNEL A
    Manufacturer : Unknown
    MemoryType : DDR4
    FormFactor : DIMM
    Capacity : 8GB
    Speed : 2133
    Serial : 00000000
    PartNumber : F4-3800C14-8GTZN
    ECC : False
    TypeDetail : {Synchronous, Unbuffered (Unregistered)

    It maybe that the problem is the ram and to get it stable it may require experimentation as GSkill do NOT list that ram for that motherboard
    RAM Configurator-G.SKILL International Enterprise Co., Ltd.,

    F4-3800C14Q-32GTZN-G.SKILL International Enterprise Co., Ltd.


    and neither do MSI on their QVL list
    MSI Global

    It is sometimes thought that one merely has to match ram to chipset and CPU, but that is not the case, to be certain ram is going to be completely compatible, in the case of the modern boards it must be matched to the board, that is no doubt why
    GSkill approve that ram for the ASUS board with X570 on the 5000 series AMD CPU but NOT on your motherboard
    Interesting thought. I did not consider OVL as a possible problem. This is the RAM I have (2 pack, 4 sticks total): F4-3800C14D-16GTZN

    Looking at G.Skill's list, it does seem that my motherboard does support the RAM: LINK.

    But looking at MSI's list, I don't see the RAM on the OVL. So what's my option here? Return the kits? I have never really messed around with changing RAM speeds, but is that an option?

    I saw the edited post, thanks for the further input.

    Please excuse me if I'm using any thermology wrong, but is a possible solution to undervolted the current kits? I never actually dealt with tweaking RAM before, so I just want to make sure I'm on the right path.
      My Computer


  10. Posts : 1,616
    11, 10, 8.1 and 7 all Professional versions, and Linux Mint
       #20

    Following a further examination of your logs I have established that each reboot is immediately preceded by the loading of a file system filter driver
    ============================================================
    Event[4651]: Here is the loading of the file system filter immediately followed by the reboot. THIS has occurred in exactly that form on a number of occasions
    Log Name: System
    Source: Microsoft-Windows-FilterManager
    Date: 2020-12-30T14:23:42.1300000Z
    Event ID: 6
    Task: N/A
    Level: Information
    Opcode: Info
    Keyword: N/A
    User: S-1-5-18
    User Name: NT AUTHORITY\SYSTEM
    Computer: DT-WILDCATTM
    Description:
    File System Filter 'FileCrypt' (10.0, ?2002?-?03?-?01T06:12:42.000000000Z) has successfully loaded and registered with Filter Manager.

    Event[4652]:
    Log Name: System
    Source: Microsoft-Windows-FilterManager
    Date: 2020-12-30T14:23:42.1820000Z
    Event ID: 6
    Task: N/A
    Level: Information
    Opcode: Info
    Keyword: N/A
    User: S-1-5-18
    User Name: NT AUTHORITY\SYSTEM
    Computer: DT-WILDCATTM
    Description:
    File System Filter 'npsvctrig' (10.0, ?2025?-?01?-?05T21:41:12.000000000Z) has successfully loaded and registered with Filter Manager.

    Event[4653]: here is the unexpected reboot with shutting down cleanly
    Log Name: System
    Source: Microsoft-Windows-Kernel-Power
    Date: 2020-12-30T14:23:42.2160000Z
    Event ID: 41
    Task: N/A
    Level: Critical
    Opcode: Info
    Keyword: N/A
    User: S-1-5-18
    User Name: NT AUTHORITY\SYSTEM
    Computer: DT-WILDCATTM
    Description:
    The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly.
    ========================================

    I therefore consider it likely that the cause is SOMEHOW connected with these events
    All I could find was this

    Solving frequent BSoDs after Npsvctrig.sys and FileCrypt are loaded - Page 2 - Windows Crashes and Blue Screen of Death (BSOD) Help and Support


    I SUGGEST you try it with two sticks of that ram - I believe the sequence above may be caused by the ram - Use DIMM slots A2 B2
      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 22:38.
Find Us




Windows 10 Forums