If that command is continually failing to complete or fix the problems with system files, run this command first, then when it completes, run the sfc command again.
dism /online /cleanup-image /restorehealth
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
.
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 and successfully repaired 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.
C:\Windows\System32>
Answer accepted by question author
If that command is continually failing to complete or fix the problems with system files, run this command first, then when it completes, run the sfc command again.
dism /online /cleanup-image /restorehealth
Answer accepted by question author
AI answer
The output from the sfc /scannow command indicates that Windows Resource Protection (WRP) found corrupt files and successfully repaired them. For details about the repairs made, you can refer to the CBS log file located at C:\Windows\Logs\CBS\CBS.log. This log file contains information about the verification and repair process that the System File Checker (SFC) utility performed. If you need to review the specific changes or issues that were addressed, you can open this log file using a text editor with administrative privileges.