Share via

how to run the check disk utility in Win7??

Anonymous
2018-04-27T14:50:23+00:00

Every so often there are a couple programs I run that notify me that I have a few corrupted/unreadable files and sectors or domains, etc., and "please run the chkdisk utility"...I've tried many many times to do this to no avail. It will ask me do I want to schedule chkdisk to run at the next windows startup but it never does. I have Win7 Home Premium

Windows for home | Previous Windows versions | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2018-04-28T23:50:49+00:00

    Maybe you are having this problem where chkdsk "thinks" you pressed a key to cancel it - this will let you test that theory.

    I would do all these things from the Command Prompt opened as Administrator:

    Click the Start orb/button and in the box enter the following:

    cmd.exe

    Right click cmd.exe and choose to Run as Administrator:

    First reset the Windows autochk settings to their default value to undo any failed efforts, trying things or other adjustments that might have been made by entering this command:

    chkntfs  /d

    Remember that command since it resets any adjustments you might make later and sets things back to "normal".

    If you enter this command it will tell you how long Windows is going to give you to press any key to cancel the chkdsk:

    chkntfs  /t

    You can see that the default is 10 seconds:

    For some unknown reason your system "thinks" you pressed a key to cancel the chkdsk so you can tell it not to give you any chance to cancel the chkdsk by entering this command (set the time to zero seconds):

    chkntfs  /t:0   (that's a zero)

    Now schedule your chkdsk with error correction to run on the next reboot with this command (which you already know):

    chkdsk  c:  /r

    Now restart and see if the chkdsk with error correction will run... and it could take a long time depending on the speed of your system, the size of the HDD, the amount of data on the HDD and what the chkdsk finds to do.

    Do not interrupt the chkdsk - it will finish one way or another sooner or later.

    If you want to set the countdown timer back to 10 seconds issue the following command:

    chkntfs  /t:10

    That doesn't explain why Windows thinks there has been a key pressed but you might figure that out later.

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-04-28T15:47:30+00:00

    trip to got it right.  Sometimes, just trying it repetitively works.

    However, chances are your hard drive is failing.  Chkdsk, which I presume you are trying to run, only checks for the logic of data stored on the drive.  It does not check the physical operation of the drive.

    You need to download and run the hard drive manufacturer's drive tester software. If you will use Device Manager to find the model number of your drive, I will  respond with a link to the appropriate software.

    0 comments No comments
  3. Anonymous
    2018-04-27T15:28:47+00:00

    Strange that you should ask that question (I know what follows isn’t of much use to you).

    I recently scheduled the scan to run at start up.

    About a week later (much to my surprise) it actually kicked in at start up.

    Took from about 0700 to 1600 to run.

    0 comments No comments