Windows DISM and System File Checker Utility CMD Commands

Deployment Image Servicing and Management (DISM) tool and sfc utility are used to scans windows 10 for missing corrupted files if found any the utility automatically restores them.

1. Open Command prompt as administrator.
2. Run DISM command dism /online /cleanup-image /restorehealth


3. Run command sfc /scannow
(This will check and restore missing system files.)