220-802 · Question #652
Anne, a user, states her computer is running very slow. On further investigation, a technician sees several disk errors in the event viewer. Which of the following commands would be used to resolve…
The correct answer is B. CHKDSK. CHKDSK (Check Disk) is the Windows command-line utility that scans a disk for filesystem errors and bad sectors, and can automatically repair them using the /f (fix errors) and /r (recover readable information from bad sectors) flags. DISKPART is a disk partitioning tool, not a…
Question
Anne, a user, states her computer is running very slow. On further investigation, a technician sees several disk errors in the event viewer. Which of the following commands would be used to resolve this issue?
Options
- ADISKPART
- BCHKDSK
- CFORMAT
- DSFC
How the community answered
(45 responses)- B93% (42)
- C2% (1)
- D4% (2)
Explanation
CHKDSK (Check Disk) is the Windows command-line utility that scans a disk for filesystem errors and bad sectors, and can automatically repair them using the /f (fix errors) and /r (recover readable information from bad sectors) flags. DISKPART is a disk partitioning tool, not a repair utility. FORMAT erases the entire drive, which would destroy user data. SFC (System File Checker) scans and repairs corrupted Windows system files, not disk errors. CHKDSK is the appropriate tool specifically for disk-level errors.
Topics
Community Discussion
No community discussion yet for this question.