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:


Step-by-Step Instructions

  1. Open Registry Editor: Press Win + R, type regedit, and press Enter. Click Yes if prompted by User Account Control.

  2. Navigate to the Key: In the address bar or left navigation tree, go to:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
  3. Create or Modify the Value:

    • Look for the value named verbosestatus in 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.
  4. Set the Value Data:

    • Double-click verbosestatus.
    • Change the Value data field from 0 to 1.
    • Leave the Base set to Hexadecimal and click OK.
  5. 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.