I keep getting the message "Autocheck program not found skipping autockeck" each time I boot or reboot which is very annoying. Has anyone else seen this message and if so, does anyone know how to get rid of it?
sfc /scannow
I understand you cannot run system. right? In this case boot Win 7 recovery diskCan you tell me how to do that through the win 7 recovery disk cuz I'm stuck with this problem? Please reply quick![]()
autocheck and chkdsk are basically the same thing, except autocheck is run on bootup. They both look for problems on the disk.
To disable automatic disk checking at Windows startup through registry, go to the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
In the right hand pane, double click BootExecute.
The default value of the key is autocheck autochk *
* means every drive is checked for consistency. Just add /K:C at the end before *. /K switch will disable autocheck on C: drive at Windows startup. So the final value should look like this:
autocheck autochk /k:C *