win8 file damaged how to fix it
First, see how the File Checker tool uses
1, open Win8 system Search (CTRL+F) or at the beginning of the screen press the search button and then enter cmd (WIN10 system directly in the search bar input cmd), and then open as an administrator;
2. At the command prompt, type the following command, and then press ENTER ENTER:
Sfc/scannow
The Sfc/scannow command scans all protected system files and replaces the corrupted file with a cached copy of the compressed folder located in%windir%\system32\dllcache.
The%WinDir% placeholder represents the Windows operating system folder. such as C:\Windows.
Do not close this command prompt window until you verify that 100% is complete. The results of the scan will be displayed after this process ends.
Second, return results:
After the process is complete, you may receive one of the following messages:
Windows Resource protection cannot find any integrity conflicts.
This means that you do not have any missing or corrupted system files.
Windows Resource Protection cannot perform the requested operation.
To resolve this issue, execute the System File Checker in Safe mode and make sure that the Pendingdeletes and Pendingrenames folders exist under%windir%\winsxs\temp.
Windows resource protection found corrupted files and successfully repaired them. Details are included with the CBS. In Log%windir%\logs\cbs\cbs.log.
To view detailed information about system file scans and restores, you must first view the details of the System File Checker process.
Windows resource protection found corrupted files but could not repair them. Details are included with the CBS. In Log%windir%\logs\cbs\cbs.log.
If the user is unable to fix it through the SFC file Checking tool, you can also try to use the DISM command and need to be networked.
Run the following command with the administrator:
Dism.exe/online/cleanup-image/scanhealth
Dism.exe/online/cleanup-image/restorehealth
The first command is to scan all your system files and compare them to the official system files.
The second command is to restore the different system files to the official system source files, similar to the reload.
The advantage of this approach is that www.xitonghe.com fixes those system files and is about to revert to the official version of the source file, just system files, other Third-party software and user settings are completely reserved, of course, it takes 15-20 minutes.