A desktop technician is servicing a Windows workstation that exhibits operating system instability after an improper shutdown. The technician suspects system file corruption and wants to verify and repair both the system file integrity and the Windows component store image. Which TWO command-line utilities should the technician execute to accomplish these tasks?
- sfc /scannowCevap
- dism /online /cleanup-image /restorehealthCevap
- Cchkdsk /r
- Ddxdiag
Cevap
Running the `sfc /scannow` command inspects protected Windows system files and replaces corrupted files, while running `dism /online /cleanup-image /restorehealth` repairs the underlying Windows component store image used as the source for system repair.
The correct utilities are `sfc /scannow` and `dism /online /cleanup-image /restorehealth`. `sfc /scannow` inspects all protected system files and replaces damaged ones with cached copies. `dism /online /cleanup-image /restorehealth` repairs the Windows component store image, ensuring the operating system repair image itself is free of corruption.
Adım Adım Çözüm
Anahtar Kavram
Windows System File Repair Utilities (SFC and DISM)
Tahmini Süre:1m 0s