boot lines

kenji808

Junior Member
Dec 6, 2004
17
0
0
When i boot up my computer it goes to a screen that has 3 lines on it:
(Line
Windows XP Home Edition
(Line

then it counts down 25 seconds for me to choose which one i want to use. if i dont choose, it goes auto to the highlighted one. Eitherway they all boot up windows, but in a slower process beacuse it has to stop at this screen, is there anyawy to delete those 2 "(Line" so it just boots to Windows with no problems?
 

JimKiler

Diamond Member
Oct 10, 2002
3,561
206
106
Here is my Boot.ini file, under C:\ partition

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Professional" /fastdetect


timeout=30 means it takes 30 seconds before selecting this startup. If you have multiple lines under operating system you may want to remove them and it should not show the selection screen at all. Otherwise just change the timeout= value to something like 3 seconds.