🛠️ Repair System Files with SFC If Windows feels sluggish or apps misbehave, corrupted system files could be the caus...
🛠️ Repair System Files with SFC
If Windows feels sluggish or apps misbehave, corrupted system files could be the cause. Follow these steps to repair them with SFC.
Step 1 — Open Command Prompt as Administrator
- Press Windows key + S, type cmd.
- Right‑click Command Prompt → select Run as administrator.
Step 2 — Run the SFC Command
In the Command Prompt window, type the following command and press Enter:
sfc /scannow
sfc /scannow
to start the system file check.Step 3 — Wait for the Scan to Complete
- Windows will check for corrupted or missing system files.
- This usually takes 10–20 minutes.
Step 4 — Restart Your Computer
When the scan completes, restart your PC to apply the fixes.
Tip: If SFC reports errors it can’t fix, run DISM /Online /Cleanup-Image /RestoreHealth
in an elevated Command Prompt, then run sfc /scannow
again.
No comments