Forum Discussion
MarthaArco
Oct 20, 2021Copper Contributor
SFC Issue RUNNOW HARD STOP
Windows 10 was running super slow for several months. Cleaned/deleted clutter & received w/o improvement. Troubleshooter recommended to use Windows 10 App SFC /RUNNOW to analyze & repair, if possibl...
SalmanAhmed
Oct 22, 2021Iron Contributor
Hi MarthaArco
Please run cmd in elevated mode (Run as Admin), and execute the below commands step by step:
chkdsk c: /f
dism /online /cleanup-image /scanhealth
dism /online /cleanup-image /restorehealth
The first command will scan and fix the errors on the system drive, the second and third command will use DISM (Deployment Image Servicing and Management) tool to scan/restore the health of the windows installation image. I hope these steps could helpful for you.