Forcing Autochk to run and check a Drive upon Reboot
chkntfs /c drive:
Example - suppose you want to check your E drive. You run the following command and then reboot:
chkntfs /c e:
BootExecute registry entry before chkntfs command: autocheck autochk *
BootExecute registry entry after chkntfs command: autocheck autochk /m \??\E: autocheck autochk *
(more details on the "BootExecute" registry entry are listed below)
Stopping Autochk from running upon Reboot on a Drive
chkntfs /x drive:
Example - suppose you do not want chkdsk to run on your e drive when you reboot
chkntfs /x e: d:
BootExecute registry entry before chkntfs command: autocheck autochk *
BootExecute registry entry after chkntfs command: autocheck autochk /k:E *