A desktop technician suspects that critical Windows operating system files have become corrupted, leading to intermittent system crashes. Which command-line tool should the technician run first to scan and automatically repair all protected system files?
- sfc /scannowAnswer
- Bchkdsk /r
- Cdism /online /cleanup-image /checkhealth
- Dgpupdate /force
Answer
Running the command 'sfc /scannow' is the primary tool to scan and automatically repair protected Windows system files.
Executing `sfc /scannow` launches the System File Checker utility, which scans all protected system files and replaces damaged or missing binaries with verified versions cached in the Windows component store.
Step-by-Step Solution
Key Concept
System File Checker (SFC)
Estimated Time:45s