How do I disable CHKDSK?

Knightmare25

Honorable
Apr 8, 2013
110
0
10,680
I've tried a bunch of different ways to stop it, but it still happens on start up. It gets annoying having to stop it in time before it runs. It's been doing it since I built the PC a year ago.

WMIC Check Disk Status says everything is ok.
CrystalDiskInfo says everything is ok.
CHKDSK says everything is ok.
PassMark DiskCheckup says everything is ok.
 
Solution
You may have already tried these ways to stop it, but any should work unless there is something else going on that keeps it active. If you haven't allowed it to continue till it finishes, you may have to let it conclude to end it. It may also keep repeating if the chkdsk is set to check but not repair errors however minor they may be, so if you run a complete chkdsk, it may do the repair and end the loop. To do this: Open a command prompt window (read 1-3 below) and type: chkdsk C: /r and hit Enter.

TO STOP THE BOOT CHKDSK:
1. Click the Start button
2. click All Programs
3. Click Accessories > Right click on Command Prompt > Run as Administrator > Yes > Type: "chkntfs /x c:" into the Command Prompt window and hit the "Enter"...
You may have already tried these ways to stop it, but any should work unless there is something else going on that keeps it active. If you haven't allowed it to continue till it finishes, you may have to let it conclude to end it. It may also keep repeating if the chkdsk is set to check but not repair errors however minor they may be, so if you run a complete chkdsk, it may do the repair and end the loop. To do this: Open a command prompt window (read 1-3 below) and type: chkdsk C: /r and hit Enter.

TO STOP THE BOOT CHKDSK:
1. Click the Start button
2. click All Programs
3. Click Accessories > Right click on Command Prompt > Run as Administrator > Yes > Type: "chkntfs /x c:" into the Command Prompt window and hit the "Enter" key... This command will stop the Chkdsk program from starting the next time you restart the computer.

TO STOP CHKDSK AT BOOT WITH A REGISTRY EDITION
http://windowsitpro.com/systems-management/how-can-i-stop-chkdsk-boot-time-checking-volume-x
 
Solution