A systems administrator is servicing a Windows 11 workstation where running `sfc /scannow` failed to repair corrupted system files because the local component store (WinSxS) is damaged. The computer has an active internet connection. Which command must the administrator run from an elevated Command Prompt to repair the local component store using Windows Update as the repair source before re-running `sfc /scannow`?
- dism /online /cleanup-image /restorehealthCevap
- Bdism /online /cleanup-image /checkhealth
- Cfsutil repair initiate C:
- Dfsck -y /dev/sda1
Cevap
dism /online /cleanup-image /restorehealth
The command `dism /online /cleanup-image /restorehealth` uses Deployment Image Servicing and Management (DISM) to scan the active Windows installation for component store corruption and automatically repair it using Windows Update. Once the component store is repaired, `sfc /scannow` can successfully replace corrupt system files.
Adım Adım Çözüm
Anahtar Kavram
Windows Component Store Servicing with DISM