Boot Loader

G

Guest

I am deploying about 100 PC's in my enterprise. I used a combination of
sysprep and PQDC to deploy the image to all workstations. The problem that I
have now is that there is a security requirement that all workstations have
the following setting in the boot.ini file:

[boot loader]
timeout=3

When I used sysprep this value was defaulted to 30. I know it was defaulted
to 30 because before I made my image I manually set this to 3 vice the
Windows default 30. My question is how do I change all the workstations in
my enterprise now that they are deployed?

Thanks for the help,
Dave
 
J

Johan Arwidmark

Sysprep resets the value to 30 second during mini-setup.

You can use a script in cmdlines.txt for sysprep (yes, sysprep has one
too) to set the timeout value

I have used the XP built-in bootcfg tool (dont remember if it exists
in win2000). The syntax is

bootcfg /timeout 3

Otherwise you can use a vbscript that changes the timeout value in
boot.ini

regards
Johan Arwidmark

Windows User Group - Nordic
http://www.wug-nordic.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top