HOW TO STOP FILE SYSTEM ON BOOTING
Stop Check Disk on Boot in 2 Ways
1st : Using Automaded Registry Script -
=========================================================
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:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home