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):- Open Computer Configuration > Administrative Templates > System.
- Enable “Display highly detailed status messages.”
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /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.
Still There in Current Windows (Updated for 2026)
This is one of the more stable corners of Windows Group Policy — “Display highly detailed status messages” has been part of Administrative Templates > System since long before Windows 10, and the same setting, along with the matchingVerboseStatus registry value, is still present under the same path in current Windows 11 releases. The caution about baking it into a base or reference image still applies too: it’s a genuinely useful diagnostic during your own testing, but it’s an easy thing to forget to strip back out before you capture and roll out an image, and end users generally don’t want to see raw process names flashing past on every logon and shutdown.
Gear We Recommend
A few general tech accessories worth having alongside this.
Browse our General Tech Accessories picks on AmazonAs an Amazon Associate, TechyGeeksHome earns from qualifying purchases.
Discover more from TechyGeeksHome
Subscribe to get the latest posts sent to your email.