Logon

How to delay Automatic Logon process in Windows 10

How to delay Automatic Logon process in Windows 10

Where there are multiple versions of Windows installed, the Boot Menu is displayed for 30 seconds, giving time to the user to choose the OS, after which the computer boots into the default OS. You can also customize the time-out value, either through the Boot.ini file or through bcdedit. In Windows 10/8/7, you can use BCDEdit, to change the default boot menu time-out value.

Delay Automatic Logon process in Windows

In earlier versions like Windows XP, the Boot Menu Timeout was from 0 to 9999 seconds. A value of '-1' was also permitted, meaning that the machine would not boot unless and until the User made a choice.

Starting with Windows Vista, using msconfig, users can enter a value between 3 and 999 seconds only. The -1 value has been removed in Windows Vista and later.

Raymond Chen, a developer on Microsoft's Windows Shell team, while answering the following question, has pointed out a way where one can actually go to a maximum of 11,059,200 seconds for the Boot Menu Timeout:

We have a number of kiosk machines that are networked wirelessly. Each machine is configured with automatic logon so that things return to normal after power is restored after an outage. The problem is that the wireless switch takes a long time to recover from a power failure, so when the kiosk machines try to log on, they can't. We have to go around to all the machines and manually log them on after waiting a few minutes for the switch to get itself back up. Is there a way we can delay the automatic logon or convince automatic logon to pause and retry?

To do it, launch a command prompt with elevated privileges and enter the following:

bcdedit /timeout 11000000

Hit Enter.

This will bypass the limitations of msconfig and set the Boot Menu Timeout to 11 million seconds or around 128 days or around 4 months.

Mouse left-click button not working on Windows 10
If you are using a dedicated mouse with your laptop, or desktop computer but the mouse left-click button is not working on Windows 10/8/7 for some rea...
Cursor jumps or moves randomly while typing in Windows 10
If you find that your mouse cursor jumps or moves on its own, automatically, randomly while typing in Windows laptop or computer, then some of these s...
How to reverse Mouse and Touchpads scrolling direction in Windows 10
Mouse and Touchpads not only make computing easy but more efficient and less time-consuming. We cannot imagine a life without these devices, but still...