Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
March 4, 1999
A. The timeout is changed by editing the boot.ini file which is on the boot partition and changing the timeout parameter:
Start a command session (Start - Run - Command)
Set the attributes on c:boot.ini to non-read and non-system
attrib c:boot.ini -r -s
Edit the file and change the timeout to -1
[boot loaded]
timeout = -1
Save your changes and set the file back to read only and system
attrib c:boot.ini +r +s
You May Also Like