BootExecute: autocheck autochk on multiple drives

  • Thread starter Thread starter Jon E. Scott
  • Start date Start date
J

Jon E. Scott

In order for one to manually perform disk checking during bootup on a system
with multiple drives, one could modify the BootExecute registry value like
this:

autocheck autochk /p \??\C:
autocheck autochk /p \??\E:
autocheck autochk /p \??\F:
autocheck autochk *

What this would do is check C:, reboot, check E: and F: and continue to load
Windows.

If I change the order of the entries to this:

autocheck autochk /p \??\F:
autocheck autochk /p \??\E:
autocheck autochk /p \??\C:
autocheck autochk *

It would do this:

Check F:, E:, C: drives, reboot, check F: and E: drives (again!), then
continue to load Windows

How can I make it do the following?

Check F:, E:, C: drives, reboot, then continue to load Windows.
 
Back
Top