chkntfs.exe

  • File Path: C:\Windows\system32\chkntfs.exe
  • Description: NTFS Volume Maintenance Utility

Hashes

Type Hash
MD5 B8FDF02067F9B4091B2EB66F1940E9F7
SHA1 C8940225E194E3D58B2679C737DB0D167A0A09C0
SHA256 1F8A47270E85216DA798516FB59C6C81F0DAA33F3FCC2EFC8DC88C5EF40FB360
SHA384 334A18C8FEAB6846F92F360A04BE2C7BCD02E9FBCB1AC28FBC5010CD72DCC560A797EA967BDA72D92D19FE9447A12248
SHA512 BFA4C595D29CEA4A0D871195D1F67FA1DF5ED04C9B5B203F9D910C5787961FE6E5E7CC2A04B6DF965F80986EC19AFA22483BCE6D579DA74B3CA407326F8C0E87
SSDEEP 384:RyAa2zX85M8KULdBXHRgb9I1mNBXFX7gTVEzNMWd6W:ra2TCpDXHCbBNVFMU9
IMP D41BF2F313E9EE8CBB20EF9AD2025250
PESHA1 278EC289471FD2FEFC20AE3D136F095ACE3E047D
PE256 76FE10A021923CC2BB79BD1764B3AE5E1903F6FAF0A289303DA11427B09F36A3

Runtime Data

Usage (stdout):

Displays or modifies the checking of disk at boot time.

CHKNTFS volume [...]
CHKNTFS /D
CHKNTFS /T[:time]
CHKNTFS /X volume [...]
CHKNTFS /C volume [...]

  volume         Specifies the drive letter (followed by a colon),
                 mount point, or volume name.
  /D             Restores the machine to the default behavior; all drives are
                 checked at boot time and chkdsk is run on those that are
                 dirty.
  /T:time        Changes the AUTOCHK initiation countdown time to the
                 specified amount of time in seconds.  If time is not
                 specified, displays the current setting.
  /X             Excludes a drive from the default boot-time check.  Excluded
                 drives are not accumulated between command invocations.
  /C             Schedules a drive to be checked at boot time; chkdsk will run
                 if the drive is dirty.

If no switches are specified, CHKNTFS will display if the specified drive is
dirty or scheduled to be checked on next reboot.

Signature

  • Status: Signature verified.
  • Serial: 33000001C422B2F79B793DACB20000000001C4
  • Thumbprint: AE9C1AE54763822EEC42474983D8B635116C8452
  • Issuer: CN=Microsoft Windows Production PCA 2011, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
  • Subject: CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US

File Metadata

  • Original Filename: CHKNTFS.EXE.MUI
  • Product Name: Microsoft Windows Operating System
  • Company Name: Microsoft Corporation
  • File Version: 10.0.17763.1 (WinBuild.160101.0800)
  • Product Version: 10.0.17763.1
  • Language: English (United States)
  • Legal Copyright: Microsoft Corporation. All rights reserved.
  • Machine Type: 64-bit

File Scan

  • VirusTotal Detections: 0/70
  • VirusTotal Link: https://www.virustotal.com/gui/file/1f8a47270e85216da798516fb59c6c81f0daa33f3fcc2efc8dc88c5ef40fb360/detection/

Additional Info*

*The information below is copied from MicrosoftDocs, which is maintained by Microsoft. Available under CC BY 4.0 license.


chkntfs

Displays or modifies automatic disk checking when the computer is started. If used without options, chkntfs displays the file system of the specified volume. If automatic file checking is scheduled to run, chkntfs displays whether the specified volume is dirty or is scheduled to be checked the next time the computer is started.

[!NOTE] To run chkntfs, you must be a member of the Administrators group.

Syntax

chkntfs <volume> [...]
chkntfs [/d]
chkntfs [/t[:<time>]]
chkntfs [/x <volume> [...]]
chkntfs [/c <volume> [...]]

Parameters

Parameter Description
<volume> […] Specifies one or more volumes to check when the computer starts. Valid volumes include drive letters (followed by a colon), mount points, or volume names.
/d Restores all chkntfs default settings, except the countdown time for automatic file checking. By default, all volumes are checked when the computer is started, and chkdsk runs on those that are dirty.
/t [:<time>] Changes the Autochk.exe initiation countdown time to the amount of time specified in seconds. If you do not enter a time, /t displays the current countdown time.
/x <volume> […] Specifies one or more volumes to exclude from checking when the computer is started, even if the volume is marked as requiring chkdsk.
/c <volume> […] Schedules one or more volumes to be checked when the computer is started, and runs chkdsk on those that are dirty.
/? Displays help at the command prompt.

Examples

To display the type of file system for drive C, type:

chkntfs c:

[!NOTE] If automatic file checking is scheduled to run, additional output will display, indicating whether the drive is dirty or has been manually scheduled to be checked the next time the computer is started.

To display the Autochk.exe initiation countdown time, type:

chkntfs /t

To change the Autochk.exe initiation countdown time to 30 seconds, type:

chkntfs /t:30

[!NOTE] Although you can set the Autochk.exe initiation countdown time to zero, doing so will prevent you from canceling a potentially time-consuming automatic file check.

To exclude multiple volumes from being checked, you must list each of them in a single command. For example, to exclude both the D and E volumes, type:

chkntfs /x d: e:

[!IMPORTANT] The /x command-line option isn’t accumulative. If you type it more than once, the most recent entry overrides the previous entry.

To schedule automatic file checking on the D volume, but not the C or E volumes, type the following commands in order:

chkntfs /d
chkntfs /x c: d: e:
chkntfs /c d:

[!IMPORTANT] The /c command-line option is accumulative. If you type /c more than once, each entry remains. To ensure that only a particular volume is checked, reset the defaults to clear all previous commands, exclude all volumes from being checked, and then schedule automatic file checking on the desired volume.

Additional References


MIT License. Copyright (c) 2020-2021 Strontic.