A field technician is servicing a Windows 11 desktop that frequently displays system error messages following an improper shutdown. The technician runs `sfc /scannow` from an elevated Command Prompt, which completes with the status message: 'Windows Resource Protection found corrupt files but was unable to fix some of them.' Which of the following commands should the technician execute next to repair the local component store so that system file repair can succeed?
- dism /online /cleanup-image /restorehealthCevap
- Bdism /online /cleanup-image /checkhealth
- Csfc /scannow /revert
- DOpen System Configuration (msconfig) and select Diagnostic Startup
Cevap
Execute the command `dism /online /cleanup-image /restorehealth` from an elevated Command Prompt.
When System File Checker (`sfc /scannow`) reports that it found corrupted files but was unable to fix them, it indicates that the cached backup copies within the Windows Component Store (`%WinDir%\WinSxS`) are also damaged. Running `dism /online /cleanup-image /restorehealth` connects to Windows Update (or a designated servicing source) to repair the corrupted component store files. Once DISM completes, running `sfc /scannow` a second time will successfully repair the operating system files.
Adım Adım Çözüm
Anahtar Kavram
DISM and SFC Repair Sequence for Windows File Corruption
Tahmini Süre:1m 15s