How to Change Chkdsk AutoChk Initiation Countdown Time at Boot in Windows 10
Information
Checking your drives for errors every once in a while can help fix some performance issues. Drive errors can usually be caused by bad sectors, improper shutdowns, bad software, corruption, physical damage, etc...
If you schedule a disk check at boot (ex: "chkdsk /F"), you will have 8 seconds by default to press a key within to be able to skip disk checking the next time you restart the computer.
This tutorial will show you how to change the AutoChk timeout value in seconds you have to press any key within to skip disk checking (chkdsk) at boot in Windows 10.
You must be signed in as an administrator to be able to change the AutoChk initiation countdown time.
CONTENTS:
- Option One: To Change AutoChk Timeout Value in Command Prompt
- Option Two: To Change AutoChk Timeout Value in Registry Editor
EXAMPLE: AUTOCHK initiation countdown time at boot for scheduled disk check
1. Open an elevated command prompt.
2. Copy and paste the command below in the command prompt, and press Enter. This will show you what the current AutoChkTimeout value is set to. (see screenshot below)
3. Type command below in the command prompt, and press Enter. (see screenshot below)
1. Press the Win+R keys to open Run, type regedit, and click/tap on OK to open Registry Editor.
2. If prompted by UAC, click/tap on Yes.
3. In the left pane of Registry Editor, browse to the key location below. (see screenshot below)
4. In the right pane of the Session Manager key, double click/tap on the AutoChkTimeOut DWORD to modify it. (see screenshot above)
5. Select (dot) Decimal, type how many seconds, between 1 to 259200, you want for the AutoChkTimeout value, and click/tap on OK. (see screenshot below)
6. When finished, you can close Registry Editor if you like.
That's it,
Shawn
Related Tutorials
- How to Check a Drive for Errors in Windows 10
- How to Read Event Viewer Log for Chkdsk (Check Disk) in Windows 10
- How to Cancel a Scheduled Chkdsk at Boot in Windows 10