Your best source of information and news about Vista hardware, vista and drivers on the internet

Vista ARTICLES TOP 50 Spyware Virus Vista SOFT Vista HELP

Check Disk (chkdsk) Runs Every Time Windows Starts


disable-chkdsk-at-boot Sometimes it happens that disk check always starts to check the file system on one or more drives for consistency. If any key is pressed, the disk checking is aborted. Actually this is because some data structure of the drive or some file is corrupted which can not be recovered and check disk is always run at Windows startup. Or sometimes it may take several hours for disk checking to scan all the drives. So disabling it or postponing disk check is better. There are several methods to disable disk checking at Windows startup. Two of them are given below:

Method 1: Using CHKNTFS utility

CHKNTFS is a utility that has been developed by Microsoft to disable disk checking on certain drives at Windows startup. To use this utility go to Start –> Run –> cmd.

If you want to disable check disk on C: drive, use the following command on command prompt.

chkntfs /X C:

If you want to disable check disk on two or more drives, just keep on adding the drives:

chkntfs /X C: D: E:

This will disable check disk on C, D and E drives.

If you want to restore what you have done, that is, enable automatic disk checking on all the drives again, just run the following command:

chkntfs /D

This will restore all the drives to automatic disk checkup.

Method 2: Using Registry

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 *

Popularity: 2%


Written by magakos. Read more great feeds at is source WEBSITE
8 comments.
Read more articles on Windows Hacks and Solutions and otherSoftware and Tips.

Related articles

8 comments

Read the comments left by other users below, or:

Get your own gravatar by visiting gravatar.com dajaco
#1. October 6th, 2008, at 7:04 AM.

very useful, and appropriately detailed. thanks

Get your own gravatar by visiting gravatar.com David
#2. October 13th, 2008, at 7:12 PM.

Thank you very much.

Get your own gravatar by visiting gravatar.com sassahr
#3. October 14th, 2008, at 6:30 PM.

Thanks!

Get your own gravatar by visiting gravatar.com Lea
#4. October 24th, 2008, at 10:35 PM.

thnx!

Get your own gravatar by visiting gravatar.com stanley
#5. November 24th, 2008, at 1:11 PM.

THANKS A LOT… Very helpful… solved my problem also :)

Get your own gravatar by visiting gravatar.com mic
#6. May 6th, 2009, at 11:13 PM.

nice.

Get your own gravatar by visiting gravatar.com Fawad Naseer
#7. May 8th, 2009, at 11:54 AM.

The most simplest solution
for disabling check disk is

HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\CONTROL\Session Manager

on the right side BOOTEXECUTE

autocheck autochk *

(Remove this star) and Restart your pc ..

Get your own gravatar by visiting gravatar.com kamal
#8. May 12th, 2009, at 2:20 PM.

thanks a lot !
it really saved me a lots of times & headaches as well , because each time I start windows & I see the disk check , the first thing that comes through my mind , is that my machine has malware or a trojan , & to get rid of that blue screen , is to reformat my drive again , I’ve done it already about ten times , just to solve that problem , & always keeps coming back , especially when I do some limewire downloads !
right now it all history , & Im very glad the problem was solved in just a few seconds !
thanks again !

Leave your comment...

If you want to leave your comment on this article, simply fill out the next form:




You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> .