Does your computer run through a check disk every time you computer starts up? We will be helping a client tomorrow resolve this issue. It is a simple process to shut it off, there are actually multiple ways to do it, but here is a simple way.
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.
Friday, April 9, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment