D
David Candy
You can type this in run
cmd /k chkdsk <drive letter>
cmd opens a command prompt.
/k says run the rest of the line as if you typed it AND don't close the window.
So
cmd /k chkdsk D:
Once you have a command prompt open just type chkdsk d:
type
cmd /k chkdsk /?
or type chkdsk in Help & Support.
If chkdsk is run at boot time the results are in the System Log. Type event viewer in help to see how to start it.
cmd /k chkdsk <drive letter>
cmd opens a command prompt.
/k says run the rest of the line as if you typed it AND don't close the window.
So
cmd /k chkdsk D:
Once you have a command prompt open just type chkdsk d:
type
cmd /k chkdsk /?
or type chkdsk in Help & Support.
If chkdsk is run at boot time the results are in the System Log. Type event viewer in help to see how to start it.