Explanation of the data in the table
- #Hosts
- Number of distinct hosts
- #Boot
- Number of boot processes
- Total boot
- The time from Windows start to the desktop being shown and the system reaching a 80% idle state. This is the sum of main path and post boot.
- Main path
- The time from Windows start to the start of the shell.
- Kernel init
- Duration of the kernel initialization phase.
- Smss init
- Smss.exe is the first process to be started after the system. This time includes the time for hard disk autocheck.
- Autocheck
- Duration of the hard disk check.
- Session 0 init
- Duration of session 0 initialization. Starts when smss.exe in session 0 is started and ends when wininit.exe is started.
- Session 1 init
- Duration of session 1 initialization. Starts when smss.exe in session 1 is started and ends when winlogon.exe is started.
- Wininit init
- Duration of wininit.exe initialization. Starts when wininit.exe in session 0 is started and ends when services.exe is started.
- Winlogon init
- Duration of winlogon.exe initialization. Starts when winlogon.exe in session 1 is started and ends when logonui.exe is started.
- Autostart services
- The time it take for all autostart services to start.
- Computer startup
- The time from Windows start until the logon prompt is shown.
- Post boot
- The time from shell start to the system reaching a 80% idle state.