|
Manually Check Disk Readme -
February 25th, 2008
However, you the computer user can manually run the chkdsk command to check for problems.
To do this:
Step One: Click Start, select Run
Step Two: In the box, type cmd
Step Three: Click Ok
Step Four: Run the chkdsk utility by typing in the following command:
chkdsk c:
..or
chkdsk c: /f /r
NOTE: The /f command automatically fixes any errors encountered, the /r command locates bad sectors and recovers readable information.
NOTE: I am also assuming the drive you wish to check is the C: drive.
Step Five: A reboot is normally required for the chkdsk program to lock the disk and run correctly (this is typical on machines that have only one volume), so simply restart the computer and chkdsk will run automatically. When it's finished, (This process can take quite a while depending on the size of your disk, etc.), it will boot back to normal Windows.
On Rebooting the PC you will see the disk being checked as in the screenshot below:
|