Enable Verbose Status Messages in Windows Regedit
Windows boot and shutdown processes can be monitored in detail by enabling verbose status messages directly through the Windows Registry Editor. This guide explains the exact registry key, value name, and steps required to display advanced diagnostic messages—such as drivers loading, services starting, and shutdown tasks executing—in place of the standard Windows loading animations.
The Registry Value
To enable verbose status messages, the specific DWORD value is:
- Registry Path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System - Value Name:
verbosestatus - Value Type:
REG_DWORD(32-bit Value) - Value Data:
1(Enabled) |0(Disabled)
Step-by-Step Instructions
Open Registry Editor: Press
Win + R, typeregedit, and press Enter. Click Yes if prompted by User Account Control.Navigate to the Key: In the address bar or left navigation tree, go to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\SystemCreate or Modify the Value:
- Look for the value named
verbosestatusin the right pane. - If it does not exist, right-click an empty area in the right pane,
choose New > DWORD (32-bit) Value, and name it
verbosestatus.
- Look for the value named
Set the Value Data:
- Double-click
verbosestatus. - Change the Value data field from
0to1. - Leave the Base set to Hexadecimal and click OK.
- Double-click
Apply Changes: Close the Registry Editor.
The changes take effect immediately on the next system restart or
shutdown without requiring an explicit system reset to apply the policy.
To revert back to standard boot and shutdown screens, modify the
verbosestatus value data back to 0 or delete
the entry.