How will you optimise windows sart up time .

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created runtime image with windowslogon, explorershell.it takes to
show windows screen after 40 secs.Then I check with MSBootvis, in that boot
time showing 11.24 secs. How will you optimise the time, to make it below 20
secs. i remove all the services.

dis k - 2.12 secs
driver - 1.60 secs
registry - 0.89 secs
video - 1.08 secs
logon+service - 3.76 secs
shell - 1.23 secs
total boot time - 11.24 secs

Actual time taken for showing windows screen after restart is 40 secs.
bios+ntloader+boottime = 40 secs.
How will you optimise the system startup time.

Regards;
B.sudhakar.
 
Hi Sudkar,

You need to optimize two things:
1. BIOS boot time.
2. Windows boot time.

If you put multi OS choice boot.ini with two entries like:
[boot loader]
timeout=50
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect

BIOS boot time is up to point when you get choice screen and that time can be optimized only by using custom BIOS (there are such
products on the market)
Windows boot time can be measured by presing a key in that screen and waiting for your windows to end starting.

Now what time exactly you need to improve and for how much?

Regards,
Slobodan
 
Back
Top