Tuesday, 6 September 2011

How to Stop Checking File System on Booting



Stop Check Disk on Boot in 2 Ways
1st : Using Automaded Registry Script -

Download

Donload and Double Click on this file> Click OK 
And Enjoy.
=========================================================
2nd : Manually -

Open Command Prompt and type (eg. C drive)
chkntfs /x c:

If you have 2 drive, C and D, you can disable chkdsk with the command below
chkntfs /x c: d:

If Two or Multiple Drive checking file system on Booting.... (eg. D, E, and F drive)
chkntfs /x d: e: f:

/x   volume : [...] : Excludes the specified volume from being checked when the computer starts, even if the volume is marked as requiring chkdsk.

0 comments: