A Windows 11 computer frequently displays system stability alerts following an improper shutdown. A system administrator attempts to verify system integrity by executing `sfc /scannow`, but the tool reports that it found corrupt files and was unable to fix them because the local component store itself is corrupted. Which command should the administrator execute first to repair the local component store before re-running the System File Checker?
- dism /online /cleanup-image /restorehealthCevap
- Bdism /online /cleanup-image /analyzecomponentstore
- Cchkdsk C: /r /f
- Dsfc /scanfile=C:\Windows\System32\WinSxS
Cevap
Execute `dism /online /cleanup-image /restorehealth` from an elevated command prompt to repair the Windows component store.
Executing `dism /online /cleanup-image /restorehealth` connects to Windows Update to download clean copies of corrupted files within the local Windows component store. Repairing the component store first restores the source payload required for `sfc /scannow` to successfully fix corrupted operating system files.
Adım Adım Çözüm
Anahtar Kavram
DISM and SFC Repair Dependency Sequence