220-802 · Question #91
A technician believes a machine loaded with Windows XP Professional has issues with file integrity of the core OS components. Which of the following commands could be used to both check and replace…
The correct answer is A. SFC /SCANNOW. SFC /SCANNOW scans all protected Windows system files for corruption and automatically replaces any damaged files using cached copies from the Windows installation.
Question
A technician believes a machine loaded with Windows XP Professional has issues with file integrity of the core OS components. Which of the following commands could be used to both check and replace damaged files?
Options
- ASFC /SCANNOW
- BCHKDSK /R /F
- CFORMAT C:
- DDISKPART
How the community answered
(18 responses)- A89% (16)
- C6% (1)
- D6% (1)
Why each option
SFC /SCANNOW scans all protected Windows system files for corruption and automatically replaces any damaged files using cached copies from the Windows installation.
The System File Checker (SFC) with the /SCANNOW switch immediately scans the integrity of all protected operating system files and replaces corrupted or missing ones with correct versions stored in the Windows component store (%WinDir%\System32\dllcache). This directly addresses both the checking and replacement requirements stated in the question. It is the purpose-built tool for OS file integrity repair.
CHKDSK /R /F scans and repairs physical disk errors and bad sectors; it does not examine or restore Windows OS file integrity.
FORMAT C: erases all data on the C drive and rebuilds the file system, which is destructive and does not repair individual corrupted OS files.
DISKPART is a disk partitioning and management utility; it has no ability to scan or repair OS file integrity.
Concept tested: SFC /SCANNOW system file integrity repair
Source: https://support.microsoft.com/en-us/topic/use-the-system-file-checker-tool-to-repair-missing-or-corrupted-system-files-79aa86cb-ca52-166a-92a3-966e85d4094e
Topics
Community Discussion
No community discussion yet for this question.