<timing bootDoneViaExplorer="323656" bootDoneViaPostBoot="345356"
this is 5min and 23s to only boot to the desktop!
The first delay is the PreSMSS phase.
<interval name="PreSMSS" startTime="0" endTime="59993" duration="59993">
this takes nearly 50s.I can see that the enumeration of the IDE devices takes some time. Next starting some drivers takes a long time (6.7s for the HD Audio driver and Elby Clonedrive takes over 3s). The next big issue is that all your Wacom devices need each time 3s the enum and 3s to start.
This sums up to 50s.
Next delay happens in SMSS Init.
I can see that the smss:BootExecuteList starts at 60s and ends at 80 seconds.
So open regedit and go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager and look at the value BootExecute .
Which programs are started there?
Now WinlogonInit causes the longest delay:
<interval name="WinlogonInit" startTime="89076" endTime="305907" duration="216831">
Here RequestCredentials takes most time. So enter your password faster.
And finally starting all tools at login takes 11s. You can try to Disable the ATI Control Center and use other tools like ATI Tray Tools or MSI Afterburner. The ATI/AMD tools is coded in .Net and such apps can start slowly.



Help


Back to top











