nerdexam
CompTIA

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.

Hardware and network troubleshooting

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)
  • A
    89% (16)
  • C
    6% (1)
  • D
    6% (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.

ASFC /SCANNOWCorrect

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.

BCHKDSK /R /F

CHKDSK /R /F scans and repairs physical disk errors and bad sectors; it does not examine or restore Windows OS file integrity.

CFORMAT C:

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.

DDISKPART

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

#SFC#system file checker#file integrity#Windows XP

Community Discussion

No community discussion yet for this question.

Full 220-802 Practice