Add Verbose Status messages to Configure > Settings

slashpowered

Member
Messages
37
Reaction score
4
This is a registry setting commonly set to show more detailed status messages instead of "Welcome" and "Shutting down".
INI:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"VerboseStatus"=dword:00000001
Value can be set to 0 = disable (default), 1 = enable. More information: https://learn.microsoft.com/en-us/t...startup-shutdown-logon-logoff-status-messages
 
Last edited:
for integration and clarification:
Windows does not display status messages if the following key is present and the value is set to 1:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\DisableStatusMessages

and using GPO:
  • Computer Configuration > Administrative Templates, and then click System.
  • In the right pane, double-click Display highly detailed status messages.
  • Click Enabled > OK.
Windows ignores this setting if the Remove Boot / Shutdown / Logon / Logoff status messages setting is turned on.
 
for integration and clarification:
Windows does not display status messages if the following key is present and the value is set to 1:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\DisableStatusMessages

and using GPO:
  • Computer Configuration > Administrative Templates, and then click System.
  • In the right pane, double-click Display highly detailed status messages.
  • Click Enabled > OK.
Windows ignores this setting if the Remove Boot / Shutdown / Logon / Logoff status messages setting is turned on.
Great to know, thanks!
 
Done in next, thanks for the suggestion and extra info.
 
Back
Top