A desktop technician is performing maintenance on a Windows workstation that has been experiencing stability issues after a recent software installation. Company policy requires technicians to audit system file integrity and log any modified or corrupted protected files, but strictly prohibits making any automatic repairs or file replacements during the initial investigation phase. Which of the following command-line executions fulfills this requirement?
- sfc /verifyonlyAnswer
- Bsfc /scannow
- Cchkdsk /r
- Dfsck -n
Answer
The command 'sfc /verifyonly' scans the integrity of protected system files without attempting any automated repairs.
The 'sfc /verifyonly' command instructs System File Checker to scan all protected system files for integrity issues and write the diagnostic outcome to logs without repairing or modifying any files, satisfying the audit-only policy requirement.
Step-by-Step Solution
Key Concept
Windows System File Checker (SFC) Command Switches
Estimated Time:1m 15s