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 /scannowAnswer
- dism /online /cleanup-image /restorehealthAnswer
- Cchkdsk /r
- Ddxdiag
Answer
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.
Step-by-Step Solution
Key Concept
Windows System File Repair Utilities (SFC and DISM)
Estimated Time:1m 0s