A systems administrator is servicing a Windows workstation where system file corruption is suspected due to repeated application faults. The administrator needs to verify and repair the Windows Component Store image online, and then scan and repair all protected system files. Which of the following command-line tools and parameter combinations should the administrator run in an elevated Command Prompt to achieve these objectives? (Select TWO.)
- dism /online /cleanup-image /restorehealthAnswer
- sfc /scannowAnswer
- Cchkdsk /f /r
- Dsystemctl repair-system
Answer
To repair the Windows Component Store image and restore protected system files from an elevated Command Prompt, the administrator must execute dism /online /cleanup-image /restorehealth and sfc /scannow.
Executing dism /online /cleanup-image /restorehealth repairs the Windows Component Store image online, while running sfc /scannow inspects and replaces corrupted system binaries using the validated component store.
Step-by-Step Solution
Key Concept
Windows OS System File Repair Utilities (DISM and SFC)