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


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

    The log files are available to TF members.
    OP in WQ have reported lack of access.

    How can WQ members run:
    https://www.tenforums.com/attachment...ing-tuneup.bat
    https://www.tenforums.com/attachment...iskparinfo.bat
    etc.

    Is there a method to make them public?

    Many I've got manual commands but scripts are easier to run.
      My Computer


  2. Posts : 7,607
    Windows 10 Home 20H2
       #652
      My Computer


  3. Posts : 41,472
    windows 10 professional version 1607 build 14393.969 64 bit
       #653
      My Computer


  4. Posts : 7,607
    Windows 10 Home 20H2
       #654
      My Computer


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

    For Upgrade_failure_info.bat can you have it collect these files limited to a 30d lookback:

    (these are sometimes manual commands)

    C:\Windows\Logs\CBS\CbsPersist
    %windir%\logs\cbs\cbs.log
    C:\Windows\Logs\CBS\CBS.log
    C:\Windows\Logs\Dism\Dism.log
    findstr /c:"CONX" C:\$Windows.~BT\Sources\Panther\setupact.log >"%userprofile%\Desktop\Setupactdetails.txt"
    findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcdetails.txt"
    dism /online /get-drivers /format:table > "%userprofile%\desktop\dism-getdrivers.txt"
    copy %windir%\logs\cbs\cbs.log "%userprofile%\Desktop\cbs.txt"
    cmd /c dir /s /A %systemroot%\servicing\version >"%userprofile%\desktop\servicing.txt"
      My Computer


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

    I've just tested many of the scripts.

    Some still flash.
    LOGS not yet available
    Chkdsk just blinking cursor

    Operations are in progress. Please wait for Notepad to display the results.


    It took a while to run:

    Code:
    TimeCreated : 4/16/2021 11:38:20 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.
                  
                  Stage 1: Examining basic file system structure ...
                                                                                                                           
                                                                                         881920 file records processed.    
                                                                      
                  File verification completed.
                                                                                                                           
                                                                                         22508 large file records 
                  processed.                                   
                                                                                                                           
                                                                                         0 bad file records processed.     
                                                  
                  
                  Stage 2: Examining file name linkage ...
                                                                                                                           
                                                                                         1507 reparse records processed.   
                                                     
                                                                                                                           
                                                                                         1135416 index entries processed.  
                                                                       
                  Index verification completed.
                                                                                                                           
                                                                                         0 unindexed files scanned.        
                                                  
                                                                                                                           
                                                                                         0 unindexed files recovered to 
                  lost and found.                    
                                                                                                                           
                                                                                         1507 reparse records processed.   
                                                     
                  
                  Stage 3: Examining security descriptors ...
                  Security descriptor verification completed.
                                                                                                                           
                                                                                         126749 data files processed.      
                                                       
                  CHKDSK is verifying Usn Journal...
                                                                                                                           
                                                                                         37147744 USN bytes processed.     
                                                                        
                  Usn Journal verification completed.
                  
                  Windows has scanned the file system and found no problems.
                  No further action is required.
                  
                   248570090 KB total disk space.
                   202707580 KB in 373222 files.
                      354668 KB in 126750 indexes.
                           0 KB in bad sectors.
                     1003066 KB in use by the system.
                       65536 KB occupied by the log file.
                    44504776 KB available on disk.
                  
                        4096 bytes in each allocation unit.
                    62142522 total allocation units on disk.
                    11126194 allocation units available on disk.
                  
                  ----------------------------------------------------------------------
                  
                  
                  Stage 1: Examining basic file system structure ...
                  
                  Stage 2: Examining file name linkage ...
                  
                  Stage 3: Examining security descriptors ...
                  
    
    TimeCreated : 3/29/2021 3:18:20 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.
                  
                  Stage 1: Examining basic file system structure ...
                                                                                                                           
                                                                                         881920 file records processed.    
                                                                      
                  File verification completed.
                                                                                                                           
                                                                                         25084 large file records 
                  processed.                                   
                                                                                                                           
                                                                                         0 bad file records processed.     
                                                  
                  
                  Stage 2: Examining file name linkage ...
                                                                                                                           
                                                                                         1453 reparse records processed.   
                                                     
                                                                                                                           
                                                                                         1171428 index entries processed.  
                                                                       
                  Index verification completed.
                                                                                                                           
                                                                                         0 unindexed files scanned.        
                                                  
                                                                                                                           
                                                                                         0 unindexed files recovered to 
                  lost and found.                    
                                                                                                                           
                                                                                         1453 reparse records processed.   
                                                     
                  
                  Stage 3: Examining security descriptors ...
                  Security descriptor verification completed.
                                                                                                                           
                                                                                         144755 data files processed.      
                                                       
                  CHKDSK is verifying Usn Journal...
                                                                                                                           
                                                                                         37114184 USN bytes processed.     
                                                                        
                  Usn Journal verification completed.
                  
                  Windows has scanned the file system and found no problems.
                  No further action is required.
                  
                   248570090 KB total disk space.
                   187313348 KB in 438758 files.
                      379744 KB in 144756 indexes.
                           0 KB in bad sectors.
                     1003214 KB in use by the system.
                       65536 KB occupied by the log file.
                    59873784 KB available on disk.
                  
                        4096 bytes in each allocation unit.
                    62142522 total allocation units on disk.
                    14968446 allocation units available on disk.
                  
                  ----------------------------------------------------------------------
                  
                  
                  Stage 1: Examining basic file system structure ...
                  
                  Stage 2: Examining file name linkage ...
                  
                  Stage 3: Examining security descriptors ...
                  
    
    TimeCreated : 3/29/2021 2:17:19 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.
                  
                  Stage 1: Examining basic file system structure ...
                                                                                                                           
                                                                                         881920 file records processed.    
                                                                      
                  File verification completed.
                                                                                                                           
                                                                                         25084 large file records 
                  processed.                                   
                                                                                                                           
                                                                                         0 bad file records processed.     
                                                  
                  
                  Stage 2: Examining file name linkage ...
                                                                                                                           
                                                                                         1452 reparse records processed.   
                                                     
                                                                                                                           
                                                                                         1171426 index entries processed.  
                                                                       
                  Index verification completed.
                                                                                                                           
                                                                                         0 unindexed files scanned.        
                                                  
                                                                                                                           
                                                                                         0 unindexed files recovered to 
                  lost and found.                    
                                                                                                                           
                                                                                         1452 reparse records processed.   
                                                     
                  
                  Stage 3: Examining security descriptors ...
                  Security descriptor verification completed.
                                                                                                                           
                                                                                         144754 data files processed.      
                                                       
                  CHKDSK is verifying Usn Journal...
                                                                                                                           
                                                                                         36293624 USN bytes processed.     
                                                                        
                  Usn Journal verification completed.
                  
                  Windows has scanned the file system and found no problems.
                  No further action is required.
                  
                   248570090 KB total disk space.
                   185600892 KB in 428672 files.
                      374368 KB in 144755 indexes.
                           0 KB in bad sectors.
                     1002702 KB in use by the system.
                       65536 KB occupied by the log file.
                    61592128 KB available on disk.
                  
                        4096 bytes in each allocation unit.
                    62142522 total allocation units on disk.
                    15398032 allocation units available on disk.
                  
                  ----------------------------------------------------------------------
                  
                  
                  Stage 1: Examining basic file system structure ...
                  
                  Stage 2: Examining file name linkage ...
                  
                  Stage 3: Examining security descriptors ...
                  
    
    TimeCreated : 3/16/2021 1:17:37 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.
                  
                  Stage 1: Examining basic file system structure ...
                                                                                                                           
                                                                                         881920 file records processed.    
                                                                      
                  File verification completed.
                                                                                                                           
                                                                                         23139 large file records 
                  processed.                                   
                                                                                                                           
                                                                                         0 bad file records processed.     
                                                  
                  
                  Stage 2: Examining file name linkage ...
                                                                                                                           
                                                                                         1529 reparse records processed.   
                                                     
                                                                                                                           
                                                                                         1121072 index entries processed.  
                                                                       
                  Index verification completed.
                                                                                                                           
                                                                                         0 unindexed files scanned.        
                                                  
                                                                                                                           
                                                                                         0 unindexed files recovered to 
                  lost and found.                    
                                                                                                                           
                                                                                         1529 reparse records processed.   
                                                     
                  
                  Stage 3: Examining security descriptors ...
                  Security descriptor verification completed.
                                                                                                                           
                                                                                         119577 data files processed.      
                                                       
                  CHKDSK is verifying Usn Journal...
                                                                                                                           
                                                                                         39813120 USN bytes processed.     
                                                                        
                  Usn Journal verification completed.
                  
                  Windows has scanned the file system and found no problems.
                  No further action is required.
                  
                   248570090 KB total disk space.
                   188045956 KB in 412221 files.
                      370844 KB in 119578 indexes.
                           0 KB in bad sectors.
                     1006090 KB in use by the system.
                       65536 KB occupied by the log file.
                    59147200 KB available on disk.
                  
                        4096 bytes in each allocation unit.
                    62142522 total allocation units on disk.
                    14786800 allocation units available on disk.
                  
                  ----------------------------------------------------------------------
                  
                  
                  Stage 1: Examining basic file system structure ...
                  
                  Stage 2: Examining file name linkage ...
                  
                  Stage 3: Examining security descriptors ...
                  
    
    TimeCreated : 3/16/2021 8:36:44 AM
    Message     : Chkdsk was executed in scan mode on a volume snapshot.  
                  
                  Checking file system on C:
                  The type of the file system is NTFS.
                  
                  Stage 1: Examining basic file system structure ...
                                                                                                                           
                                                                                         881920 file records processed.    
                                                                      
                  File verification completed.
                                                                                                                           
                                                                                         23139 large file records 
                  processed.                                   
                                                                                                                           
                                                                                         0 bad file records processed.     
                                                  
                  
                  Stage 2: Examining file name linkage ...
                                                                                                                           
                                                                                         1525 reparse records processed.   
                                                     
                                                                                                                           
                                                                                         1121054 index entries processed.  
                                                                       
                  Index verification completed.
                                                                                                                           
                                                                                         0 unindexed files scanned.        
                                                  
                                                                                                                           
                                                                                         0 unindexed files recovered to 
                  lost and found.                    
                                                                                                                           
                                                                                         1525 reparse records processed.   
                                                     
                  
                  Stage 3: Examining security descriptors ...
                  Security descriptor verification completed.
                                                                                                                           
                                                                                         119568 data files processed.      
                                                       
                  CHKDSK is verifying Usn Journal...
                                                                                                                           
                                                                                         41304368 USN bytes processed.     
                                                                        
                  Usn Journal verification completed.
                  
                  Windows has scanned the file system and found no problems.
                  No further action is required.
                  
                   248570090 KB total disk space.
                   186418892 KB in 407380 files.
                      367880 KB in 119569 indexes.
                           0 KB in bad sectors.
                     1007626 KB in use by the system.
                       65536 KB occupied by the log file.
                    60775692 KB available on disk.
                  
                        4096 bytes in each allocation unit.
                    62142522 total allocation units on disk.
                    15193923 allocation units available on disk.
                  
                  ----------------------------------------------------------------------
                  
                  
                  Stage 1: Examining basic file system structure ...
                  
                  Stage 2: Examining file name linkage ...
                  
                  Stage 3: Examining security descriptors ...
                  
    
    TimeCreated : 1/30/2021 12:35:09 AM
    Message     : Chkdsk was executed in scan mode on a volume snapshot.  
                  
                  Checking file system on C:
                  The type of the file system is NTFS.
                  
                  Stage 1: Examining basic file system structure ...
                                                                                                                           
                                                                                         881920 file records processed.    
                                                                      
                  File verification completed.
                                                                                                                           
                                                                                         23036 large file records 
                  processed.                                   
                                                                                                                           
                                                                                         0 bad file records processed.     
                                                  
                  
                  Stage 2: Examining file name linkage ...
                                                                                                                           
                                                                                         1337 reparse records processed.   
                                                     
                                                                                                                           
                                                                                         1116192 index entries processed.  
                                                                       
                  Index verification completed.
                                                                                                                           
                                                                                         0 unindexed files scanned.        
                                                  
                                                                                                                           
                                                                                         0 unindexed files recovered to 
                  lost and found.                    
                                                                                                                           
                                                                                         1337 reparse records processed.   
                                                     
                  
                  Stage 3: Examining security descriptors ...
                  Security descriptor verification completed.
                                                                                                                           
                                                                                         117137 data files processed.      
                                                       
                  CHKDSK is verifying Usn Journal...
                                                                                                                           
                                                                                         35176664 USN bytes processed.     
                                                                        
                  Usn Journal verification completed.
                  
                  Windows has scanned the file system and found no problems.
                  No further action is required.
                  
                   248570090 KB total disk space.
                   174321988 KB in 372748 files.
                      352428 KB in 117138 indexes.
                           0 KB in bad sectors.
                     1001146 KB in use by the system.
                       65536 KB occupied by the log file.
                    72894528 KB available on disk.
                  
                        4096 bytes in each allocation unit.
                    62142522 total allocation units on disk.
                    18223632 allocation units available on disk.
                  
                  ----------------------------------------------------------------------
                  
                  
                  Stage 1: Examining basic file system structure ...
                  
                  Stage 2: Examining file name linkage ...
                  
                  Stage 3: Examining security descriptors ...
                  
    
    TimeCreated : 1/16/2021 9:30:34 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.
                  
                  Stage 1: Examining basic file system structure ...
                                                                                                                           
                                                                                         881920 file records processed.    
                                                                      
                  File verification completed.
                                                                                                                           
                                                                                         22880 large file records 
                  processed.                                   
                                                                                                                           
                                                                                         0 bad file records processed.     
                                                  
                  
                  Stage 2: Examining file name linkage ...
                                                                                                                           
                                                                                         1315 reparse records processed.   
                                                     
                                                                                                                           
                                                                                         1113678 index entries processed.  
                                                                       
                  Index verification completed.
                                                                                                                           
                                                                                         0 unindexed files scanned.        
                                                  
                                                                                                                           
                                                                                         0 unindexed files recovered to 
                  lost and found.                    
                                                                                                                           
                                                                                         1315 reparse records processed.   
                                                     
                  
                  Stage 3: Examining security descriptors ...
                  Security descriptor verification completed.
                                                                                                                           
                                                                                         115880 data files processed.      
                                                       
                  CHKDSK is verifying Usn Journal...
                                                                                                                           
                                                                                         41435896 USN bytes processed.     
                                                                        
                  Usn Journal verification completed.
                  
                  Windows has scanned the file system and found no problems.
                  No further action is required.
                  
                   248570090 KB total disk space.
                   175550928 KB in 423345 files.
                      388984 KB in 115881 indexes.
                           0 KB in bad sectors.
                     1007274 KB in use by the system.
                       65536 KB occupied by the log file.
                    71622904 KB available on disk.
                  
                        4096 bytes in each allocation unit.
                    62142522 total allocation units on disk.
                    17905726 allocation units available on disk.
                  
                  ----------------------------------------------------------------------
                  
                  
                  Stage 1: Examining basic file system structure ...
                  
                  Stage 2: Examining file name linkage ...
                  
                  Stage 3: Examining security descriptors ...
                  
    
    TimeCreated : 1/16/2021 3:53:38 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.
                  
                  Stage 1: Examining basic file system structure ...
                                                                                                                           
                                                                                         881920 file records processed.    
                                                                      
                  File verification completed.
                                                                                                                           
                                                                                         22879 large file records 
                  processed.                                   
                                                                                                                           
                                                                                         0 bad file records processed.     
                                                  
                  
                  Stage 2: Examining file name linkage ...
                                                                                                                           
                                                                                         1314 reparse records processed.   
                                                     
                                                                                                                           
                                                                                         1113662 index entries processed.  
                                                                       
                  Index verification completed.
                                                                                                                           
                                                                                         0 unindexed files scanned.        
                                                  
                                                                                                                           
                                                                                         0 unindexed files recovered to 
                  lost and found.                    
                                                                                                                           
                                                                                         1314 reparse records processed.   
                                                     
                  
                  Stage 3: Examining security descriptors ...
                  Security descriptor verification completed.
                                                                                                                           
                                                                                         115872 data files processed.      
                                                       
                  CHKDSK is verifying Usn Journal...
                                                                                                                           
                                                                                         41223736 USN bytes processed.     
                                                                        
                  Usn Journal verification completed.
                  
                  Windows has scanned the file system and found no problems.
                  No further action is required.
                  
                   248570090 KB total disk space.
                   173957104 KB in 417512 files.
                      386092 KB in 115873 indexes.
                           0 KB in bad sectors.
                     1007274 KB in use by the system.
                       65536 KB occupied by the log file.
                    73219620 KB available on disk.
                  
                        4096 bytes in each allocation unit.
                    62142522 total allocation units on disk.
                    18304905 allocation units available on disk.
                  
                  ----------------------------------------------------------------------
                  
                  
                  Stage 1: Examining basic file system structure ...
                  
                  Stage 2: Examining file name linkage ...
                  
                  Stage 3: Examining security descriptors ...
                  
    
    TimeCreated : 12/19/2020 9:48:37 AM
    Message     : Chkdsk was executed in read-only mode on a volume snapshot.  
                  
                  Checking file system on Y:
                  The type of the file system is NTFS.
                  Volume label is Recovery.
                  
                  WARNING!  /F parameter not specified.
                  Running CHKDSK in read-only mode.
                  
                  Stage 1: Examining basic file system structure ...
                                                                                                                           
                                                                                         256 file records processed.       
                                                                   
                  File verification completed.
                                                                                                                           
                                                                                         0 large file records processed.   
                                                  
                                                                                                                           
                                                                                         0 bad file records processed.     
                                                  
                  
                  Stage 2: Examining file name linkage ...
                                                                                                                           
                                                                                         282 index entries processed.      
                                                                   
                  Index verification completed.
                                                                                                                           
                                                                                         0 unindexed files scanned.        
                                                  
                                                                                                                           
                                                                                         0 unindexed files recovered to 
                  lost and found.                    
                                                                                                                           
                                                                                         0 reparse records processed.      
                                                  
                                                                                                                           
                                                                                         0 reparse records processed.      
                                                  
                  
                  Stage 3: Examining security descriptors ...
                  Security descriptor verification completed.
                                                                                                                           
                                                                                         14 data files processed.          
                                                   
                  CHKDSK is verifying Usn Journal...
                                                                                                                           
                                                                                         6560 USN bytes processed.         
                                                                    
                  Usn Journal verification completed.
                  
                  Windows has scanned the file system and found no problems.
                  No further action is required.
                  
                      460799 KB total disk space.
                        5208 KB in 9 files.
                          76 KB in 15 indexes.
                           0 KB in bad sectors.
                        5103 KB in use by the system.
                        4160 KB occupied by the log file.
                      450412 KB available on disk.
                  
                        4096 bytes in each allocation unit.
                      115199 total allocation units on disk.
                      112603 allocation units available on disk.
                  
    
    TimeCreated : 12/9/2020 1:31:53 AM
    Message     : Chkdsk was executed in read-only mode on a volume snapshot.  
                  
                  Checking file system on Y:
                  The type of the file system is NTFS.
                  Volume label is Recovery.
                  
                  WARNING!  /F parameter not specified.
                  Running CHKDSK in read-only mode.
                  
                  Stage 1: Examining basic file system structure ...
                                                                                                                           
                                                                                         256 file records processed.       
                                                                   
                  File verification completed.
                                                                                                                           
                                                                                         0 large file records processed.   
                                                  
                                                                                                                           
                                                                                         0 bad file records processed.     
                                                  
                  
                  Stage 2: Examining file name linkage ...
                                                                                                                           
                                                                                         282 index entries processed.      
                                                                   
                  Index verification completed.
                                                                                                                           
                                                                                         0 unindexed files scanned.        
                                                  
                                                                                                                           
                                                                                         0 unindexed files recovered to 
                  lost and found.                    
                                                                                                                           
                                                                                         0 reparse records processed.      
                                                  
                                                                                                                           
                                                                                         0 reparse records processed.      
                                                  
                  
                  Stage 3: Examining security descriptors ...
                  Security descriptor verification completed.
                                                                                                                           
                                                                                         14 data files processed.          
                                                   
                  CHKDSK is verifying Usn Journal...
                                                                                                                           
                                                                                         6384 USN bytes processed.         
                                                                    
                  Usn Journal verification completed.
                  
                  Windows has scanned the file system and found no problems.
                  No further action is required.
                  
                      460799 KB total disk space.
                        5208 KB in 9 files.
                          76 KB in 15 indexes.
                           0 KB in bad sectors.
                        5103 KB in use by the system.
                        4160 KB occupied by the log file.
                      450412 KB available on disk.
                  
                        4096 bytes in each allocation unit.
                      115199 total allocation units on disk.
                      112603 allocation units available on disk.
                  
    
    TimeCreated : 12/7/2020 10:54:04 PM
    Message     : Chkdsk was executed in read-only mode on a volume snapshot.  
                  
                  Checking file system on Y:
                  The type of the file system is NTFS.
                  Volume label is Recovery.
                  
                  WARNING!  /F parameter not specified.
                  Running CHKDSK in read-only mode.
                  
                  Stage 1: Examining basic file system structure ...
                                                                                                                           
                                                                                         256 file records processed.       
                                                                   
                  File verification completed.
                                                                                                                           
                                                                                         0 large file records processed.   
                                                  
                                                                                                                           
                                                                                         0 bad file records processed.     
                                                  
                  
                  Stage 2: Examining file name linkage ...
                                                                                                                           
                                                                                         282 index entries processed.      
                                                                   
                  Index verification completed.
                                                                                                                           
                                                                                         0 unindexed files scanned.        
                                                  
                                                                                                                           
                                                                                         0 unindexed files recovered to 
                  lost and found.                    
                                                                                                                           
                                                                                         0 reparse records processed.      
                                                  
                                                                                                                           
                                                                                         0 reparse records processed.      
                                                  
                  
                  Stage 3: Examining security descriptors ...
                  Security descriptor verification completed.
                                                                                                                           
                                                                                         14 data files processed.          
                                                   
                  CHKDSK is verifying Usn Journal...
                                                                                                                           
                                                                                         6384 USN bytes processed.         
                                                                    
                  Usn Journal verification completed.
                  
                  Windows has scanned the file system and found no problems.
                  No further action is required.
                  
                      460799 KB total disk space.
                        5208 KB in 9 files.
                          76 KB in 15 indexes.
                           0 KB in bad sectors.
                        5103 KB in use by the system.
                        4160 KB occupied by the log file.
                      450412 KB available on disk.
                  
                        4096 bytes in each allocation unit.
                      115199 total allocation units on disk.
                      112603 allocation units available on disk.
                  
    
    TimeCreated : 11/23/2020 12:28:34 AM
    Message     : Chkdsk was executed in scan mode on a volume snapshot.  
                  
                  Checking file system on C:
                  The type of the file system is NTFS.
                  
                  Stage 1: Examining basic file system structure ...
                                                                                                                           
                                                                                         881920 file records processed.    
                                                                      
                  File verification completed.
                                                                                                                           
                                                                                         23266 large file records 
                  processed.                                   
                                                                                                                           
                                                                                         0 bad file records processed.     
                                                  
                  
                  Stage 2: Examining file name linkage ...
                                                                                                                           
                                                                                         1219 reparse records processed.   
                                                     
                                                                                                                           
                                                                                         1113384 index entries processed.  
                                                                       
                  Index verification completed.
                                                                                                                           
                                                                                         0 unindexed files scanned.        
                                                  
                                                                                                                           
                                                                                         0 unindexed files recovered to 
                  lost and found.                    
                                                                                                                           
                                                                                         1219 reparse records processed.   
                                                     
                  
                  Stage 3: Examining security descriptors ...
                  Security descriptor verification completed.
                                                                                                                           
                                                                                         115733 data files processed.      
                                                       
                  CHKDSK is verifying Usn Journal...
                                                                                                                           
                                                                                         39792072 USN bytes processed.     
                                                                        
                  Usn Journal verification completed.
                  
                  Windows has scanned the file system and found no problems.
                  No further action is required.
                  
                   248570090 KB total disk space.
                   173277340 KB in 403103 files.
                      384732 KB in 115734 indexes.
                           0 KB in bad sectors.
                     1006266 KB in use by the system.
                       65536 KB occupied by the log file.
                    73901752 KB available on disk.
                  
                        4096 bytes in each allocation unit.
                    62142522 total allocation units on disk.
                    18475438 allocation units available on disk.
                  
                  ----------------------------------------------------------------------
                  
                  
                  Stage 1: Examining basic file system structure ...
                  
                  Stage 2: Examining file name linkage ...
                  
                  Stage 3: Examining security descriptors ...
                  
    
    TimeCreated : 11/22/2020 2:59:03 AM
    Message     : Chkdsk was executed in read-only mode on a volume snapshot.  
                  
                  Checking file system on Y:
                  The type of the file system is NTFS.
                  Volume label is Recovery.
                  
                  WARNING!  /F parameter not specified.
                  Running CHKDSK in read-only mode.
                  
                  Stage 1: Examining basic file system structure ...
                                                                                                                           
                                                                                         256 file records processed.       
                                                                   
                  File verification completed.
                                                                                                                           
                                                                                         0 large file records processed.   
                                                  
                                                                                                                           
                                                                                         0 bad file records processed.     
                                                  
                  
                  Stage 2: Examining file name linkage ...
                                                                                                                           
                                                                                         282 index entries processed.      
                                                                   
                  Index verification completed.
                                                                                                                           
                                                                                         0 unindexed files scanned.        
                                                  
                                                                                                                           
                                                                                         0 unindexed files recovered to 
                  lost and found.                    
                                                                                                                           
                                                                                         0 reparse records processed.      
                                                  
                                                                                                                           
                                                                                         0 reparse records processed.      
                                                  
                  
                  Stage 3: Examining security descriptors ...
                  Security descriptor verification completed.
                                                                                                                           
                                                                                         14 data files processed.          
                                                   
                  CHKDSK is verifying Usn Journal...
                                                                                                                           
                                                                                         6032 USN bytes processed.         
                                                                    
                  Usn Journal verification completed.
                  
                  Windows has scanned the file system and found no problems.
                  No further action is required.
                  
                      460799 KB total disk space.
                        5208 KB in 9 files.
                          76 KB in 15 indexes.
                           0 KB in bad sectors.
                        5103 KB in use by the system.
                        4160 KB occupied by the log file.
                      450412 KB available on disk.
                  
                        4096 bytes in each allocation unit.
                      115199 total allocation units on disk.
                      112603 allocation units available on disk.
                  
    
    TimeCreated : 11/14/2020 10:11:05 AM
    Message     : Chkdsk was executed in scan mode on a volume snapshot.  
                  
                  Checking file system on C:
                  The type of the file system is NTFS.
                  
                  Stage 1: Examining basic file system structure ...
                                                                                                                           
                                                                                         881920 file records processed.    
                                                                      
                  File verification completed.
                                                                                                                           
                                                                                         23170 large file records 
                  processed.                                   
                                                                                                                           
                                                                                         0 bad file records processed.     
                                                  
                  
                  Stage 2: Examining file name linkage ...
                                                                                                                           
                                                                                         1199 reparse records processed.   
                                                     
                                                                                                                           
                                                                                         1112252 index entries processed.  
                                                                       
                  Index verification completed.
                                                                                                                           
                                                                                         0 unindexed files scanned.        
                                                  
                                                                                                                           
                                                                                         0 unindexed files recovered to 
                  lost and found.                    
                                                                                                                           
                                                                                         1199 reparse records processed.   
                                                     
                  
                  Stage 3: Examining security descriptors ...
                  Security descriptor verification completed.
                                                                                                                           
                                                                                         115167 data files processed.      
                                                       
                  CHKDSK is verifying Usn Journal...
                                                                                                                           
                                                                                         36811240 USN bytes processed.     
                                                                        
                  Usn Journal verification completed.
                  
                  Windows has scanned the file system and found no problems.
                  No further action is required.
                  
                   248570090 KB total disk space.
                   166979072 KB in 393513 files.
                      378728 KB in 115168 indexes.
                           0 KB in bad sectors.
                     1003190 KB in use by the system.
                       65536 KB occupied by the log file.
                    80209100 KB available on disk.
                  
                        4096 bytes in each allocation unit.
                    62142522 total allocation units on disk.
                    20052275 allocation units available on disk.
                  
                  ----------------------------------------------------------------------
                  
                  
                  Stage 1: Examining basic file system structure ...
                  
                  Stage 2: Examining file name linkage ...
                  
                  Stage 3: Examining security descriptors ...
                  
    
    TimeCreated : 10/28/2020 5:53:45 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.
                  
                  Stage 1: Examining basic file system structure ...
                                                                                                                           
                                                                                         881920 file records processed.    
                                                                      
                  File verification completed.
                                                                                                                           
                                                                                         23256 large file records 
                  processed.                                   
                                                                                                                           
                                                                                         0 bad file records processed.     
                                                  
                  
                  Stage 2: Examining file name linkage ...
                                                                                                                           
                                                                                         1403 reparse records processed.   
                                                     
                                                                                                                           
                                                                                         1113128 index entries processed.  
                                                                       
                  Index verification completed.
                                                                                                                           
                                                                                         0 unindexed files scanned.        
                                                  
                                                                                                                           
                                                                                         0 unindexed files recovered to 
                  lost and found.                    
                                                                                                                           
                                                                                         1403 reparse records processed.   
                                                     
                  
                  Stage 3: Examining security descriptors ...
                  Security descriptor verification completed.
                                                                                                                           
                                                                                         115605 data files processed.      
                                                       
                  CHKDSK is verifying Usn Journal...
                                                                                                                           
                                                                                         40013728 USN bytes processed.     
                                                                        
                  Usn Journal verification completed.
                  
                  Windows has scanned the file system and found no problems.
                  No further action is required.
                  
                   248570090 KB total disk space.
                   217953136 KB in 443070 files.
                      401796 KB in 115606 indexes.
                           0 KB in bad sectors.
                     1006294 KB in use by the system.
                       65536 KB occupied by the log file.
                    29208864 KB available on disk.
                  
                        4096 bytes in each allocation unit.
                    62142522 total allocation units on disk.
                     7302216 allocation units available on disk.
                  
                  ----------------------------------------------------------------------
                  
                  
                  Stage 1: Examining basic file system structure ...
                  
                  Stage 2: Examining file name linkage ...
                  
                  Stage 3: Examining security descriptors ...
                  
    
    TimeCreated : 10/26/2020 2:19:30 AM
    Message     : Chkdsk was executed in scan mode on a volume snapshot.  
                  
                  Checking file system on C:
                  The type of the file system is NTFS.
                  
                  Stage 1: Examining basic file system structure ...
                                                                                                                           
                                                                                         881920 file records processed.    
                                                                      
                  File verification completed.
                                                                                                                           
                                                                                         23254 large file records 
                  processed.                                   
                                                                                                                           
                                                                                         0 bad file records processed.     
                                                  
                  
                  Stage 2: Examining file name linkage ...
                                                                                                                           
                                                                                         1348 reparse records processed.   
                                                     
                                                                                                                           
                                                                                         1112712 index entries processed.  
                                                                       
                  Index verification completed.
                                                                                                                           
                                                                                         0 unindexed files scanned.        
                                                  
                                                                                                                           
                                                                                         0 unindexed files recovered to 
                  lost and found.                    
                                                                                                                           
                                                                                         1348 reparse records processed.   
                                                     
                  
                  Stage 3: Examining security descriptors ...
                  Security descriptor verification completed.
                                                                                                                           
                                                                                         115397 data files processed.      
                                                       
                  CHKDSK is verifying Usn Journal...
                                                                                                                           
                                                                                         36380888 USN bytes processed.     
                                                                        
                  Usn Journal verification completed.
                  
                  Windows has scanned the file system and found no problems.
                  No further action is required.
                  
                   248570090 KB total disk space.
                   210808068 KB in 435423 files.
                      396116 KB in 115398 indexes.
                           0 KB in bad sectors.
                     1002702 KB in use by the system.
                       65536 KB occupied by the log file.
                    36363204 KB available on disk.
                  
                        4096 bytes in each allocation unit.
                    62142522 total allocation units on disk.
                     9090801 allocation units available on disk.
                  
                  ----------------------------------------------------------------------
                  
                  
                  Stage 1: Examining basic file system structure ...
                  
                  Stage 2: Examining file name linkage ...
                  
                  Stage 3: Examining security descriptors ...
                  
    
    TimeCreated : 10/23/2020 11:17:09 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.
                  
                  Stage 1: Examining basic file system structure ...
                                                                                                                           
                                                                                         881920 file records processed.    
                                                                      
                  File verification completed.
                                                                                                                           
                                                                                         23150 large file records 
                  processed.                                   
                                                                                                                           
                                                                                         0 bad file records processed.     
                                                  
                  
                  Stage 2: Examining file name linkage ...
                                                                                                                           
                                                                                         1315 reparse records processed.   
                                                     
                                                                                                                           
                                                                                         1112472 index entries processed.  
                                                                       
                  Index verification completed.
                                                                                                                           
                                                                                         0 unindexed files scanned.        
                                                  
                                                                                                                           
                                                                                         0 unindexed files recovered to 
                  lost and found.                    
                                                                                                                           
                                                                                         1315 reparse records processed.   
                                                     
                  
                  Stage 3: Examining security descriptors ...
                  Security descriptor verification completed.
                                                                                                                           
                                                                                         115277 data files processed.      
                                                       
                  CHKDSK is verifying Usn Journal...
                                                                                                                           
                                                                                         36448840 USN bytes processed.     
                                                                        
                  Usn Journal verification completed.
                  
                  Windows has scanned the file system and found no problems.
                  No further action is required.
                  
                   248570090 KB total disk space.
                   201645456 KB in 444667 files.
                      393240 KB in 115278 indexes.
                           0 KB in bad sectors.
                     1002810 KB in use by the system.
                       65536 KB occupied by the log file.
                    45528584 KB available on disk.
                  
                        4096 bytes in each allocation unit.
                    62142522 total allocation units on disk.
                    11382146 allocation units available on disk.
                  
                  ----------------------------------------------------------------------
                  
                  
                  Stage 1: Examining basic file system structure ...
                  
                  Stage 2: Examining file name linkage ...
                  
                  Stage 3: Examining security descriptors ...
                  
    
    TimeCreated : 10/21/2020 7:10:07 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.
                  
                  Stage 1: Examining basic file system structure ...
                                                                                                                           
                                                                                         881920 file records processed.    
                                                                      
                  File verification completed.
                                                                                                                           
                                                                                         23108 large file records 
                  processed.                                   
                                                                                                                           
                                                                                         0 bad file records processed.     
                                                  
                  
                  Stage 2: Examining file name linkage ...
                                                                                                                           
                                                                                         1286 reparse records processed.   
                                                     
                  
                  ----------------------------------------------------------------------
                  
                  
                  Stage 1: Examining basic file system structure ...
                  
                  Stage 2: Examining file name linkage ...
                  An unspecified error occurred (696e647863686b2e 1486).
                  
    
    TimeCreated : 10/20/2020 8:37:28 AM
    Message     : Chkdsk was executed in scan mode on a volume snapshot.  
                  
                  Checking file system on C:
                  The type of the file system is NTFS.
                  
                  Stage 1: Examining basic file system structure ...
                                                                                                                           
                                                                                         881920 file records processed.    
                                                                      
                  File verification completed.
                                                                                                                           
                                                                                         23045 large file records 
                  processed.                                   
                                                                                                                           
                                                                                         0 bad file records processed.     
                                                  
                  
                  Stage 2: Examining file name linkage ...
                                                                                                                           
                                                                                         1268 reparse records processed.   
                                                     
                  
                  ----------------------------------------------------------------------
                  
                  
                  Stage 1: Examining basic file system structure ...
                  
                  Stage 2: Examining file name linkage ...
                  An unspecified error occurred (696e647863686b2e 1486).
                  
    
    TimeCreated : 10/10/2020 2:59:37 PM
    Message     : Chkdsk was executed in read-only mode on a volume snapshot.  
                  
                  Checking file system on Y:
                  The type of the file system is NTFS.
                  Volume label is Recovery.
                  
                  WARNING!  /F parameter not specified.
                  Running CHKDSK in read-only mode.
                  
                  Stage 1: Examining basic file system structure ...
                                                                                                                           
                                                                                         256 file records processed.       
                                                                   
                  File verification completed.
                                                                                                                           
                                                                                         0 large file records processed.   
                                                  
                                                                                                                           
                                                                                         0 bad file records processed.     
                                                  
                  
                  Stage 2: Examining file name linkage ...
                                                                                                                           
                                                                                         282 index entries processed.      
                                                                   
                  Index verification completed.
                                                                                                                           
                                                                                         0 unindexed files scanned.        
                                                  
                                                                                                                           
                                                                                         0 unindexed files recovered to 
                  lost and found.                    
                                                                                                                           
                                                                                         0 reparse records processed.      
                                                  
                                                                                                                           
                                                                                         0 reparse records processed.      
                                                  
                  
                  Stage 3: Examining security descriptors ...
                  Security descriptor verification completed.
                                                                                                                           
                                                                                         14 data files processed.          
                                                   
                  CHKDSK is verifying Usn Journal...
                                                                                                                           
                                                                                         6032 USN bytes processed.         
                                                                    
                  Usn Journal verification completed.
                  
                  Windows has scanned the file system and found no problems.
                  No further action is required.
                  
                      460799 KB total disk space.
                        5208 KB in 9 files.
                          76 KB in 15 indexes.
                           0 KB in bad sectors.
                        5103 KB in use by the system.
                        4160 KB occupied by the log file.
                      450412 KB available on disk.
                  
                        4096 bytes in each allocation unit.
                      115199 total allocation units on disk.
                      112603 allocation units available on disk.
                  
    
    TimeCreated : 9/27/2020 9:27:03 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.
                  
                  Stage 1: Examining basic file system structure ...
                                                                                                                           
                                                                                         881920 file records processed.    
                                                                      
                  File verification completed.
                                                                                                                           
                                                                                         22872 large file records 
                  processed.                                   
                                                                                                                           
                                                                                         0 bad file records processed.     
                                                  
                  
                  Stage 2: Examining file name linkage ...
                                                                                                                           
                                                                                         1259 reparse records processed.   
                                                     
                                                                                                                           
                                                                                         1111300 index entries processed.  
                                                                       
                  Index verification completed.
                                                                                                                           
                                                                                         0 unindexed files scanned.        
                                                  
                                                                                                                           
                                                                                         0 unindexed files recovered to 
                  lost and found.                    
                                                                                                                           
                                                                                         1259 reparse records processed.   
                                                     
                  
                  Stage 3: Examining security descriptors ...
                  Security descriptor verification completed.
                                                                                                                           
                                                                                         114691 data files processed.      
                                                       
                  CHKDSK is verifying Usn Journal...
                                                                                                                           
                                                                                         37718952 USN bytes processed.     
                                                                        
                  Usn Journal verification completed.
                  
                  Windows has scanned the file system and found no problems.
                  No further action is required.
                  
                   248570090 KB total disk space.
                   166158120 KB in 561184 files.
                      374796 KB in 114692 indexes.
                           0 KB in bad sectors.
                     1003778 KB in use by the system.
                       65536 KB occupied by the log file.
                    81033396 KB available on disk.
                  
                        4096 bytes in each allocation unit.
                    62142522 total allocation units on disk.
                    20258349 allocation units available on disk.
                  
                  ----------------------------------------------------------------------
                  
                  
                  Stage 1: Examining basic file system structure ...
                  
                  Stage 2: Examining file name linkage ...
                  
                  Stage 3: Examining security descriptors ...
                  
    
    TimeCreated : 9/19/2020 1:47:45 PM
    Message     : Chkdsk was executed in read-only mode on a volume snapshot.  
                  
                  Checking file system on Y:
                  The type of the file system is NTFS.
                  Volume label is Recovery.
                  
                  WARNING!  /F parameter not specified.
                  Running CHKDSK in read-only mode.
                  
                  Stage 1: Examining basic file system structure ...
                                                                                                                           
                                                                                         256 file records processed.       
                                                                   
                  File verification completed.
                                                                                                                           
                                                                                         0 large file records processed.   
                                                  
                                                                                                                           
                                                                                         0 bad file records processed.     
                                                  
                  
                  Stage 2: Examining file name linkage ...
                                                                                                                           
                                                                                         282 index entries processed.      
                                                                   
                  Index verification completed.
                                                                                                                           
                                                                                         0 unindexed files scanned.        
                                                  
                                                                                                                           
                                                                                         0 unindexed files recovered to 
                  lost and found.                    
                                                                                                                           
                                                                                         0 reparse records processed.      
                                                  
                                                                                                                           
                                                                                         0 reparse records processed.      
                                                  
                  
                  Stage 3: Examining security descriptors ...
                  Security descriptor verification completed.
                                                                                                                           
                                                                                         14 data files processed.          
                                                   
                  CHKDSK is verifying Usn Journal...
                                                                                                                           
                                                                                         6032 USN bytes processed.         
                                                                    
                  Usn Journal verification completed.
                  
                  Windows has scanned the file system and found no problems.
                  No further action is required.
                  
                      460799 KB total disk space.
                        5208 KB in 9 files.
                          76 KB in 15 indexes.
                           0 KB in bad sectors.
                        5103 KB in use by the system.
                        4160 KB occupied by the log file.
                      450412 KB available on disk.
                  
                        4096 bytes in each allocation unit.
                      115199 total allocation units on disk.
                      112603 allocation units available on disk.
                  
    
    TimeCreated : 8/24/2020 10:47:35 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.
                  
                  Stage 1: Examining basic file system structure ...
                                                                                                                           
                                                                                         881920 file records processed.    
                                                                      
                  File verification completed.
                                                                                                                           
                                                                                         22743 large file records 
                  processed.                                   
                                                                                                                           
                                                                                         0 bad file records processed.     
                                                  
                  
                  Stage 2: Examining file name linkage ...
                                                                                                                           
                                                                                         1313 reparse records processed.   
                                                     
                                                                                                                           
                                                                                         1108206 index entries processed.  
                                                                       
                  Index verification completed.
                                                                                                                           
                                                                                         0 unindexed files scanned.        
                                                  
                                                                                                                           
                                                                                         0 unindexed files recovered to 
                  lost and found.                    
                                                                                                                           
                                                                                         1313 reparse records processed.   
                                                     
                  
                  Stage 3: Examining security descriptors ...
                  Security descriptor verification completed.
                                                                                                                           
                                                                                         113144 data files processed.      
                                                       
                  CHKDSK is verifying Usn Journal...
                                                                                                                           
                                                                                         41540920 USN bytes processed.     
                                                                        
                  Usn Journal verification completed.
                  
                  Windows has scanned the file system and found no problems.
                  No further action is required.
                  
                   248570090 KB total disk space.
                   163209568 KB in 563947 files.
                      360744 KB in 113145 indexes.
                           0 KB in bad sectors.
                     1007618 KB in use by the system.
                       65536 KB occupied by the log file.
                    83992160 KB available on disk.
                  
                        4096 bytes in each allocation unit.
                    62142522 total allocation units on disk.
                    20998040 allocation units available on disk.
                  
                  ----------------------------------------------------------------------
                  
                  
                  Stage 1: Examining basic file system structure ...
                  
                  Stage 2: Examining file name linkage ...
                  
                  Stage 3: Examining security descriptors ...
                  
    
    TimeCreated : 8/16/2020 2:03:25 AM
    Message     : Chkdsk was executed in scan mode on a volume snapshot.  
                  
                  Checking file system on C:
                  The type of the file system is NTFS.
                  
                  Stage 1: Examining basic file system structure ...
                                                                                                                           
                                                                                         881920 file records processed.    
                                                                      
                  File verification completed.
                                                                                                                           
                                                                                         22670 large file records 
                  processed.                                   
                                                                                                                           
                                                                                         0 bad file records processed.     
                                                  
                  
                  Stage 2: Examining file name linkage ...
                                                                                                                           
                                                                                         1228 reparse records processed.   
                                                     
                                                                                                                           
                                                                                         1107518 index entries processed.  
                                                                       
                  Index verification completed.
                                                                                                                           
                                                                                         0 unindexed files scanned.        
                                                  
                                                                                                                           
                                                                                         0 unindexed files recovered to 
                  lost and found.                    
                                                                                                                           
                                                                                         1228 reparse records processed.   
                                                     
                  
                  Stage 3: Examining security descriptors ...
                  Security descriptor verification completed.
                                                                                                                           
                                                                                         112800 data files processed.      
                                                       
                  CHKDSK is verifying Usn Journal...
                                                                                                                           
                                                                                         35925512 USN bytes processed.     
                                                                        
                  Usn Journal verification completed.
                  
                  Windows has scanned the file system and found no problems.
                  No further action is required.
                  
                   248570090 KB total disk space.
                   149008304 KB in 548342 files.
                      363612 KB in 112801 indexes.
                           0 KB in bad sectors.
                     1001914 KB in use by the system.
                       65536 KB occupied by the log file.
                    98196260 KB available on disk.
                  
                        4096 bytes in each allocation unit.
                    62142522 total allocation units on disk.
                    24549065 allocation units available on disk.
                  
                  ----------------------------------------------------------------------
                  
                  
                  Stage 1: Examining basic file system structure ...
                  
                  Stage 2: Examining file name linkage ...
                  
                  Stage 3: Examining security descriptors ...
      My Computer


  7. Posts : 7,607
    Windows 10 Home 20H2
       #657

    Have you tried the following?

    👉Tuneup_plus_log.bat ✔️
      My Computer


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

    Running it now:

    Code:
        Operation (1): SFC.exe is checking the system files.

    It does not copy all of the displayed information during the run:
    Code:
        Operation (1): SFC.exe is checking the system files.
      My Computer


  9. Posts : 7,607
    Windows 10 Home 20H2
       #659

    You don't have to copy the displayed information during the run.
    The information lets users know that the operation is in progress.
      My Computer


  10. Posts : 41,472
    windows 10 professional version 1607 build 14393.969 64 bit
       #660

    Run time approximately 11 minutes:





    What does the no instances available refer to?




    Code:
        Started on Sat 04/17/2021 at  0:15:17.59 
            [SFC /ScanNow] 
    Beginning system scan.  This process will take some time.
    Results: 
     
    Windows Resource Protection did not find any integrity violations.
     
    ==================================================================
        Started on Sat 04/17/2021 at  0:22:13.52 
            [DISM /online /cleanup-image /ScanHealth] 
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1518
    Image Version: 10.0.17763.1577 
     
    No component store corruption detected.
    The operation completed successfully.
     
    ==================================================================
        Started on Sat 04/17/2021 at  0:23:58.94 
            [DISM /online /cleanup-image /RestoreHealth] 
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1518
    Image Version: 10.0.17763.1577 
     
    The restore operation completed successfully.
    The operation completed successfully.
     
    ==================================================================
    The second "SFC /ScanNow" was skipped, as the first had output the following:
    Windows Resource Protection did not find any integrity violations. 
    ==================================================================
        Started on Sat 04/17/2021 at  0:25:40.13 
            [ChkDsk /Scan]  
    The type of the file system is NTFS.
     
    Stage 1: Examining basic file system structure ... 
    881920 file records processed.                                                        
    File verification completed.
    22510 large file records processed.                                   
    0 bad file records processed.                                     
     
    Stage 2: Examining file name linkage ... 
    1509 reparse records processed.                                      
    1135436 index entries processed.                                                       
    Index verification completed.
    0 unindexed files scanned.                                        
    0 unindexed files recovered to lost and found.                    
    1509 reparse records processed.                                      
     
    Stage 3: Examining security descriptors ... 
    Security descriptor verification completed.
    126759 data files processed.                                           
    CHKDSK is verifying Usn Journal...
    38612688 USN bytes processed.                                                          
    Usn Journal verification completed.
     
    Windows has scanned the file system and found no problems. 
    No further action is required.
     
    248570090 KB total disk space. 
    203148212 KB in 377404 files.
    357248 KB in 126760 indexes.
    0 KB in bad sectors.
    1004602 KB in use by the system.
    65536 KB occupied by the log file.
    44060028 KB available on disk.
     
    4096 bytes in each allocation unit. 
    62142522 total allocation units on disk.
    11015007 allocation units available on disk.
     
    ==================================================================
        Started on Sat 04/17/2021 at  0:26:29.43 
     
    AutoReboot  
    FALSE       
     
    ==================================================================
            [Set AutoReboot = False] 
    Updating property(s) of '\\DESKTOP-9HEBUKS\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Pro|C:\\WINDOWS|\\Device\\Harddisk0\\Partition4"'
    
    Property(s) update successful.
    
    ==================================================================
     
    AutoReboot  
    FALSE       
     
    ==================================================================
     
    DebugInfoType  
    7              
     
    ==================================================================
            [Set DebugInfoType = 7] 
    Updating property(s) of '\\DESKTOP-9HEBUKS\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Pro|C:\\WINDOWS|\\Device\\Harddisk0\\Partition4"'
    
    Property(s) update successful.
    
    ==================================================================
     
    DebugInfoType  
    7              
     
    ==================================================================
            [WMIC PageFile list] 
    AllocatedBaseSize=30343
    CurrentUsage=3153
    Description=C:\pagefile.sys
    InstallDate=20180430231751.753916-300
    Name=C:\pagefile.sys
    PeakUsage=6425
    Status=
    TempPageFile=FALSE
     
    ==================================================================
     
     
    ==================================================================
            [Set AutomaticManagedPagefile = True] 
    No Instance(s) Available.
    
    ==================================================================
     
     
    ==================================================================
            [BcdEdit /enum {badmemory}] 
    RAM Defects
    -----------
    identifier              {badmemory}
     
    ==================================================================
        Finished on Sat 04/17/2021 at  0:26:30.46



    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-9HEBUKS" get AutomaticManagedPagefile
    wmic Computersystem where name="DESKTOP-9HEBUKS" set AutomaticManagedPagefile=True
    wmic Computersystem where name="DESKTOP-9HEBUKS" 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.17763.1518
    
    Image Version: 10.0.17763.1577
    
    [==========================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.17763.1518
    
    Image Version: 10.0.17763.1577
    
    [==========================100.0%==========================] The restore operation completed successfully.
    The operation completed successfully.
    
    C:\WINDOWS\system32>sfc /scannow
    
    Beginning system scan.  This process will take some time.
    
    Beginning verification phase of system scan.
    Verification 100% complete.
    
    Windows Resource Protection did not find any integrity violations.
    
    C:\WINDOWS\system32>chkdsk /scan
    The type of the file system is NTFS.
    
    Stage 1: Examining basic file system structure ...
      881920 file records processed.
    File verification completed.
      22508 large file records processed.
      0 bad file records processed.
    
    Stage 2: Examining file name linkage ...
      1507 reparse records processed.
      1135416 index entries processed.
    Index verification completed.
      0 unindexed files scanned.
      0 unindexed files recovered to lost and found.
      1507 reparse records processed.
    
    Stage 3: Examining security descriptors ...
    Security descriptor verification completed.
      126749 data files processed.
    CHKDSK is verifying Usn Journal...
      37147744 USN bytes processed.
    Usn Journal verification completed.
    
    Windows has scanned the file system and found no problems.
    No further action is required.
    
     248570090 KB total disk space.
     202707580 KB in 373222 files.
        354668 KB in 126750 indexes.
             0 KB in bad sectors.
       1003066 KB in use by the system.
         65536 KB occupied by the log file.
      44504776 KB available on disk.
    
          4096 bytes in each allocation unit.
      62142522 total allocation units on disk.
      11126194 allocation units available on disk.
    
    C:\WINDOWS\system32>wmic recoveros get autoreboot
    AutoReboot
    FALSE
    
    
    C:\WINDOWS\system32>wmic recoveros set autoreboot = false
    Updating property(s) of '\\DESKTOP-9HEBUKS\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Pro|C:\\WINDOWS|\\Device\\Harddisk0\\Partition4"'
    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-9HEBUKS\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Pro|C:\\WINDOWS|\\Device\\Harddisk0\\Partition4"'
    Property(s) update successful.
    
    C:\WINDOWS\system32>wmic recoveros get DebugInfoType
    DebugInfoType
    7
    
    
    C:\WINDOWS\system32>wmic pagefile list /format:list
    
    
    AllocatedBaseSize=30343
    CurrentUsage=3178
    Description=C:\pagefile.sys
    InstallDate=20180430231751.753916-300
    Name=C:\pagefile.sys
    PeakUsage=6425
    Status=
    TempPageFile=FALSE
    
    
    
    
    C:\WINDOWS\system32>wmic Computersystem where name="DESKTOP-9HEBUKS" get AutomaticManagedPagefile
    AutomaticManagedPagefile
    TRUE
    
    
    C:\WINDOWS\system32>wmic Computersystem where name="DESKTOP-9HEBUKS" set AutomaticManagedPagefile=True
    Updating property(s) of '\\DESKTOP-9HEBUKS\ROOT\CIMV2:Win32_ComputerSystem.Name="DESKTOP-9HEBUKS"'
    Property(s) update successful.
    
    C:\WINDOWS\system32>wmic Computersystem where name="DESKTOP-9HEBUKS" get AutomaticManagedPagefile
    AutomaticManagedPagefile
    TRUE
    
    
    C:\WINDOWS\system32>bcdedit /enum {badmemory}
    
    RAM Defects
    -----------
    identifier              {badmemory}
    
    C:\WINDOWS\system32>Echo off
       ###################################################################################
       #    How to capture batch file data and post in your thread in the BSOD forum     #
       #                                                                                 #
       #      Batch files and instructions for use in BSOD debugging[Part Two-Four]      #
       #                                                                                 #
       #        Press [V] to visit the above web page for detailed instructions.         #
       #        Press [C] to close this window.                                          #
       ###################################################################################
      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 07:00.
Find Us




Windows 10 Forums