During routine system maintenance, an IT specialist finds that critical Windows system files are damaged. Running System File Checker fails to repair the corrupted files because the local component store payload is missing or damaged. Which command should the specialist execute first to repair the Windows component store from an online source?
- dism /online /cleanup-image /restorehealthCevap
- Bdism /online /cleanup-image /checkhealth
- Csfc /r
- Dchkdsk /f /r
Cevap
Executing dism /online /cleanup-image /restorehealth repairs the corrupted Windows component store by fetching clean copies from Windows Update, allowing System File Checker to successfully repair system files afterwards.
The command dism /online /cleanup-image /restorehealth scans the operating system component store for corruption and uses Windows Update to download clean replacement files, which subsequently allows System File Checker to successfully resolve system file errors.
Adım Adım Çözüm
Anahtar Kavram
Repairing the Windows component store with DISM before running System File Checker