2

Well, I ended up in a situation, where my laptop upon boot into the Windows 10 partition ended up in "Repairing disk errors. This might take more than an hour to complete" - or actually, "Repairing disk errors. This might take over an hour to complete".

This message tells me absolutely nothing - so is there some sort of a keyboard shortcut, so I can see verbose messages and disk scanning progress in percentage?

sdbbs
  • 1,692

1 Answers1

4

You can't stop an offline fix running at boot - other than turning the power off, which I'd not recommend unless it takes days. You can find logs of it afterwards via the Event Viewer.

To get live disk scanning progress you can run Windows from a USB drive or another disk and do an online fix with chkdsk /F /R /X.

cachius
  • 859