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 *
Showing posts with label Disable automatic disk checking at Windows startup. Show all posts
Showing posts with label Disable automatic disk checking at Windows startup. Show all posts
Wednesday, January 13, 2010
Subscribe to:
Posts (Atom)