Home >Computer Tutorials >Troubleshooting >How to disable disk scan at startup in Windows 10

How to disable disk scan at startup in Windows 10

WBOY
WBOYforward
2024-01-12 21:15:092672browse

Some users want to perform disk detection on the computer every time Win10 is turned on. So how to turn off boot disk detection in Win10? Here the editor will give you a detailed introduction to the tutorial of turning off the boot disk detection in Win10. If you are interested, please come and take a look with the editor.

Method 1: Command modification method

1. Click the search icon in the taskbar, enter "cmd", select "Command Prompt", and click "Run as administrator".

How to disable disk scan at startup in Windows 10

2. If we want to turn off the disk detection of the C drive, first check the disk to see if it is faulty. In the command prompt window, enter "chkdsk c: / f ", press Enter to execute the command.

How to disable disk scan at startup in Windows 10

3. Then enter the "chknts /t:0" command and press Enter to execute.

How to disable disk scan at startup in Windows 10

Method 2: Modify the registry method

1. Shortcut key "win R", enter "regedit", and press Enter to open.

How to disable disk scan at startup in Windows 10

2. After entering the registry editor, click "ComputerHKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession Manager" on the left, find "BootExecute" on the right, and double-click to open it.

How to disable disk scan at startup in Windows 10

3. In the window, clear the data in "Numeric Data" and click OK to save. Finally, just restart the computer.

How to disable disk scan at startup in Windows 10

The above is the detailed content of How to disable disk scan at startup in Windows 10. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:dafanshu.com. If there is any infringement, please contact admin@php.cn delete