ShiftDelete.Net Global

How to use the System File Checker Tool (SFC) to repair Windows

Ana sayfa / News

If your Windows system is crashing, or some functions are not working as expected, you might need to repair corrupted or missing system files. The System File Checker (SFC) tool can scan your Windows installation and restore these files. While it may seem technical, follow this step-by-step guide to run the tool successfully.

Step 1: Prepare to Run the System File Checker

Before running the SFC tool, ensure you have an elevated command prompt (a Command Prompt with administrator privileges). The steps differ slightly depending on your Windows version.

Windows 11 brings the expected update!

Microsoft's new Windows 11 Insider Preview Build 27744 update takes important steps to address compatibility issues.

For Windows 10, Windows 8.1, or Windows 8:

  1. Open an elevated Command Prompt:
    • Press Windows + X and select Command Prompt (Admin) or Windows PowerShell (Admin) from the menu.
  2. Run the Deployment Image Servicing and Management (DISM) tool to prepare your system:
    • Type the following command and press Enter: DISM.exe /Online /Cleanup-image /Restorehealth
    • This process can take several minutes. Ensure you stay connected to the internet, as DISM uses Windows Update to fetch necessary files.
    Note: If Windows Update is not functioning, provide an alternative repair source using this command: DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:C:\RepairSource\Windows /LimitAccess Replace C:\RepairSource\Windows with the path to your repair source (e.g., a Windows installation DVD or network share).

For Windows 7 or Windows Vista:

Skip directly to Step 3, as DISM is not required for these versions.

Step 2: Run the System File Checker Tool

  1. In the elevated Command Prompt, type the following command and press Enter: sfc /scannow
  2. Wait for the verification to complete. Do not close the Command Prompt window until the process reaches 100%.
    • The SFC tool will scan all protected system files and replace corrupted files with a cached copy stored in %WinDir%\System32\dllcache.
    • %WinDir% refers to your Windows installation folder (e.g., C:\Windows).

Step 3: Review the Results

After the scan finishes, the tool will display one of the following messages:

1. No Integrity Violations Found

2. SFC Could Not Perform the Requested Operation

3. Corrupt Files Repaired

4. Corrupt Files Found but Not Repaired

Conclusion

By following these steps, you can use the System File Checker tool to identify and repair system file issues. If problems persist after attempting these repairs, consider seeking additional support or using a backup to restore your system.

Yorum Ekleyin