A desktop technician receives a report that several core Windows system files were modified after an unexpected power outage. Assuming the local component store is fully intact, which command should the technician execute from an elevated command prompt to scan all protected system files and automatically replace corrupted versions?
- sfc /scannowAnswer
- Bdism /online /cleanup-image /restorehealth
- Cchkdsk /r
- Dsfc /verifyonly
Answer
Running the sfc /scannow command from an elevated command prompt.
Executing sfc /scannow initiates the System File Checker utility to inspect all protected system files and replace corrupted files with healthy copies stored in the Windows component store.
Step-by-Step Solution
Key Concept
System File Checker (SFC) utility execution
Estimated Time:45s