Description
As you should know when Windows find a problem in a computer, many times it runs a chkdsk at boot-time.
This solution explains how to exclude certain drives to produce this behaviour.
Solution
In this example we will exclude the c drive from the default boot-time check.
1. Press Windows Ket + R, type cmd and press enter.
2. Type
chkntfs c: /X
and press enter.
You are done. If you want to restore it to the default behaviour just type:
chkntfs /D
If you need to know if windows will do a chkdsk in the next boot for a drive just type:
chkntfs drive:
where drive is the drive letter you need to use.






0 comments:
Post a Comment