Steps to avoid chkdsk disk scan during booting
This is a common problem that happens every time that when we boot our system the Windows start a chkdsk disk scan. In reality disc scan is a protective feature of Windows that run to check any cross links and to clean the bad sectors though this mostly happens due to the improper shutdown of the computer.
Since this is a feature provided by the Windows, this helps in the better performance of our systems but in case if you are troubled with the consistent disc checking that happens every time you boot the system, then we can easily fix the problem.
Steps:
1. Press Windows key + R to open Run dialog.
2. Now write cmd in it to open the command prompt.
3. Type this command without quotes “chkntfs /x drive_name”, Example: chkntfs /x c:
4. Perform these steps for the other remaining drives.
Now reboot the system for the changes to take effect.
So, if you came this far reading the post, you should already be convinced that you need to grab my RSS feed, right?
You May Also Like to Read
- Increase Disk space to avoid Low Disk Space
- Remove Bad Sectors from Hard Disk
- Steps to Block Websites
- Steps to Write Protect your USB Pen Drive
- 7 Features that you didn’t know about Windows XP –Part 2
- Steps to Clean Infected Computer
- Steps to Do at Logon Error: Command Length is Incorrect
- Fix the problem of Show hidden files and folders getting reset



October 19th, 2008 at 3:43 am
You can also try giving drive letters (eg. c: d: etc) of all the hard disk partitions in a single command like this
c:\>chkntfs /X c: d: e: f:
remember to give the letters of hard disk partitions only .
October 19th, 2008 at 12:40 pm
Nice tip!!