Forum Discussion
QuinnQuinn
Dec 20, 2024Iron Contributor
how to get Detailed information on Startup & Shutdown screen
a while ago I downloaded something/some app that gives me a detailed view of what is loading when starting up and things stopping as windows shuts down, quite handy but I cannot think what it was cal...
- Jan 06, 2025
The tool you're referring to is likely BootRacer, Autoruns, or Process Monitor, which are popular for analyzing startup and shutdown processes. Here are some options to achieve detailed information:
- BootRacer: Tracks and displays startup details, including load times for each program.
- Autoruns (from Sysinternals): Provides an in-depth view of startup items and allows you to manage or disable unnecessary programs.
- Event Viewer: Built into Windows, it logs detailed information on startup and shutdown events.
- Open Event Viewer and navigate to Windows Logs > System.
- Filter for Event IDs:
- 6005: System startup.
- 6006: System shutdown.
- Performance Monitor: Use the built-in Performance Monitor for advanced startup diagnostics:
- Run perfmon /report to generate a detailed system performance report, including startup processes.
Any of these tools should help you monitor and troubleshoot startup/shutdown behaviors!
SamuelSamson
Jan 06, 2025Iron Contributor
The tool you're referring to is likely BootRacer, Autoruns, or Process Monitor, which are popular for analyzing startup and shutdown processes. Here are some options to achieve detailed information:
- BootRacer: Tracks and displays startup details, including load times for each program.
- Autoruns (from Sysinternals): Provides an in-depth view of startup items and allows you to manage or disable unnecessary programs.
- Event Viewer: Built into Windows, it logs detailed information on startup and shutdown events.
- Open Event Viewer and navigate to Windows Logs > System.
- Filter for Event IDs:
- 6005: System startup.
- 6006: System shutdown.
- Performance Monitor: Use the built-in Performance Monitor for advanced startup diagnostics:
- Run perfmon /report to generate a detailed system performance report, including startup processes.
Any of these tools should help you monitor and troubleshoot startup/shutdown behaviors!