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


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

    zbook said:
    That flashes.
    If flashing is necessary then please use it in addition to the right lower corner notification.
    There will be no flashing when the code has been added into Tuneup_plus_log.bat.
    Do you want the toast notification or the message box or both? You can add more text into the box.

    zbook said:
    Some may work?
    Others need to work with the new webpages?
    Others need to have posting or upload instructions changed?
    Who has Windows 11 to test the scripts on?
    Who has the right to approve the scripts to be posted?
    Who has the right to write the instructions?

    zbook said:
    If possible, please create a script for each and both.
    Let me finish a script before asking me to create another.


    sewing1243 said:
    If the first instance of sfc /scannow and the dism checkhealth both come back with no errors/issues is there any reason to run the next two instances of those utilities?
    "Tuneup_plus_log.bat" will skip the second SFC /ScanNow if the first finds no corrupt files.
    Likewise, RestoreHealth can also be skipped, but the BSOD analysts consider it necessary.
      My Computer


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

    For tuneup it's easier for me to view tuneup.bat results.

    Please modify it to create an additional script with desktop sfc text results.
      My Computer


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

    If you want "SFC_details.txt" created only when SFC /ScanNow returns an error, you need "Tuneup_plus_log.bat".
    If you don't like the results shown in "Tuneup.log", I can modify the layout as you please.
      My Computer


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

    Post #734 has both results.

    Code:
    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 found corrupt files but was unable to fix some of them.
    For online repairs, details are included in the CBS log file located at
    windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
    repairs, details are included in the log file provided by the /OFFLOGFILE flag.
    Code:
    Beginning system scan.  This process will take some time.
    Beginning verification phase of system scan.
    Windows Resource Protection found corrupt files but was unable to fix some of them.
    For online repairs, details are included in the CBS log file located at
    windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
    repairs, details are included in the log file provided by the /OFFLOGFILE flag.
    ==================================================================

    Code:
    Beginning system scan.  This process will take some time.
    Beginning verification phase of system scan.
    
    
    Windows Resource Protection found corrupt files but was unable to fix some of them.
    
    For online repairs, details are included in the CBS log file located at
    windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
    repairs, details are included in the log file provided by the /OFFLOGFILE flag.
    
    
    ==================================================================


    Code:
    C:\WINDOWS\system32>dism /online /cleanup-image /scanhealth
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.19042.1052
    
    [==========================100.0%==========================] The component store is repairable.
    The operation completed successfully.
    Code:
    ==================================================================
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    Image Version: 10.0.19042.1052
    The component store is repairable.
    The operation completed successfully.
    ==================================================================

    Code:
    ==================================================================
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.19042.1052
    
    The component store is repairable.
    The operation completed successfully.
    
    
    ==================================================================


    Code:
    C:\WINDOWS\system32>dism /online /cleanup-image /restorehealth
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.19042.1052
    
    [==========================100.0%==========================]
    Error: 0x800f081f
    
    The source files could not be found.
    Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see https://go.microsoft.com/fwlink/?LinkId=243077.
    
    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
    Code:
    ==================================================================
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    Image Version: 10.0.19042.1052
    Error: 0x800f081f
    The source files could not be found. 
    Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see https://go.microsoft.com/fwlink/?LinkId=243077.
    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
    ==================================================================

    Code:
    ==================================================================
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.19042.1052
    
    Error: 0x800f081f
    
    The source files could not be found. 
    
    Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see https://go.microsoft.com/fwlink/?LinkId=243077.
    
    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
    
    
    ==================================================================

    etc.
      My Computer


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

    zbook said:
    Post #734 has both results.
    Post #734 shows the results produced by an old version of Tuneup_plus_log.bat.
    Look at the results produced by "Tuneup_plus_log (Testing).bat" in your post #738.

    What changes should be made so as to serve your needs?
      My Computer


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

    I've widened the spacing:

    Code:
        Started on Wed 06/16/2021 at  5:36:17.39 
            [SFC /ScanNow] 
    Beginning system scan.  This process will take some time.
    Results: 
     
    Windows Resource Protection found corrupt files but was unable to fix some of them.
    For online repairs, details are included in the CBS log file located at
    windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
    repairs, details are included in the log file provided by the /OFFLOGFILE flag.
     
    ==================================================================
        Started on Wed 06/16/2021 at  5:41:06.63 
            [DISM /online /cleanup-image /ScanHealth] 
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    Image Version: 10.0.19042.1052 
     
    The component store is repairable.
    The operation completed successfully.
     
    ==================================================================
        Started on Wed 06/16/2021 at  5:47:08.26 
            [DISM /online /cleanup-image /RestoreHealth] 
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    Image Version: 10.0.19042.1052 
     
    Error: 0x800f081f
    The source files could not be found. 
    Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see https://go.microsoft.com/fwlink/?LinkId=243077.
    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
     
    ==================================================================
        Started on Wed 06/16/2021 at  5:57:38.76 
            [SFC /ScanNow] 
    Beginning system scan.  This process will take some time.
    Results: 
     
    Windows Resource Protection found corrupt files but was unable to fix some of them.
    For online repairs, details are included in the CBS log file located at
    windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
    repairs, details are included in the log file provided by the /OFFLOGFILE flag.
     
    ==================================================================
    A TXT file named SFC_details.txt has been created on the desktop.
    ==================================================================
        Started on Wed 06/16/2021 at  6:00:11.30 
            [ChkDsk /Scan]  
    The type of the file system is NTFS.
    Volume label is Windows.
     
    Stage 1: Examining basic file system structure ... 
    765184 file records processed.                                                        
    File verification completed.
    Phase duration (File record verification): 13.36 seconds.
    8862 large file records processed.                                   
    Phase duration (Orphan file record recovery): 0.00 milliseconds.
    0 bad file records processed.                                     
    Phase duration (Bad file record checking): 0.06 milliseconds.
     
    Stage 2: Examining file name linkage ... 
    986 reparse records processed.                                      
    1044810 index entries processed.                                                       
    Index verification completed.
    Phase duration (Index verification): 1.43 minutes.
    0 unindexed files scanned.                                        
    Phase duration (Orphan reconnection): 6.10 seconds.
    0 unindexed files recovered to lost and found.                    
    Phase duration (Orphan recovery to lost and found): 0.09 milliseconds.
    986 reparse records processed.                                      
    Phase duration (Reparse point and Object ID verification): 6.28 milliseconds.
     
    Stage 3: Examining security descriptors ... 
    Security descriptor verification completed.
    Phase duration (Security descriptor verification): 98.99 milliseconds.
    139814 data files processed.                                           
    Phase duration (Data attribute verification): 0.05 milliseconds.
    CHKDSK is verifying Usn Journal...
    34464936 USN bytes processed.                                                          
    Usn Journal verification completed.
    Phase duration (USN journal verification): 775.08 milliseconds.
     
    Windows has scanned the file system and found no problems. 
    No further action is required.
     
    722633727 KB total disk space. 
    211297364 KB in 567821 files.
    331284 KB in 139815 indexes.
    0 KB in bad sectors.
    892787 KB in use by the system.
    65536 KB occupied by the log file.
    510112292 KB available on disk.
     
    4096 bytes in each allocation unit. 
    180658431 total allocation units on disk.
    127528073 allocation units available on disk.
    Total duration: 1.77 minutes (106478 ms).
     
    ==================================================================
        Started on Wed 06/16/2021 at  6:02:27.37 
     
    AutoReboot  
    FALSE       
     
    ==================================================================
            [Set AutoReboot = False] 
    Updating property(s) of '\\DESKTOP-K2CP43S\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Pro|C:\\WINDOWS|\\Device\\Harddisk0\\Partition2"'
    
    Property(s) update successful.
    
    ==================================================================
     
    AutoReboot  
    FALSE       
     
    ==================================================================
     
    DebugInfoType  
    7              
     
    ==================================================================
            [Set DebugInfoType = 7] 
    Updating property(s) of '\\DESKTOP-K2CP43S\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Pro|C:\\WINDOWS|\\Device\\Harddisk0\\Partition2"'
    
    Property(s) update successful.
    
    ==================================================================
     
    DebugInfoType  
    7              
     
    ==================================================================
            [WMIC PageFile list] 
    AllocatedBaseSize=31744
    CurrentUsage=424
    Description=C:\pagefile.sys
    InstallDate=20210123182308.249920-360
    Name=C:\pagefile.sys
    PeakUsage=2408
    Status=
    TempPageFile=FALSE
     
    ==================================================================
     
    AutomaticManagedPagefile  
    TRUE                      
     
    ==================================================================
            [Set AutomaticManagedPagefile = True] 
    Updating property(s) of '\\DESKTOP-K2CP43S\ROOT\CIMV2:Win32_ComputerSystem.Name="DESKTOP-K2CP43S"'
    
    Property(s) update successful.
    
    ==================================================================
     
    AutomaticManagedPagefile  
    TRUE                      
     
    ==================================================================
            [BcdEdit /enum {badmemory}] 
    RAM Defects
    -----------
    identifier              {badmemory}
     
    ==================================================================
        Finished on Wed 06/16/2021 at  6:02:28.32







    Code:
        Started on Wed 06/16/2021 at  5:36:17.39 
    
            [SFC /ScanNow] 
    
    Beginning system scan.  This process will take some time.
    
    Results: 
     
    Windows Resource Protection found corrupt files but was unable to fix some of them.
    
    For online repairs, details are included in the CBS log file located at
    windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
    repairs, details are included in the log file provided by the /OFFLOGFILE flag.
     
    ==================================================================
    
        Started on Wed 06/16/2021 at  5:41:06.63 
    
            [DISM /online /cleanup-image /ScanHealth] 
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.19042.1052 
     
    The component store is repairable.
    
    The operation completed successfully.
     
    ==================================================================
    
        Started on Wed 06/16/2021 at  5:47:08.26 
    
            [DISM /online /cleanup-image /RestoreHealth] 
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    
    Image Version: 10.0.19042.1052 
     
    Error: 0x800f081f
    
    The source files could not be found. 
    
    Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see https://go.microsoft.com/fwlink/?LinkId=243077.
    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
     
    ==================================================================
    
        Started on Wed 06/16/2021 at  5:57:38.76 
    
            [SFC /ScanNow] 
    
    
    Beginning system scan.  This process will take some time.
    
    Results: 
     
    Windows Resource Protection found corrupt files but was unable to fix some of them.
    
    For online repairs, details are included in the CBS log file located at
    windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
    repairs, details are included in the log file provided by the /OFFLOGFILE flag.
     
    ==================================================================
    
    A TXT file named SFC_details.txt has been created on the desktop.
    
    ==================================================================
    
        Started on Wed 06/16/2021 at  6:00:11.30 
    
            [ChkDsk /Scan]  
    
    The type of the file system is NTFS.
    Volume label is Windows.
     
    Stage 1: Examining basic file system structure ... 
    765184 file records processed.                                                        
    File verification completed.
    Phase duration (File record verification): 13.36 seconds.
    8862 large file records processed.                                   
    Phase duration (Orphan file record recovery): 0.00 milliseconds.
    0 bad file records processed.                                     
    Phase duration (Bad file record checking): 0.06 milliseconds.
     
    Stage 2: Examining file name linkage ... 
    986 reparse records processed.                                      
    1044810 index entries processed.                                                       
    Index verification completed.
    Phase duration (Index verification): 1.43 minutes.
    0 unindexed files scanned.                                        
    Phase duration (Orphan reconnection): 6.10 seconds.
    0 unindexed files recovered to lost and found.                    
    Phase duration (Orphan recovery to lost and found): 0.09 milliseconds.
    986 reparse records processed.                                      
    Phase duration (Reparse point and Object ID verification): 6.28 milliseconds.
     
    Stage 3: Examining security descriptors ... 
    Security descriptor verification completed.
    Phase duration (Security descriptor verification): 98.99 milliseconds.
    139814 data files processed.                                           
    Phase duration (Data attribute verification): 0.05 milliseconds.
    CHKDSK is verifying Usn Journal...
    34464936 USN bytes processed.                                                          
    Usn Journal verification completed.
    Phase duration (USN journal verification): 775.08 milliseconds.
     
    Windows has scanned the file system and found no problems. 
    
    No further action is required.
     
    722633727 KB total disk space. 
    211297364 KB in 567821 files.
    331284 KB in 139815 indexes.
    0 KB in bad sectors.
    892787 KB in use by the system.
    65536 KB occupied by the log file.
    510112292 KB available on disk.
     
    4096 bytes in each allocation unit. 
    180658431 total allocation units on disk.
    127528073 allocation units available on disk.
    Total duration: 1.77 minutes (106478 ms).
     
    ==================================================================
    
        Started on Wed 06/16/2021 at  6:02:27.37 
     
    AutoReboot  
    
    FALSE       
     
    ==================================================================
    
            [Set AutoReboot = False] 
    
    Updating property(s) of '\\DESKTOP-K2CP43S\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Pro|C:\\WINDOWS|\\Device\\Harddisk0\\Partition2"'
    
    Property(s) update successful.
    
    ==================================================================
     
    AutoReboot  
    
    FALSE       
     
    ==================================================================
     
    DebugInfoType  
    
    7              
     
    ==================================================================
    
            [Set DebugInfoType = 7] 
    
    Updating property(s) of '\\DESKTOP-K2CP43S\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Pro|C:\\WINDOWS|\\Device\\Harddisk0\\Partition2"'
    
    Property(s) update successful.
    
    ==================================================================
     
    DebugInfoType  
    
    7              
     
    ==================================================================
    
            [WMIC PageFile list] 
    
    AllocatedBaseSize=31744
    CurrentUsage=424
    Description=C:\pagefile.sys
    InstallDate=20210123182308.249920-360
    Name=C:\pagefile.sys
    PeakUsage=2408
    Status=
    TempPageFile=FALSE
     
    ==================================================================
     
    AutomaticManagedPagefile  
    
    TRUE                      
     
    ==================================================================
    
            [Set AutomaticManagedPagefile = True] 
    
    Updating property(s) of '\\DESKTOP-K2CP43S\ROOT\CIMV2:Win32_ComputerSystem.Name="DESKTOP-K2CP43S"'
    
    Property(s) update successful.
    
    ==================================================================
     
    AutomaticManagedPagefile  
    
    TRUE                      
     
    ==================================================================
    
            [BcdEdit /enum {badmemory}] 
    
    RAM Defects
    -----------
    identifier              {badmemory}
     
    ==================================================================
    
        Finished on Wed 06/16/2021 at  6:02:28.32
    Last edited by zbook; 19 Jun 2021 at 12:50.
      My Computer


  7. Posts : 41,474
    windows 10 professional version 1607 build 14393.969 64 bit
       #757

    The test script was ran on two notebooks:

    Code:
     ###########################################################################
     #                                                                         #
     #                           Tuneup_plus_log.bat                           #
     #                                                                         #
     #    A LOG file named Tuneup.log has been created on the desktop.         #
     #    Please copy the data from the file into your post (recommended)      #
     #    or upload the file as an attachment to your post.                    #
     #                                                                         #
     #    There are detailed instructions on how to properly copy the data.    #
     #    Batch files and instructions for use in BSOD debugging [Part Two]    #
     #                                                                         #
     #      Press [V] to visit TenForums for the detailed instructions.        #
     #      Press [C] to close this window.                                    #
     #                                                                         #
     ###########################################################################


    There are detailed instructions on how to properly copy the data. #
    # Batch files and instructions for use in BSOD debugging [Part Two]

    (consider a link)




    Code:
        Started on Sun 06/20/2021 at  7:53:29.91 
    
            [SFC /ScanNow] 
    
    Beginning system scan.  This process will take some time.
    
    Results: 
     
    Windows Resource Protection did not find any integrity violations.
     
    ==================================================================
    
        Started on Sun 06/20/2021 at  8:00:54.35 
    
            [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 Sun 06/20/2021 at  8:03:00.07 
    
            [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 Sun 06/20/2021 at  8:05:05.58 
    
            [ChkDsk /Scan]  
    
    The type of the file system is NTFS.
     
    Stage 1: Examining basic file system structure ... 
    881920 file records processed.                                                        
    File verification completed.
    22887 large file records processed.                                   
    0 bad file records processed.                                     
     
    Stage 2: Examining file name linkage ... 
    1565 reparse records processed.                                      
    1138658 index entries processed.                                                       
    Index verification completed.
    0 unindexed files scanned.                                        
    0 unindexed files recovered to lost and found.                    
    1565 reparse records processed.                                      
     
    Stage 3: Examining security descriptors ... 
    Security descriptor verification completed.
    128370 data files processed.                                           
    CHKDSK is verifying Usn Journal...
    40409320 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. 
    228271508 KB in 404085 files.
    369776 KB in 128371 indexes.
    0 KB in bad sectors.
    1006714 KB in use by the system.
    65536 KB occupied by the log file.
    18922092 KB available on disk.
     
    4096 bytes in each allocation unit. 
    62142522 total allocation units on disk.
    4730523 allocation units available on disk.
     
    ==================================================================
     
        Started on Sun 06/20/2021 at  8:05:55.65 
     
    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=2611
    Description=C:\pagefile.sys
    InstallDate=20180430231751.753916-300
    Name=C:\pagefile.sys
    PeakUsage=6425
    Status=
    TempPageFile=FALSE
     
    ==================================================================
     
    AutomaticManagedPagefile   
     
    TRUE                      
     
    ==================================================================
    
            [Set AutomaticManagedPagefile = True]
    
    Updating property(s) of '\\DESKTOP-9HEBUKS\ROOT\CIMV2:Win32_ComputerSystem.Name="DESKTOP-9HEBUKS"'
    
    Property(s) update successful.
    
    ==================================================================
     
    AutomaticManagedPagefile   
     
    TRUE                      
     
    ==================================================================
    
            [BcdEdit /enum {badmemory}]
    
    RAM Defects
    -----------
    identifier              {badmemory}
     
    ==================================================================
    
        Finished on Sun 06/20/2021 at  8:05:56.71


    Please modify

    Code:
    ==================================================================
    
        Started on Sun 06/20/2021 at  8:00:54.35 
    
            [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 Sun 06/20/2021 at  8:03:00.07 
    
            [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. 
    ==================================================================


    Spacing modified:

    Code:
    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. 
    
    ==================================================================



    2nd computer with scannow problems: in progress


    There were no results in the ACP box as it had disappeared.
    There was no message to find a new text file on the desktop.

    The desktop had SFC_details which could have been old or new as an earlier script test was run.

    Code:
    2021-06-20 08:27:34, Info                  CSI    00000486 [SR] Cannot repair member file [l:34]'System.Web.ApplicationServices.dll' of System.Web.ApplicationServices, version 4.0.15805.295, arch amd64, versionScope neutral, pkt {l:8 b:31bf3856ad364e35} in the store, hash mismatch
    2021-06-20 08:27:34, Info                  CSI    00000488 [SR] Cannot repair member file [l:34]'System.Web.ApplicationServices.dll' of System.Web.ApplicationServices, version 4.0.15805.295, arch amd64, versionScope neutral, pkt {l:8 b:31bf3856ad364e35} in the store, hash mismatch
    2021-06-20 08:27:34, Info                  CSI    00000489 [SR] This component was referenced by [l:78]'Package_3_for_KB5003254~31bf3856ad364e35~amd64~~10.0.4360.1.5003254-42_neutral'
    2021-06-20 08:27:34, Info                  CSI    0000048c [SR] Could not reproject corrupted file \??\C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\\System.Web.ApplicationServices.dll; source file in store is also corrupted
    2021-06-20 08:27:34, Info                  CSI    0000048d [SR] Could not reproject corrupted file \??\C:\WINDOWS\Microsoft.NET\Assembly\GAC_MSIL\System.Web.ApplicationServices\v4.0_4.0.0.0__31bf3856ad364e35\\System.Web.ApplicationServices.dll; source file in store is also corrupted
    2021-06-20 08:27:34, Info                  CSI    0000048e [SR] Could not reproject corrupted file \??\C:\WINDOWS\Microsoft.NET\Framework64\v4.0.30319\\System.Web.ApplicationServices.dll; source file in store is also corrupted
      My Computer


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

    See whether the following files are in your Temp folder.

    %Temp%\Tuneup.log
    %Temp%\TT.txt
    %Temp%\T.txt
    %Temp%\CMD.cmd

    Upload them if you find them.
      My Computer


  9. Posts : 41,474
    windows 10 professional version 1607 build 14393.969 64 bit
       #759

    For search I use Everything Search.
    It does not appear to be able to search using %temp%.
    Using C:\windows\temp\ there was no tt.txt or t.txt or cmd.cmd

    This was the result for searching only for tuneup.log:

    Code:
        Started on Sun 06/20/2021 at  8:38:42.18 
    
            [SFC /ScanNow] 
    
    Beginning system scan.  This process will take some time.
    
    Results: 
     
    Windows Resource Protection found corrupt files but was unable to fix some of them.
    
    For online repairs, details are included in the CBS log file located at 
    windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
    repairs, details are included in the log file provided by the /OFFLOGFILE flag.
     
    ==================================================================
    
        Started on Sun 06/20/2021 at  8:40:50.42 
    
            [DISM /online /cleanup-image /ScanHealth] 
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.19042.1052 
     
    The component store is repairable.
    
    The operation completed successfully. 
     
    ==================================================================
    
        Started on Sun 06/20/2021 at  8:43:02.39 
    
            [DISM /online /cleanup-image /RestoreHealth] 
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.19042.1052 
     
    Error: 0x800f081f
    
    The source files could not be found.  
     
    Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see https://go.microsoft.com/fwlink/?LinkId=243077.
    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
     
    ==================================================================
    
        Started on Sun 06/20/2021 at  8:52:04.99 
    
            [SFC /ScanNow] 
    
    Beginning system scan.  This process will take some time.
    
    Results: 
     
    Windows Resource Protection found corrupt files but was unable to fix some of them.
    
    For online repairs, details are included in the CBS log file located at 
    windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
    repairs, details are included in the log file provided by the /OFFLOGFILE flag.
     
    ==================================================================
    
    A TXT file named SFC_details.txt has been created on the desktop.
    
    ==================================================================
    
        Started on Sun 06/20/2021 at  8:54:14.15 
    
            [ChkDsk /Scan]  
    
    The type of the file system is NTFS.
    Volume label is Windows.
     
    Stage 1: Examining basic file system structure ... 
    765184 file records processed.                                                        
    File verification completed.
      My Computer


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

    zbook said:
    There were no results in the ACP box as it had disappeared.
    There was no message to find a new text file on the desktop.
    The bug has been fixed in the attached version.

    zbook said:
    Spacing modified:
    Already modified in the attached version.

    zbook said:
    There are detailed instructions on how to properly copy the data. #
    # Batch files and instructions for use in BSOD debugging [Part Two]

    (consider a link)
    The message box already includes the following line, which has a link to [Part Two].

    Press [V] to visit TenForums for the detailed instructions.
    Post problem reports here for Batch files for use in BSOD debugging Attached Files
      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 10:41.
Find Us




Windows 10 Forums