GUI for Windows XP scandisk

  • Thread starter Thread starter Fran
  • Start date Start date
F

Fran

Is there a utiliity that will allow me to run scandisk with options without
going to every drive's right click menu separately?
 
Fran said:
Is there a utiliity that will allow me to run scandisk with options without
going to every drive's right click menu separately?

Use a .bat file see chkdsk /? for options

I use

cd \
chkdsk c: /f
chkdsk d: /f
chkdsk e: /f
chkdsk f: /f
chkdsk l: /f
 

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

Back
Top