A desktop technician is troubleshooting a Windows 11 workstation that displays system instability. Running the System File Checker utility (sfc /scannow) produces an error stating that corrupted files were found but could not be repaired because the local store is also damaged. Which command must the technician run from an elevated command prompt to repair the Windows Component Store image prior to re-running the System File Checker?
- dism /online /cleanup-image /restorehealthCevap
- Bsfc /purgecache
- Cfsck /f /r C:
- Dperfmon /report
Cevap
dism /online /cleanup-image /restorehealth
The Deployment Image Servicing and Management (DISM) tool with the parameters '/online /cleanup-image /restorehealth' scans the currently running Windows operating system for Component Store corruption and downloads replacement files via Windows Update to repair the image. Once the Component Store is healthy, System File Checker (sfc /scannow) can successfully restore corrupted system files.
Adım Adım Çözüm
Anahtar Kavram
Repairing Windows Component Store with DISM before running SFC