Does anyone know how I can script a change in windows 2003 to change
the "time to display the list of operating systems" value from 30 sec.
to 5 sec.? This
is located under startup and recovery under system properties. I have
to change this setting on 100 servers and would rather run a script/
vbscript
than change it manually for obvious reasons.

Re: "time to display the list of operating systems" by S

S
Thu Jul 26 12:19:01 CDT 2007

very simple, use the FileSystemObject to rewrite the BOOT.INI file



<jaysal30@yahoo.co.uk> wrote in message
news:1185469791.147022.304910@x35g2000prf.googlegroups.com...
> Does anyone know how I can script a change in windows 2003 to change
> the "time to display the list of operating systems" value from 30 sec.
> to 5 sec.? This
> is located under startup and recovery under system properties. I have
> to change this setting on 100 servers and would rather run a script/
> vbscript
> than change it manually for obvious reasons.
>


Re: "time to display the list of operating systems" by Ayush

Ayush
Thu Jul 26 21:22:10 CDT 2007

[jaysal30@yahoo.co.uk] wrote-:
> Does anyone know how I can script a change in windows 2003 to change
> the "time to display the list of operating systems" value from 30 sec.
> to 5 sec.? This
> is located under startup and recovery under system properties. I have
> to change this setting on 100 servers and would rather run a script/
> vbscript
> than change it manually for obvious reasons.

Use the BOOTCFG command. Open Command Prompt and Enter
bootcfg /timeout /?
for more help.

Good Luck, Ayush.
--
VBScript, JScript, WSH Reference : http://www.devguru.com/