Repair

SFC and DISM repair workflow

This workflow helps repair corrupted Windows system files using the recommended SFC and DISM sequence.

Run these commands as Administrator. Some steps may take several minutes.

Workflow commands

Review each step before running

DISM CheckHealth

CMD · Safe · Admin: Yes

DISM /Online /Cleanup-Image /CheckHealth

Quickly checks whether Windows component store corruption has already been detected.

Run as Administrator.

DISM ScanHealth

CMD · Safe · Admin: Yes

DISM /Online /Cleanup-Image /ScanHealth

Performs a deeper scan of the Windows component store for corruption.

Run as Administrator. This can take several minutes.

DISM RestoreHealth

CMD · Safe · Admin: Yes

DISM /Online /Cleanup-Image /RestoreHealth

Repairs the Windows component store used by SFC and other system repair tools.

Run as Administrator. Internet access may be required.

Run System File Checker

CMD · Safe · Admin: Yes

sfc /scannow

Scans protected Windows system files and attempts to repair corrupted or missing files.

Run Command Prompt or PowerShell as Administrator.

Safe workflow guide

How to use SFC and DISM repair workflow safely

This page explains the commands included in this workflow. Use the Script Builder when you want to generate a copyable script from these steps, but review each command before running it.

When to use this workflow

Use this workflow when the selected Windows issue matches the description above and you want a transparent command-based repair process instead of a fake one-click PC booster.

If you are not sure what a command does, copy it into the Command Explainer first.

Before running these commands

  • Read the explanation for every step.
  • Check whether administrator permission is required.
  • Close important apps before repair or reset commands.
  • Create a restore point before advanced troubleshooting.
  • Skip commands that do not match your problem.

Generate a script from this template

The Script Builder lets you select or skip individual commands and then generate a PowerShell or CMD script for manual review.

Generate this script

Explain a command first

Already copied a command from Windows support, a forum, or another guide? Paste it into the Command Explainer before running it.

Open Command Explainer

FAQ

Questions about this Windows command workflow

Does this tool run anything on my computer?

No. WinRepairTools only displays commands and can generate a script. You decide whether to copy and run anything manually.

Can I skip commands in this workflow?

Yes. Open this template in the Script Builder and uncheck commands you do not want to include.

Is this a PC booster?

No. This is a transparent command guide and script builder. It avoids fake speed boost claims and focuses on reviewable Windows cleanup, repair, and diagnostic workflows.