chkntfs
舞夕之 发表于 2020-06-29 12:02浏览次数:
chkntfs命令用于在启动时显示或修改使用NTFS对磁盘驱动器的检查。
The chkntfs command is used to display or modify the checking of the disk drive using NTFS at boot time.
目录:
1 chkntfs 运行系统环境
2 chkntfs 语法
3 chkntfs 示例
chkntfs 运行系统环境
Windows xp
Windows vista
Windows 2000
Windows 7
Windows 8
Windows 10
Windows NT
chkntfs 语法
在启动时显示或修改磁盘检查。
CHKNTFS volume [...]
CHKNTFS /D
CHKNTFS /T[:time]
CHKNTFS /X volume [...]
CHKNTFS /C volume [...]
volume
|
指定驱动器号(后跟冒号),安装点或卷名。
|
/ D
|
将计算机恢复为默认行为;在启动时检查所有驱动器,并在脏的磁盘上运行chkdsk。
|
/ T:time
|
将AUTOCHK初始化倒计时时间更改为指定的时间量(以秒为单位)。如果未指定时间,则显示当前设置。
|
/X
|
从默认的启动时间检查中排除驱动器。被排除的驱动器不会在命令调用之间累积。
|
/C
|
计划在启动时检查驱动器;如果驱动器已损坏,则运行chkdsk。
|
如果未指定任何开关,则CHKNTFS将显示指定的驱动器是否脏了或计划在下次重新引导时进行检查。
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 count down 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 runs if the drive is dirty.
|
If no switches are specified, CHKNTFS displays if the specified drive is dirty or scheduled to be checked on next reboot.
chkntfs 示例
chkntfs /d
将计算机还原回默认设置,如果所有驱动器都损坏了,则在启动时检查它们。
chkntfs /d
Restores the computer back to the default settings and all drives are checked at boot if they are dirty.