Slow start up can be troubleshooted via windows performance analysis tool available in windows ADK

image

Windows performance recorder

  • Launch the windows performance recorder
  • Select First level triage and in the resource analysis select CPU usage, Disk IO Activity, File IO activity, Registry IO activity, Networking IO activity and Heap Usage
  • In the Performance Scenario select Boot from the Dropdown a,d in the detail level select the verbose option from the drop down.
  • image
  • Click on the start button to capture the trace.
  • Once the trace is completed the file are saved in user/documents/WPRFiles

Windows performance Analyser

  • Launch the windows performance analyser
  • Open the WPR file created earlier by the windows performance recorder
  • Apply the Boot-Logon-GPO-basic.wpaprofile
  • Goto the Analysis tab and check the time duration taken for “Authentication to desktop Ready” this would give you the exact time taken after the user enters the credentials and get to tsee the desktop screen.
  • Make sure all the process during this period is windows related and its better to move all the thirdy party to start after this phase.
  • image