//flex table opened by JP

Click to See Complete Forum and Search --> : why me oh why


chipbgt
11-08-1999, 11:54 PM
So I come home today and my computer has bad sectors or corrupted folders and all sorts of junk....so I reformat. I really dont mind that because I have all my setup files burned on my cd, its just the re-configuring of all my settings....so heres what I need guys:

how do I make the 2 second delay dissappear,
how do I make the start up sceen not show when I boot up

Thats about it for now. If anyone else has some little performance tips for Me, I would really appreciate it /forum/smile.gif

now....back to loading 6 gigs of programs....

Underclocked
11-09-1999, 12:10 AM
Tweakui for both.

drdeath
11-09-1999, 08:30 AM
or, you can edit your msdos.sys file in your root c:\ directory. under the [options] section, add these lines:

AutoScan=0
DisableLog=1
BootDelay=0
BootWarn=0
DblSpace=0
DrvSpace=0
Logo=0

heres what they do:

autoscan=0 keeps your comp from running scandisk every time windows crashes
disablelog=1 keeps your comp from creating a new bootlog.txt file every time it starts up - reduces boot up time
bootdelay=0 gets rid of that 2 sec. delay
bootwarn=0 gets rid of the little warning message that pops up when you start windows in safe mode
dblspace=0 and drvspace=0 keeps windows from loading these device drivers when windows starts, which it does by default and uses system resources
logo=0 gets rid of the windows splash screen that comes up every time you start up windows