[No Feedback] Exception when saving bootloader timeout

rashford

New Member
In the "Change Settings" area, when I cick on the "Save Settings" button in the "Global settgings" section, I get the following message:

"Unhandled exception has occurred in your application.......Index was out of range. Must be non-negative and less thatn the size of the collection." This happens whether or not I change the bootloader timeout value.
 
Hi Rashford, welcome to NST.
Can you say which release of EasyBCD this applies to and what OS you're running.
(and a screenshot of the display before you click the save button would be useful)
 
Are you using EasyBCD 2.0 or 1.7.2?

There are two save buttons on that page. Did you make sure to click the one nearest to the timeout input?

Workaround
Open a command prompt. Replace x in the following with the desired timeout you want:

Code:
bcdedit /set {bootmgr} timeout x
 
Back
Top