Appletax
Well-Known Member
- Reaction score
- 394
- Location
- Northern Michigan
I am finding lots of different methods.
So far, I am liking this:
echo y | chkdsk C: /f /r -- f = fix errors, r = recovery data in bad sectors
shutdown /r /t 0 -- r = restarts the computer after shutting down, t = time in seconds
Put into Notepad > Save As > Filename: chkdsk.bat & Save as type: All Files.
echo y "pipes" the letter y into chkdsk to say yes to the prompt asking if you want it to run the next time Windows is started.
Seems odd to have echo y come before chkdsk ??
After 0 seconds (immediately), shutdown the computer, then restart it.
So far, I am liking this:
echo y | chkdsk C: /f /r -- f = fix errors, r = recovery data in bad sectors
shutdown /r /t 0 -- r = restarts the computer after shutting down, t = time in seconds
Put into Notepad > Save As > Filename: chkdsk.bat & Save as type: All Files.
echo y "pipes" the letter y into chkdsk to say yes to the prompt asking if you want it to run the next time Windows is started.
Seems odd to have echo y come before chkdsk ??
After 0 seconds (immediately), shutdown the computer, then restart it.
Last edited: