Home  >  Article  >  How to enter the disk scan command

How to enter the disk scan command

coldplay.xixi
coldplay.xixiOriginal
2020-09-29 10:24:2411684browse

How to enter the disk scan command: first click "Start → Run", enter "regedit" in the "Run" dialog box to open the registry editor; then find the "BootExecute" key value item and Clear the value; finally press the "F5" key to refresh the registry.

How to enter the disk scan command

How to enter the disk scan command:

Method 1:

Click "Start" →Run", enter "regedit" in the "Run" dialog box to open the registry editor, and select the

"HKEY_LOCAL_MacHINE\SYSTEM\CurrentControlSet\Control\Session Manager" subkey in sequence,

Then find the "BootExecute" key value item in the right window and clear its value. Press the "F5" key to refresh the registry.

Method 2:

Select "Start → Run" and type "chkntfs /t:0" in the run dialog box to set the disk scan waiting time to 0;

If you want to ignore scanning a certain partition when the computer starts, such as the C drive, you can enter the "chkntfs /x c:" command;

If you want to resume scanning the C drive, you can use "chkntfs /d c :" command to restore all chkntfs default settings, except the countdown for automatic file checking.

The above is the detailed content of How to enter the disk scan command. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:What modes does vi have?Next article:What modes does vi have?