JSI Tip 2983. How do I enable Windows 2000 verbose boot, shutdown, logon, and logoff status messages?

Jerold Schulman

October 31, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today

In situations where you are troubleshooting slow boot, shutdown, logon, and/or logoff behavior, enabling verbose messaging may be helpful.

You can use Group Policy (Computer ConfigurationAdministrative TemplatesSystem) to toggle verbos versus normal status messages, or you can edit the registry, as long as the policy remains Not configured.

Use Regedt32 to navigate to:

HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem

On the Edit menu, Add Value name VerboseStatus, as a REG_DWORD data type. A data value of 0, the default, causes the system to display normal status messages. A data value of 1 enables verbose status messages in each step of the process of starting, shutting down, logging on, and logging off.

NOTE: If HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystemDisableStatusMessages is set to 1, no status messages are displayed.


Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like