Advanced BootInforma Released

Turning On Verbose Status Messages During Windows Boot, Logon, and Shutdown By default, Windows shows a plain progress spinner while it boots, logs on, or shuts down — which looks clean, but hides exactly what the machine is doing at each stage. If you’re troubleshooting a slow boot, a logon script hanging, or a shutdown […]

Advanced Bootinforma Released

Turning On Verbose Status Messages During Windows Boot, Logon, and Shutdown

By default, Windows shows a plain progress spinner while it boots, logs on, or shuts down — which looks clean, but hides exactly what the machine is doing at each stage. If you’re troubleshooting a slow boot, a logon script hanging, or a shutdown that seems to stall, turning on verbose status messages shows you the actual process names and stages Windows is working through in real time. To enable it via Group Policy (or Local Group Policy Editor on a single machine):
  1. Open Computer Configuration > Administrative Templates > System.
  2. Enable “Display highly detailed status messages.”
The same setting is available as a registry value if you’d rather push it without Group Policy:
reg add "HKLMSOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem" /v VerboseStatus /t REG_DWORD /d 1 /f
This is genuinely useful during your own testing — but just as easy to have it appear repeatedly on freshly-imaged machines during rollout if you bake it into a base image by mistake, so remember to turn it back off once you’re done troubleshooting if it isn’t something you want end users to see routinely. 1 2 3 4 5 6
🛠️

Gear We Recommend

A few general tech accessories worth having alongside this.

Browse our General Tech Accessories picks on Amazon

As an Amazon Associate, TechyGeeksHome earns from qualifying purchases.


Discover more from TechyGeeksHome

Subscribe to get the latest posts sent to your email.

Andrew Armstrong

Andrew Armstrong is a UK-based IT professional with 26+ years of hands-on experience in Windows, Windows Server, SCCM/ConfigMgr, Active Directory, PowerShell, and enterprise infrastructure.

He founded TechyGeeksHome in 2010 and has published over 1,500 practical guides covering real-world IT problems and solutions. When not solving IT problems,

Andrew develops free Windows utilities including Ultimate Settings Panel, which has been downloaded over 850,000 times.