Sunday 16 October 2016

DISABLE DISK CHECK DURING BOOT

Disk check utility is a very useful tool to scan and fix disc errors. But sometimes it comes during each boot and you may want to disable it.
To disable disc check during boot, just open command window ( start- > run-> and type cmd )
Type  chkntfs /x d: e: (change drive letter as you want )
Press enter . Restart your computer and check.


Codes mentioned below will be usefull if you want to revert






chkntfs drive: [...]
   chkntfs /d
   chkntfs /x drive: [...]
   chkntfs /c drive: [...]

     drive:         Specifies a drive letter.
     /D             Restores the machine to the default
                    behavior; all drives are checked at boot
                    time and chkdsk is run on those that are
                    dirty. This undoes the effect of the /X
                    option.
     /X             Excludes a drive from the default boot-time
                    check. Excluded drives are not accumulated
                    between command invocations.
     /C             Schedules chkdsk to be run at the next
                    reboot if the dirty bit has been set.
    


IF YOU LIKED THE POST , DON'T FORGET TO SHARE AND COMMENT BELOW

No comments: