-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Notebooks
- Notebook Boot and Lockup
- Slow boot times all of a sudden

Create an account on the HP Community to personalize your profile and ask a question
05-10-2018 08:58 PM
Hello,
My computer restarted by itself for the first time since April yesterday, and since then, it has been taking > 5 minutes to get to the login screen whenever I restart, whereas it used to take only seconds. It is just spinning on the HP logo. I've done a reset of Windows, clean boots, superfetch optimization, Windows performance tool logging (only shows 29 seconds to login), but I haven't been able to make any headway on this. What is happening while the little dots are spinning in a circle with the HP logo, as this all happens prior to Windows logging any events or activities?
Charles
OS Name Microsoft Windows 10 Home
Version 10.0.16299 Build 16299
System Model HP Spectre x360 Convertible 15-bl0XX
Solved! Go to Solution.
05-11-2018 03:13 PM
Hi,
You can take a boot trace so that we can see what happens during the boot process:
- Create a folder where to register the boot trace (Ex: C:\WPR)
- Open a command line as an Administrator (Run As Administrator) Type the following command in the command line Windows: cd %programfiles(x86)%\Windows Kits\10\Windows Performance Toolkit
- Type the following command to start recording the boot trace: wpr -start CPU -onoffscenario Boot -onoffresultspath c:\wpr -numiterations 1
- Upload the boot trace file generated under the C:\WPR path on Dropbox or on https://www.transfernow.net/en/
I'll analyze your trace file and give you a feedback.
******Clicking the Thumbs-Up button is a way to say -Thanks!.******
05-13-2018 06:11 AM
Hmm, seems it removed my post with the link. I ran the boot trace, but the slow part doesn't seem to show up on it, as it takes upwards of 10 minutes to boot up, and this log only shows a couple minutes.
transfernow url suffix: 716xo7z76bfs
05-13-2018 08:20 AM
The Boot trace was not well generated. It's my fault, I forget one parameter in the command line !
Please run again the command line with those parameters:
wpr -start GeneralProfile -start CPU -onoffscenario Boot -onoffresultspath c:\wpr -numiterations 1
Do not forget to compress the trace file before uploading it.
See you.
******Clicking the Thumbs-Up button is a way to say -Thanks!.******
05-14-2018 02:51 AM
Hi
Mark Russinovich et al wrote SysInternals and it's here...
https://docs.microsoft.com/en-us/sysinternals/
Download, Unzip and run
LoadOrdXXXX.xxx
AutorunsXXX.xxx
And check what is loading and running at boot-up.
Remove unwanted items.
05-14-2018 05:08 AM
Hi,
Make sure you are running the command under "%programfiles(x86)%\Windows Kits\10\Windows Performance Toolkit" path.
If it doesn't work try recording the trace using the graphical version of the tool. Here is the steps:
- Download and Install windows Performance Toolkit https://docs.microsoft.com/en-us/windows-hardware/get-started/adk-install . Choose the package corresponding to your Windows version.
- When running the setup select only Windows Performance Toolkit.
- Record a trace using Windows Performance Recorder using these options: https://justpaste.it/1g4sx
- Compress the resulting file.
******Clicking the Thumbs-Up button is a way to say -Thanks!.******