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.

Cele mai bune 5 jocuri arcade pentru Linux
În zilele noastre, computerele sunt mașini serioase folosite pentru jocuri. Dacă nu puteți obține noul scor mare, veți ști la ce mă refer. În această ...
Battle For Wesnoth 1.13.6 Development Released
Battle For Wesnoth 1.13.6 released last month, is the sixth development release in the 1.13.x series and it delivers a number of improvements, most no...
Cum se instalează League Of Legends pe Ubuntu 14.04
Dacă ești fan al League of Legends, atunci aceasta este o oportunitate pentru tine de a testa rula League of Legends. Rețineți că LOL este acceptat pe...