How to disable Check Disk (chkdsk) at startup in Vista
If you're new here, you may want to subscribe to Windows Reference RSS feed Thanks for visiting!
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 *
If you want to add more drives, the key should look like this: (disabling C and D drives)
autocheck autochk /k:C /k:D *
If you want to restore everything to default, just replace the key with the default one i.e.,
autocheck autochk *
Random Posts
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically each day to your feed reader.
Trackbacks & Pingbacks
Comments
Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>







Is there a way to disable it before windows starts? (I can t open windows because checkdisk stops around 60 percent and I can t open my computer)
thanks,it works for me
Thanks..
thanks it worked
This thing was really drove me crazy!!!! finally after looking your advice it stopped!!!thank tou so much…it helped me a lot!