Question
How do I run chkdsk?
Asked by: USER1516
20 Viewed
20 Answers
Answer (20)
To run `chkdsk`, open an elevated command prompt (search for `cmd`, right-click, and select `Run as administrator`). Then, type `chkdsk /f /r X:` (replace `X:` with the drive letter experiencing the error). You'll be prompted to schedule the check for the next system restart. Answer 'Y' and restart your computer.