A technician suspects that corrupted protected Windows system files are causing system instability on a desktop computer. Which command-line utility should the technician run from an elevated Command Prompt to scan all protected system files and immediately replace corrupted files with cached copies?
- sfc /scannowAnswer
- Bchkdsk /r
- Cfsck
- Deventvwr.msc
Answer
sfc /scannow
The option specifying 'sfc /scannow' is correct because the System File Checker (SFC) utility scans protected Windows system files for corruption and replaces damaged files with clean copies from the Windows component cache.
Step-by-Step Solution
Key Concept
Windows System File Checker (SFC)