A helpdesk technician is repairing a Windows 11 computer where built-in operating system tools intermittently fail to launch. The technician executes `sfc /scannow` in an elevated Command Prompt, but the process fails with a message indicating that Windows Resource Protection found corrupt files but was unable to fix them because the local recovery payload is damaged. Which command should the technician run NEXT to resolve this issue?
- dism /online /cleanup-image /restorehealthCevap
- Bdism /online /cleanup-image /analyzecomponentstore
- Csfc /scanonce
- Dchkdsk /r /f
Cevap
Running `dism /online /cleanup-image /restorehealth` repairs the corrupted Windows component store payload so system binaries can be replaced.
Executing `dism /online /cleanup-image /restorehealth` scans the operating system for component store corruption and performs repair operations automatically by downloading required files through Windows Update or a specified source image. Once DISM repairs the component store, running `sfc /scannow` will successfully replace corrupted system binaries.
Adım Adım Çözüm
Anahtar Kavram
Deployment Image Servicing and Management (DISM) Component Store Repair
Tahmini Süre:1m 15s