BootExecute: autocheck autochk on multiple drives

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.
 

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