Windows XP how to run scan disk from command prompt

muckshifter

I'm not weird, I'm a limited edition.
Moderator
Joined
Mar 5, 2002
Messages
25,739
Reaction score
1,204
Why do you want to run CHKDSK?

1: Click Start, select Run

2: In the box, type cmd

3: Click Ok
4: type fsutil dirty query c:
or / AND
5: To run the chkdsk utility, type the following command:

chkdsk c:

...or

chkdsk c: /f /r

6: type Exit to finish

NOTE: The /f command automatically fixes any errors encountered, the /r command locates bad sectors and recovers readable information. I am also assuming the drive you wish to check is C

;)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top