Windows 7 SP1. Utility CHKDSK. Cannot schedule to run before automatic
Windows backup starts. Leo, I’ve searched your answers and most of the web
generally and it’s clear that the CHKDSK is little understood by most
users.
The last useful answer was the Windows 7 forum in 2009. I want to schedule
CHKDSK to run before Windows backs itself on schedule every Sunday because I
often find that the backup has failed, error message “Could not open folder on
drive D.” I then run CHKDSK on the backup drive which is a Passport 650 GB USB
3 external drive.
So if you have any ideas. I feel many of your readers would be pleased. As
for Google, I find many ask this question as often asked but never properly
answered.
In this excerpt from
Answercast #4, I’ll discuss how to find your Task Scheduler and set it up to
run CHKDSK before that backup starts.
]]>
<
Would your answer on scheduling CHKDSK before an automatic backup have been different if the drive the OP wanted to “check” had been the “C:” drive rather than his USB “D:” drive?
02-Apr-2012
An easy way to set a quick chkdsk that does not require human intervention is to run the following and the a reboot program (lots of those):
fsutil dirty set c: (or whatever drive)
chkntfs c: /c (change the FIRST c only to the drive you want.
Just make this a bat or cmd file followed by a reboot command in the task manager.