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.

link|improve this question

75% accept rate
Can I move it or do I have to wait for an admin? – Matthew Doucette Dec 6 '11 at 15:08
You can re-ask it over there, but I'd just wait. It will be moved automatically when it gets to 5 votes – Jon Egerton Dec 6 '11 at 15:10
The real question is: why do you want to do it? – RepWhoringPeeHaa Dec 6 '11 at 16:45
4  
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 do this unless the PC is locked up during a chkdsk. – Moab Dec 6 '11 at 19:41
Does this answer help? – AndrejaKo Dec 7 '11 at 7:01
show 2 more comments
feedback

migrated from stackoverflow.com Dec 6 '11 at 16:23

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 3 down vote accepted

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 unless the PC is locked up during a chkdsk.

link|improve this answer
feedback

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.

link|improve this answer
1  
How do you pause it? – Luke Dec 7 '11 at 18:07
CTRL+C does not work, unfortunately. And pausing it, if you can, would not relinquish the drive if it is locked out (dismounted), which happens when you use CHKDSK with certain parameters. – Matthew Doucette Dec 7 '11 at 19:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.