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.
Repair
This workflow helps repair corrupted Windows system files using the recommended SFC and DISM sequence.
Workflow commands
CMD · Safe · Admin: Yes
DISM /Online /Cleanup-Image /CheckHealth
Quickly checks whether Windows component store corruption has already been detected.
CMD · Safe · Admin: Yes
DISM /Online /Cleanup-Image /ScanHealth
Performs a deeper scan of the Windows component store for corruption.
CMD · Safe · Admin: Yes
DISM /Online /Cleanup-Image /RestoreHealth
Repairs the Windows component store used by SFC and other system repair tools.
CMD · Safe · Admin: Yes
sfc /scannow
Scans protected Windows system files and attempts to repair corrupted or missing files.