How can I cancel CHKDSK in Windows 7?

How can I cancel CHKDSK in progress in Windows 7, without rebooting the computer or terminating the process against its will?

EDIT 2: Why? It was going to take an hour, and was already in the free space section of my drive, and the drive was dismounted (/R option), and I needed access to the drive to get back to work.


Solution 1:

There is no safe way to terminate a chkdsk in progress. Even if you do, it will run at the next reboot since it sets the dirty bit when you run the command. There is no good reason to cancel chkdsk this way, unless the PC is locked up during a chkdsk.

Solution 2:

You can use this as a last resort in case all else fails:

chkntfs /x C:

What this does:

Excludes a drive from the default boot-time check. Excluded drives are not accumulated between command invocations.

Solution 3:

CTRL+C should work.

Another option would be to pause the process (Process Explorer for example) and let it run when you're no longer working on it. Don't quite see why killing the process would be that bad.