most Posted November 15, 2004 Posted November 15, 2004 Anyone who knows how to change..."time to display list of operating systems" and"time to display recovery options when needed" with a registryfile?/Marcus
jpatto Posted November 15, 2004 Posted November 15, 2004 Not 100% sure about a registry file however you can do this by right clicking my computer select properties - Advanced- Starup and recovery select Settings. You can do the same by typing in msconfig (in the Run box) and selecting Boot.ini.Im sure you can create batch file if thats of any use to you.
SiMoNsAyS Posted November 15, 2004 Posted November 15, 2004 those values are stored on "%SYSTEMDRIVE%\boot.ini" and you can edit it (at least display list of os, i've never touched the other one). line is "timeout=10" for 10 sec for example. also can be done with bootcfg commandbootcfg /Timeout 10
ldekens Posted March 7, 2006 Posted March 7, 2006 The bootcfg /timeout xx only changes the "time to display list of operating systems" .Anyone knows how to change the "time to display recovery options when needed" via a REG file or a command ?
ldekens Posted March 8, 2006 Posted March 8, 2006 I found out that this setting is kept in %systemroot%\bootstat.dat in the byte at offset +9.Is there anywhere a document that describes this bootstat.dat file ?Is there an interface (besides the system cpl) to manipulate this file ?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now