Batch files for use in BSOD debugging

Page 1 of 2 12 LastLast

  1. Posts : 41,415
    windows 10 professional version 1607 build 14393.969 64 bit
       #1

    Batch files and instructions for use in BSOD debugging





    Toc1

    Table of Contents


    Contents



    Batch files for use in BSOD debugging-bsodlogo9x1.5.jpg
    information   Information
    This thread is for use by the BSOD team to store batch files that can be used to collect additional data, fix settings or anything else that is useful in debugging BSOD problems in Windows 10.

    The first post (this one) will be an index and each additional post will be a batch file with the instructions necessary to run it. This post will also have any instructions that will apply to all batch files in general.

    warning   Warning
    This thread IS NOT for discussion or suggestions or problem reporting. It is strictly a batch file repository. Any other posts will be deleted.




    Part Zero

    Download Tips for Edge, Firefox and Chrome

    Batch files for use in BSOD debugging-edge.png
    When you download one of our batch files with Edge you may run into security problems.

    bat was blocked because it could harm your device


    This is complaining about the code to auto-elevate to Administrator level to run commands. This is not a problem and is done in almost all our batch files. There is no security exposure.

    Look a the following images to see what you need to do to bypass the interference and continue to run the batch file.
    Click Keep
    Batch files for use in BSOD debugging-download_edge-1.png

    Click Keep Anyway
    Batch files for use in BSOD debugging-download_edge-2.png

    Click Show in Folder
    Batch files for use in BSOD debugging-download_edge-3.png

    Batch files for use in BSOD debugging-firefox.png
    When you download one of our batch files with Firefox there are currently no known problems.

    Batch files for use in BSOD debugging-chrome.png
    When you download one of our batch files with Chrome you may run into security problems.

    This type of file can harm your computer. Do you want to keep .........bat anyway?


    Again, this is complaining about the code to auto-elevate to Administrator level to run commands. This is not a problem and is done in almost all our batch files. There is no security exposure.

    Look a the following images to see what you need to do to bypass the interference and continue to run the batch file.
    Click Keep
    Batch files for use in BSOD debugging-download-1.png

    Click Show in folder
    Batch files for use in BSOD debugging-download-2.png




    Part One

    Verify vertical scroll buffer (Height) is large enough



    Many of the batch files here are designed to run from File Explorer so the following are not needed. Look through the Batch file specific instructions then follow these instructions only if necessary.

    If you want to run the batch file in a currently open Command Prompt or Powershell window, it would be a good idea to check the properties of the window to make sure the vertical scroll buffer (Height) is large enough to hold the output so it can be collected and posted in your BSOD thread. Some batch files will handle this for you, some may not.

    To check this, do the following:


    1 Right click on the Powershell (or Command Prompt) title bar and select Properties.

    Batch files for use in BSOD debugging-con-height1.jpg

    2 The Windows Powershell or Command Prompt properties window will open. Click on the Layout tab,
    check the Height setting. Set it to 3000 then click OK
    Batch files for use in BSOD debugging-con-height2.jpg




    Part Two

    Capture output of batch file to Clipboard


    You may need to capture output from a Command Prompt window, Powershell Window, Notepad Window or upload one or more files when you complete running the batch file. Follow the steps as directed below.


    1 Command Prompt or Powershell Window - follow Part Two-OneA steps 1A, 2A, 3A and Part Two-Four steps 4 through 7.

    2 Notepad Window - follow Part Two-OneB steps 1B, 2B, 3B and Part Two-Four steps 4 through 7.

    3 Upload files - follow Part Two-Four step 8.




    Part Two-OneA

    From Command Prompt or Powershell Window


    1A Right click on the Powershell (or Command Prompt) title bar and select Edit then click on Select All.
    Batch files for use in BSOD debugging-win1.png

    2A Right click on the Powershell (or Command Prompt) title bar and select Edit then click on Copy.

    Batch files for use in BSOD debugging-win2.png

    3A That will copy everything from the Powershell (or Command Prompt) window to the Clipboard.

    Click here to see a short video of the steps needed to copy & paste the data in a Command Prompt or Powershell Window to your thread in Tenforums: https://1drv.ms/v/s!AiInGuVqlXiCsQyT...xZgXy?e=Cogp44

    Goto Part Two-Four step 4.




    Part Two-OneB

    From Notepad Window


    1B Copy all data in Notepad to the clipboard
    Select all data in the notepad window by clicking anywhere in it and pressing Ctrl+ A or click on Edit at the top and then Select all.
    Copy the data to the clipboard by pressing Ctrl+C or click on Edit at the top then Copy.
    Now paste the results you copied to the clipboard into a post on TenForums.
    Go to your thread in the BSOD section, start a new post, and paste the text you copied
    into your post by pressing Ctrl+V or right-click and select Paste.

    2B Use CODE formatting tags so the text displays properly
    Select the text you just pasted into your post. Then, on the editor toolbar
    click on the hashtag icon [#] to wrap [CODE][/CODE] tags around the selected
    text. The data will appear in a code box, properly formatted and easy to read when it is posted.

    3B IMPORTANT Before you post, click on the Batch files for use in BSOD debugging-goadv.png button at bottom right to see what it looks like and, if you have made any additional changes, click on the Batch files for use in BSOD debugging-prevpost.png button, so that you can see what it looks like before you actually post it. Click on the Batch files for use in BSOD debugging-subrep.png button as long as you are satisfied with it.




    Part Two-Four

    Post captured data to your forum thread


    4 Post in your forum thread
    Go to your thread in the BSOD forum, start a new thread and paste the text you copied into your post (CTRL+V or Right click and select Paste).

    5 Use CODE formatting tags so the text displays properly
    Select the text you just pasted into your post then click on the Hash tag # icon to Wrap [CODE][/CODE] tags around selected text. The data will appear in a Code box, properly formatted and easy to read.

    6 Use DOS formatting tags so the text displays properly
    Alternatively, without selecting anything, put [DOS][/DOS] tags at the beginning and the end of the data you inserted, which will make it look like it does in a Command Prompt window, properly formatted and easy to read when it is posted. I would only use this for data copied from a Command Prompt though the CODE tags are sufficient.

    7 Verify formatting
    Before you post, click on the Batch files for use in BSOD debugging-goadv.png button at bottom right to see what it looks like and if you make any additional changes, click on Batch files for use in BSOD debugging-prevpost.png button, again so you can see what it looks like before you actually post it. Click on Batch files for use in BSOD debugging-subrep.png when your satisfied.

    8 Upload files
    If you have files to upload and add to your thread, see this tutorial: How to Upload and Post Screenshots and Files at Ten Forums

    information   Information
    Read this tutorial to learn how to change the Post Editor between Source mode (shows tags used to do the actual formatting) and WYSYWIG (What You See Is What You Get) mode.

    How to Change Post Editor to Source or WYSIWYG Mode





    Part Three

    Index of Batch Scripts for BSOD debugging


    1. Tuneup.bat Run SFC, DISM and CHKDSK commands and use WMIC to change some settings
    2. DiskParInfo.bat Collect WinRE, Boot Manager and Hard Drive information
    3. Create_system_information_files.bat Generate a System Information file of your computer via a menu..
    4. chkdskFromEvent.bat Extract all chkdsk information from Application section of Event Viewer.
    5. SFCfromFile.bat Extract all SFC entries from CBS.log or CBSPERSIST*.log (if necessary).
    6. LOGS.bat Windows Standard Log Collection w/ EventSearch (Technet)
    7. Tuneup1.bat Run SFC, DISM and CHKDSK commands to repair system files and folders.
    8. Tuneup2.bat Runs WMIC and BCDEDIT commands to set some basic startup, debug and dump settings.
    9. GetMemoryConfiguration.bat Get memory configuration data via Powershell
    10. GenFileList.bat Generate a List of Files and Folders within a Folder from File Explorer
    11. getWindowsUpdateList.bat Extract a list of all Windows Updates applied to a system
    12. Get_Powercfg_info.bat Use Powershell Powercfg commands to extract power and sleep information for the system
    13. Upgrade_failure_info.bat Collect information about Windows upgrade failure.
    14. RebootToBIOSSetup.bat Reboot computer to BIOS/UEFI Setup if allowed by User.
    15. Tuneup_plus_log.bat Runs SFC, DISM and CHKDSK commands to verify or restore Operating System files.
    16. Gather_additional_dump_files.bat Collect dump files from C:\Windows\LiveKernelReports.

    List of batch files with BBCode in a .txt file: BSOD_Repository_Batch_Files.txt





    Part Four

    Where to report problems or make suggestions


    If you have a problem with any of the batch scripts in this repository or you have a question or a suggestion, post a problem report or your question or suggestion in this thread:

    >>> Post problem reports here for Batch files for use in BSOD debugging

    Batch files for use in BSOD debugging-up_arrow_75x75px.jpgTop
    Last edited by Ztruker; 03 Apr 2021 at 20:02.
      My Computer


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

    Post the following two lines to point people to here, the BSOD Batch repository, for how to download the batch file and collect the required output data.
    Tuneup.bat - Click here to go to the BSOD batch repository to download and run this batch file.
    Part Two - How to capture output of batch file to Clipboard



    Tuneup.bat

    Runs SFC, DISM and CHKDSK commands to verify or restore Operating System files



    information   Information
    Tuneup.bat - Runs System File Checker (SFC), Deployment Image Servicing and Management (DISM) and CHKDSK commands to verify or restore Operating System files and Windows Management Instrumentation Commands (WMIC) and BCDEDIT commands to set some basic startup, debug and dump settings.

    Written by Ztruker 08/10.2020 Last updated 02/01/2021
    Based on forum posts by Zbook
    Admin elevation code by Matthew Wai 08/14/2020

    Runs the following commands

    sfc /scannow
    dism /online /cleanup-image /scanhealth
    dism /online /cleanup-image /restorehealth
    sfc /scannow
    chkdsk /scan
    If you want to run just these commands and not the commands listed below, run the following batch script:

    Tuneup1.bat
    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="%computername%" get AutomaticManagedPagefile
    wmic Computersystem where name="%computername%" set AutomaticManagedPagefile=True
    wmic Computersystem where name="%computername%" get AutomaticManagedPagefile

    bcdedit /enum {badmemory}
    If you want to run just these commands and not the commands listed above, run the following batch script:

    Tuneup2.bat



    Part One

    Download the batch file


    Download the batch file to your Desktop or Downloads folder.


    Download Tuneup.bat




    Part Two

    Run the batch file


    To run the batch file, open File Explorer, navigate to where you downloaded the batch file then double click on it or right click and select Open.

    DO NOT run directly from a Download as your anti-virus may object and prevent it from running.
    Always download to your hard drive then run it from there.



    When you launch Tuneup.bat, you may see this:

    Batch files for use in BSOD debugging-securitywarning.jpg

    If you do, click the Run button or uncheck Always ask before opening this file then click on the Run button.

    A typical run with no errors will look similar to the following:

    Code:
    ###########################################################
    # The following commands will be run in sequence.         #
    # The first 5 will take quite a while to run, be patient. #
    ###########################################################
    
    sfc /scannow
    dism /online /cleanup-image /scanhealth
    dism /online /cleanup-image /restorehealth
    sfc /scannow
    
    chkdsk /scan
    
    wmic recoveros get autoreboot
    wmic recoveros set autoreboot = false
    wmic recoveros get autoreboot
    wmic recoveros get DebugInfoType
    wmic recoveros set DebugInfoType = 7
    wmic recoveros get DebugInfoType
    
    wmic pagefile list /format:list
    wmic Computersystem where name="DESKTOP" get AutomaticManagedPagefile
    wmic Computersystem where name="DESKTOP" set AutomaticManagedPagefile=True
    wmic Computersystem where name="DESKTOP" 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.329
    
    Image Version: 10.0.19041.508
    
    [==========================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.329
    
    Image Version: 10.0.19041.508
    
    [==========================100.0%==========================] The restore operation completed successfully.
    The operation completed successfully.
    
    C:\Windows\system32>sfc /scannow
    
    Beginning system scan.  This process will take some time.
    
    Beginning verification phase of system scan.
    Verification 100% complete.
    
    Windows Resource Protection did not find any integrity violations.
    
    C:\Windows\system32>chkdsk /scan
    The type of the file system is NTFS.
    Volume label is Lenovo_C.
    
    Stage 1: Examining basic file system structure ...
      337152 file records processed.
    File verification completed.
     Phase duration (File record verification): 3.82 seconds.
      7830 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.63 milliseconds.
    
    Stage 2: Examining file name linkage ...
      855 reparse records processed.
      468834 index entries processed.
    Index verification completed.
     Phase duration (Index verification): 14.43 seconds.
      0 unindexed files scanned.
     Phase duration (Orphan reconnection): 340.37 milliseconds.
      0 unindexed files recovered to lost and found.
     Phase duration (Orphan recovery to lost and found): 1.11 milliseconds.
      855 reparse records processed.
     Phase duration (Reparse point and Object ID verification): 5.53 milliseconds.
    
    Stage 3: Examining security descriptors ...
    Security descriptor verification completed.
     Phase duration (Security descriptor verification): 34.11 milliseconds.
      65842 data files processed.
     Phase duration (Data attribute verification): 0.46 milliseconds.
    CHKDSK is verifying Usn Journal...
      38587264 USN bytes processed.
    Usn Journal verification completed.
     Phase duration (USN journal verification): 510.83 milliseconds.
    
    Windows has scanned the file system and found no problems.
    No further action is required.
    
     976122921 KB total disk space.
      67772720 KB in 249519 files.
        162484 KB in 65843 indexes.
             0 KB in bad sectors.
        474933 KB in use by the system.
         65536 KB occupied by the log file.
     907712784 KB available on disk.
    
          4096 bytes in each allocation unit.
     244030730 total allocation units on disk.
     226928196 allocation units available on disk.
    Total duration: 19.16 seconds (19160 ms).
    
    C:\Windows\system32>wmic recoveros get autoreboot
    AutoReboot
    FALSE
    
    
    C:\Windows\system32>wmic recoveros set autoreboot = false
    Updating property(s) of '\\DESKTOP\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Pro|C:\\Windows|\\Device\\Harddisk0\\Partition3"'
    Property(s) update successful.
    
    C:\Windows\system32>wmic recoveros get autoreboot
    AutoReboot
    FALSE
    
    
    C:\Windows\system32>wmic recoveros get DebugInfoType
    DebugInfoType
    7
    
    
    C:\Windows\system32>wmic recoveros set DebugInfoType = 7
    Updating property(s) of '\\DESKTOP\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Pro|C:\\Windows|\\Device\\Harddisk0\\Partition3"'
    Property(s) update successful.
    
    C:\Windows\system32>wmic recoveros get DebugInfoType
    DebugInfoType
    7
    
    
    C:\Windows\system32>wmic pagefile list /format:list
    
    
    AllocatedBaseSize=2432
    CurrentUsage=92
    Description=C:\pagefile.sys
    InstallDate=20200731210746.123361-240
    Name=C:\pagefile.sys
    PeakUsage=142
    Status=
    TempPageFile=FALSE
    
    
    
    
    C:\Windows\system32>wmic Computersystem where name="DESKTOP" get AutomaticManagedPagefile
    AutomaticManagedPagefile
    TRUE
    
    
    C:\Windows\system32>wmic Computersystem where name="DESKTOP" set AutomaticManagedPagefile=True
    Updating property(s) of '\\DESKTOP\ROOT\CIMV2:Win32_ComputerSystem.Name="DESKTOP"'
    Property(s) update successful.
    
    C:\Windows\system32>wmic Computersystem where name="DESKTOP" get AutomaticManagedPagefile
    AutomaticManagedPagefile
    TRUE
    
    
    C:\Windows\system32>bcdedit /enum {badmemory}
    
    RAM Defects
    -----------
    identifier              {badmemory}
    Press any key to continue . . .

    When done, you will see the following instructions on how to open your Browser in the BSOD Batch Repository for detailed instructions on how to copy data from the Command Prompt or Powershell Window to the Clipboard so you can paste it into your BSOD thread at Tenforums.com.

    Batch files for use in BSOD debugging-helpmenu.png



    Part Three

    Capture output of batch file to Clipboard


    Follow the directions in Part Two of the Index (first post at the top) to capture the output of the batch file in the Command Prompt or Powershell Window for posting in your BSOD thread at tenforums.com.

    If you accidentally close the Command Prompt/Powershell window before you captured the data, you can still collect the SFC data by downloading and running:

    SFCfromFile.bat to extract all SFC entries from CBS.log or CBSPERSIST*.log (if necessary).

    All other output is lost. If needed you will have to run Tuneup.bat again.
    Last edited by Ztruker; 01 Feb 2021 at 14:09.
      My Computer


  3. Posts : 41,415
    windows 10 professional version 1607 build 14393.969 64 bit
    Thread Starter
       #3

    Post the following two lines to point people to here, the BSOD Batch repository, for how to download the batch file and collect the required output data.
    DiskParInfo.bat - Click here to go to the BSOD batch repository to download and run this batch file.
    Part Two - How to capture output of batch file to Clipboard



    DiskParInfo.bat

    Generates the right number of diskpart commands to run based on the number of hard drives (HDD and SSD) and partitions on each hard drive.



    information   Information
    DiskParInfo.bat - Generates the right number of diskpart commands to run based on the number of hard drives (HDD and SSD) and partitions on each hard drive. Runs reagentc to collect recovery environment data, bcdedit to collect boot manager and loader info.
    All output is written to a DiskParInfo.LOG file in the users temp folder (%temp%\DiskpParInfo.LOG).

    Written by Matthew Wai 09/02/2020 Last update 12/27/2021
    Modified by Ztruker 09/02/2020 Last update 02/01/2021
    Based on forum posts by Zbook

    Runs the following commands to collect Reagent, Boot Manager and Hard Drive information.
    list disk
    list vol
    select disk n There will be a diskpart command group for each detected disk on your computer
    detail disk
    list partition It will have diskpart partition commands for each detected partition on each disk
    select partition 1
    detail partition
    select partition 2
    detail partition
    --- --- --- --- --- --- ---
    echo select partition n
    echo detail partition
    reagentc /info
    bcdedit /enum all



    Part One

    Download the batch file

    Download the batch file to your Desktop or Downloads folder.


    Download DiskParInfo.bat



    Part Two

    Run the batch file


    To run the batch file, open File Explorer, navigate to where you downloaded the batch file then double click on it or right click and select Open.

    DO NOT run directly from a Download as your anti-virus may object and prevent it from running.
    Always download to your hard drive then run it from there.



    When you launch DiskParInfo.bat, you may see this:

    Batch files for use in BSOD debugging-securitywarning.jpg

    If you do, click the Run button or uncheck Always ask before opening this file then click on the Run button.

    The first window you will see if this:

    Batch files for use in BSOD debugging-diskparinfo1.jpg

    When DiskParInfo completes, notepad will open DiskParInfo.LOG from the %temp% folder. The log file will look similar to the following:

    Code:
        Disk 0 is an SSD. Model: Samsung SSD 860 QVO
        Disk 1 is an HDD. Model: ST2000NM0011   
        Disk 2 is an HDD. Model: ST2000DM006-2DM164   
    ======================================================================
        Disk 0 has 4 partition(s).
        Disk 1 has 3 partition(s).
        Disk 2 has 3 partition(s).
    
        This computer has the above 3 HDD(s) or SSD(s) in total.
    ======================================================================
    
    Microsoft DiskPart version 10.0.19041.1
    
    Copyright (C) Microsoft Corporation.
    On computer: DESKTOP
    
      Disk ###  Status         Size     Free     Dyn  Gpt
      --------  -------------  -------  -------  ---  ---
      Disk 0    Online          931 GB  1024 KB        *
      Disk 1    Online         1863 GB  2048 KB        *
      Disk 2    Online         1863 GB    16 MB         
      Disk 3    No Media           0 B      0 B         
      Disk 4    No Media           0 B      0 B         
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
      Volume 0     M                       DVD-ROM         0 B  No Media           
      Volume 1     C   Lenovo_C     NTFS   Partition    930 GB  Healthy    Boot    
      Volume 2                      NTFS   Partition    505 MB  Healthy            
      Volume 3                      FAT32  Partition    100 MB  Healthy    System  
      Volume 4     D   Lenovo_D     NTFS   Partition    732 GB  Healthy            
      Volume 5     E   Lenovo_E     NTFS   Partition    722 GB  Healthy            
      Volume 6     F   Lenovo_F     NTFS   Partition    408 GB  Healthy            
      Volume 7     G   Lenovo_G     NTFS   Partition    929 GB  Healthy            
      Volume 8     H   Lenovo_H     NTFS   Partition    931 GB  Healthy            
      Volume 9     X   WIN10XPE     FAT32  Partition   2048 MB  Healthy            
      Volume 10    K                       Removable       0 B  No Media           
      Volume 11    L                       Removable       0 B  No Media           
    
    Disk 0 is now the selected disk.
    
    Samsung SSD 860 QVO 1TB
    Disk ID: {BBAD39C8-C88B-4704-843C-888B6720D956}
    Type   : SATA
    Status : Online
    Path   : 0
    Target : 0
    LUN ID : 0
    Location Path : PCIROOT(0)#PCI(1F02)#ATA(C00T00L00)
    Current Read-only State : No
    Read-only  : No
    Boot Disk  : Yes
    Pagefile Disk  : Yes
    Hibernation File Disk  : No
    Crashdump Disk  : Yes
    Clustered Disk  : No
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
      Volume 1     C   Lenovo_C     NTFS   Partition    930 GB  Healthy    Boot    
      Volume 2                      NTFS   Partition    505 MB  Healthy            
      Volume 3                      FAT32  Partition    100 MB  Healthy    System  
    
      Partition ###  Type              Size     Offset
      -------------  ----------------  -------  -------
      Partition 1    System             100 MB  1024 KB
      Partition 2    Reserved            16 MB   101 MB
      Partition 3    Primary            930 GB   117 MB
      Partition 4    Recovery           505 MB   931 GB
    
    Partition 1 is now the selected partition.
    
    Partition 1
    Type    : c12a7328-f81f-11d2-ba4b-00a0c93ec93b
    Hidden  : Yes
    Required: No
    Attrib  : 0X8000000000000000
    Offset in Bytes: 1048576
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
    * Volume 3                      FAT32  Partition    100 MB  Healthy    System  
    
    Partition 2 is now the selected partition.
    
    Partition 2
    Type    : e3c9e316-0b5c-4db8-817d-f92df00215ae
    Hidden  : Yes
    Required: No
    Attrib  : 0X8000000000000000
    Offset in Bytes: 105906176
    
    There is no volume associated with this partition.
    
    Partition 3 is now the selected partition.
    
    Partition 3
    Type    : ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
    Hidden  : No
    Required: No
    Attrib  : 0000000000000000
    Offset in Bytes: 122683392
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
    * Volume 1     C   Lenovo_C     NTFS   Partition    930 GB  Healthy    Boot    
    
    Partition 4 is now the selected partition.
    
    Partition 4
    Type    : de94bba4-06d1-4d40-a16a-bfd50179d6ac
    Hidden  : No
    Required: Yes
    Attrib  : 0X8000000000000001
    Offset in Bytes: 999673561088
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
    * Volume 12                     NTFS   Partition    505 MB  Healthy    Hidden  
    
    Disk 1 is now the selected disk.
    
    ST2000NM0011
    Disk ID: {10800FF6-5858-9090-8081-828310111213}
    Type   : SATA
    Status : Online
    Path   : 1
    Target : 0
    LUN ID : 0
    Location Path : PCIROOT(0)#PCI(1F02)#ATA(C01T00L00)
    Current Read-only State : No
    Read-only  : No
    Boot Disk  : No
    Pagefile Disk  : No
    Hibernation File Disk  : No
    Crashdump Disk  : No
    Clustered Disk  : No
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
      Volume 4     D   Lenovo_D     NTFS   Partition    732 GB  Healthy            
      Volume 5     E   Lenovo_E     NTFS   Partition    722 GB  Healthy            
      Volume 6     F   Lenovo_F     NTFS   Partition    408 GB  Healthy            
    
      Partition ###  Type              Size     Offset
      -------------  ----------------  -------  -------
      Partition 1    Primary            732 GB    20 KB
      Partition 2    Primary            722 GB   732 GB
      Partition 3    Primary            408 GB  1454 GB
    
    Partition 1 is now the selected partition.
    
    Partition 1
    Type    : ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
    Hidden  : No
    Required: No
    Attrib  : 0000000000000000
    Offset in Bytes: 20480
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
    * Volume 4     D   Lenovo_D     NTFS   Partition    732 GB  Healthy            
    
    Partition 2 is now the selected partition.
    
    Partition 2
    Type    : ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
    Hidden  : No
    Required: No
    Attrib  : 0000000000000000
    Offset in Bytes: 786567266304
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
    * Volume 5     E   Lenovo_E     NTFS   Partition    722 GB  Healthy            
    
    Partition 3 is now the selected partition.
    
    Partition 3
    Type    : ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
    Hidden  : No
    Required: No
    Attrib  : 0000000000000000
    Offset in Bytes: 1562261848064
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
    * Volume 6     F   Lenovo_F     NTFS   Partition    408 GB  Healthy            
    
    Disk 2 is now the selected disk.
    
    ST2000DM006-2DM164
    Disk ID: 5641B4B0
    Type   : SATA
    Status : Online
    Path   : 2
    Target : 0
    LUN ID : 0
    Location Path : PCIROOT(0)#PCI(1F02)#ATA(C02T00L00)
    Current Read-only State : No
    Read-only  : No
    Boot Disk  : No
    Pagefile Disk  : No
    Hibernation File Disk  : No
    Crashdump Disk  : No
    Clustered Disk  : No
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
      Volume 7     G   Lenovo_G     NTFS   Partition    929 GB  Healthy            
      Volume 8     H   Lenovo_H     NTFS   Partition    931 GB  Healthy            
      Volume 9     X   WIN10XPE     FAT32  Partition   2048 MB  Healthy            
    
      Partition ###  Type              Size     Offset
      -------------  ----------------  -------  -------
      Partition 1    Primary            929 GB    16 MB
      Partition 2    Primary            931 GB   929 GB
      Partition 3    Primary           2048 MB  1861 GB
    
    Partition 1 is now the selected partition.
    
    Partition 1
    Type  : 07
    Hidden: No
    Active: No
    Offset in Bytes: 16777216
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
    * Volume 7     G   Lenovo_G     NTFS   Partition    929 GB  Healthy            
    
    Partition 2 is now the selected partition.
    
    Partition 2
    Type  : 07
    Hidden: No
    Active: No
    Offset in Bytes: 997619400704
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
    * Volume 8     H   Lenovo_H     NTFS   Partition    931 GB  Healthy            
    
    Partition 3 is now the selected partition.
    
    Partition 3
    Type  : 0C
    Hidden: No
    Active: No
    Offset in Bytes: 1998249263104
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
    * Volume 9     X   WIN10XPE     FAT32  Partition   2048 MB  Healthy            
    
    ======================================================================
    
    Windows Recovery Environment (Windows RE) and system reset configuration
    Information:
    
        Windows RE status:         Enabled
        Windows RE location:       \\?\GLOBALROOT\device\harddisk0\partition4\Recovery\WindowsRE
        Boot Configuration Data (BCD) identifier: 8d90a8b3-d39b-11ea-982c-97b4c3117002
        Recovery image location:   
        Recovery image index:      0
        Custom image location:     
        Custom image index:        0
    
    REAGENTC.EXE: Operation Successful.
        
    ======================================================================
    
    Firmware Boot Manager
    ---------------------
    identifier              {fwbootmgr}
    displayorder            {bootmgr}
                            {8d90a8af-d39b-11ea-982c-97b4c3117002}
                            {8d90a8ad-d39b-11ea-982c-97b4c3117002}
                            {8d90a8ae-d39b-11ea-982c-97b4c3117002}
                            {8d90a8ac-d39b-11ea-982c-97b4c3117002}
    timeout                 2
    
    Windows Boot Manager
    --------------------
    identifier              {bootmgr}
    device                  partition=\Device\HarddiskVolume1
    path                    \EFI\Microsoft\Boot\bootmgfw.efi
    description             Windows Boot Manager
    locale                  en-US
    inherit                 {globalsettings}
    default                 {current}
    resumeobject            {8d90a8b1-d39b-11ea-982c-97b4c3117002}
    displayorder            {current}
    toolsdisplayorder       {memdiag}
    timeout                 10
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {8d90a8ac-d39b-11ea-982c-97b4c3117002}
    description             Generic Usb Device
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {8d90a8ad-d39b-11ea-982c-97b4c3117002}
    description             CD/DVD Device
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {8d90a8ae-d39b-11ea-982c-97b4c3117002}
    description             Windows Boot Manager
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {8d90a8af-d39b-11ea-982c-97b4c3117002}
    device                  partition=X:
    path                    \EFI\Microsoft\Boot\bootmgfw.efi
    description             Windows Boot Manager
    
    Windows Boot Loader
    -------------------
    identifier              {current}
    device                  partition=C:
    path                    \Windows\system32\winload.efi
    description             Windows 10
    locale                  en-US
    inherit                 {bootloadersettings}
    recoverysequence        {8d90a8b3-d39b-11ea-982c-97b4c3117002}
    displaymessageoverride  Recovery
    recoveryenabled         Yes
    isolatedcontext         Yes
    allowedinmemorysettings 0x15000075
    osdevice                partition=C:
    systemroot              \Windows
    resumeobject            {8d90a8b1-d39b-11ea-982c-97b4c3117002}
    nx                      OptIn
    bootmenupolicy          Standard
    hypervisorlaunchtype    Auto
    
    Windows Boot Loader
    -------------------
    identifier              {8d90a8b3-d39b-11ea-982c-97b4c3117002}
    device                  ramdisk=[\Device\HarddiskVolume4]\Recovery\WindowsRE\Winre.wim,{8d90a8b4-d39b-11ea-982c-97b4c3117002}
    path                    \windows\system32\winload.efi
    description             Windows Recovery Environment
    locale                  en-us
    inherit                 {bootloadersettings}
    displaymessage          Recovery
    osdevice                ramdisk=[\Device\HarddiskVolume4]\Recovery\WindowsRE\Winre.wim,{8d90a8b4-d39b-11ea-982c-97b4c3117002}
    systemroot              \windows
    nx                      OptIn
    bootmenupolicy          Standard
    winpe                   Yes
    
    Resume from Hibernate
    ---------------------
    identifier              {8d90a8b1-d39b-11ea-982c-97b4c3117002}
    device                  partition=C:
    path                    \Windows\system32\winresume.efi
    description             Windows Resume Application
    locale                  en-US
    inherit                 {resumeloadersettings}
    recoverysequence        {8d90a8b3-d39b-11ea-982c-97b4c3117002}
    recoveryenabled         Yes
    isolatedcontext         Yes
    allowedinmemorysettings 0x15000075
    filedevice              partition=C:
    filepath                \hiberfil.sys
    bootmenupolicy          Standard
    debugoptionenabled      No
    
    Windows Memory Tester
    ---------------------
    identifier              {memdiag}
    device                  partition=\Device\HarddiskVolume1
    path                    \EFI\Microsoft\Boot\memtest.efi
    description             Windows Memory Diagnostic
    locale                  en-US
    inherit                 {globalsettings}
    badmemoryaccess         Yes
    
    EMS Settings
    ------------
    identifier              {emssettings}
    bootems                 No
    
    Debugger Settings
    -----------------
    identifier              {dbgsettings}
    debugtype               Local
    
    RAM Defects
    -----------
    identifier              {badmemory}
    
    Global Settings
    ---------------
    identifier              {globalsettings}
    inherit                 {dbgsettings}
                            {emssettings}
                            {badmemory}
    
    Boot Loader Settings
    --------------------
    identifier              {bootloadersettings}
    inherit                 {globalsettings}
                            {hypervisorsettings}
    
    Hypervisor Settings
    -------------------
    identifier              {hypervisorsettings}
    hypervisordebugtype     Serial
    hypervisordebugport     1
    hypervisorbaudrate      115200
    
    Resume Loader Settings
    ----------------------
    identifier              {resumeloadersettings}
    inherit                 {globalsettings}
    
    Device options
    --------------
    identifier              {8d90a8b4-d39b-11ea-982c-97b4c3117002}
    description             Windows Recovery
    ramdisksdidevice        partition=\Device\HarddiskVolume4
    ramdisksdipath          \Recovery\WindowsRE\boot.sdi
    
    Device options
    --------------
    identifier              {8d90a8b6-d39b-11ea-982c-97b4c3117002}
    description             Kyhi Rescue
    ramdisksdidevice        partition=X:
    ramdisksdipath          \NST\boot.sdi
    
    Device options
    --------------
    identifier              {8d90a8b8-d39b-11ea-982c-97b4c3117002}
    description             Kyhi Rescue
    ramdisksdidevice        partition=X:
    ramdisksdipath          \NST\boot.sdi
    
    Device options
    --------------
    identifier              {8d90a8ba-d39b-11ea-982c-97b4c3117002}
    description             Kyhi Rescue
    ramdisksdidevice        partition=X:
    ramdisksdipath          \boot\boot.sdi
    
    Device options
    --------------
    identifier              {8d90a8bc-d39b-11ea-982c-97b4c3117002}
    description             Kyhi Rescue
    ramdisksdidevice        partition=X:
    ramdisksdipath          \boot\boot.sdi
    
    Setup Ramdisk Options
    ---------------------
    identifier              {ramdiskoptions}
    description             RamdiskOptions
    ramdisksdidevice        partition=X:
    ramdisksdipath          \NST\boot.sdi

    When done, you will see the following instructions on how to open your Browser to the BSOD Batch Repository for detailed instructions on how to copy data from the Command Prompt or Powershell Window to the Clipboard so you can paste it into your BSOD thread at Tenforums.com.

    Review the instructions in Part Two of the Index (the first post in this thread) by pressing the [V] key which will open your default web browser to that page and close the window, or press C to just close the window.

    Batch files for use in BSOD debugging-helpmenu.png




    Part Three

    Capture output of batch file to Clipboard


    Follow the directions in Part Two of the Index (first post at the top) to capture the output of the batch file displayed in notepad for posting in your BSOD thread at tenforums.com.

    Note   Note
    You can review the DiskParInfo.LOG file at any time (as long as it hasn't been deleted):
    Press Window key + X, type notepad %temp%\DiskParInfo.LOG and press Enter

    You can also review the commands input to diskpart at any time (as long as it hasn't been deleted):
    Press Window key + R, type notepad %temp%\DiskParInfo.INP and press Enter



    Part Four

    Error during Powershell processing


    If an error occurs during Powershell processing, specifically for a Powershell Get-Partition command, you will see the following window:

    Batch files for use in BSOD debugging-diskparinfo2.jpg

    Pressing D will download the Tuneup1.bat file (and close the window) so you can run it. Tuneup1.bat runs SFC and DISM commands to correct any corrupted system files which is one of the causes of failure for the Powershell Get-Partition command.

    Pressing C will exit the window and you can then manually download Tuneup.bat and run it.
    Last edited by Ztruker; 28 Dec 2021 at 11:13.
      My Computer


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

    Post the following two lines to point people here to the Batch repository for how to download the batch file and collect the required output data.

    Create_system_information_files.bat
    - Click here to go to the BSOD batch repository to download and run this batch file.
    Part Two - How to capture output of batch file to Clipboard



    Create_system_information_files.bat

    Generate 3 types of System Information Reports individually or all together



    information   Information
    Create_system_information_files.bat - Generate 3 types of System Information Reports individually or all together, that can be uploaded and posted in a forum thread at tenforums.com.

    Written by Matthew Wai 09/02/2020 Last update 02/01/2021




    Part One

    Menu choices and processes

    Batch files for use in BSOD debugging-cresysinf1.jpg

    1 = Create a system information file via System Information (in full details)
    .
    This choice calls msinfo32.exe to generate a full System Information report and saves it as System Information.nfo on your Desktop.
    2 = Create a system information file via Systeminfo.exe.
    This choice calls Systeminfo.exe to generate a shorter System Information report and saves it as Systeminfo.txt on your Desktop.
    3 = Create a system information file via PowerShell.exe.
    This choice calls Powershell cmdlets to generate a different, shorter, System Information report and saves it as Get-Computerinfo.txt on your Desktop.
    4 = All of the above.
    This choice runs all the above to generate each report shown on your Desktop.

    If you enter ? you will get this menu:

    Batch files for use in BSOD debugging-cresysinf2.jpg



    Part Two

    Download the batch file


    Download the batch file to a location on your hard drive. Your Downloads folder or Desktop is a good place but it can be anywhere you want.


    Download Create_system_information_files.bat



    Part Three

    Run the batch file


    To run the batch file, open File Explorer, navigate to where you downloaded the batch file then double click on it or right click and select Open.

    DO NOT run directly from a Download as your anti-virus may object and prevent it from running.
    Always download to your hard drive then run it from there.



    When you launch Create_system_information_files.bat, you may see this:

    Batch files for use in BSOD debugging-securitywarning.jpg

    If you do, click the Run button or uncheck Always ask before opening this file then click on the Run button.



    Part Four

    Upload Systeminfo.txt


    Upload 1. System Information.nfo, 2. Systeminfo.txt and/or 3. Get-Computerinfo.txt from your Desktop to a post in your thread in the BSOD Forum at tenforums.com.

    See Part Two-Four 7 of the Index (1st post at the top) for a Tutorial link on how to do this.
    Last edited by Ztruker; 01 Feb 2021 at 14:09.
      My Computer


  5. Posts : 41,415
    windows 10 professional version 1607 build 14393.969 64 bit
    Thread Starter
       #5

    Post the following two lines to point people to here, the BSOD Batch repository, for how to download the batch file and collect the required output data.

    chkdskFromEvent.bat
    - Click here to go to the BSOD batch repository to download and run this batch file.
    Part Two - How to capture output of batch file to Clipboard



    chkdskFromEvent.bat

    Extract all chkdsk output from the Application section of Event Viewer using Powershell commands



    information   Information
    chkdskFromEvent.bat - Extract all chkdsk output from the Application section of Event Viewer using Powershell commands and write the output to chkdskFromEvent.log in the %temp% directory.

    Written by Ztruker 09/07.2020 Last update 02/01/2021
    Based on code by Matthew Wai and Paul Black




    Part One

    Download the batch file


    Download the batch file to your Desktop or Downloads folder.


    Download chkdskFromEvent.bat



    Part Two

    Run the batch file


    This batch file is designed to be run from File Explore by double clicking on it or right clicking and selecting Open.

    DO NOT run directly from a Download as your anti-virus may object and prevent it from running.
    Always download to your hard drive then run it from there.



    When you launch chkdskFromEvent.bat, you may see this:

    Batch files for use in BSOD debugging-securitywarning.jpg

    If you do, click the Run button or uncheck Always ask before opening this file then click on the Run button.

    When you run the batch file and Powershell starts processing, the first window you will see is this:

    Batch files for use in BSOD debugging-chkdskfromevent-1.jpg

    When Powershell completes, you will then see the Notepad window which should look something like this:

    Code:
    TimeCreated : 9/2/2020 11:18:16 PM
    Message     : Chkdsk was executed in read-only mode on a volume snapshot.  
                  
                  Checking file system on C:
                  The type of the file system is NTFS.
                  Volume label is Lenovo_C.
                  
                  WARNING!  /F parameter not specified.
                  Running CHKDSK in read-only mode.
                  
                  Stage 1: Examining basic file system structure ...
                    301824 file records processed.                                   
                                       
                  File verification completed.
                   Phase duration (File record verification): 3.42 seconds.
                    5625 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 ...
                    757 reparse records processed.                                   
                     
                    425498 index entries processed.                                  
                                       
                  Index verification completed.
                   Phase duration (Index verification): 13.51 seconds.
                    0 unindexed files scanned.                                       
                   
                   Phase duration (Orphan reconnection): 637.74 milliseconds.
                    0 unindexed files recovered to lost and found.                   
                   
                   Phase duration (Orphan recovery to lost and found): 0.49 
                  milliseconds.
                    757 reparse records processed.                                   
                     
                   Phase duration (Reparse point and Object ID verification): 4.72 
                  milliseconds.
                  
                  Stage 3: Examining security descriptors ...
                  Security descriptor verification completed.
                   Phase duration (Security descriptor verification): 36.37 
                  milliseconds.
                    61838 data files processed.                                      
                       
                   Phase duration (Data attribute verification): 1.05 milliseconds.
                  CHKDSK is verifying Usn Journal...
                    35105160 USN bytes processed.                                    
                                         
                  Usn Journal verification completed.
                   Phase duration (USN journal verification): 383.09 milliseconds.
                  
                  Windows has scanned the file system and found no problems.
                  No further action is required.
                  
                   976122921 KB total disk space.
                    65893048 KB in 233434 files.
                      147608 KB in 61839 indexes.
                           0 KB in bad sectors.
                      435633 KB in use by the system.
                       65536 KB occupied by the log file.
                   909646632 KB available on disk.
                  
                        4096 bytes in each allocation unit.
                   244030730 total allocation units on disk.
                   227411658 allocation units available on disk.
                  Total duration: 18.00 seconds (18009 ms).
                  
    
    TimeCreated : 8/22/2020 1:25:05 PM
    Message     : Chkdsk was executed in scan mode on a volume snapshot.  
                  
                  Checking file system on C:
                  The type of the file system is NTFS.
                  Volume label is Lenovo_C.
                  
                  Stage 1: Examining basic file system structure ...
                    299008 file records processed.                                   
                                       
                  File verification completed.
                   Phase duration (File record verification): 3.08 seconds.
                    4899 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.60 milliseconds.
                  
                  Stage 2: Examining file name linkage ...
                    741 reparse records processed.                                   
                     
                    419868 index entries processed.                                  
                                       
                  Index verification completed.
                   Phase duration (Index verification): 12.62 seconds.
                    0 unindexed files scanned.                                       
                   
                   Phase duration (Orphan reconnection): 271.52 milliseconds.
                    0 unindexed files recovered to lost and found.                   
                   
                   Phase duration (Orphan recovery to lost and found): 0.82 
                  milliseconds.
                    741 reparse records processed.                                   
                     
                   Phase duration (Reparse point and Object ID verification): 4.09 
                  milliseconds.
                  
                  Stage 3: Examining security descriptors ...
                  Security descriptor verification completed.
                   Phase duration (Security descriptor verification): 40.19 
                  milliseconds.
                    60431 data files processed.                                      
                       
                   Phase duration (Data attribute verification): 0.94 milliseconds.
                  CHKDSK is verifying Usn Journal...
                    40562576 USN bytes processed.                                    
                                         
                  Usn Journal verification completed.
                   Phase duration (USN journal verification): 544.32 milliseconds.
                  
                  Windows has scanned the file system and found no problems.
                  No further action is required.
                  
                   976122921 KB total disk space.
                    71639024 KB in 229908 files.
                      144372 KB in 60432 indexes.
                           0 KB in bad sectors.
                      438233 KB in use by the system.
                       65536 KB occupied by the log file.
                   903901292 KB available on disk.
                  
                        4096 bytes in each allocation unit.
                   244030730 total allocation units on disk.
                   225975323 allocation units available on disk.
                  Total duration: 16.58 seconds (16584 ms).
                  
                  -------------------------------------------------------------------
                  ---
                  
                  
                  Stage 1: Examining basic file system structure ...
                  
                  Stage 2: Examining file name linkage ...
                  
                  Stage 3: Examining security descriptors ...
                  
    
    TimeCreated : 8/13/2020 2:40:42 PM
    Message     : Chkdsk was executed in scan mode on a volume snapshot.  
                  
                  Checking file system on D:
                  The type of the file system is NTFS.
                  Volume label is Lenovo_D.
                  
                  Stage 1: Examining basic file system structure ...
                    1507104 file records processed.                                  
                                        
                  File verification completed.
                   Phase duration (File record verification): 11.98 seconds.
                    2077 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.04 milliseconds.
                  
                  Stage 2: Examining file name linkage ...
                    17737 reparse records processed.                                 
                       
                    1706794 index entries processed.                                 
                                        
                  Index verification completed.
                   Phase duration (Index verification): 1.08 minutes.
                    0 unindexed files scanned.                                       
                   
                   Phase duration (Orphan reconnection): 4.44 seconds.
                    0 unindexed files recovered to lost and found.                   
                   
                   Phase duration (Orphan recovery to lost and found): 0.08 
                  milliseconds.
                    17737 reparse records processed.                                 
                       
                   Phase duration (Reparse point and Object ID verification): 65.01 
                  milliseconds.
                  
                  Stage 3: Examining security descriptors ...
                  Security descriptor verification completed.
                   Phase duration (Security descriptor verification): 38.39 
                  milliseconds.
                    99846 data files processed.                                      
                       
                   Phase duration (Data attribute verification): 0.28 milliseconds.
                  CHKDSK is verifying Usn Journal...
                    40279768 USN bytes processed.                                    
                                         
                  Usn Journal verification completed.
                   Phase duration (USN journal verification): 341.69 milliseconds.
                  
                  Windows has scanned the file system and found no problems.
                  No further action is required.
                  
                   768131071 KB total disk space.
                   526905200 KB in 187839 files.
                      117052 KB in 99847 indexes.
                           0 KB in bad sectors.
                     1638663 KB in use by the system.
                       65536 KB occupied by the log file.
                   239470156 KB available on disk.
                  
                        4096 bytes in each allocation unit.
                   192032767 total allocation units on disk.
                    59867539 allocation units available on disk.
                  Total duration: 1.37 minutes (82258 ms).
                  
                  -------------------------------------------------------------------
                  ---
                  
                  
                  Stage 1: Examining basic file system structure ...
                  
                  Stage 2: Examining file name linkage ...
                  
                  Stage 3: Examining security descriptors ...
                  
    
    TimeCreated : 8/13/2020 2:07:41 PM
    Message     : Chkdsk was executed in scan mode on a volume snapshot.  
                  
                  Checking file system on D:
                  The type of the file system is NTFS.
                  Volume label is Lenovo_D.
                  
                  Stage 1: Examining basic file system structure ...
                    1507104 file records processed.                                  
                                        
                  File verification completed.
                   Phase duration (File record verification): 11.96 seconds.
                    2077 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.27 milliseconds.
                  
                  Stage 2: Examining file name linkage ...
                    17736 reparse records processed.                                 
                       
                    1706792 index entries processed.                                 
                                        
                  Index verification completed.
                   Phase duration (Index verification): 1.11 minutes.
                    0 unindexed files scanned.                                       
                   
                   Phase duration (Orphan reconnection): 4.91 seconds.
                    0 unindexed files recovered to lost and found.                   
                   
                   Phase duration (Orphan recovery to lost and found): 0.37 
                  milliseconds.
                    17736 reparse records processed.                                 
                       
                   Phase duration (Reparse point and Object ID verification): 64.53 
                  milliseconds.
                  
                  Stage 3: Examining security descriptors ...
                  Security descriptor verification completed.
                   Phase duration (Security descriptor verification): 36.12 
                  milliseconds.
                    99845 data files processed.                                      
                       
                   Phase duration (Data attribute verification): 3.14 milliseconds.
                  CHKDSK is verifying Usn Journal...
                    40272016 USN bytes processed.                                    
                                         
                  Usn Journal verification completed.
                   Phase duration (USN journal verification): 286.75 milliseconds.
                  
                  Windows has scanned the file system and found no problems.
                  No further action is required.
                  
                   768131071 KB total disk space.
                   526905200 KB in 187839 files.
                      117048 KB in 99846 indexes.
                           0 KB in bad sectors.
                     1638663 KB in use by the system.
                       65536 KB occupied by the log file.
                   239470160 KB available on disk.
                  
                        4096 bytes in each allocation unit.
                   192032767 total allocation units on disk.
                    59867540 allocation units available on disk.
                  Total duration: 1.40 minutes (84218 ms).
                  
                  -------------------------------------------------------------------
                  ---
                  
                  
                  Stage 1: Examining basic file system structure ...
                  
                  Stage 2: Examining file name linkage ...
                  
                  Stage 3: Examining security descriptors ...
                  
    
    
    
    
    
    TimeCreated : 9/3/2020 3:26:44 PM
    Message     : 
                  
                  Checking file system on C:
                  The type of the file system is NTFS.
                  Volume label is Lenovo_C.
                  
                  
                  A disk check has been scheduled.
                  Windows will now check the disk.                         
                  
                  Stage 1: Examining basic file system structure ...
                    301824 file records processed.                                   
                                       
                  
                  File verification completed.
                   Phase duration (File record verification): 3.32 seconds.
                    5626 large file records processed.                               
                      
                  
                   Phase duration (Orphan file record recovery): 0.00 milliseconds.
                    0 bad file records processed.                                    
                   
                  
                   Phase duration (Bad file record checking): 1.88 milliseconds.
                  
                  Stage 2: Examining file name linkage ...
                    762 reparse records processed.                                   
                     
                  
                    425550 index entries processed.                                  
                                       
                  
                  Index verification completed.
                   Phase duration (Index verification): 14.20 seconds.
                    0 unindexed files scanned.                                       
                   
                  
                   Phase duration (Orphan reconnection): 229.24 milliseconds.
                    0 unindexed files recovered to lost and found.                   
                   
                  
                   Phase duration (Orphan recovery to lost and found): 202.67 
                  milliseconds.
                    762 reparse records processed.                                   
                     
                  
                   Phase duration (Reparse point and Object ID verification): 6.82 
                  milliseconds.
                  
                  Stage 3: Examining security descriptors ...
                  Cleaning up 1156 unused index entries from index $SII of file 0x9.
                  Cleaning up 1156 unused index entries from index $SDH of file 0x9.
                  Cleaning up 1156 unused security descriptors.
                  Security descriptor verification completed.
                   Phase duration (Security descriptor verification): 36.15 
                  milliseconds.
                    61864 data files processed.                                      
                       
                  
                   Phase duration (Data attribute verification): 2.03 milliseconds.
                  CHKDSK is verifying Usn Journal...
                    39649368 USN bytes processed.                                    
                                         
                  
                  Usn Journal verification completed.
                   Phase duration (USN journal verification): 532.23 milliseconds.
                  
                  Windows has scanned the file system and found no problems.
                  No further action is required.
                  
                   976122921 KB total disk space.
                    66153096 KB in 227383 files.
                      147688 KB in 61865 indexes.
                           0 KB in bad sectors.
                      440249 KB in use by the system.
                       65536 KB occupied by the log file.
                   909381888 KB available on disk.
                  
                        4096 bytes in each allocation unit.
                   244030730 total allocation units on disk.
                   227345472 allocation units available on disk.
                  Total duration: 18.63 seconds (18630 ms).
                  
                  Internal Info:
                  00 9b 04 00 ea 69 04 00 fa 46 08 00 00 00 00 00  .....i...F......
                  a8 01 00 00 52 01 00 00 00 00 00 00 00 00 00 00  ....R...........
                  
                  Windows has finished checking your disk.
                  Please wait while your computer restarts.
    When done, you will see the following instructions on how to open your Browser to the BSOD Batch Repository for detailed instructions on how to copy data from the Command Prompt or Powershell Window to the Clipboard so you can paste it into your BSOD thread at Tenforums.com.

    Review the instructions in Part Two of the Index (the first post in this thread) by pressing the [V] key which will open your default web browser to that page and close the window, or press C to just close the window.

    Batch files for use in BSOD debugging-helpmenu.png

    The Notepad window will remain open.



    Part Three

    Capture output of batch file to Clipboard


    Follow the directions in Part Two of the Index (first post at the top) to capture the output of the batch file displayed in notepad for posting in your BSOD thread at tenforums.com.
    Last edited by Ztruker; 01 Feb 2021 at 14:17.
      My Computer


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

    Post the following two lines to point people to here, the BSOD Batch repository, for how to download the batch file and collect the required output data.

    SFCfromFile.bat
    - Click here to go to the BSOD batch repository to download and run this batch file.
    Part Two - How to capture output of batch file to Clipboard



    SFCfromFile.bat

    Extract all SFC entries from CBS.log and CbsPersist*.log.



    information   Information
    SFCfromFile.bat - Extract all SFC entries from CBS.log and CbsPersist*.log and write the output to SFCfromFile.log in the %temp% directory.

    Written by Ztruker 09/09/2020 Last update 01/31/2021
    Based on code by Matthew Wai




    Part One

    Download the batch file


    Download the batch file to your Desktop or Downloads folder.


    Download SFCfromFile.bat



    Part Two

    Run the batch file


    This batch file is designed to be run from File Explore by double clicking on it or right clicking and selecting Open.

    DO NOT run directly from a Download as your anti-virus may object and prevent it from running.
    Always download to your hard drive then run it from there.



    When you launch SFCfromFile.bat, you may see this:

    Batch files for use in BSOD debugging-securitywarning.jpg

    If you do, click the Run button or uncheck Always ask before opening this file then click on the [B/Run[/B] button.

    When you run the batch file, if all goes well and SFC data is found in CBS.log and/or CbsPersist*.logs then notepad will open with the results which will look something like this:
    Code:
    Checking C:\Windows\Logs\CBS\CBS.log for SFC entries 
                       . . . . . 
    2020-11-03 16:18:21, Info                  CSI    00000006 [SR] Verifying 100 components
    2020-11-03 16:18:21, Info                  CSI    00000007 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:21, Info                  CSI    00000008 [SR] Verify complete
    2020-11-03 16:18:21, Info                  CSI    00000009 [SR] Verifying 100 components
    2020-11-03 16:18:21, Info                  CSI    0000000a [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:22, Info                  CSI    0000000b [SR] Verify complete
    2020-11-03 16:18:22, Info                  CSI    0000000c [SR] Verifying 100 components
    2020-11-03 16:18:22, Info                  CSI    0000000d [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:22, Info                  CSI    0000000e [SR] Verify complete
    2020-11-03 16:18:22, Info                  CSI    0000000f [SR] Verifying 100 components
    2020-11-03 16:18:22, Info                  CSI    00000010 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:22, Info                  CSI    00000011 [SR] Verify complete
    2020-11-03 16:18:22, Info                  CSI    00000012 [SR] Verifying 100 components
    2020-11-03 16:18:22, Info                  CSI    00000013 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:23, Info                  CSI    00000014 [SR] Verify complete
    2020-11-03 16:18:23, Info                  CSI    00000015 [SR] Verifying 100 components
    2020-11-03 16:18:23, Info                  CSI    00000016 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:24, Info                  CSI    00000017 [SR] Verify complete
    2020-11-03 16:18:24, Info                  CSI    00000018 [SR] Verifying 100 components
    2020-11-03 16:18:24, Info                  CSI    00000019 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:25, Info                  CSI    0000001a [SR] Verify complete
    2020-11-03 16:18:25, Info                  CSI    0000001b [SR] Verifying 100 components
    2020-11-03 16:18:25, Info                  CSI    0000001c [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:26, Info                  CSI    0000001d [SR] Verify complete
    2020-11-03 16:18:26, Info                  CSI    0000001e [SR] Verifying 100 components
    2020-11-03 16:18:26, Info                  CSI    0000001f [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:30, Info                  CSI    00000020 [SR] Verify complete
    2020-11-03 16:18:30, Info                  CSI    00000021 [SR] Verifying 100 components
    2020-11-03 16:18:30, Info                  CSI    00000022 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:33, Info                  CSI    00000023 [SR] Verify complete
    2020-11-03 16:18:33, Info                  CSI    00000024 [SR] Verifying 100 components
    2020-11-03 16:18:33, Info                  CSI    00000025 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:34, Info                  CSI    00000026 [SR] Verify complete
    2020-11-03 16:18:34, Info                  CSI    00000027 [SR] Verifying 100 components
    2020-11-03 16:18:34, Info                  CSI    00000028 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:35, Info                  CSI    00000029 [SR] Verify complete
    2020-11-03 16:18:35, Info                  CSI    0000002a [SR] Verifying 100 components
    2020-11-03 16:18:35, Info                  CSI    0000002b [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:35, Info                  CSI    0000002c [SR] Verify complete
    2020-11-03 16:18:35, Info                  CSI    0000002d [SR] Verifying 100 components
    2020-11-03 16:18:35, Info                  CSI    0000002e [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:35, Info                  CSI    0000002f [SR] Verify complete
    2020-11-03 16:18:35, Info                  CSI    00000030 [SR] Verifying 100 components
    2020-11-03 16:18:35, Info                  CSI    00000031 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:37, Info                  CSI    00000033 [SR] Verify complete
    2020-11-03 16:18:37, Info                  CSI    00000034 [SR] Verifying 100 components
    2020-11-03 16:18:37, Info                  CSI    00000035 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:37, Info                  CSI    00000036 [SR] Verify complete
    2020-11-03 16:18:38, Info                  CSI    00000037 [SR] Verifying 100 components
    2020-11-03 16:18:38, Info                  CSI    00000038 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:38, Info                  CSI    00000039 [SR] Verify complete
    2020-11-03 16:18:38, Info                  CSI    0000003a [SR] Verifying 100 components
    2020-11-03 16:18:38, Info                  CSI    0000003b [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:39, Info                  CSI    0000003d [SR] Verify complete
    2020-11-03 16:18:39, Info                  CSI    0000003e [SR] Verifying 100 components
    2020-11-03 16:18:39, Info                  CSI    0000003f [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:40, Info                  CSI    00000040 [SR] Verify complete
    2020-11-03 16:18:40, Info                  CSI    00000041 [SR] Verifying 100 components
    2020-11-03 16:18:40, Info                  CSI    00000042 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:41, Info                  CSI    00000043 [SR] Verify complete
    2020-11-03 16:18:41, Info                  CSI    00000044 [SR] Verifying 100 components
    2020-11-03 16:18:41, Info                  CSI    00000045 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:42, Info                  CSI    00000046 [SR] Verify complete
    2020-11-03 16:18:42, Info                  CSI    00000047 [SR] Verifying 100 components
    2020-11-03 16:18:42, Info                  CSI    00000048 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:43, Info                  CSI    00000049 [SR] Verify complete
    2020-11-03 16:18:43, Info                  CSI    0000004a [SR] Verifying 100 components
    2020-11-03 16:18:43, Info                  CSI    0000004b [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:44, Info                  CSI    0000004c [SR] Verify complete
    2020-11-03 16:18:44, Info                  CSI    0000004d [SR] Verifying 100 components
    2020-11-03 16:18:44, Info                  CSI    0000004e [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:44, Info                  CSI    0000004f [SR] Verify complete
    2020-11-03 16:18:44, Info                  CSI    00000050 [SR] Verifying 100 components
    2020-11-03 16:18:44, Info                  CSI    00000051 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:45, Info                  CSI    00000052 [SR] Verify complete
    2020-11-03 16:18:45, Info                  CSI    00000053 [SR] Verifying 100 components
    2020-11-03 16:18:45, Info                  CSI    00000054 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:46, Info                  CSI    00000056 [SR] Verify complete
    2020-11-03 16:18:46, Info                  CSI    00000057 [SR] Verifying 100 components
    2020-11-03 16:18:46, Info                  CSI    00000058 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:47, Info                  CSI    00000059 [SR] Verify complete
    2020-11-03 16:18:47, Info                  CSI    0000005a [SR] Verifying 100 components
    2020-11-03 16:18:47, Info                  CSI    0000005b [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:48, Info                  CSI    0000005c [SR] Verify complete
    2020-11-03 16:18:48, Info                  CSI    0000005d [SR] Verifying 100 components
    2020-11-03 16:18:48, Info                  CSI    0000005e [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:49, Info                  CSI    0000005f [SR] Verify complete
    2020-11-03 16:18:49, Info                  CSI    00000060 [SR] Verifying 100 components
    2020-11-03 16:18:49, Info                  CSI    00000061 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:49, Info                  CSI    00000063 [SR] Verify complete
    2020-11-03 16:18:50, Info                  CSI    00000064 [SR] Verifying 100 components
    2020-11-03 16:18:50, Info                  CSI    00000065 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:50, Info                  CSI    00000066 [SR] Verify complete
    2020-11-03 16:18:50, Info                  CSI    00000067 [SR] Verifying 100 components
    2020-11-03 16:18:50, Info                  CSI    00000068 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:51, Info                  CSI    00000069 [SR] Verify complete
    2020-11-03 16:18:51, Info                  CSI    0000006a [SR] Verifying 100 components
    2020-11-03 16:18:51, Info                  CSI    0000006b [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:51, Info                  CSI    0000006c [SR] Verify complete
    2020-11-03 16:18:51, Info                  CSI    0000006d [SR] Verifying 100 components
    2020-11-03 16:18:51, Info                  CSI    0000006e [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:52, Info                  CSI    0000006f [SR] Verify complete
    2020-11-03 16:18:52, Info                  CSI    00000070 [SR] Verifying 100 components
    2020-11-03 16:18:52, Info                  CSI    00000071 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:53, Info                  CSI    00000072 [SR] Verify complete
    2020-11-03 16:18:53, Info                  CSI    00000073 [SR] Verifying 100 components
    2020-11-03 16:18:53, Info                  CSI    00000074 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:54, Info                  CSI    00000075 [SR] Verify complete
    2020-11-03 16:18:54, Info                  CSI    00000076 [SR] Verifying 100 components
    2020-11-03 16:18:54, Info                  CSI    00000077 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:55, Info                  CSI    00000078 [SR] Verify complete
    2020-11-03 16:18:55, Info                  CSI    00000079 [SR] Verifying 100 components
    2020-11-03 16:18:55, Info                  CSI    0000007a [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:56, Info                  CSI    0000007c [SR] Verify complete
    2020-11-03 16:18:56, Info                  CSI    0000007d [SR] Verifying 100 components
    2020-11-03 16:18:56, Info                  CSI    0000007e [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:57, Info                  CSI    0000007f [SR] Verify complete
    2020-11-03 16:18:57, Info                  CSI    00000080 [SR] Verifying 100 components
    2020-11-03 16:18:57, Info                  CSI    00000081 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:18:59, Info                  CSI    00000085 [SR] Verify complete
    2020-11-03 16:18:59, Info                  CSI    00000086 [SR] Verifying 100 components
    2020-11-03 16:18:59, Info                  CSI    00000087 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:01, Info                  CSI    00000088 [SR] Verify complete
    2020-11-03 16:19:01, Info                  CSI    00000089 [SR] Verifying 100 components
    2020-11-03 16:19:01, Info                  CSI    0000008a [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:03, Info                  CSI    0000008c [SR] Verify complete
    2020-11-03 16:19:03, Info                  CSI    0000008d [SR] Verifying 100 components
    2020-11-03 16:19:03, Info                  CSI    0000008e [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:03, Info                  CSI    0000008f [SR] Verify complete
    2020-11-03 16:19:03, Info                  CSI    00000090 [SR] Verifying 100 components
    2020-11-03 16:19:03, Info                  CSI    00000091 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:04, Info                  CSI    00000093 [SR] Verify complete
    2020-11-03 16:19:04, Info                  CSI    00000094 [SR] Verifying 100 components
    2020-11-03 16:19:04, Info                  CSI    00000095 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:05, Info                  CSI    00000097 [SR] Verify complete
    2020-11-03 16:19:05, Info                  CSI    00000098 [SR] Verifying 100 components
    2020-11-03 16:19:05, Info                  CSI    00000099 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:06, Info                  CSI    0000009a [SR] Verify complete
    2020-11-03 16:19:06, Info                  CSI    0000009b [SR] Verifying 100 components
    2020-11-03 16:19:06, Info                  CSI    0000009c [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:06, Info                  CSI    0000009d [SR] Verify complete
    2020-11-03 16:19:06, Info                  CSI    0000009e [SR] Verifying 100 components
    2020-11-03 16:19:06, Info                  CSI    0000009f [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:07, Info                  CSI    000000a0 [SR] Verify complete
    2020-11-03 16:19:07, Info                  CSI    000000a1 [SR] Verifying 100 components
    2020-11-03 16:19:07, Info                  CSI    000000a2 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:08, Info                  CSI    000000a4 [SR] Verify complete
    2020-11-03 16:19:08, Info                  CSI    000000a5 [SR] Verifying 100 components
    2020-11-03 16:19:08, Info                  CSI    000000a6 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:10, Info                  CSI    000000a8 [SR] Verify complete
    2020-11-03 16:19:10, Info                  CSI    000000a9 [SR] Verifying 100 components
    2020-11-03 16:19:10, Info                  CSI    000000aa [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:11, Info                  CSI    000000ab [SR] Verify complete
    2020-11-03 16:19:11, Info                  CSI    000000ac [SR] Verifying 100 components
    2020-11-03 16:19:11, Info                  CSI    000000ad [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:11, Info                  CSI    000000ae [SR] Verify complete
    2020-11-03 16:19:12, Info                  CSI    000000af [SR] Verifying 100 components
    2020-11-03 16:19:12, Info                  CSI    000000b0 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:12, Info                  CSI    000000b1 [SR] Verify complete
    2020-11-03 16:19:12, Info                  CSI    000000b2 [SR] Verifying 100 components
    2020-11-03 16:19:12, Info                  CSI    000000b3 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:13, Info                  CSI    000000b4 [SR] Verify complete
    2020-11-03 16:19:13, Info                  CSI    000000b5 [SR] Verifying 100 components
    2020-11-03 16:19:13, Info                  CSI    000000b6 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:14, Info                  CSI    000000b8 [SR] Verify complete
    2020-11-03 16:19:14, Info                  CSI    000000b9 [SR] Verifying 100 components
    2020-11-03 16:19:14, Info                  CSI    000000ba [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:15, Info                  CSI    000000bb [SR] Verify complete
    2020-11-03 16:19:15, Info                  CSI    000000bc [SR] Verifying 100 components
    2020-11-03 16:19:15, Info                  CSI    000000bd [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:16, Info                  CSI    000000bf [SR] Verify complete
    2020-11-03 16:19:16, Info                  CSI    000000c0 [SR] Verifying 100 components
    2020-11-03 16:19:16, Info                  CSI    000000c1 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:18, Info                  CSI    000000c4 [SR] Verify complete
    2020-11-03 16:19:18, Info                  CSI    000000c5 [SR] Verifying 100 components
    2020-11-03 16:19:18, Info                  CSI    000000c6 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:19, Info                  CSI    000000c7 [SR] Verify complete
    2020-11-03 16:19:19, Info                  CSI    000000c8 [SR] Verifying 100 components
    2020-11-03 16:19:19, Info                  CSI    000000c9 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:20, Info                  CSI    000000ca [SR] Verify complete
    2020-11-03 16:19:20, Info                  CSI    000000cb [SR] Verifying 100 components
    2020-11-03 16:19:20, Info                  CSI    000000cc [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:20, Info                  CSI    000000cd [SR] Verify complete
    2020-11-03 16:19:21, Info                  CSI    000000ce [SR] Verifying 100 components
    2020-11-03 16:19:21, Info                  CSI    000000cf [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:21, Info                  CSI    000000d0 [SR] Verify complete
    2020-11-03 16:19:21, Info                  CSI    000000d1 [SR] Verifying 100 components
    2020-11-03 16:19:21, Info                  CSI    000000d2 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:22, Info                  CSI    000000d3 [SR] Verify complete
    2020-11-03 16:19:22, Info                  CSI    000000d4 [SR] Verifying 100 components
    2020-11-03 16:19:22, Info                  CSI    000000d5 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:23, Info                  CSI    000000d6 [SR] Verify complete
    2020-11-03 16:19:23, Info                  CSI    000000d7 [SR] Verifying 100 components
    2020-11-03 16:19:23, Info                  CSI    000000d8 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:24, Info                  CSI    000000d9 [SR] Verify complete
    2020-11-03 16:19:24, Info                  CSI    000000da [SR] Verifying 100 components
    2020-11-03 16:19:24, Info                  CSI    000000db [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:24, Info                  CSI    000000dc [SR] Verify complete
    2020-11-03 16:19:25, Info                  CSI    000000dd [SR] Verifying 100 components
    2020-11-03 16:19:25, Info                  CSI    000000de [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:25, Info                  CSI    000000df [SR] Verify complete
    2020-11-03 16:19:25, Info                  CSI    000000e0 [SR] Verifying 100 components
    2020-11-03 16:19:25, Info                  CSI    000000e1 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:26, Info                  CSI    000000e2 [SR] Verify complete
    2020-11-03 16:19:26, Info                  CSI    000000e3 [SR] Verifying 100 components
    2020-11-03 16:19:26, Info                  CSI    000000e4 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:27, Info                  CSI    000000e5 [SR] Verify complete
    2020-11-03 16:19:27, Info                  CSI    000000e6 [SR] Verifying 100 components
    2020-11-03 16:19:27, Info                  CSI    000000e7 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:27, Info                  CSI    000000e8 [SR] Verify complete
    2020-11-03 16:19:27, Info                  CSI    000000e9 [SR] Verifying 100 components
    2020-11-03 16:19:27, Info                  CSI    000000ea [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:28, Info                  CSI    000000eb [SR] Verify complete
    2020-11-03 16:19:28, Info                  CSI    000000ec [SR] Verifying 100 components
    2020-11-03 16:19:28, Info                  CSI    000000ed [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:29, Info                  CSI    000000ee [SR] Verify complete
    2020-11-03 16:19:29, Info                  CSI    000000ef [SR] Verifying 100 components
    2020-11-03 16:19:29, Info                  CSI    000000f0 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:29, Info                  CSI    000000f1 [SR] Verify complete
    2020-11-03 16:19:30, Info                  CSI    000000f2 [SR] Verifying 100 components
    2020-11-03 16:19:30, Info                  CSI    000000f3 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:30, Info                  CSI    000000f4 [SR] Verify complete
    2020-11-03 16:19:30, Info                  CSI    000000f5 [SR] Verifying 100 components
    2020-11-03 16:19:30, Info                  CSI    000000f6 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:31, Info                  CSI    000000f7 [SR] Verify complete
    2020-11-03 16:19:31, Info                  CSI    000000f8 [SR] Verifying 100 components
    2020-11-03 16:19:31, Info                  CSI    000000f9 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:32, Info                  CSI    000000fa [SR] Verify complete
    2020-11-03 16:19:32, Info                  CSI    000000fb [SR] Verifying 100 components
    2020-11-03 16:19:32, Info                  CSI    000000fc [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:33, Info                  CSI    000000fd [SR] Verify complete
    2020-11-03 16:19:33, Info                  CSI    000000fe [SR] Verifying 100 components
    2020-11-03 16:19:33, Info                  CSI    000000ff [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:34, Info                  CSI    00000101 [SR] Verify complete
    2020-11-03 16:19:34, Info                  CSI    00000102 [SR] Verifying 100 components
    2020-11-03 16:19:34, Info                  CSI    00000103 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:35, Info                  CSI    00000105 [SR] Verify complete
    2020-11-03 16:19:36, Info                  CSI    00000106 [SR] Verifying 100 components
    2020-11-03 16:19:36, Info                  CSI    00000107 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:37, Info                  CSI    00000108 [SR] Verify complete
    2020-11-03 16:19:37, Info                  CSI    00000109 [SR] Verifying 100 components
    2020-11-03 16:19:37, Info                  CSI    0000010a [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:38, Info                  CSI    0000010f [SR] Verify complete
    2020-11-03 16:19:38, Info                  CSI    00000110 [SR] Verifying 100 components
    2020-11-03 16:19:38, Info                  CSI    00000111 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:40, Info                  CSI    00000113 [SR] Verify complete
    2020-11-03 16:19:40, Info                  CSI    00000114 [SR] Verifying 100 components
    2020-11-03 16:19:40, Info                  CSI    00000115 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:41, Info                  CSI    00000116 [SR] Verify complete
    2020-11-03 16:19:41, Info                  CSI    00000117 [SR] Verifying 100 components
    2020-11-03 16:19:41, Info                  CSI    00000118 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:42, Info                  CSI    0000011a [SR] Verify complete
    2020-11-03 16:19:42, Info                  CSI    0000011b [SR] Verifying 100 components
    2020-11-03 16:19:42, Info                  CSI    0000011c [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:43, Info                  CSI    0000011e [SR] Verify complete
    2020-11-03 16:19:44, Info                  CSI    0000011f [SR] Verifying 100 components
    2020-11-03 16:19:44, Info                  CSI    00000120 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:44, Info                  CSI    00000121 [SR] Verify complete
    2020-11-03 16:19:45, Info                  CSI    00000122 [SR] Verifying 100 components
    2020-11-03 16:19:45, Info                  CSI    00000123 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:45, Info                  CSI    00000124 [SR] Verify complete
    2020-11-03 16:19:45, Info                  CSI    00000125 [SR] Verifying 100 components
    2020-11-03 16:19:45, Info                  CSI    00000126 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:47, Info                  CSI    00000127 [SR] Verify complete
    2020-11-03 16:19:47, Info                  CSI    00000128 [SR] Verifying 100 components
    2020-11-03 16:19:47, Info                  CSI    00000129 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:48, Info                  CSI    0000012b [SR] Verify complete
    2020-11-03 16:19:48, Info                  CSI    0000012c [SR] Verifying 100 components
    2020-11-03 16:19:48, Info                  CSI    0000012d [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:48, Info                  CSI    0000012e [SR] Verify complete
    2020-11-03 16:19:49, Info                  CSI    0000012f [SR] Verifying 100 components
    2020-11-03 16:19:49, Info                  CSI    00000130 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:49, Info                  CSI    00000131 [SR] Verify complete
    2020-11-03 16:19:49, Info                  CSI    00000132 [SR] Verifying 100 components
    2020-11-03 16:19:49, Info                  CSI    00000133 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:50, Info                  CSI    00000134 [SR] Verify complete
    2020-11-03 16:19:50, Info                  CSI    00000135 [SR] Verifying 100 components
    2020-11-03 16:19:50, Info                  CSI    00000136 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:51, Info                  CSI    00000138 [SR] Verify complete
    2020-11-03 16:19:51, Info                  CSI    00000139 [SR] Verifying 100 components
    2020-11-03 16:19:51, Info                  CSI    0000013a [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:52, Info                  CSI    0000013b [SR] Verify complete
    2020-11-03 16:19:52, Info                  CSI    0000013c [SR] Verifying 100 components
    2020-11-03 16:19:52, Info                  CSI    0000013d [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:53, Info                  CSI    0000013e [SR] Verify complete
    2020-11-03 16:19:53, Info                  CSI    0000013f [SR] Verifying 100 components
    2020-11-03 16:19:53, Info                  CSI    00000140 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:53, Info                  CSI    00000141 [SR] Verify complete
    2020-11-03 16:19:54, Info                  CSI    00000142 [SR] Verifying 100 components
    2020-11-03 16:19:54, Info                  CSI    00000143 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:54, Info                  CSI    00000144 [SR] Verify complete
    2020-11-03 16:19:54, Info                  CSI    00000145 [SR] Verifying 100 components
    2020-11-03 16:19:54, Info                  CSI    00000146 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:55, Info                  CSI    00000147 [SR] Verify complete
    2020-11-03 16:19:55, Info                  CSI    00000148 [SR] Verifying 100 components
    2020-11-03 16:19:55, Info                  CSI    00000149 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:55, Info                  CSI    0000014a [SR] Verify complete
    2020-11-03 16:19:56, Info                  CSI    0000014b [SR] Verifying 100 components
    2020-11-03 16:19:56, Info                  CSI    0000014c [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:56, Info                  CSI    0000014d [SR] Verify complete
    2020-11-03 16:19:56, Info                  CSI    0000014e [SR] Verifying 100 components
    2020-11-03 16:19:56, Info                  CSI    0000014f [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:57, Info                  CSI    00000150 [SR] Verify complete
    2020-11-03 16:19:57, Info                  CSI    00000151 [SR] Verifying 100 components
    2020-11-03 16:19:57, Info                  CSI    00000152 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:58, Info                  CSI    00000153 [SR] Verify complete
    2020-11-03 16:19:58, Info                  CSI    00000154 [SR] Verifying 100 components
    2020-11-03 16:19:58, Info                  CSI    00000155 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:58, Info                  CSI    00000156 [SR] Verify complete
    2020-11-03 16:19:59, Info                  CSI    00000157 [SR] Verifying 100 components
    2020-11-03 16:19:59, Info                  CSI    00000158 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:19:59, Info                  CSI    0000015a [SR] Verify complete
    2020-11-03 16:19:59, Info                  CSI    0000015b [SR] Verifying 100 components
    2020-11-03 16:19:59, Info                  CSI    0000015c [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:00, Info                  CSI    0000015d [SR] Verify complete
    2020-11-03 16:20:00, Info                  CSI    0000015e [SR] Verifying 100 components
    2020-11-03 16:20:00, Info                  CSI    0000015f [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:01, Info                  CSI    00000160 [SR] Verify complete
    2020-11-03 16:20:01, Info                  CSI    00000161 [SR] Verifying 100 components
    2020-11-03 16:20:01, Info                  CSI    00000162 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:01, Info                  CSI    00000163 [SR] Verify complete
    2020-11-03 16:20:01, Info                  CSI    00000164 [SR] Verifying 100 components
    2020-11-03 16:20:01, Info                  CSI    00000165 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:02, Info                  CSI    00000166 [SR] Verify complete
    2020-11-03 16:20:02, Info                  CSI    00000167 [SR] Verifying 100 components
    2020-11-03 16:20:02, Info                  CSI    00000168 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:03, Info                  CSI    00000169 [SR] Verify complete
    2020-11-03 16:20:03, Info                  CSI    0000016a [SR] Verifying 100 components
    2020-11-03 16:20:03, Info                  CSI    0000016b [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:03, Info                  CSI    0000016c [SR] Verify complete
    2020-11-03 16:20:03, Info                  CSI    0000016d [SR] Verifying 100 components
    2020-11-03 16:20:03, Info                  CSI    0000016e [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:04, Info                  CSI    0000016f [SR] Verify complete
    2020-11-03 16:20:04, Info                  CSI    00000170 [SR] Verifying 100 components
    2020-11-03 16:20:04, Info                  CSI    00000171 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:05, Info                  CSI    00000172 [SR] Verify complete
    2020-11-03 16:20:05, Info                  CSI    00000173 [SR] Verifying 100 components
    2020-11-03 16:20:05, Info                  CSI    00000174 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:06, Info                  CSI    00000175 [SR] Verify complete
    2020-11-03 16:20:06, Info                  CSI    00000176 [SR] Verifying 100 components
    2020-11-03 16:20:06, Info                  CSI    00000177 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:07, Info                  CSI    00000178 [SR] Verify complete
    2020-11-03 16:20:07, Info                  CSI    00000179 [SR] Verifying 100 components
    2020-11-03 16:20:07, Info                  CSI    0000017a [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:07, Info                  CSI    0000017b [SR] Verify complete
    2020-11-03 16:20:07, Info                  CSI    0000017c [SR] Verifying 100 components
    2020-11-03 16:20:07, Info                  CSI    0000017d [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:08, Info                  CSI    0000017e [SR] Verify complete
    2020-11-03 16:20:08, Info                  CSI    0000017f [SR] Verifying 100 components
    2020-11-03 16:20:08, Info                  CSI    00000180 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:09, Info                  CSI    00000181 [SR] Verify complete
    2020-11-03 16:20:09, Info                  CSI    00000182 [SR] Verifying 100 components
    2020-11-03 16:20:09, Info                  CSI    00000183 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:09, Info                  CSI    00000184 [SR] Verify complete
    2020-11-03 16:20:09, Info                  CSI    00000185 [SR] Verifying 100 components
    2020-11-03 16:20:09, Info                  CSI    00000186 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:10, Info                  CSI    00000187 [SR] Verify complete
    2020-11-03 16:20:10, Info                  CSI    00000188 [SR] Verifying 100 components
    2020-11-03 16:20:10, Info                  CSI    00000189 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:11, Info                  CSI    0000018a [SR] Verify complete
    2020-11-03 16:20:11, Info                  CSI    0000018b [SR] Verifying 100 components
    2020-11-03 16:20:11, Info                  CSI    0000018c [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:11, Info                  CSI    0000018d [SR] Verify complete
    2020-11-03 16:20:12, Info                  CSI    0000018e [SR] Verifying 100 components
    2020-11-03 16:20:12, Info                  CSI    0000018f [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:12, Info                  CSI    00000190 [SR] Verify complete
    2020-11-03 16:20:12, Info                  CSI    00000191 [SR] Verifying 100 components
    2020-11-03 16:20:12, Info                  CSI    00000192 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:13, Info                  CSI    00000193 [SR] Verify complete
    2020-11-03 16:20:13, Info                  CSI    00000194 [SR] Verifying 100 components
    2020-11-03 16:20:13, Info                  CSI    00000195 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:14, Info                  CSI    00000196 [SR] Verify complete
    2020-11-03 16:20:14, Info                  CSI    00000197 [SR] Verifying 100 components
    2020-11-03 16:20:14, Info                  CSI    00000198 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:14, Info                  CSI    00000199 [SR] Verify complete
    2020-11-03 16:20:14, Info                  CSI    0000019a [SR] Verifying 100 components
    2020-11-03 16:20:14, Info                  CSI    0000019b [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:15, Info                  CSI    0000019c [SR] Verify complete
    2020-11-03 16:20:15, Info                  CSI    0000019d [SR] Verifying 100 components
    2020-11-03 16:20:15, Info                  CSI    0000019e [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:16, Info                  CSI    0000019f [SR] Verify complete
    2020-11-03 16:20:16, Info                  CSI    000001a0 [SR] Verifying 100 components
    2020-11-03 16:20:16, Info                  CSI    000001a1 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:17, Info                  CSI    000001a5 [SR] Verify complete
    2020-11-03 16:20:17, Info                  CSI    000001a6 [SR] Verifying 100 components
    2020-11-03 16:20:17, Info                  CSI    000001a7 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:17, Info                  CSI    000001a8 [SR] Verify complete
    2020-11-03 16:20:17, Info                  CSI    000001a9 [SR] Verifying 100 components
    2020-11-03 16:20:17, Info                  CSI    000001aa [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:18, Info                  CSI    000001ab [SR] Verify complete
    2020-11-03 16:20:18, Info                  CSI    000001ac [SR] Verifying 100 components
    2020-11-03 16:20:18, Info                  CSI    000001ad [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:18, Info                  CSI    000001ae [SR] Verify complete
    2020-11-03 16:20:18, Info                  CSI    000001af [SR] Verifying 100 components
    2020-11-03 16:20:18, Info                  CSI    000001b0 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:19, Info                  CSI    000001b1 [SR] Verify complete
    2020-11-03 16:20:19, Info                  CSI    000001b2 [SR] Verifying 100 components
    2020-11-03 16:20:19, Info                  CSI    000001b3 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:20, Info                  CSI    000001b5 [SR] Verify complete
    2020-11-03 16:20:20, Info                  CSI    000001b6 [SR] Verifying 100 components
    2020-11-03 16:20:20, Info                  CSI    000001b7 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:20, Info                  CSI    000001b8 [SR] Verify complete
    2020-11-03 16:20:21, Info                  CSI    000001b9 [SR] Verifying 100 components
    2020-11-03 16:20:21, Info                  CSI    000001ba [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:21, Info                  CSI    000001bb [SR] Verify complete
    2020-11-03 16:20:21, Info                  CSI    000001bc [SR] Verifying 100 components
    2020-11-03 16:20:21, Info                  CSI    000001bd [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:22, Info                  CSI    000001be [SR] Verify complete
    2020-11-03 16:20:22, Info                  CSI    000001bf [SR] Verifying 100 components
    2020-11-03 16:20:22, Info                  CSI    000001c0 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:23, Info                  CSI    000001c1 [SR] Verify complete
    2020-11-03 16:20:23, Info                  CSI    000001c2 [SR] Verifying 100 components
    2020-11-03 16:20:23, Info                  CSI    000001c3 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:24, Info                  CSI    000001c4 [SR] Verify complete
    2020-11-03 16:20:24, Info                  CSI    000001c5 [SR] Verifying 100 components
    2020-11-03 16:20:24, Info                  CSI    000001c6 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:25, Info                  CSI    000001c8 [SR] Verify complete
    2020-11-03 16:20:25, Info                  CSI    000001c9 [SR] Verifying 100 components
    2020-11-03 16:20:25, Info                  CSI    000001ca [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:26, Info                  CSI    000001cb [SR] Verify complete
    2020-11-03 16:20:26, Info                  CSI    000001cc [SR] Verifying 100 components
    2020-11-03 16:20:26, Info                  CSI    000001cd [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:26, Info                  CSI    000001ce [SR] Verify complete
    2020-11-03 16:20:26, Info                  CSI    000001cf [SR] Verifying 100 components
    2020-11-03 16:20:26, Info                  CSI    000001d0 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:27, Info                  CSI    000001d1 [SR] Verify complete
    2020-11-03 16:20:27, Info                  CSI    000001d2 [SR] Verifying 100 components
    2020-11-03 16:20:27, Info                  CSI    000001d3 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:28, Info                  CSI    000001d4 [SR] Verify complete
    2020-11-03 16:20:28, Info                  CSI    000001d5 [SR] Verifying 100 components
    2020-11-03 16:20:28, Info                  CSI    000001d6 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:28, Info                  CSI    000001d7 [SR] Verify complete
    2020-11-03 16:20:29, Info                  CSI    000001d8 [SR] Verifying 100 components
    2020-11-03 16:20:29, Info                  CSI    000001d9 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:29, Info                  CSI    000001de [SR] Verify complete
    2020-11-03 16:20:30, Info                  CSI    000001df [SR] Verifying 100 components
    2020-11-03 16:20:30, Info                  CSI    000001e0 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:30, Info                  CSI    000001e1 [SR] Verify complete
    2020-11-03 16:20:30, Info                  CSI    000001e2 [SR] Verifying 100 components
    2020-11-03 16:20:30, Info                  CSI    000001e3 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:31, Info                  CSI    000001e4 [SR] Verify complete
    2020-11-03 16:20:31, Info                  CSI    000001e5 [SR] Verifying 100 components
    2020-11-03 16:20:31, Info                  CSI    000001e6 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:32, Info                  CSI    000001e7 [SR] Verify complete
    2020-11-03 16:20:32, Info                  CSI    000001e8 [SR] Verifying 100 components
    2020-11-03 16:20:32, Info                  CSI    000001e9 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:33, Info                  CSI    000001ea [SR] Verify complete
    2020-11-03 16:20:33, Info                  CSI    000001eb [SR] Verifying 100 components
    2020-11-03 16:20:33, Info                  CSI    000001ec [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:34, Info                  CSI    000001ee [SR] Verify complete
    2020-11-03 16:20:34, Info                  CSI    000001ef [SR] Verifying 100 components
    2020-11-03 16:20:34, Info                  CSI    000001f0 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:35, Info                  CSI    000001f1 [SR] Verify complete
    2020-11-03 16:20:35, Info                  CSI    000001f2 [SR] Verifying 100 components
    2020-11-03 16:20:35, Info                  CSI    000001f3 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:36, Info                  CSI    000001f4 [SR] Verify complete
    2020-11-03 16:20:36, Info                  CSI    000001f5 [SR] Verifying 100 components
    2020-11-03 16:20:36, Info                  CSI    000001f6 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:37, Info                  CSI    000001f7 [SR] Verify complete
    2020-11-03 16:20:37, Info                  CSI    000001f8 [SR] Verifying 100 components
    2020-11-03 16:20:37, Info                  CSI    000001f9 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:38, Info                  CSI    000001fa [SR] Verify complete
    2020-11-03 16:20:38, Info                  CSI    000001fb [SR] Verifying 100 components
    2020-11-03 16:20:38, Info                  CSI    000001fc [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:38, Info                  CSI    000001fd [SR] Verify complete
    2020-11-03 16:20:38, Info                  CSI    000001fe [SR] Verifying 100 components
    2020-11-03 16:20:38, Info                  CSI    000001ff [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:39, Info                  CSI    00000201 [SR] Verify complete
    2020-11-03 16:20:39, Info                  CSI    00000202 [SR] Verifying 100 components
    2020-11-03 16:20:39, Info                  CSI    00000203 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:40, Info                  CSI    00000204 [SR] Verify complete
    2020-11-03 16:20:40, Info                  CSI    00000205 [SR] Verifying 100 components
    2020-11-03 16:20:40, Info                  CSI    00000206 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:41, Info                  CSI    00000207 [SR] Verify complete
    2020-11-03 16:20:41, Info                  CSI    00000208 [SR] Verifying 100 components
    2020-11-03 16:20:41, Info                  CSI    00000209 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:41, Info                  CSI    0000020a [SR] Verify complete
    2020-11-03 16:20:41, Info                  CSI    0000020b [SR] Verifying 100 components
    2020-11-03 16:20:41, Info                  CSI    0000020c [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:42, Info                  CSI    0000020d [SR] Verify complete
    2020-11-03 16:20:42, Info                  CSI    0000020e [SR] Verifying 100 components
    2020-11-03 16:20:42, Info                  CSI    0000020f [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:42, Info                  CSI    00000210 [SR] Verify complete
    2020-11-03 16:20:43, Info                  CSI    00000211 [SR] Verifying 100 components
    2020-11-03 16:20:43, Info                  CSI    00000212 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:43, Info                  CSI    00000213 [SR] Verify complete
    2020-11-03 16:20:43, Info                  CSI    00000214 [SR] Verifying 100 components
    2020-11-03 16:20:43, Info                  CSI    00000215 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:44, Info                  CSI    00000217 [SR] Verify complete
    2020-11-03 16:20:44, Info                  CSI    00000218 [SR] Verifying 100 components
    2020-11-03 16:20:44, Info                  CSI    00000219 [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:45, Info                  CSI    0000021a [SR] Verify complete
    2020-11-03 16:20:45, Info                  CSI    0000021b [SR] Verifying 32 components
    2020-11-03 16:20:45, Info                  CSI    0000021c [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:45, Info                  CSI    0000021d [SR] Verify complete
    2020-11-03 16:20:45, Info                  CSI    0000021e [SR] Repairing 0 components
    2020-11-03 16:20:45, Info                  CSI    0000021f [SR] Beginning Verify and Repair transaction
    2020-11-03 16:20:45, Info                  CSI    00000220 [SR] Repair complete
                       . . . . . 
    Checking C:\Windows\Logs\CBS\CbsPersist*.log for SFC entries 
                       . . . . . 
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:01, Info                  CSI    00000006 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:01, Info                  CSI    00000007 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:02, Info                  CSI    00000008 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:02, Info                  CSI    00000009 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:02, Info                  CSI    0000000a [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:02, Info                  CSI    0000000c [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:02, Info                  CSI    0000000d [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:02, Info                  CSI    0000000e [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:03, Info                  CSI    0000000f [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:03, Info                  CSI    00000010 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:03, Info                  CSI    00000011 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:03, Info                  CSI    00000012 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:03, Info                  CSI    00000013 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:03, Info                  CSI    00000014 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:04, Info                  CSI    00000015 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:04, Info                  CSI    00000016 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:04, Info                  CSI    00000017 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:04, Info                  CSI    00000018 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:04, Info                  CSI    00000019 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:04, Info                  CSI    0000001a [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:06, Info                  CSI    0000001b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:06, Info                  CSI    0000001c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:06, Info                  CSI    0000001d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:07, Info                  CSI    0000001e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:07, Info                  CSI    0000001f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:07, Info                  CSI    00000020 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:12, Info                  CSI    00000021 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:12, Info                  CSI    00000022 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:12, Info                  CSI    00000023 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:14, Info                  CSI    00000024 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:15, Info                  CSI    00000025 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:15, Info                  CSI    00000026 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:15, Info                  CSI    00000027 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:15, Info                  CSI    00000028 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:15, Info                  CSI    00000029 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:15, Info                  CSI    0000002a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:16, Info                  CSI    0000002b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:16, Info                  CSI    0000002c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:16, Info                  CSI    0000002d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:16, Info                  CSI    0000002e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:16, Info                  CSI    0000002f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:16, Info                  CSI    00000030 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:16, Info                  CSI    00000031 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:16, Info                  CSI    00000032 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:18, Info                  CSI    00000035 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:18, Info                  CSI    00000036 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:18, Info                  CSI    00000037 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:19, Info                  CSI    00000038 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:19, Info                  CSI    00000039 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:19, Info                  CSI    0000003a [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:19, Info                  CSI    0000003b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:19, Info                  CSI    0000003c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:19, Info                  CSI    0000003d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:20, Info                  CSI    0000003e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:20, Info                  CSI    0000003f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:20, Info                  CSI    00000040 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:21, Info                  CSI    00000041 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:21, Info                  CSI    00000042 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:21, Info                  CSI    00000043 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:21, Info                  CSI    00000044 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:22, Info                  CSI    00000045 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:22, Info                  CSI    00000046 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:23, Info                  CSI    00000047 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:23, Info                  CSI    00000048 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:23, Info                  CSI    00000049 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:24, Info                  CSI    0000004a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:24, Info                  CSI    0000004b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:24, Info                  CSI    0000004c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:25, Info                  CSI    0000004d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:25, Info                  CSI    0000004e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:25, Info                  CSI    0000004f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:25, Info                  CSI    00000050 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:25, Info                  CSI    00000051 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:25, Info                  CSI    00000052 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:26, Info                  CSI    00000053 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:26, Info                  CSI    00000054 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:26, Info                  CSI    00000055 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:27, Info                  CSI    00000057 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:27, Info                  CSI    00000058 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:27, Info                  CSI    00000059 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:28, Info                  CSI    0000005a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:28, Info                  CSI    0000005b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:28, Info                  CSI    0000005c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:28, Info                  CSI    0000005d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:29, Info                  CSI    0000005e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:29, Info                  CSI    0000005f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:29, Info                  CSI    00000060 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:29, Info                  CSI    00000061 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:29, Info                  CSI    00000062 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:30, Info                  CSI    00000064 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:30, Info                  CSI    00000065 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:30, Info                  CSI    00000066 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:31, Info                  CSI    00000067 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:31, Info                  CSI    00000068 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:31, Info                  CSI    00000069 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:31, Info                  CSI    0000006a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:31, Info                  CSI    0000006b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:31, Info                  CSI    0000006c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:32, Info                  CSI    0000006d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:32, Info                  CSI    0000006e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:32, Info                  CSI    0000006f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:32, Info                  CSI    00000070 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:33, Info                  CSI    00000071 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:33, Info                  CSI    00000072 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:34, Info                  CSI    00000073 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:34, Info                  CSI    00000074 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:34, Info                  CSI    00000075 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:34, Info                  CSI    00000076 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:34, Info                  CSI    00000077 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:34, Info                  CSI    00000078 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:35, Info                  CSI    00000079 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:35, Info                  CSI    0000007a [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:35, Info                  CSI    0000007b [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:36, Info                  CSI    0000007d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:36, Info                  CSI    0000007e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:36, Info                  CSI    0000007f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:37, Info                  CSI    00000080 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:37, Info                  CSI    00000081 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:37, Info                  CSI    00000082 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:39, Info                  CSI    00000087 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:39, Info                  CSI    00000088 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:39, Info                  CSI    00000089 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:41, Info                  CSI    0000008a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:41, Info                  CSI    0000008b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:41, Info                  CSI    0000008c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:43, Info                  CSI    0000008e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:43, Info                  CSI    0000008f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:43, Info                  CSI    00000090 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:43, Info                  CSI    00000091 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:44, Info                  CSI    00000092 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:44, Info                  CSI    00000093 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:45, Info                  CSI    00000095 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:45, Info                  CSI    00000096 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:45, Info                  CSI    00000097 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:46, Info                  CSI    00000099 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:46, Info                  CSI    0000009a [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:46, Info                  CSI    0000009b [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:46, Info                  CSI    0000009c [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:46, Info                  CSI    0000009d [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:46, Info                  CSI    0000009e [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:46, Info                  CSI    0000009f [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:47, Info                  CSI    000000a0 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:47, Info                  CSI    000000a1 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:47, Info                  CSI    000000a2 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:47, Info                  CSI    000000a3 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:47, Info                  CSI    000000a4 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:49, Info                  CSI    000000a7 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:49, Info                  CSI    000000a8 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:49, Info                  CSI    000000a9 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:51, Info                  CSI    000000aa [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:51, Info                  CSI    000000ab [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:51, Info                  CSI    000000ac [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:51, Info                  CSI    000000ad [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:51, Info                  CSI    000000ae [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:51, Info                  CSI    000000af [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:52, Info                  CSI    000000b0 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:52, Info                  CSI    000000b1 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:52, Info                  CSI    000000b2 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:52, Info                  CSI    000000b3 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:52, Info                  CSI    000000b4 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:52, Info                  CSI    000000b5 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:53, Info                  CSI    000000b6 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:53, Info                  CSI    000000b7 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:53, Info                  CSI    000000b8 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:54, Info                  CSI    000000ba [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:54, Info                  CSI    000000bb [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:54, Info                  CSI    000000bc [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:55, Info                  CSI    000000bd [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:55, Info                  CSI    000000be [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:55, Info                  CSI    000000bf [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:56, Info                  CSI    000000c1 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:56, Info                  CSI    000000c2 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:56, Info                  CSI    000000c3 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:58, Info                  CSI    000000c6 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:58, Info                  CSI    000000c7 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:58, Info                  CSI    000000c8 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:59, Info                  CSI    000000c9 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:59, Info                  CSI    000000ca [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:41:59, Info                  CSI    000000cb [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:00, Info                  CSI    000000cc [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:00, Info                  CSI    000000cd [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:00, Info                  CSI    000000ce [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:00, Info                  CSI    000000cf [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:01, Info                  CSI    000000d0 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:01, Info                  CSI    000000d1 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:01, Info                  CSI    000000d2 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:01, Info                  CSI    000000d3 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:01, Info                  CSI    000000d4 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:02, Info                  CSI    000000d5 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:02, Info                  CSI    000000d6 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:02, Info                  CSI    000000d7 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:03, Info                  CSI    000000d8 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:03, Info                  CSI    000000d9 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:03, Info                  CSI    000000da [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:04, Info                  CSI    000000db [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:04, Info                  CSI    000000dc [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:04, Info                  CSI    000000dd [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:04, Info                  CSI    000000de [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:04, Info                  CSI    000000df [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:04, Info                  CSI    000000e0 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:05, Info                  CSI    000000e1 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:05, Info                  CSI    000000e2 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:05, Info                  CSI    000000e3 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:06, Info                  CSI    000000e4 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:06, Info                  CSI    000000e5 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:06, Info                  CSI    000000e6 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:07, Info                  CSI    000000e7 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:07, Info                  CSI    000000e8 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:07, Info                  CSI    000000e9 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:07, Info                  CSI    000000ea [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:07, Info                  CSI    000000eb [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:07, Info                  CSI    000000ec [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:08, Info                  CSI    000000ed [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:08, Info                  CSI    000000ee [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:08, Info                  CSI    000000ef [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:09, Info                  CSI    000000f0 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:09, Info                  CSI    000000f1 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:09, Info                  CSI    000000f2 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:09, Info                  CSI    000000f3 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:09, Info                  CSI    000000f4 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:09, Info                  CSI    000000f5 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:10, Info                  CSI    000000f6 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:10, Info                  CSI    000000f7 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:10, Info                  CSI    000000f8 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:11, Info                  CSI    000000f9 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:11, Info                  CSI    000000fa [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:11, Info                  CSI    000000fb [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:12, Info                  CSI    000000fc [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:12, Info                  CSI    000000fd [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:12, Info                  CSI    000000fe [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:13, Info                  CSI    000000ff [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:13, Info                  CSI    00000100 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:13, Info                  CSI    00000101 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:14, Info                  CSI    00000102 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:14, Info                  CSI    00000103 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:14, Info                  CSI    00000104 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:15, Info                  CSI    00000105 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:15, Info                  CSI    00000106 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:15, Info                  CSI    00000107 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:16, Info                  CSI    00000108 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:16, Info                  CSI    00000109 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:16, Info                  CSI    0000010a [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:18, Info                  CSI    0000010f [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:18, Info                  CSI    00000110 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:18, Info                  CSI    00000111 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:20, Info                  CSI    00000113 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:20, Info                  CSI    00000114 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:20, Info                  CSI    00000115 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:21, Info                  CSI    00000116 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:21, Info                  CSI    00000117 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:21, Info                  CSI    00000118 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:22, Info                  CSI    0000011a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:22, Info                  CSI    0000011b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:22, Info                  CSI    0000011c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:23, Info                  CSI    0000011e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:23, Info                  CSI    0000011f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:23, Info                  CSI    00000120 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:24, Info                  CSI    00000121 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:24, Info                  CSI    00000122 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:24, Info                  CSI    00000123 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:25, Info                  CSI    00000124 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:25, Info                  CSI    00000125 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:25, Info                  CSI    00000126 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:27, Info                  CSI    00000127 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:27, Info                  CSI    00000128 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:27, Info                  CSI    00000129 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:28, Info                  CSI    0000012b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:28, Info                  CSI    0000012c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:28, Info                  CSI    0000012d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:28, Info                  CSI    0000012e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:28, Info                  CSI    0000012f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:28, Info                  CSI    00000130 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:29, Info                  CSI    00000131 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:29, Info                  CSI    00000132 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:29, Info                  CSI    00000133 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:30, Info                  CSI    00000134 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:30, Info                  CSI    00000135 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:30, Info                  CSI    00000136 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:31, Info                  CSI    00000138 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:31, Info                  CSI    00000139 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:31, Info                  CSI    0000013a [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:31, Info                  CSI    0000013b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:32, Info                  CSI    0000013c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:32, Info                  CSI    0000013d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:32, Info                  CSI    0000013e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:33, Info                  CSI    0000013f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:33, Info                  CSI    00000140 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:33, Info                  CSI    00000141 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:33, Info                  CSI    00000142 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:33, Info                  CSI    00000143 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:34, Info                  CSI    00000144 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:34, Info                  CSI    00000145 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:34, Info                  CSI    00000146 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:34, Info                  CSI    00000147 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:34, Info                  CSI    00000148 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:34, Info                  CSI    00000149 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:35, Info                  CSI    0000014a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:35, Info                  CSI    0000014b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:35, Info                  CSI    0000014c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:36, Info                  CSI    0000014d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:36, Info                  CSI    0000014e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:36, Info                  CSI    0000014f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:36, Info                  CSI    00000150 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:37, Info                  CSI    00000151 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:37, Info                  CSI    00000152 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:37, Info                  CSI    00000153 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:37, Info                  CSI    00000154 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:37, Info                  CSI    00000155 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:38, Info                  CSI    00000156 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:38, Info                  CSI    00000157 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:38, Info                  CSI    00000158 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:39, Info                  CSI    0000015a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:39, Info                  CSI    0000015b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:39, Info                  CSI    0000015c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:40, Info                  CSI    0000015d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:40, Info                  CSI    0000015e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:40, Info                  CSI    0000015f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:40, Info                  CSI    00000160 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:40, Info                  CSI    00000161 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:40, Info                  CSI    00000162 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:41, Info                  CSI    00000163 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:41, Info                  CSI    00000164 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:41, Info                  CSI    00000165 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:42, Info                  CSI    00000166 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:42, Info                  CSI    00000167 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:42, Info                  CSI    00000168 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:42, Info                  CSI    00000169 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:42, Info                  CSI    0000016a [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:42, Info                  CSI    0000016b [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:43, Info                  CSI    0000016c [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:43, Info                  CSI    0000016d [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:43, Info                  CSI    0000016e [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:44, Info                  CSI    0000016f [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:44, Info                  CSI    00000170 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:44, Info                  CSI    00000171 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:44, Info                  CSI    00000172 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:45, Info                  CSI    00000173 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:45, Info                  CSI    00000174 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:45, Info                  CSI    00000175 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:45, Info                  CSI    00000176 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:45, Info                  CSI    00000177 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:47, Info                  CSI    00000178 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:47, Info                  CSI    00000179 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:47, Info                  CSI    0000017a [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:47, Info                  CSI    0000017b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:47, Info                  CSI    0000017c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:47, Info                  CSI    0000017d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:47, Info                  CSI    0000017e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:48, Info                  CSI    0000017f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:48, Info                  CSI    00000180 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:48, Info                  CSI    00000181 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:48, Info                  CSI    00000182 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:48, Info                  CSI    00000183 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:49, Info                  CSI    00000184 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:49, Info                  CSI    00000185 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:49, Info                  CSI    00000186 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:50, Info                  CSI    00000187 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:50, Info                  CSI    00000188 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:50, Info                  CSI    00000189 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:51, Info                  CSI    0000018b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:51, Info                  CSI    0000018c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:51, Info                  CSI    0000018d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:52, Info                  CSI    0000018e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:52, Info                  CSI    0000018f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:52, Info                  CSI    00000190 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:52, Info                  CSI    00000191 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:52, Info                  CSI    00000192 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:52, Info                  CSI    00000193 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:53, Info                  CSI    00000194 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:53, Info                  CSI    00000195 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:53, Info                  CSI    00000196 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:54, Info                  CSI    00000197 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:54, Info                  CSI    00000198 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:54, Info                  CSI    00000199 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:54, Info                  CSI    0000019a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:54, Info                  CSI    0000019b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:54, Info                  CSI    0000019c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:55, Info                  CSI    0000019d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:55, Info                  CSI    0000019e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:55, Info                  CSI    0000019f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:56, Info                  CSI    000001a0 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:56, Info                  CSI    000001a1 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:56, Info                  CSI    000001a2 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:57, Info                  CSI    000001a6 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:57, Info                  CSI    000001a7 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:57, Info                  CSI    000001a8 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:57, Info                  CSI    000001a9 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:57, Info                  CSI    000001aa [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:57, Info                  CSI    000001ab [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:58, Info                  CSI    000001ac [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:58, Info                  CSI    000001ad [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:58, Info                  CSI    000001ae [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:58, Info                  CSI    000001af [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:58, Info                  CSI    000001b0 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:58, Info                  CSI    000001b1 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:58, Info                  CSI    000001b2 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:59, Info                  CSI    000001b3 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:42:59, Info                  CSI    000001b4 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:00, Info                  CSI    000001b6 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:00, Info                  CSI    000001b7 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:00, Info                  CSI    000001b8 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:00, Info                  CSI    000001b9 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:00, Info                  CSI    000001ba [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:00, Info                  CSI    000001bb [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:01, Info                  CSI    000001bc [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:01, Info                  CSI    000001bd [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:01, Info                  CSI    000001be [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:02, Info                  CSI    000001bf [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:02, Info                  CSI    000001c0 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:02, Info                  CSI    000001c1 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:03, Info                  CSI    000001c2 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:03, Info                  CSI    000001c3 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:03, Info                  CSI    000001c4 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:04, Info                  CSI    000001c5 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:04, Info                  CSI    000001c6 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:04, Info                  CSI    000001c7 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:05, Info                  CSI    000001c9 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:05, Info                  CSI    000001ca [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:05, Info                  CSI    000001cb [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:06, Info                  CSI    000001cc [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:06, Info                  CSI    000001cd [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:06, Info                  CSI    000001ce [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:06, Info                  CSI    000001cf [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:06, Info                  CSI    000001d0 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:06, Info                  CSI    000001d1 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:07, Info                  CSI    000001d2 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:07, Info                  CSI    000001d3 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:07, Info                  CSI    000001d4 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:08, Info                  CSI    000001d5 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:08, Info                  CSI    000001d6 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:08, Info                  CSI    000001d7 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:08, Info                  CSI    000001d8 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:08, Info                  CSI    000001d9 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:08, Info                  CSI    000001da [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:09, Info                  CSI    000001df [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:09, Info                  CSI    000001e0 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:09, Info                  CSI    000001e1 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:10, Info                  CSI    000001e2 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:10, Info                  CSI    000001e3 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:10, Info                  CSI    000001e4 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:11, Info                  CSI    000001e5 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:11, Info                  CSI    000001e6 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:11, Info                  CSI    000001e7 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:12, Info                  CSI    000001e8 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:12, Info                  CSI    000001e9 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:12, Info                  CSI    000001ea [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:13, Info                  CSI    000001eb [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:13, Info                  CSI    000001ec [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:13, Info                  CSI    000001ed [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:14, Info                  CSI    000001ef [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:14, Info                  CSI    000001f0 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:14, Info                  CSI    000001f1 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:15, Info                  CSI    000001f2 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:15, Info                  CSI    000001f3 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:15, Info                  CSI    000001f4 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:16, Info                  CSI    000001f5 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:16, Info                  CSI    000001f6 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:16, Info                  CSI    000001f7 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:17, Info                  CSI    000001f8 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:17, Info                  CSI    000001f9 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:17, Info                  CSI    000001fa [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:18, Info                  CSI    000001fc [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:18, Info                  CSI    000001fd [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:18, Info                  CSI    000001fe [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:18, Info                  CSI    000001ff [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:18, Info                  CSI    00000200 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:18, Info                  CSI    00000201 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:19, Info                  CSI    00000202 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:19, Info                  CSI    00000203 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:19, Info                  CSI    00000204 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:20, Info                  CSI    00000205 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:20, Info                  CSI    00000206 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:20, Info                  CSI    00000207 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:20, Info                  CSI    00000208 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:21, Info                  CSI    00000209 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:21, Info                  CSI    0000020a [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:21, Info                  CSI    0000020b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:21, Info                  CSI    0000020c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:21, Info                  CSI    0000020d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:22, Info                  CSI    0000020e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:22, Info                  CSI    0000020f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:22, Info                  CSI    00000210 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:22, Info                  CSI    00000211 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:22, Info                  CSI    00000212 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:22, Info                  CSI    00000213 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:23, Info                  CSI    00000214 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:23, Info                  CSI    00000215 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:23, Info                  CSI    00000216 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:24, Info                  CSI    00000218 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:24, Info                  CSI    00000219 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:24, Info                  CSI    0000021a [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:25, Info                  CSI    0000021b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:25, Info                  CSI    0000021c [SR] Verifying 21 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:25, Info                  CSI    0000021d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:25, Info                  CSI    0000021e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:25, Info                  CSI    0000021f [SR] Repairing 0 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:25, Info                  CSI    00000220 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-19 20:43:25, Info                  CSI    00000221 [SR] Repair complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-21 11:14:30, Info                  CSI    00000006 [SR] Verifying 1 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-21 11:14:30, Info                  CSI    00000007 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-21 11:14:30, Info                  CSI    00000008 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-21 11:14:30, Info                  CSI    00000009 [SR] Verifying 1 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-21 11:14:30, Info                  CSI    0000000a [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-21 11:14:30, Info                  CSI    0000000b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-21 11:14:30, Info                  CSI    0000000c [SR] Verifying 1 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-21 11:14:30, Info                  CSI    0000000d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-21 11:14:30, Info                  CSI    0000000e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-21 11:14:30, Info                  CSI    0000000f [SR] Verifying 1 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-21 11:14:30, Info                  CSI    00000010 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-21 11:14:30, Info                  CSI    00000011 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-21 11:14:30, Info                  CSI    00000012 [SR] Verifying 1 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-21 11:14:30, Info                  CSI    00000013 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-21 11:14:30, Info                  CSI    00000014 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-21 11:14:30, Info                  CSI    00000015 [SR] Verifying 1 components
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-21 11:14:30, Info                  CSI    00000016 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201024010715.log:2020-10-21 11:14:31, Info                  CSI    00000017 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 11:29:14, Info                  CSI    00000006 [SR] Verifying 1 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 11:29:14, Info                  CSI    00000007 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 11:29:14, Info                  CSI    00000008 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 11:29:14, Info                  CSI    00000009 [SR] Verifying 1 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 11:29:14, Info                  CSI    0000000a [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 11:29:14, Info                  CSI    0000000b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 11:29:14, Info                  CSI    0000000c [SR] Verifying 1 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 11:29:14, Info                  CSI    0000000d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 11:29:14, Info                  CSI    0000000e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 11:29:14, Info                  CSI    0000000f [SR] Verifying 1 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 11:29:14, Info                  CSI    00000010 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 11:29:14, Info                  CSI    00000011 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 11:29:14, Info                  CSI    00000012 [SR] Verifying 1 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 11:29:14, Info                  CSI    00000013 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 11:29:14, Info                  CSI    00000014 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 11:29:14, Info                  CSI    00000015 [SR] Verifying 1 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 11:29:14, Info                  CSI    00000016 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 11:29:14, Info                  CSI    00000017 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:38:52, Info                  CSI    00000006 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:38:52, Info                  CSI    00000007 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:38:52, Info                  CSI    00000008 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:38:52, Info                  CSI    00000009 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:38:52, Info                  CSI    0000000a [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:38:53, Info                  CSI    0000000c [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:38:53, Info                  CSI    0000000d [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:38:53, Info                  CSI    0000000e [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:38:53, Info                  CSI    0000000f [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:38:53, Info                  CSI    00000010 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:38:53, Info                  CSI    00000011 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:38:54, Info                  CSI    00000012 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:38:54, Info                  CSI    00000013 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:38:54, Info                  CSI    00000014 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:38:55, Info                  CSI    00000015 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:38:55, Info                  CSI    00000016 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:38:55, Info                  CSI    00000017 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:38:55, Info                  CSI    00000018 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:38:55, Info                  CSI    00000019 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:38:55, Info                  CSI    0000001a [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:38:56, Info                  CSI    0000001b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:38:56, Info                  CSI    0000001c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:38:56, Info                  CSI    0000001d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:38:58, Info                  CSI    0000001e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:38:58, Info                  CSI    0000001f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:38:58, Info                  CSI    00000020 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:02, Info                  CSI    00000021 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:02, Info                  CSI    00000022 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:02, Info                  CSI    00000023 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:05, Info                  CSI    00000024 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:05, Info                  CSI    00000025 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:05, Info                  CSI    00000026 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:06, Info                  CSI    00000027 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:06, Info                  CSI    00000028 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:06, Info                  CSI    00000029 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:06, Info                  CSI    0000002a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:06, Info                  CSI    0000002b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:06, Info                  CSI    0000002c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:06, Info                  CSI    0000002d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:06, Info                  CSI    0000002e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:06, Info                  CSI    0000002f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:07, Info                  CSI    00000030 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:07, Info                  CSI    00000031 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:07, Info                  CSI    00000032 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:08, Info                  CSI    00000034 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:08, Info                  CSI    00000035 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:08, Info                  CSI    00000036 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:09, Info                  CSI    00000037 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:09, Info                  CSI    00000038 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:09, Info                  CSI    00000039 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:09, Info                  CSI    0000003a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:09, Info                  CSI    0000003b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:09, Info                  CSI    0000003c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:10, Info                  CSI    0000003d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:10, Info                  CSI    0000003e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:10, Info                  CSI    0000003f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:11, Info                  CSI    00000040 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:11, Info                  CSI    00000041 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:11, Info                  CSI    00000042 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:12, Info                  CSI    00000043 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:12, Info                  CSI    00000044 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:12, Info                  CSI    00000045 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:13, Info                  CSI    00000046 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:13, Info                  CSI    00000047 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:13, Info                  CSI    00000048 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:14, Info                  CSI    00000049 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:14, Info                  CSI    0000004a [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:14, Info                  CSI    0000004b [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:15, Info                  CSI    0000004c [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:15, Info                  CSI    0000004d [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:15, Info                  CSI    0000004e [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:16, Info                  CSI    0000004f [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:16, Info                  CSI    00000050 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:16, Info                  CSI    00000051 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:16, Info                  CSI    00000052 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:16, Info                  CSI    00000053 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:16, Info                  CSI    00000054 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:17, Info                  CSI    00000055 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:18, Info                  CSI    00000056 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:18, Info                  CSI    00000057 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:18, Info                  CSI    00000058 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:18, Info                  CSI    00000059 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:18, Info                  CSI    0000005a [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:19, Info                  CSI    0000005b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:19, Info                  CSI    0000005c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:19, Info                  CSI    0000005d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:20, Info                  CSI    0000005e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:20, Info                  CSI    0000005f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:20, Info                  CSI    00000060 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:20, Info                  CSI    00000062 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:21, Info                  CSI    00000063 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:21, Info                  CSI    00000064 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:21, Info                  CSI    00000065 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:21, Info                  CSI    00000066 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:21, Info                  CSI    00000067 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:22, Info                  CSI    00000068 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:22, Info                  CSI    00000069 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:22, Info                  CSI    0000006a [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:22, Info                  CSI    0000006b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:22, Info                  CSI    0000006c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:22, Info                  CSI    0000006d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:23, Info                  CSI    0000006e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:23, Info                  CSI    0000006f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:23, Info                  CSI    00000070 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:24, Info                  CSI    00000071 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:24, Info                  CSI    00000072 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:24, Info                  CSI    00000073 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:25, Info                  CSI    00000074 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:25, Info                  CSI    00000075 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:25, Info                  CSI    00000076 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:26, Info                  CSI    00000077 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:26, Info                  CSI    00000078 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:26, Info                  CSI    00000079 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:27, Info                  CSI    0000007b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:27, Info                  CSI    0000007c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:27, Info                  CSI    0000007d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:28, Info                  CSI    0000007e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:28, Info                  CSI    0000007f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:28, Info                  CSI    00000080 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:30, Info                  CSI    00000084 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:30, Info                  CSI    00000085 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:30, Info                  CSI    00000086 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:31, Info                  CSI    00000087 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:31, Info                  CSI    00000088 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:31, Info                  CSI    00000089 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:33, Info                  CSI    0000008b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:33, Info                  CSI    0000008c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:33, Info                  CSI    0000008d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:34, Info                  CSI    0000008e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:34, Info                  CSI    0000008f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:34, Info                  CSI    00000090 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:35, Info                  CSI    00000092 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:35, Info                  CSI    00000093 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:35, Info                  CSI    00000094 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:36, Info                  CSI    00000096 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:36, Info                  CSI    00000097 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:36, Info                  CSI    00000098 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:37, Info                  CSI    00000099 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:37, Info                  CSI    0000009a [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:37, Info                  CSI    0000009b [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:37, Info                  CSI    0000009c [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:37, Info                  CSI    0000009d [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:37, Info                  CSI    0000009e [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:38, Info                  CSI    0000009f [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:38, Info                  CSI    000000a0 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:38, Info                  CSI    000000a1 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:39, Info                  CSI    000000a3 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:39, Info                  CSI    000000a4 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:39, Info                  CSI    000000a5 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:41, Info                  CSI    000000a7 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:41, Info                  CSI    000000a8 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:41, Info                  CSI    000000a9 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:41, Info                  CSI    000000aa [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:41, Info                  CSI    000000ab [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:41, Info                  CSI    000000ac [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:42, Info                  CSI    000000ad [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:42, Info                  CSI    000000ae [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:42, Info                  CSI    000000af [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:42, Info                  CSI    000000b0 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:43, Info                  CSI    000000b1 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:43, Info                  CSI    000000b2 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:43, Info                  CSI    000000b3 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:43, Info                  CSI    000000b4 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:43, Info                  CSI    000000b5 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:44, Info                  CSI    000000b7 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:45, Info                  CSI    000000b8 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:45, Info                  CSI    000000b9 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:45, Info                  CSI    000000ba [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:45, Info                  CSI    000000bb [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:45, Info                  CSI    000000bc [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:46, Info                  CSI    000000bd [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:46, Info                  CSI    000000be [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:46, Info                  CSI    000000bf [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:48, Info                  CSI    000000c2 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:49, Info                  CSI    000000c3 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:49, Info                  CSI    000000c4 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:49, Info                  CSI    000000c5 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:49, Info                  CSI    000000c6 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:49, Info                  CSI    000000c7 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:50, Info                  CSI    000000c8 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:50, Info                  CSI    000000c9 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:50, Info                  CSI    000000ca [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:51, Info                  CSI    000000cb [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:51, Info                  CSI    000000cc [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:51, Info                  CSI    000000cd [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:52, Info                  CSI    000000ce [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:52, Info                  CSI    000000cf [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:52, Info                  CSI    000000d0 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:53, Info                  CSI    000000d1 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:53, Info                  CSI    000000d2 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:53, Info                  CSI    000000d3 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:54, Info                  CSI    000000d4 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:54, Info                  CSI    000000d5 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:54, Info                  CSI    000000d6 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:54, Info                  CSI    000000d7 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:54, Info                  CSI    000000d8 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:54, Info                  CSI    000000d9 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:55, Info                  CSI    000000da [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:55, Info                  CSI    000000db [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:55, Info                  CSI    000000dc [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:56, Info                  CSI    000000dd [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:56, Info                  CSI    000000de [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:56, Info                  CSI    000000df [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:56, Info                  CSI    000000e0 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:56, Info                  CSI    000000e1 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:56, Info                  CSI    000000e2 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:57, Info                  CSI    000000e3 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:57, Info                  CSI    000000e4 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:57, Info                  CSI    000000e5 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:58, Info                  CSI    000000e6 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:58, Info                  CSI    000000e7 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:58, Info                  CSI    000000e8 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:58, Info                  CSI    000000e9 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:58, Info                  CSI    000000ea [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:58, Info                  CSI    000000eb [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:59, Info                  CSI    000000ec [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:59, Info                  CSI    000000ed [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:39:59, Info                  CSI    000000ee [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:00, Info                  CSI    000000ef [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:00, Info                  CSI    000000f0 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:00, Info                  CSI    000000f1 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:01, Info                  CSI    000000f2 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:01, Info                  CSI    000000f3 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:01, Info                  CSI    000000f4 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:02, Info                  CSI    000000f5 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:02, Info                  CSI    000000f6 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:02, Info                  CSI    000000f7 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:02, Info                  CSI    000000f8 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:02, Info                  CSI    000000f9 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:02, Info                  CSI    000000fa [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:03, Info                  CSI    000000fb [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:03, Info                  CSI    000000fc [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:03, Info                  CSI    000000fd [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:05, Info                  CSI    000000fe [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:05, Info                  CSI    000000ff [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:05, Info                  CSI    00000100 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:06, Info                  CSI    00000101 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:06, Info                  CSI    00000102 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:06, Info                  CSI    00000103 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:07, Info                  CSI    00000104 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:07, Info                  CSI    00000105 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:07, Info                  CSI    00000106 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:08, Info                  CSI    0000010a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:08, Info                  CSI    0000010b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:08, Info                  CSI    0000010c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:10, Info                  CSI    0000010e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:10, Info                  CSI    0000010f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:10, Info                  CSI    00000110 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:11, Info                  CSI    00000111 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:11, Info                  CSI    00000112 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:11, Info                  CSI    00000113 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:12, Info                  CSI    00000114 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:12, Info                  CSI    00000115 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:12, Info                  CSI    00000116 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:13, Info                  CSI    00000118 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:14, Info                  CSI    00000119 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:14, Info                  CSI    0000011a [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:14, Info                  CSI    0000011b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:14, Info                  CSI    0000011c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:14, Info                  CSI    0000011d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:15, Info                  CSI    0000011e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:15, Info                  CSI    0000011f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:15, Info                  CSI    00000120 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:17, Info                  CSI    00000121 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:17, Info                  CSI    00000122 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:17, Info                  CSI    00000123 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:18, Info                  CSI    00000125 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:18, Info                  CSI    00000126 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:18, Info                  CSI    00000127 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:18, Info                  CSI    00000128 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:18, Info                  CSI    00000129 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:18, Info                  CSI    0000012a [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:19, Info                  CSI    0000012b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:19, Info                  CSI    0000012c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:19, Info                  CSI    0000012d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:20, Info                  CSI    0000012e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:20, Info                  CSI    0000012f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:20, Info                  CSI    00000130 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:21, Info                  CSI    00000132 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:21, Info                  CSI    00000133 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:21, Info                  CSI    00000134 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:21, Info                  CSI    00000135 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:21, Info                  CSI    00000136 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:21, Info                  CSI    00000137 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:22, Info                  CSI    00000138 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:23, Info                  CSI    00000139 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:23, Info                  CSI    0000013a [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:23, Info                  CSI    0000013b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:23, Info                  CSI    0000013c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:23, Info                  CSI    0000013d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:24, Info                  CSI    0000013e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:24, Info                  CSI    0000013f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:24, Info                  CSI    00000140 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:24, Info                  CSI    00000141 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:24, Info                  CSI    00000142 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:24, Info                  CSI    00000143 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:25, Info                  CSI    00000144 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:25, Info                  CSI    00000145 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:25, Info                  CSI    00000146 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:26, Info                  CSI    00000147 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:26, Info                  CSI    00000148 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:26, Info                  CSI    00000149 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:26, Info                  CSI    0000014a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:26, Info                  CSI    0000014b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:26, Info                  CSI    0000014c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:27, Info                  CSI    0000014d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:27, Info                  CSI    0000014e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:27, Info                  CSI    0000014f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:28, Info                  CSI    00000150 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:28, Info                  CSI    00000151 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:28, Info                  CSI    00000152 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:29, Info                  CSI    00000154 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:29, Info                  CSI    00000155 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:29, Info                  CSI    00000156 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:30, Info                  CSI    00000157 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:30, Info                  CSI    00000158 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:30, Info                  CSI    00000159 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:30, Info                  CSI    0000015a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:30, Info                  CSI    0000015b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:30, Info                  CSI    0000015c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:31, Info                  CSI    0000015d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:31, Info                  CSI    0000015e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:31, Info                  CSI    0000015f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:31, Info                  CSI    00000160 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:31, Info                  CSI    00000161 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:31, Info                  CSI    00000162 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:32, Info                  CSI    00000163 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:32, Info                  CSI    00000164 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:32, Info                  CSI    00000165 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:33, Info                  CSI    00000166 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:33, Info                  CSI    00000167 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:33, Info                  CSI    00000168 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:34, Info                  CSI    00000169 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:34, Info                  CSI    0000016a [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:34, Info                  CSI    0000016b [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:34, Info                  CSI    0000016c [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:34, Info                  CSI    0000016d [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:34, Info                  CSI    0000016e [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:35, Info                  CSI    0000016f [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:35, Info                  CSI    00000170 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:35, Info                  CSI    00000171 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:36, Info                  CSI    00000172 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:36, Info                  CSI    00000173 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:36, Info                  CSI    00000174 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:37, Info                  CSI    00000175 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:37, Info                  CSI    00000176 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:37, Info                  CSI    00000177 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:37, Info                  CSI    00000178 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:37, Info                  CSI    00000179 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:37, Info                  CSI    0000017a [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:38, Info                  CSI    0000017b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:38, Info                  CSI    0000017c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:38, Info                  CSI    0000017d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:38, Info                  CSI    0000017e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:38, Info                  CSI    0000017f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:38, Info                  CSI    00000180 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:39, Info                  CSI    00000181 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:39, Info                  CSI    00000182 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:39, Info                  CSI    00000183 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:40, Info                  CSI    00000185 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:40, Info                  CSI    00000186 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:40, Info                  CSI    00000187 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:41, Info                  CSI    00000188 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:41, Info                  CSI    00000189 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:41, Info                  CSI    0000018a [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:42, Info                  CSI    0000018b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:42, Info                  CSI    0000018c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:42, Info                  CSI    0000018d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:42, Info                  CSI    0000018e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:42, Info                  CSI    0000018f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:42, Info                  CSI    00000190 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:43, Info                  CSI    00000191 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:43, Info                  CSI    00000192 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:43, Info                  CSI    00000193 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:44, Info                  CSI    00000194 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:44, Info                  CSI    00000195 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:44, Info                  CSI    00000196 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:45, Info                  CSI    00000197 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:45, Info                  CSI    00000198 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:45, Info                  CSI    00000199 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:45, Info                  CSI    0000019a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:45, Info                  CSI    0000019b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:45, Info                  CSI    0000019c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:46, Info                  CSI    000001a0 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:46, Info                  CSI    000001a1 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:46, Info                  CSI    000001a2 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:47, Info                  CSI    000001a3 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:47, Info                  CSI    000001a4 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:47, Info                  CSI    000001a5 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:47, Info                  CSI    000001a6 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:47, Info                  CSI    000001a7 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:47, Info                  CSI    000001a8 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:48, Info                  CSI    000001a9 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:48, Info                  CSI    000001aa [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:48, Info                  CSI    000001ab [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:48, Info                  CSI    000001ac [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:48, Info                  CSI    000001ad [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:48, Info                  CSI    000001ae [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:49, Info                  CSI    000001b0 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:49, Info                  CSI    000001b1 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:49, Info                  CSI    000001b2 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:50, Info                  CSI    000001b3 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:50, Info                  CSI    000001b4 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:50, Info                  CSI    000001b5 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:50, Info                  CSI    000001b6 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:50, Info                  CSI    000001b7 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:50, Info                  CSI    000001b8 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:51, Info                  CSI    000001b9 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:51, Info                  CSI    000001ba [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:51, Info                  CSI    000001bb [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:52, Info                  CSI    000001bc [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:52, Info                  CSI    000001bd [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:52, Info                  CSI    000001be [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:53, Info                  CSI    000001bf [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:53, Info                  CSI    000001c0 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:53, Info                  CSI    000001c1 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:54, Info                  CSI    000001c3 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:54, Info                  CSI    000001c4 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:54, Info                  CSI    000001c5 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:55, Info                  CSI    000001c6 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:55, Info                  CSI    000001c7 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:55, Info                  CSI    000001c8 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:55, Info                  CSI    000001c9 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:55, Info                  CSI    000001ca [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:55, Info                  CSI    000001cb [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:56, Info                  CSI    000001cc [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:56, Info                  CSI    000001cd [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:56, Info                  CSI    000001ce [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:57, Info                  CSI    000001cf [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:57, Info                  CSI    000001d0 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:57, Info                  CSI    000001d1 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:58, Info                  CSI    000001d2 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:58, Info                  CSI    000001d3 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:58, Info                  CSI    000001d4 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:59, Info                  CSI    000001d9 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:59, Info                  CSI    000001da [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:59, Info                  CSI    000001db [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:59, Info                  CSI    000001dc [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:59, Info                  CSI    000001dd [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:40:59, Info                  CSI    000001de [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:00, Info                  CSI    000001df [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:00, Info                  CSI    000001e0 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:00, Info                  CSI    000001e1 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:01, Info                  CSI    000001e2 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:01, Info                  CSI    000001e3 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:01, Info                  CSI    000001e4 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:02, Info                  CSI    000001e5 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:02, Info                  CSI    000001e6 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:02, Info                  CSI    000001e7 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:03, Info                  CSI    000001e9 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:03, Info                  CSI    000001ea [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:03, Info                  CSI    000001eb [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:04, Info                  CSI    000001ec [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:04, Info                  CSI    000001ed [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:04, Info                  CSI    000001ee [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:04, Info                  CSI    000001ef [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:05, Info                  CSI    000001f0 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:05, Info                  CSI    000001f1 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:06, Info                  CSI    000001f2 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:06, Info                  CSI    000001f3 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:06, Info                  CSI    000001f4 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:06, Info                  CSI    000001f5 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:06, Info                  CSI    000001f6 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:06, Info                  CSI    000001f7 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:07, Info                  CSI    000001f8 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:07, Info                  CSI    000001f9 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:07, Info                  CSI    000001fa [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:08, Info                  CSI    000001fb [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:08, Info                  CSI    000001fc [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:08, Info                  CSI    000001fd [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:08, Info                  CSI    000001fe [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:08, Info                  CSI    000001ff [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:08, Info                  CSI    00000200 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:09, Info                  CSI    00000201 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:09, Info                  CSI    00000202 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:09, Info                  CSI    00000203 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:10, Info                  CSI    00000204 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:10, Info                  CSI    00000205 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:10, Info                  CSI    00000206 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:10, Info                  CSI    00000207 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:10, Info                  CSI    00000208 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:10, Info                  CSI    00000209 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:11, Info                  CSI    0000020a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:11, Info                  CSI    0000020b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:11, Info                  CSI    0000020c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:11, Info                  CSI    0000020d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:11, Info                  CSI    0000020e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:11, Info                  CSI    0000020f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:12, Info                  CSI    00000211 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:12, Info                  CSI    00000212 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:12, Info                  CSI    00000213 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:13, Info                  CSI    00000214 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:13, Info                  CSI    00000215 [SR] Verifying 29 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:13, Info                  CSI    00000216 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:13, Info                  CSI    00000217 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:13, Info                  CSI    00000218 [SR] Repairing 0 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:13, Info                  CSI    00000219 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:41:13, Info                  CSI    0000021a [SR] Repair complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:17, Info                  CSI    00000228 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:17, Info                  CSI    00000229 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:17, Info                  CSI    0000022a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:17, Info                  CSI    0000022b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:17, Info                  CSI    0000022c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:17, Info                  CSI    0000022e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:18, Info                  CSI    0000022f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:18, Info                  CSI    00000230 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:18, Info                  CSI    00000231 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:18, Info                  CSI    00000232 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:18, Info                  CSI    00000233 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:18, Info                  CSI    00000234 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:18, Info                  CSI    00000235 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:18, Info                  CSI    00000236 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:19, Info                  CSI    00000237 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:19, Info                  CSI    00000238 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:19, Info                  CSI    00000239 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:19, Info                  CSI    0000023a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:19, Info                  CSI    0000023b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:19, Info                  CSI    0000023c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:20, Info                  CSI    0000023d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:20, Info                  CSI    0000023e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:20, Info                  CSI    0000023f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:21, Info                  CSI    00000240 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:21, Info                  CSI    00000241 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:21, Info                  CSI    00000242 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:25, Info                  CSI    00000243 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:25, Info                  CSI    00000244 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:25, Info                  CSI    00000245 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:27, Info                  CSI    00000246 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:28, Info                  CSI    00000247 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:28, Info                  CSI    00000248 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:28, Info                  CSI    00000249 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:28, Info                  CSI    0000024a [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:28, Info                  CSI    0000024b [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:28, Info                  CSI    0000024c [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:28, Info                  CSI    0000024d [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:28, Info                  CSI    0000024e [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:29, Info                  CSI    0000024f [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:29, Info                  CSI    00000250 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:29, Info                  CSI    00000251 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:29, Info                  CSI    00000252 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:29, Info                  CSI    00000253 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:29, Info                  CSI    00000254 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:30, Info                  CSI    00000256 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:30, Info                  CSI    00000257 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:30, Info                  CSI    00000258 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:31, Info                  CSI    00000259 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:31, Info                  CSI    0000025a [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:31, Info                  CSI    0000025b [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:31, Info                  CSI    0000025c [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:31, Info                  CSI    0000025d [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:31, Info                  CSI    0000025e [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:31, Info                  CSI    0000025f [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:31, Info                  CSI    00000260 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:31, Info                  CSI    00000261 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:32, Info                  CSI    00000262 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:32, Info                  CSI    00000263 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:32, Info                  CSI    00000264 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:33, Info                  CSI    00000265 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:33, Info                  CSI    00000266 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:33, Info                  CSI    00000267 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:34, Info                  CSI    00000268 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:34, Info                  CSI    00000269 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:34, Info                  CSI    0000026a [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:34, Info                  CSI    0000026b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:34, Info                  CSI    0000026c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:34, Info                  CSI    0000026d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:35, Info                  CSI    0000026e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:35, Info                  CSI    0000026f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:35, Info                  CSI    00000270 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:35, Info                  CSI    00000271 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:35, Info                  CSI    00000272 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:35, Info                  CSI    00000273 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:36, Info                  CSI    00000274 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:36, Info                  CSI    00000275 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:36, Info                  CSI    00000276 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:37, Info                  CSI    00000277 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:37, Info                  CSI    00000278 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:37, Info                  CSI    00000279 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:37, Info                  CSI    0000027a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:37, Info                  CSI    0000027b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:37, Info                  CSI    0000027c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:38, Info                  CSI    0000027d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:38, Info                  CSI    0000027e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:38, Info                  CSI    0000027f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:38, Info                  CSI    00000280 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:38, Info                  CSI    00000281 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:38, Info                  CSI    00000282 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:39, Info                  CSI    00000284 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:39, Info                  CSI    00000285 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:39, Info                  CSI    00000286 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:39, Info                  CSI    00000287 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:39, Info                  CSI    00000288 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:39, Info                  CSI    00000289 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:40, Info                  CSI    0000028a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:40, Info                  CSI    0000028b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:40, Info                  CSI    0000028c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:40, Info                  CSI    0000028d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:40, Info                  CSI    0000028e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:40, Info                  CSI    0000028f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:41, Info                  CSI    00000290 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:41, Info                  CSI    00000291 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:41, Info                  CSI    00000292 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:41, Info                  CSI    00000293 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:41, Info                  CSI    00000294 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:41, Info                  CSI    00000295 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:42, Info                  CSI    00000296 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:42, Info                  CSI    00000297 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:42, Info                  CSI    00000298 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:43, Info                  CSI    00000299 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:43, Info                  CSI    0000029a [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:43, Info                  CSI    0000029b [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:44, Info                  CSI    0000029d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:44, Info                  CSI    0000029e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:44, Info                  CSI    0000029f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:44, Info                  CSI    000002a0 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:45, Info                  CSI    000002a1 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:45, Info                  CSI    000002a2 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:46, Info                  CSI    000002a6 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:46, Info                  CSI    000002a7 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:46, Info                  CSI    000002a8 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:47, Info                  CSI    000002a9 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:47, Info                  CSI    000002aa [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:47, Info                  CSI    000002ab [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:49, Info                  CSI    000002ad [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:49, Info                  CSI    000002ae [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:49, Info                  CSI    000002af [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:50, Info                  CSI    000002b0 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:50, Info                  CSI    000002b1 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:50, Info                  CSI    000002b2 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:50, Info                  CSI    000002b4 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:50, Info                  CSI    000002b5 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:50, Info                  CSI    000002b6 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:51, Info                  CSI    000002b8 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:51, Info                  CSI    000002b9 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:51, Info                  CSI    000002ba [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:52, Info                  CSI    000002bb [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:52, Info                  CSI    000002bc [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:52, Info                  CSI    000002bd [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:52, Info                  CSI    000002be [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:52, Info                  CSI    000002bf [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:52, Info                  CSI    000002c0 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:52, Info                  CSI    000002c1 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:53, Info                  CSI    000002c2 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:53, Info                  CSI    000002c3 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:53, Info                  CSI    000002c5 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:53, Info                  CSI    000002c6 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:53, Info                  CSI    000002c7 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:55, Info                  CSI    000002c9 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:55, Info                  CSI    000002ca [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:55, Info                  CSI    000002cb [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:55, Info                  CSI    000002cc [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:55, Info                  CSI    000002cd [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:55, Info                  CSI    000002ce [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:56, Info                  CSI    000002cf [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:56, Info                  CSI    000002d0 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:56, Info                  CSI    000002d1 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:56, Info                  CSI    000002d2 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:56, Info                  CSI    000002d3 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:56, Info                  CSI    000002d4 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:57, Info                  CSI    000002d5 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:57, Info                  CSI    000002d6 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:57, Info                  CSI    000002d7 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:57, Info                  CSI    000002d9 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:57, Info                  CSI    000002da [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:57, Info                  CSI    000002db [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:58, Info                  CSI    000002dc [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:58, Info                  CSI    000002dd [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:58, Info                  CSI    000002de [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:59, Info                  CSI    000002df [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:59, Info                  CSI    000002e0 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:44:59, Info                  CSI    000002e1 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:00, Info                  CSI    000002e4 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:00, Info                  CSI    000002e5 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:00, Info                  CSI    000002e6 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:01, Info                  CSI    000002e7 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:01, Info                  CSI    000002e8 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:01, Info                  CSI    000002e9 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:01, Info                  CSI    000002ea [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:01, Info                  CSI    000002eb [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:01, Info                  CSI    000002ec [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:02, Info                  CSI    000002ed [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:02, Info                  CSI    000002ee [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:02, Info                  CSI    000002ef [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:02, Info                  CSI    000002f0 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:03, Info                  CSI    000002f1 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:03, Info                  CSI    000002f2 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:03, Info                  CSI    000002f3 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:03, Info                  CSI    000002f4 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:03, Info                  CSI    000002f5 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:04, Info                  CSI    000002f6 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:04, Info                  CSI    000002f7 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:04, Info                  CSI    000002f8 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:04, Info                  CSI    000002f9 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:04, Info                  CSI    000002fa [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:04, Info                  CSI    000002fb [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:05, Info                  CSI    000002fc [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:05, Info                  CSI    000002fd [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:05, Info                  CSI    000002fe [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:05, Info                  CSI    000002ff [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:05, Info                  CSI    00000300 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:05, Info                  CSI    00000301 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:06, Info                  CSI    00000302 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:06, Info                  CSI    00000303 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:06, Info                  CSI    00000304 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:06, Info                  CSI    00000305 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:06, Info                  CSI    00000306 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:06, Info                  CSI    00000307 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:07, Info                  CSI    00000308 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:07, Info                  CSI    00000309 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:07, Info                  CSI    0000030a [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:07, Info                  CSI    0000030b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:07, Info                  CSI    0000030c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:07, Info                  CSI    0000030d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:08, Info                  CSI    0000030e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:08, Info                  CSI    0000030f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:08, Info                  CSI    00000310 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:08, Info                  CSI    00000311 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:08, Info                  CSI    00000312 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:08, Info                  CSI    00000313 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:09, Info                  CSI    00000314 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:09, Info                  CSI    00000315 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:09, Info                  CSI    00000316 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:09, Info                  CSI    00000317 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:10, Info                  CSI    00000318 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:10, Info                  CSI    00000319 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:10, Info                  CSI    0000031a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:10, Info                  CSI    0000031b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:10, Info                  CSI    0000031c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:11, Info                  CSI    0000031d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:11, Info                  CSI    0000031e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:11, Info                  CSI    0000031f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:12, Info                  CSI    00000320 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:12, Info                  CSI    00000321 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:12, Info                  CSI    00000322 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:12, Info                  CSI    00000323 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:12, Info                  CSI    00000324 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:12, Info                  CSI    00000325 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:13, Info                  CSI    00000326 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:13, Info                  CSI    00000327 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:13, Info                  CSI    00000328 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:14, Info                  CSI    0000032c [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:14, Info                  CSI    0000032d [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:14, Info                  CSI    0000032e [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:16, Info                  CSI    00000330 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:16, Info                  CSI    00000331 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:16, Info                  CSI    00000332 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:16, Info                  CSI    00000333 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:17, Info                  CSI    00000334 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:17, Info                  CSI    00000335 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:17, Info                  CSI    00000336 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:17, Info                  CSI    00000337 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:17, Info                  CSI    00000338 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:18, Info                  CSI    0000033a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:18, Info                  CSI    0000033b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:18, Info                  CSI    0000033c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:19, Info                  CSI    0000033d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:19, Info                  CSI    0000033e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:19, Info                  CSI    0000033f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:20, Info                  CSI    00000340 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:20, Info                  CSI    00000341 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:20, Info                  CSI    00000342 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:21, Info                  CSI    00000343 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:21, Info                  CSI    00000344 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:21, Info                  CSI    00000345 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:21, Info                  CSI    00000347 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:21, Info                  CSI    00000348 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:21, Info                  CSI    00000349 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:22, Info                  CSI    0000034a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:22, Info                  CSI    0000034b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:22, Info                  CSI    0000034c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:22, Info                  CSI    0000034d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:22, Info                  CSI    0000034e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:22, Info                  CSI    0000034f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:23, Info                  CSI    00000350 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:23, Info                  CSI    00000351 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:23, Info                  CSI    00000352 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:24, Info                  CSI    00000354 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:24, Info                  CSI    00000355 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:24, Info                  CSI    00000356 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:24, Info                  CSI    00000357 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:24, Info                  CSI    00000358 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:24, Info                  CSI    00000359 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:25, Info                  CSI    0000035a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:25, Info                  CSI    0000035b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:25, Info                  CSI    0000035c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:25, Info                  CSI    0000035d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:26, Info                  CSI    0000035e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:26, Info                  CSI    0000035f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:26, Info                  CSI    00000360 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:26, Info                  CSI    00000361 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:26, Info                  CSI    00000362 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:26, Info                  CSI    00000363 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:26, Info                  CSI    00000364 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:26, Info                  CSI    00000365 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:27, Info                  CSI    00000366 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:27, Info                  CSI    00000367 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:27, Info                  CSI    00000368 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:27, Info                  CSI    00000369 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:27, Info                  CSI    0000036a [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:27, Info                  CSI    0000036b [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:28, Info                  CSI    0000036c [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:28, Info                  CSI    0000036d [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:28, Info                  CSI    0000036e [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:28, Info                  CSI    0000036f [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:28, Info                  CSI    00000370 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:28, Info                  CSI    00000371 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:29, Info                  CSI    00000372 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:29, Info                  CSI    00000373 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:29, Info                  CSI    00000374 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:30, Info                  CSI    00000376 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:30, Info                  CSI    00000377 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:30, Info                  CSI    00000378 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:30, Info                  CSI    00000379 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:30, Info                  CSI    0000037a [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:30, Info                  CSI    0000037b [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:31, Info                  CSI    0000037c [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:31, Info                  CSI    0000037d [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:31, Info                  CSI    0000037e [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:31, Info                  CSI    0000037f [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:31, Info                  CSI    00000380 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:31, Info                  CSI    00000381 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:31, Info                  CSI    00000382 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:32, Info                  CSI    00000383 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:32, Info                  CSI    00000384 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:32, Info                  CSI    00000385 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:32, Info                  CSI    00000386 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:32, Info                  CSI    00000387 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:32, Info                  CSI    00000388 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:33, Info                  CSI    00000389 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:33, Info                  CSI    0000038a [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:33, Info                  CSI    0000038b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:33, Info                  CSI    0000038c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:33, Info                  CSI    0000038d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:34, Info                  CSI    0000038e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:34, Info                  CSI    0000038f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:34, Info                  CSI    00000390 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:34, Info                  CSI    00000391 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:34, Info                  CSI    00000392 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:34, Info                  CSI    00000393 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:35, Info                  CSI    00000394 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:35, Info                  CSI    00000395 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:35, Info                  CSI    00000396 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:35, Info                  CSI    00000397 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:36, Info                  CSI    00000398 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:36, Info                  CSI    00000399 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:36, Info                  CSI    0000039a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:36, Info                  CSI    0000039b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:36, Info                  CSI    0000039c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:36, Info                  CSI    0000039d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:36, Info                  CSI    0000039e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:36, Info                  CSI    0000039f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:37, Info                  CSI    000003a0 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:37, Info                  CSI    000003a1 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:37, Info                  CSI    000003a2 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:37, Info                  CSI    000003a3 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:37, Info                  CSI    000003a4 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:37, Info                  CSI    000003a5 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:38, Info                  CSI    000003a7 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:38, Info                  CSI    000003a8 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:38, Info                  CSI    000003a9 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:39, Info                  CSI    000003aa [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:39, Info                  CSI    000003ab [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:39, Info                  CSI    000003ac [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:39, Info                  CSI    000003ad [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:39, Info                  CSI    000003ae [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:39, Info                  CSI    000003af [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:40, Info                  CSI    000003b0 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:40, Info                  CSI    000003b1 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:40, Info                  CSI    000003b2 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:40, Info                  CSI    000003b3 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:40, Info                  CSI    000003b4 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:40, Info                  CSI    000003b5 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:41, Info                  CSI    000003b6 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:41, Info                  CSI    000003b7 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:41, Info                  CSI    000003b8 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:41, Info                  CSI    000003b9 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:41, Info                  CSI    000003ba [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:41, Info                  CSI    000003bb [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:42, Info                  CSI    000003bc [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:42, Info                  CSI    000003bd [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:42, Info                  CSI    000003be [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:42, Info                  CSI    000003c2 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:42, Info                  CSI    000003c3 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:42, Info                  CSI    000003c4 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:43, Info                  CSI    000003c5 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:43, Info                  CSI    000003c6 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:43, Info                  CSI    000003c7 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:43, Info                  CSI    000003c8 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:43, Info                  CSI    000003c9 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:43, Info                  CSI    000003ca [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:44, Info                  CSI    000003cb [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:44, Info                  CSI    000003cc [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:44, Info                  CSI    000003cd [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:44, Info                  CSI    000003ce [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:44, Info                  CSI    000003cf [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:44, Info                  CSI    000003d0 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:45, Info                  CSI    000003d2 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:45, Info                  CSI    000003d3 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:45, Info                  CSI    000003d4 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:45, Info                  CSI    000003d5 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:45, Info                  CSI    000003d6 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:45, Info                  CSI    000003d7 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:46, Info                  CSI    000003d8 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:46, Info                  CSI    000003d9 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:46, Info                  CSI    000003da [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:46, Info                  CSI    000003db [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:46, Info                  CSI    000003dc [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:46, Info                  CSI    000003dd [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:47, Info                  CSI    000003de [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:47, Info                  CSI    000003df [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:47, Info                  CSI    000003e0 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:48, Info                  CSI    000003e1 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:48, Info                  CSI    000003e2 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:48, Info                  CSI    000003e3 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:49, Info                  CSI    000003e5 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:49, Info                  CSI    000003e6 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:49, Info                  CSI    000003e7 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:49, Info                  CSI    000003e8 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:49, Info                  CSI    000003e9 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:49, Info                  CSI    000003ea [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:50, Info                  CSI    000003eb [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:50, Info                  CSI    000003ec [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:50, Info                  CSI    000003ed [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:50, Info                  CSI    000003ee [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:50, Info                  CSI    000003ef [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:50, Info                  CSI    000003f0 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:51, Info                  CSI    000003f1 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:51, Info                  CSI    000003f2 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:51, Info                  CSI    000003f3 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:51, Info                  CSI    000003f4 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:51, Info                  CSI    000003f5 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:51, Info                  CSI    000003f6 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:52, Info                  CSI    000003fb [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:52, Info                  CSI    000003fc [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:52, Info                  CSI    000003fd [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:52, Info                  CSI    000003fe [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:53, Info                  CSI    000003ff [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:53, Info                  CSI    00000400 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:53, Info                  CSI    00000401 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:53, Info                  CSI    00000402 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:53, Info                  CSI    00000403 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:54, Info                  CSI    00000404 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:54, Info                  CSI    00000405 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:54, Info                  CSI    00000406 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:54, Info                  CSI    00000407 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:54, Info                  CSI    00000408 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:54, Info                  CSI    00000409 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:55, Info                  CSI    0000040b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:55, Info                  CSI    0000040c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:55, Info                  CSI    0000040d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:56, Info                  CSI    0000040e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:56, Info                  CSI    0000040f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:56, Info                  CSI    00000410 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:56, Info                  CSI    00000411 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:56, Info                  CSI    00000412 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:56, Info                  CSI    00000413 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:57, Info                  CSI    00000414 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:57, Info                  CSI    00000415 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:57, Info                  CSI    00000416 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:58, Info                  CSI    00000417 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:58, Info                  CSI    00000418 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:58, Info                  CSI    00000419 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:58, Info                  CSI    0000041a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:58, Info                  CSI    0000041b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:58, Info                  CSI    0000041c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:59, Info                  CSI    0000041d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:59, Info                  CSI    0000041e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:59, Info                  CSI    0000041f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:59, Info                  CSI    00000420 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:59, Info                  CSI    00000421 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:45:59, Info                  CSI    00000422 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:46:00, Info                  CSI    00000423 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:46:00, Info                  CSI    00000424 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:46:00, Info                  CSI    00000425 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:46:00, Info                  CSI    00000426 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:46:00, Info                  CSI    00000427 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:46:00, Info                  CSI    00000428 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:46:00, Info                  CSI    00000429 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:46:01, Info                  CSI    0000042a [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:46:01, Info                  CSI    0000042b [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:46:01, Info                  CSI    0000042c [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:46:01, Info                  CSI    0000042d [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:46:01, Info                  CSI    0000042e [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:46:01, Info                  CSI    0000042f [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:46:01, Info                  CSI    00000430 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:46:01, Info                  CSI    00000431 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:46:02, Info                  CSI    00000433 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:46:02, Info                  CSI    00000434 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:46:02, Info                  CSI    00000435 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:46:03, Info                  CSI    00000436 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:46:03, Info                  CSI    00000437 [SR] Verifying 29 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:46:03, Info                  CSI    00000438 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:46:03, Info                  CSI    00000439 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:46:03, Info                  CSI    0000043a [SR] Repairing 0 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:46:03, Info                  CSI    0000043b [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:46:03, Info                  CSI    0000043c [SR] Repair complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:10, Info                  CSI    00000006 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:10, Info                  CSI    00000007 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:10, Info                  CSI    00000008 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:10, Info                  CSI    00000009 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:10, Info                  CSI    0000000a [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:10, Info                  CSI    0000000c [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:10, Info                  CSI    0000000d [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:10, Info                  CSI    0000000e [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:11, Info                  CSI    0000000f [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:11, Info                  CSI    00000010 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:11, Info                  CSI    00000011 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:11, Info                  CSI    00000012 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:11, Info                  CSI    00000013 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:11, Info                  CSI    00000014 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:12, Info                  CSI    00000015 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:12, Info                  CSI    00000016 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:12, Info                  CSI    00000017 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:12, Info                  CSI    00000018 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:12, Info                  CSI    00000019 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:12, Info                  CSI    0000001a [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:13, Info                  CSI    0000001b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:13, Info                  CSI    0000001c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:13, Info                  CSI    0000001d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:15, Info                  CSI    0000001e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:15, Info                  CSI    0000001f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:15, Info                  CSI    00000020 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:18, Info                  CSI    00000021 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:18, Info                  CSI    00000022 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:18, Info                  CSI    00000023 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:21, Info                  CSI    00000024 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:21, Info                  CSI    00000025 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:21, Info                  CSI    00000026 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:21, Info                  CSI    00000027 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:21, Info                  CSI    00000028 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:21, Info                  CSI    00000029 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:22, Info                  CSI    0000002a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:22, Info                  CSI    0000002b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:22, Info                  CSI    0000002c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:22, Info                  CSI    0000002d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:22, Info                  CSI    0000002e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:22, Info                  CSI    0000002f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:22, Info                  CSI    00000030 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:22, Info                  CSI    00000031 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:22, Info                  CSI    00000032 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:23, Info                  CSI    00000034 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:23, Info                  CSI    00000035 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:23, Info                  CSI    00000036 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:24, Info                  CSI    00000037 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:24, Info                  CSI    00000038 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:24, Info                  CSI    00000039 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:24, Info                  CSI    0000003a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:24, Info                  CSI    0000003b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:24, Info                  CSI    0000003c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:25, Info                  CSI    0000003d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:25, Info                  CSI    0000003e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:25, Info                  CSI    0000003f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:25, Info                  CSI    00000040 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:25, Info                  CSI    00000041 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:25, Info                  CSI    00000042 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:26, Info                  CSI    00000043 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:26, Info                  CSI    00000044 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:26, Info                  CSI    00000045 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:27, Info                  CSI    00000046 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:27, Info                  CSI    00000047 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:27, Info                  CSI    00000048 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:28, Info                  CSI    00000049 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:28, Info                  CSI    0000004a [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:28, Info                  CSI    0000004b [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:28, Info                  CSI    0000004c [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:28, Info                  CSI    0000004d [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:28, Info                  CSI    0000004e [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:29, Info                  CSI    0000004f [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:29, Info                  CSI    00000050 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:29, Info                  CSI    00000051 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:29, Info                  CSI    00000052 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:29, Info                  CSI    00000053 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:29, Info                  CSI    00000054 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:30, Info                  CSI    00000055 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:30, Info                  CSI    00000056 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:30, Info                  CSI    00000057 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:31, Info                  CSI    00000058 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:31, Info                  CSI    00000059 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:31, Info                  CSI    0000005a [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:31, Info                  CSI    0000005b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:31, Info                  CSI    0000005c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:31, Info                  CSI    0000005d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:32, Info                  CSI    0000005e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:32, Info                  CSI    0000005f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:32, Info                  CSI    00000060 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:32, Info                  CSI    00000062 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:33, Info                  CSI    00000063 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:33, Info                  CSI    00000064 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:33, Info                  CSI    00000065 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:33, Info                  CSI    00000066 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:33, Info                  CSI    00000067 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:33, Info                  CSI    00000068 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:33, Info                  CSI    00000069 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:33, Info                  CSI    0000006a [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:34, Info                  CSI    0000006b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:34, Info                  CSI    0000006c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:34, Info                  CSI    0000006d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:34, Info                  CSI    0000006e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:34, Info                  CSI    0000006f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:34, Info                  CSI    00000070 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:35, Info                  CSI    00000071 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:35, Info                  CSI    00000072 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:35, Info                  CSI    00000073 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:36, Info                  CSI    00000074 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:36, Info                  CSI    00000075 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:36, Info                  CSI    00000076 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:36, Info                  CSI    00000077 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:37, Info                  CSI    00000078 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:37, Info                  CSI    00000079 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:38, Info                  CSI    0000007b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:38, Info                  CSI    0000007c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:38, Info                  CSI    0000007d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:38, Info                  CSI    0000007e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:38, Info                  CSI    0000007f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:38, Info                  CSI    00000080 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:40, Info                  CSI    00000084 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:40, Info                  CSI    00000085 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:40, Info                  CSI    00000086 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:41, Info                  CSI    00000087 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:41, Info                  CSI    00000088 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:41, Info                  CSI    00000089 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:43, Info                  CSI    0000008b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:43, Info                  CSI    0000008c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:43, Info                  CSI    0000008d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:43, Info                  CSI    0000008e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:43, Info                  CSI    0000008f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:43, Info                  CSI    00000090 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:44, Info                  CSI    00000092 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:44, Info                  CSI    00000093 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:44, Info                  CSI    00000094 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:45, Info                  CSI    00000096 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:45, Info                  CSI    00000097 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:45, Info                  CSI    00000098 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:45, Info                  CSI    00000099 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:45, Info                  CSI    0000009a [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:45, Info                  CSI    0000009b [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:46, Info                  CSI    0000009c [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:46, Info                  CSI    0000009d [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:46, Info                  CSI    0000009e [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:46, Info                  CSI    0000009f [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:46, Info                  CSI    000000a0 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:46, Info                  CSI    000000a1 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:47, Info                  CSI    000000a3 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:47, Info                  CSI    000000a4 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:47, Info                  CSI    000000a5 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:49, Info                  CSI    000000a7 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:49, Info                  CSI    000000a8 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:49, Info                  CSI    000000a9 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:49, Info                  CSI    000000aa [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:49, Info                  CSI    000000ab [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:49, Info                  CSI    000000ac [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:50, Info                  CSI    000000ad [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:50, Info                  CSI    000000ae [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:50, Info                  CSI    000000af [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:50, Info                  CSI    000000b0 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:50, Info                  CSI    000000b1 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:50, Info                  CSI    000000b2 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:51, Info                  CSI    000000b3 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:51, Info                  CSI    000000b4 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:51, Info                  CSI    000000b5 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:51, Info                  CSI    000000b7 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:51, Info                  CSI    000000b8 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:51, Info                  CSI    000000b9 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:52, Info                  CSI    000000ba [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:52, Info                  CSI    000000bb [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:52, Info                  CSI    000000bc [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:53, Info                  CSI    000000bd [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:53, Info                  CSI    000000be [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:53, Info                  CSI    000000bf [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:54, Info                  CSI    000000c2 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:54, Info                  CSI    000000c3 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:54, Info                  CSI    000000c4 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:55, Info                  CSI    000000c5 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:55, Info                  CSI    000000c6 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:55, Info                  CSI    000000c7 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:55, Info                  CSI    000000c8 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:56, Info                  CSI    000000c9 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:56, Info                  CSI    000000ca [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:56, Info                  CSI    000000cb [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:56, Info                  CSI    000000cc [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:56, Info                  CSI    000000cd [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:57, Info                  CSI    000000ce [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:57, Info                  CSI    000000cf [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:57, Info                  CSI    000000d0 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:57, Info                  CSI    000000d1 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:57, Info                  CSI    000000d2 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:57, Info                  CSI    000000d3 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:58, Info                  CSI    000000d4 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:58, Info                  CSI    000000d5 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:58, Info                  CSI    000000d6 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:59, Info                  CSI    000000d8 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:59, Info                  CSI    000000d9 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:59, Info                  CSI    000000da [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:59, Info                  CSI    000000db [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:59, Info                  CSI    000000dc [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:48:59, Info                  CSI    000000dd [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:00, Info                  CSI    000000de [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:00, Info                  CSI    000000df [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:00, Info                  CSI    000000e0 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:00, Info                  CSI    000000e1 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:00, Info                  CSI    000000e2 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:00, Info                  CSI    000000e3 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:01, Info                  CSI    000000e4 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:01, Info                  CSI    000000e5 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:01, Info                  CSI    000000e6 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:01, Info                  CSI    000000e7 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:01, Info                  CSI    000000e8 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:01, Info                  CSI    000000e9 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:02, Info                  CSI    000000ea [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:02, Info                  CSI    000000eb [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:02, Info                  CSI    000000ec [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:02, Info                  CSI    000000ed [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:02, Info                  CSI    000000ee [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:02, Info                  CSI    000000ef [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:03, Info                  CSI    000000f0 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:03, Info                  CSI    000000f1 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:03, Info                  CSI    000000f2 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:03, Info                  CSI    000000f3 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:03, Info                  CSI    000000f4 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:03, Info                  CSI    000000f5 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:04, Info                  CSI    000000f6 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:04, Info                  CSI    000000f7 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:04, Info                  CSI    000000f8 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:05, Info                  CSI    000000f9 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:05, Info                  CSI    000000fa [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:05, Info                  CSI    000000fb [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:05, Info                  CSI    000000fc [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:05, Info                  CSI    000000fd [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:05, Info                  CSI    000000fe [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:06, Info                  CSI    000000ff [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:06, Info                  CSI    00000100 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:06, Info                  CSI    00000101 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:07, Info                  CSI    00000102 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:07, Info                  CSI    00000103 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:07, Info                  CSI    00000104 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:08, Info                  CSI    00000105 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:08, Info                  CSI    00000106 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:08, Info                  CSI    00000107 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:09, Info                  CSI    0000010b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:09, Info                  CSI    0000010c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:09, Info                  CSI    0000010d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:11, Info                  CSI    0000010f [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:11, Info                  CSI    00000110 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:11, Info                  CSI    00000111 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:11, Info                  CSI    00000112 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:11, Info                  CSI    00000113 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:11, Info                  CSI    00000114 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:12, Info                  CSI    00000116 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:12, Info                  CSI    00000117 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:12, Info                  CSI    00000118 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:13, Info                  CSI    0000011a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:13, Info                  CSI    0000011b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:13, Info                  CSI    0000011c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:14, Info                  CSI    0000011d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:14, Info                  CSI    0000011e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:14, Info                  CSI    0000011f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:15, Info                  CSI    00000120 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:15, Info                  CSI    00000121 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:15, Info                  CSI    00000122 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:15, Info                  CSI    00000123 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:16, Info                  CSI    00000124 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:16, Info                  CSI    00000125 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:16, Info                  CSI    00000127 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:16, Info                  CSI    00000128 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:16, Info                  CSI    00000129 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:17, Info                  CSI    0000012a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:17, Info                  CSI    0000012b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:17, Info                  CSI    0000012c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:17, Info                  CSI    0000012d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:17, Info                  CSI    0000012e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:17, Info                  CSI    0000012f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:18, Info                  CSI    00000130 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:18, Info                  CSI    00000131 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:18, Info                  CSI    00000132 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:19, Info                  CSI    00000134 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:19, Info                  CSI    00000135 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:19, Info                  CSI    00000136 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:19, Info                  CSI    00000137 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:19, Info                  CSI    00000138 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:19, Info                  CSI    00000139 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:20, Info                  CSI    0000013a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:20, Info                  CSI    0000013b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:20, Info                  CSI    0000013c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:20, Info                  CSI    0000013d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:21, Info                  CSI    0000013e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:21, Info                  CSI    0000013f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:21, Info                  CSI    00000140 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:21, Info                  CSI    00000141 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:21, Info                  CSI    00000142 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:21, Info                  CSI    00000143 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:21, Info                  CSI    00000144 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:21, Info                  CSI    00000145 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:22, Info                  CSI    00000146 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:22, Info                  CSI    00000147 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:22, Info                  CSI    00000148 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:22, Info                  CSI    00000149 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:22, Info                  CSI    0000014a [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:22, Info                  CSI    0000014b [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:23, Info                  CSI    0000014c [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:23, Info                  CSI    0000014d [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:23, Info                  CSI    0000014e [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:23, Info                  CSI    0000014f [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:23, Info                  CSI    00000150 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:23, Info                  CSI    00000151 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:24, Info                  CSI    00000152 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:24, Info                  CSI    00000153 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:24, Info                  CSI    00000154 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:25, Info                  CSI    00000156 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:25, Info                  CSI    00000157 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:25, Info                  CSI    00000158 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:25, Info                  CSI    00000159 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:25, Info                  CSI    0000015a [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:25, Info                  CSI    0000015b [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:26, Info                  CSI    0000015c [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:26, Info                  CSI    0000015d [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:26, Info                  CSI    0000015e [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:26, Info                  CSI    0000015f [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:26, Info                  CSI    00000160 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:26, Info                  CSI    00000161 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:27, Info                  CSI    00000162 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:27, Info                  CSI    00000163 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:27, Info                  CSI    00000164 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:27, Info                  CSI    00000165 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:27, Info                  CSI    00000166 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:27, Info                  CSI    00000167 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:28, Info                  CSI    00000168 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:28, Info                  CSI    00000169 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:28, Info                  CSI    0000016a [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:29, Info                  CSI    0000016b [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:29, Info                  CSI    0000016c [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:29, Info                  CSI    0000016d [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:29, Info                  CSI    0000016e [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:29, Info                  CSI    0000016f [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:29, Info                  CSI    00000170 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:30, Info                  CSI    00000171 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:30, Info                  CSI    00000172 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:30, Info                  CSI    00000173 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:30, Info                  CSI    00000174 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:31, Info                  CSI    00000175 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:31, Info                  CSI    00000176 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:31, Info                  CSI    00000177 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:31, Info                  CSI    00000178 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:31, Info                  CSI    00000179 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:31, Info                  CSI    0000017a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:31, Info                  CSI    0000017b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:31, Info                  CSI    0000017c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:32, Info                  CSI    0000017d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:32, Info                  CSI    0000017e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:32, Info                  CSI    0000017f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:32, Info                  CSI    00000180 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:32, Info                  CSI    00000181 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:32, Info                  CSI    00000182 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:33, Info                  CSI    00000183 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:33, Info                  CSI    00000184 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:33, Info                  CSI    00000185 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:33, Info                  CSI    00000187 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:34, Info                  CSI    00000188 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:34, Info                  CSI    00000189 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:34, Info                  CSI    0000018a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:34, Info                  CSI    0000018b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:34, Info                  CSI    0000018c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:35, Info                  CSI    0000018d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:35, Info                  CSI    0000018e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:35, Info                  CSI    0000018f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:35, Info                  CSI    00000190 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:35, Info                  CSI    00000191 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:35, Info                  CSI    00000192 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:36, Info                  CSI    00000193 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:36, Info                  CSI    00000194 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:36, Info                  CSI    00000195 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:36, Info                  CSI    00000196 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:36, Info                  CSI    00000197 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:36, Info                  CSI    00000198 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:37, Info                  CSI    00000199 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:37, Info                  CSI    0000019a [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:37, Info                  CSI    0000019b [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:38, Info                  CSI    0000019c [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:38, Info                  CSI    0000019d [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:38, Info                  CSI    0000019e [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:38, Info                  CSI    000001a2 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:38, Info                  CSI    000001a3 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:38, Info                  CSI    000001a4 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:39, Info                  CSI    000001a5 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:39, Info                  CSI    000001a6 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:39, Info                  CSI    000001a7 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:39, Info                  CSI    000001a8 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:39, Info                  CSI    000001a9 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:39, Info                  CSI    000001aa [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:39, Info                  CSI    000001ab [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:39, Info                  CSI    000001ac [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:39, Info                  CSI    000001ad [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:40, Info                  CSI    000001ae [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:40, Info                  CSI    000001af [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:40, Info                  CSI    000001b0 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:41, Info                  CSI    000001b2 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:41, Info                  CSI    000001b3 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:41, Info                  CSI    000001b4 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:41, Info                  CSI    000001b5 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:41, Info                  CSI    000001b6 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:41, Info                  CSI    000001b7 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:42, Info                  CSI    000001b8 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:42, Info                  CSI    000001b9 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:42, Info                  CSI    000001ba [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:42, Info                  CSI    000001bb [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:42, Info                  CSI    000001bc [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:42, Info                  CSI    000001bd [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:43, Info                  CSI    000001be [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:43, Info                  CSI    000001bf [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:43, Info                  CSI    000001c0 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:43, Info                  CSI    000001c1 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:44, Info                  CSI    000001c2 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:44, Info                  CSI    000001c3 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:45, Info                  CSI    000001c5 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:45, Info                  CSI    000001c6 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:45, Info                  CSI    000001c7 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:45, Info                  CSI    000001c9 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:45, Info                  CSI    000001ca [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:45, Info                  CSI    000001cb [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:46, Info                  CSI    000001cc [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:46, Info                  CSI    000001cd [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:46, Info                  CSI    000001ce [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:46, Info                  CSI    000001cf [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:46, Info                  CSI    000001d0 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:46, Info                  CSI    000001d1 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:47, Info                  CSI    000001d2 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:47, Info                  CSI    000001d3 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:47, Info                  CSI    000001d4 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:47, Info                  CSI    000001d5 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:48, Info                  CSI    000001d6 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:48, Info                  CSI    000001d7 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:48, Info                  CSI    000001dc [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:48, Info                  CSI    000001dd [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:48, Info                  CSI    000001de [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:49, Info                  CSI    000001df [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:49, Info                  CSI    000001e0 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:49, Info                  CSI    000001e1 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:49, Info                  CSI    000001e2 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:49, Info                  CSI    000001e3 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:49, Info                  CSI    000001e4 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:50, Info                  CSI    000001e5 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:50, Info                  CSI    000001e6 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:50, Info                  CSI    000001e7 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:51, Info                  CSI    000001e8 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:51, Info                  CSI    000001e9 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:51, Info                  CSI    000001ea [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:52, Info                  CSI    000001ec [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:52, Info                  CSI    000001ed [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:52, Info                  CSI    000001ee [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:52, Info                  CSI    000001ef [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:52, Info                  CSI    000001f0 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:52, Info                  CSI    000001f1 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:53, Info                  CSI    000001f2 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:53, Info                  CSI    000001f3 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:53, Info                  CSI    000001f4 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:54, Info                  CSI    000001f5 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:54, Info                  CSI    000001f6 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:54, Info                  CSI    000001f7 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:54, Info                  CSI    000001f8 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:54, Info                  CSI    000001f9 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:54, Info                  CSI    000001fa [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:55, Info                  CSI    000001fb [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:55, Info                  CSI    000001fc [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:55, Info                  CSI    000001fd [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:55, Info                  CSI    000001fe [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:55, Info                  CSI    000001ff [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:55, Info                  CSI    00000200 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:56, Info                  CSI    00000201 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:56, Info                  CSI    00000202 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:56, Info                  CSI    00000203 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:56, Info                  CSI    00000204 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:56, Info                  CSI    00000205 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:56, Info                  CSI    00000206 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:57, Info                  CSI    00000207 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:57, Info                  CSI    00000208 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:57, Info                  CSI    00000209 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:57, Info                  CSI    0000020a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:57, Info                  CSI    0000020b [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:57, Info                  CSI    0000020c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:57, Info                  CSI    0000020d [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:58, Info                  CSI    0000020e [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:58, Info                  CSI    0000020f [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:58, Info                  CSI    00000210 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:58, Info                  CSI    00000211 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:58, Info                  CSI    00000212 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:59, Info                  CSI    00000214 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:59, Info                  CSI    00000215 [SR] Verifying 100 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:49:59, Info                  CSI    00000216 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:50:00, Info                  CSI    00000217 [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:50:00, Info                  CSI    00000218 [SR] Verifying 29 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:50:00, Info                  CSI    00000219 [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:50:00, Info                  CSI    0000021a [SR] Verify complete
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:50:00, Info                  CSI    0000021b [SR] Repairing 0 components
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:50:00, Info                  CSI    0000021c [SR] Beginning Verify and Repair transaction
    C:\Windows\Logs\CBS\CbsPersist_20201030011844.log:2020-10-28 16:50:00, Info                  CSI    0000021d [SR] Repair complete
    As you can see this came from CBS.log, CbsPersist_20201024010715.log and CbsPersist_20201030011844.log. On my system, CbsPersist*.log files are now being compressed into .cab files. I don't know if this is new with the 20H2 release or if started prior to that.

    I'll have to look into figuring out how to uncompress them, scan them then delete the uncompressed files. More fun ...

    When done, you will see the following instructions on how toopen your Browser to the BSOD Batch Repository for detailed instructions on how to copy data from the Command Prompt or Powershell Window to the Clipboard so you can paste it into your BSOD thread at Tenforums.com.

    Review the instructions in Part Two of the Index (the first post in this thread) by pressing the [V] key which will open your default web browser to that page and leave the window open, or press C to just close the window.

    Batch files for use in BSOD debugging-helpmenu.png

    Both will leave the notepad window open.

    If no SFC entries are found in either file then you will see this window:

    Batch files for use in BSOD debugging-sfcfromfile-2.jpg



    Part Three

    Capture output of batch file to Clipboard


    Follow the directions in Part Two of the Index (first post at the top) to capture the output of the batch file displayed in notepad for posting in your BSOD thread at tenforums.com.
    Last edited by Ztruker; 01 Feb 2021 at 14:16.
      My Computer


  7. Posts : 41,415
    windows 10 professional version 1607 build 14393.969 64 bit
    Thread Starter
       #7

    LOGS.bat - Windows Standard Log Collection w/ EventSearch


    Post the following lines to point people here to the Batch repository for how to download the batch file and collect the required output data.
    LOGS.bat - Click here to go to the BSOD batch repository to download and run this batch file.
    Step One Download the batch file
    Step Two Run the batch file
    Step Three Log Collection and description of logs collected



    LOGS.bat

    Windows Standard Log Collection w/ EventSearch (Technet)



    information   Information
    Written by JOHN_E_M @ Technet Gallery 01/28/2018
    Wrapper batch modified by Ztruker 09/26/2020
    Updated by Ztruker 02/01/2021
    Found and suggest by Zbook 09/18/2020


    Contents

    • Step One Download the batch file
    • Step Two Run the batch file
    • Step Three Log Collection and description of logs collected:
    • Step Four Legacy - manual creation and execution of Powershell PS1 file



    information   Information
    LOGS.bat v1.6.3 is a wrapper that contains LOGS.PS1 v1.6.2 by John_E_M. It is from Technet Gallery, which is being retired. That is the the reason why this is now being hosted here for our Tenforums users.

    LOGS.PS1 allows you to quickly collect information from a Windows 10 client machine: Main cmdlt functions: Invoke-WebRequest, Get-WinEvent, Get-WindowsUpdateLog, Get-WMIObject, Get-Printer, Get-Process, Select-String, SetupDiag.exe.

    Designed to be run from File Explorer.

    The LOGS.BAT file will create the LOGS.PS1 file in the same directory it is in, then launch it. It also handles elevation to Admin level if needed.

    If you experience an issue running the BAT file Proceed to Step Four Legacy - manual creation and execution of Powershell PS1 file to create and run the PS1 Code in PowerShell ISE w/ Appropriate privileges





    Step One

    Download the Batch file


    Download the LOGS.bat file to your Desktop or Downloads folder.


    Download Attachment 298506 CURRENTLY REMOVED



    Step Two

    Run the batch file


    Open File Explore, navigate to the folder you downloaded the LOGS.bat file to. Double click on LOGS.bat or right click on it and select Open.

    DO NOT run directly from a Download as your anti-virus may object and prevent it from running.
    Always download to your hard drive then run it from there.



    When you launch LOGS.bat, you may see this:

    Batch files for use in BSOD debugging-securitywarning.jpg

    If you do, click the Run button or uncheck Always ask before opening this file then click on the [B/Run[/B] button.

    You will see the following Window where you can select what functions you want to run. Normally you will run it as shown below. The Event Viewer logs are only collected when requested.

    EventSearch Output is unchecked by default as you can see.

    Batch files for use in BSOD debugging-eventlog-1.jpg

    If you select EventSearch Output then you will see the following Windows when the process completes:

    This is Top "Errors" via EVTX:

    Batch files for use in BSOD debugging-eventsearch-1.jpg




    Step Three

    Log Collection and description of logs collected:


    The log collection tool will determine the %temp% location and create a “LOGS” folder there into which all collected logs will be transported.

    This translates to C:\users\<username>\AppData\Local\LOGS

    Once the Script has finished collecting logs you should see a pop-up from Explorer.exe which will open to the %temp%/LOGS location. This is what you would zip up to upload to a file sharing site, then post a link to in your Tenforums thread.

    This is the LOGS folder and is opened in File Explorer automatically. This is what you would want to ZIP up then upload to a file sharing site. When done then post a link to it in your thread at Tenforums. It can be as large as 400MB, depending primarilly on the size of the EVTX folder, before you ZIP it. Once zipped, my test run went from 172MB down to 27MB.

    Batch files for use in BSOD debugging-eventsearch-2.jpg

    This is an example of what Event logs (.evtx) are collected.

    Batch files for use in BSOD debugging-eventsearch-3.jpg

    At the time of this writing the following logs are collected by the script:

    • Major Event Logs including Application Event, System and Store Logs
    • All Event logs are queried for the string “Error” and located errors are written to TOP-ERRORS.TXT:
    • Top-Errors will display the most frequent errors experienced on a per day basis and sort these in descending order with the date, the message ID and provider from which the error was located – these can be used to quickly locate errors which have been experienced on the machine in ALL EVTX locations:
    • Use the date and Provider Name to Investigate further in the actual logs on the machine – note that additional logs outside of Application and System Event are located under Applications and Services Logs/Microsoft/Windows in the Windows Event Viewer.
    • Power management logs including powercfg /a, energy report and battery report if the machine is a laptop – these are stored in the /POWER folder under /LOGS
    • Any files located in /WER on the system (Windows Error Reporting)
    • DXDiag, MSINFO32 and Winsat logs
    • A list of all installed applications on the system – this is useful to verify 3rd party software installed on the system – we also pull running processes under Get-Process.TXT
    • WLAN diagnostics written to wlan.txt if the machine is WiFi enabled
    • A CHKDKSK performed on the system reserved partition of the machine – this is achieved by quickly mounting and unmounting the system reserved partition to y: during the collection
    • GPRESULT.TXT contains Group Policy and Domain information to verify if the machine is domain joined or has policies applied
    • UPDATE-ERRORS.TXT contains a count of all 0x8######## errors located through regex scans on Windows-Update.log or WindowsUpdate.log respectively
    • REG_SystemProductName.TXT contains the registry value for the SystemProduct – when invalid we have seen this cause issues with Windows Update



    Step Four

    Legacy - manual creation and execution of Powershell PS1 file


    Since you've had problems running the batch file, you can manually create and run the Powershell .PS1 file.

    Open a command prompt.
    Navigate to the folder you have LOGS.bat in. Lets use your Desktop for an example.
    In the Command prompt window, copy and paste the following command:

    MORE /E +10 "%userprofile%\Desktop\LOGS.bat" > "%userprofile%\Desktop\LOGS.PS1"

    Or do it the long way using Notepad:

    Open File Explorer and navigate to the folder you have LOGS..bat stored in.
    Click in an empty area and select New then Text Document. You should now have a file called New Text Document.txt in the folder.
    Click on it then Press F2 or right click and select Rename. Name it LOGS.PS1.
    Click on Yes when asked if you are sure you want to change it.

    Right click on LOGS.bat and select Open with. Make sure Notepad is default option and click OK.
    Select everything from line 10 (this line: ####LOGS.PS1 v.1.6.3#####) to the end of the file.
    Press Ctrl+C or right click then Copy to copy the selected data to the clipboard.
    Close Notepad (click on the X).

    Right click on LOGS.PS1 you created and select Open with. Make sure Notepad is default option and click OK.
    Press Ctrl+V or right click and select Paste to paste the contents of the clipboard into the Notepad window.
    Click on File then Save.

    You now have the Powershell script by itself without the batch file wrapper.

    The following is a video showing you how to run LOGS.PS1 in the Powershell ISE. No idea how long the video will be available though as it belongs to the author John_E_M.

    Video showing how to run LOGS.PS1 in Powershell ISE

    Ignore the part about creating the Powershell script from the web site as I already covered that locally above.
    Last edited by Ztruker; 01 Feb 2021 at 14:19.
      My Computer


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

    Post the following two lines to point people here to the Batch repository for how to download the batch file and collect the required output data.

    Tuneup1.bat
    - Click here to go to the BSOD batch repository to download and run this batch file.
    Part Two - How to capture output of batch file to Clipboard



    Tuneup1.bat

    Runs System File Checker (SFC), Deployment Image Servicing and Management (DISM) and CHKDSK commands to verify or restore Operating System files.



    information   Information
    Written by Ztruker 08/10.2020 Last updated 02/01/2021
    Based on forum posts by Zbook
    Admin elevation code by Matthew Wai 08/14/2020

    Split off from Tuneup.bat 09/25/2020 by Ztruker to isolate SFC, DISM and CHKDSK commands and remove WMIC and BCDEDIT commands.

    Runs the following commands


    sfc /scannow
    dism /online /cleanup-image /scanhealth
    dism /online /cleanup-image /restorehealth
    sfc /scannow
    chkdsk /scan




    Part One

    Download the batch file


    Download the batch file to your Desktop or Downloads folder.


    Download Tuneup1.bat




    Part Two

    Run the batch file


    To run the batch file, open File Explorer, navigate to where you downloaded the batch file then double click on it or right click and select Open.

    DO NOT run directly from a Download as your anti-virus may object and prevent it from running.
    Always download to your hard drive then run it from there.



    When you launch Tuneup1.bat, you may see this:

    Batch files for use in BSOD debugging-securitywarning.jpg

    If you do, click the Run button or uncheck Always ask before opening this file then click on the [B/Run[/B] button.

    A typical run with no errors will look similar to the following:


    ###########################################################
    # The following commands will be run in sequence. #
    # The first 4 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

    C:\Windows\system32>[HL]sfc /scannow[/HL]

    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>[HL]dism /online /cleanup-image /scanhealth[/HL]

    Deployment Image Servicing and Management tool
    Version: 10.0.19041.329

    Image Version: 10.0.19041.450

    [==========================100.0%==========================] No component store corruption detected.
    The operation completed successfully.

    C:\Windows\system32>[HL]dism /online /cleanup-image /restorehealth[/HL]

    Deployment Image Servicing and Management tool
    Version: 10.0.19041.329

    Image Version: 10.0.19041.450

    [==========================100.0%==========================] The restore operation completed successfully.
    The operation completed successfully.

    C:\Windows\system32>[HL]sfc /scannow[/HL]

    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>[HL]chkdsk /scan[/HL]
    The type of the file system is NTFS.
    Volume label is Lenovo_C.

    Stage 1: Examining basic file system structure ...
    305920 file records processed.
    File verification completed.
    Phase duration (File record verification): 3.24 seconds.
    5298 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.23 milliseconds.

    Stage 2: Examining file name linkage ...
    783 reparse records processed.
    410360 index entries processed.
    Index verification completed.
    Phase duration (Index verification): 12.74 seconds.
    0 unindexed files scanned.
    Phase duration (Orphan reconnection): 190.42 milliseconds.
    0 unindexed files recovered to lost and found.
    Phase duration (Orphan recovery to lost and found): 0.72 milliseconds.
    783 reparse records processed.
    Phase duration (Reparse point and Object ID verification): 3.87 milliseconds.

    Stage 3: Examining security descriptors ...
    Security descriptor verification completed.
    Phase duration (Security descriptor verification): 41.35 milliseconds.
    52221 data files processed.
    Phase duration (Data attribute verification): 1.04 milliseconds.
    CHKDSK is verifying Usn Journal...
    34916144 USN bytes processed.
    Usn Journal verification completed.
    Phase duration (USN journal verification): 453.53 milliseconds.

    Windows has scanned the file system and found no problems.
    No further action is required.

    976122921 KB total disk space.
    63823964 KB in 177753 files.
    123084 KB in 52222 indexes.
    0 KB in bad sectors.
    439969 KB in use by the system.
    65536 KB occupied by the log file.
    911735904 KB available on disk.

    4096 bytes in each allocation unit.
    244030730 total allocation units on disk.
    227933976 allocation units available on disk.
    Total duration: 16.68 seconds (16682 ms).



    When done, you will see the following instructions on how to open your Browser to the BSOD Batch Repository for detailed instructions on how to copy data from the Notepad Window to the Clipboard so you can paste it into your BSOD thread at Tenforums.com.

    Review the instructions in Part Two of the Index (the first post in this thread) by pressing the [V] key which will open your default web browser to that page but close leave the window open, or press C to just close the window.

    Batch files for use in BSOD debugging-helpmenu.png



    Part Three

    Capture output of batch file to Clipboard


    Follow the directions in Part Two of the Index (first post at the top) to capture the output of the batch file in the Command Prompt or Powershell Window for posting in your BSOD thread at tenforums.com.

    If you accidentally close the Command Prompt/Powershell window before you captured the data, you can still collect the SFC data by downloading and running:

    SFCfromFile.bat to extract all SFC entries from CBS.log or CBSPERSIST*.log (if necessary).

    All other output is lost. If needed you will have to run Tuneup1.bat again.
    Last edited by Ztruker; 01 Feb 2021 at 14:22.
      My Computer


  9. Posts : 41,415
    windows 10 professional version 1607 build 14393.969 64 bit
    Thread Starter
       #9

    Post the following two lines to point people to here, the BSOD Batch repository, for how to download the batch file and collect the required output data.

    Tuneup2.bat
    - Click here to go to the BSOD batch repository to download and run this batch file.
    Part Two - How to capture output of batch file to Clipboard



    Tuneup2.bat

    Runs Windows Management Instrumentation Commands (WMIC), BCDEDIT and Powershell Get-WmiObject commands to set some basic startup, debug and dump settings.



    information   Information
    Written by Ztruker 08/10.2020 Last updated 02/01/2021
    Based on forum posts by Zbook
    Admin elevation code by Matthew Wai 08/14/2020

    Split off from Tuneup.bat 09/25/2020 by Ztruker to isolate WMIC and BCDEDIT commands and remove SFC, DISM and CHKDSK commands.

    Runs the following commands

    wmic recoveros set autoreboot = false
    wmic recoveros get autoreboot

    wmic recoveros set DebugInfoType = 7
    wmic recoveros get DebugInfoType

    wmic pagefile list /format:list

    wmic Computersystem where name="%computername%" set AutomaticManagedPagefile=True
    wmic Computersystem where name="%computername%" get AutomaticManagedPagefile

    bcdedit /enum {badmemory}


    warning   Warning
    If the value of AutomaticManagedPagefile changes from FALSE to TRUE when running this Batch file then you need to reboot for the change to take effect.




    Part One

    Download the batch file


    Download the batch file to your Desktop or Downloads folder.


    Download Tuneup2.bat




    Part Two

    Run the batch file


    To run the batch file, open File Explorer, navigate to where you downloaded the batch file then double click on it or right click and select Open.

    DO NOT run directly from a Download as your anti-virus may object and prevent it from running.
    Always download to your hard drive then run it from there.



    When you launch Tuneup2.bat, you may see this:

    Batch files for use in BSOD debugging-securitywarning.jpg

    If you do, click the Run button or uncheck Always ask before opening this file then click on the [B/Run[/B] button.

    A typical run with no errors will look similar to the following:

    Code:
    C:\Windows\system32>wmic recoveros get autoreboot
    AutoReboot
    FALSE
    
    
    C:\Windows\system32>wmic recoveros set autoreboot = false
    Updating property(s) of '\\DESKTOP\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Pro|C:\\Windows|\\Device\\Harddisk0\\Partition3"'
    Property(s) update successful.
    
    C:\Windows\system32>wmic recoveros get autoreboot
    AutoReboot
    FALSE
    
    
    C:\Windows\system32>wmic recoveros get DebugInfoType
    DebugInfoType
    7
    
    
    C:\Windows\system32>wmic recoveros set DebugInfoType = 7
    Updating property(s) of '\\DESKTOP\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Pro|C:\\Windows|\\Device\\Harddisk0\\Partition3"'
    Property(s) update successful.
    
    C:\Windows\system32>wmic recoveros get DebugInfoType
    DebugInfoType
    7
    
    
    C:\Windows\system32>wmic pagefile list /format:list
    
    
    AllocatedBaseSize=2432
    CurrentUsage=92
    Description=C:\pagefile.sys
    InstallDate=20200731210746.123361-240
    Name=C:\pagefile.sys
    PeakUsage=142
    Status=
    TempPageFile=FALSE
    
    
    
    
    C:\Windows\system32>wmic Computersystem where name="DESKTOP" get AutomaticManagedPagefile
    AutomaticManagedPagefile
    TRUE
    
    
    C:\Windows\system32>wmic Computersystem where name="DESKTOP" set AutomaticManagedPagefile=True
    Updating property(s) of '\\DESKTOP\ROOT\CIMV2:Win32_ComputerSystem.Name="DESKTOP"'
    Property(s) update successful.
    
    C:\Windows\system32>wmic Computersystem where name="DESKTOP" get AutomaticManagedPagefile
    AutomaticManagedPagefile
    TRUE
    
    
    C:\Windows\system32>bcdedit /enum {badmemory}
    
    RAM Defects
    -----------
    identifier              {badmemory}

    When done, you will see the following instructions on how to open your Browser to the BSOD Batch Repository for detailed instructions on how to copy data from the Command Prompt or Powershell Window to the Clipboard so you can paste it into your BSOD thread at Tenforums.com.

    Review the instructions in Part Two of the Index (the first post in this thread) by pressing the [V] key which will open your default web browser to that page and close the window, or press C to just close the window.

    Batch files for use in BSOD debugging-helpmenu.png



    Part Three

    Capture output of batch file to Clipboard


    Follow the directions in Part Two of the Index (first post at the top) to capture the output of the batch file in the Command Prompt or Powershell Window for posting in your BSOD thread at tenforums.com.

    If you accidentally close the Command Prompt/Powershell window before you captured the data, just re-run Tuneup2.bat again.
    Last edited by Ztruker; 01 Feb 2021 at 14:23.
      My Computer


  10. Posts : 41,415
    windows 10 professional version 1607 build 14393.969 64 bit
    Thread Starter
       #10

    Post the following two lines to point people here to the Batch repository for how to download the batch file and collect the required output data.

    GetMemoryConfiguration.bat
    - Click here to go to the BSOD batch repository to download and run this batch file.
    Part Two - How to capture output of batch file to Clipboard



    GetMemoryConfiguration

    Collect memory information.



    information   Information
    Created by Matthew Wai 09/29/2020.
    Based on the code by HaikoH MCC,MVP Technet Gallery 01/28/2018
    and mods by Ztruker 02/01/2021
    Found and suggested by Zbook 09/20/2020

    Runs the following Powershell command

    Get-WmiObject -class "win32_physicalmemory" -namespace "root\CIMV2" -ComputerName localhost





    Part One

    Download the batch file


    Download the batch file to your Desktop or Downloads folder.


    Download GetMemoryConfiguration.bat




    Part Two

    Run the batch file


    To run the batch file, open File Explorer, navigate to where you downloaded the batch file then double click on it or right click and select Open.

    DO NOT run directly from a Download as your anti-virus may object and prevent it from running.
    Always download to your hard drive then run it from there.



    When you launch GetMemoryConfiguration.bat, you may see this:

    Batch files for use in BSOD debugging-securitywarning.jpg

    If you do, click the Run button or uncheck Always ask before opening this file then click on the Run button.

    When done, a Notepad Window will open with the results in it from %temp%\RAM_info.txt, something like this from my Lenovo IdeaCenter K450:
    Code:
    Memory Modules:
    
    Tag               BankLabel Capacity(GB) Manufacturer  PartNumber         Speed
    ---               --------- ------------ ------------  ----------         -----
    Physical Memory 0 BANK 0               4 Hynix/Hyundai HMT451U6AFR8C-PB    1600
    Physical Memory 1 BANK 1               4 Hynix/Hyundai HMT451U6AFR8C-PB    1600
    Physical Memory 2 BANK 2               4 Hynix/Hyundai HMT451U6AFR8C-PB    1600
    Physical Memory 3 BANK 3               4 Hynix/Hyundai HMT451U6AFR8C-PB    1600
    
    
    Total Memory:
    16GB
    
    Total Memory Slots:
    4
    
    Used Memory Slots:
    4
    All memory slots have been filled. None is empty!

    When done, you will see the following instructions on how to open your Browser to the BSOD Batch Repository for detailed instructions on how to copy data from the Notepad Window to the Clipboard so you can paste it into your BSOD thread at Tenforums.com.

    Review the instructions in Part Two of the Index (the first post in this thread) by pressing the [V] key which will open your default web browser to that page and close the window, or press C to just close the window.

    Batch files for use in BSOD debugging-helpmenu.png

    Either will leave the notepad window open.




    Part Three

    Capture output of batch file to Clipboard


    Follow the directions in Part Two of the Index (first post at the top) to capture the output of the Notepad window for posting in your BSOD thread at tenforums.com.

    If you accidentally close the Notepad window before you capture the data, you can get it again by entering notepad %temp%\RAM_info.txt in a Run box.
    Last edited by Ztruker; 01 Feb 2021 at 14:27.
      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 19:19.
Find Us




Windows 10 Forums