Microsoft KB Archive/325376

From BetaArchive Wiki

Article ID: 325376

Article Last Modified on 6/21/2007



APPLIES TO

  • Microsoft Windows Server 2003, Datacenter Edition for Itanium-Based Systems
  • Microsoft Windows Server 2003, Enterprise Edition for Itanium-based Systems
  • Microsoft Windows Server 2003, Standard Edition (32-bit x86)
  • Microsoft Windows Server 2003, Datacenter Edition (32-bit x86)
  • Microsoft Windows Server 2003, Enterprise Edition (32-bit x86)
  • Microsoft Windows XP Professional
  • Microsoft Windows Small Business Server 2003 Standard Edition
  • Microsoft Windows Small Business Server 2003 Premium Edition



This article was previously published under Q325376

For a Microsoft Windows 2000 version of this article, see 316243.



Important This article contains information about how to modify the registry. Make sure that you back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to back up, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows registry


SUMMARY

This article describes how to configure Windows so that you receive verbose startup, shutdown, logon, and logoff status messages. Verbose status messages may be helpful when you are troubleshooting slow startup, shutdown, logon, or logoff behavior.

How to enable verbose startup, shutdown, logon, and logoff status messages

You can enable verbose status messages by using Group Policy Object Editor or by editing the Windows registry.

To enable verbose status messages by using Group Policy Object Editor

To enable verbose status messages by using Group Policy Object Editor, use the method that is appropriate to your situation:

In a domain environment

If you are in a domain environment and you want to enable verbose status messages on a group of computers, follow these steps:

  1. Click Start, point to Administrative Tools, and then click Active Directory Users and Computers.
  2. Right-click the container for the domain or the organizational unit to which you want to apply the policy settings, and then click Properties.
  3. Click the Group Policy tab.
  4. Click New, and then type a descriptive name for the new Group Policy object (GPO).
  5. Click the new GPO that you created, and then click Edit.
  6. Expand Computer Configuration, expand Administrative Templates, and then click System.
  7. In the right pane, double-click Verbose vs normal status messages.
  8. Click Enabled, and then click OK.
  9. Close Group Policy Object Editor, click OK, and then quit Active Directory Users and Computers.

Note Windows ignores this setting if the Remove Boot / Shutdown / Logon / Logoff status messages setting is turned on.

On a stand-alone computer or a single computer

If you are using a stand-alone computer or if you want to enable verbose status messages on only one computer, follow these steps:

  1. Click Start, and then click Run.
  2. In the Open box, type gpedit.msc, and then click OK.
  3. Expand Computer Configuration, expand Administrative Templates, and then click System.
  4. In the right pane, double-click Verbose vs normal status messages.
  5. Click Enabled, and then click OK.
  6. Close Group Policy Object Editor, and then click OK.

Note Windows ignores this setting if the Remove Boot / Shutdown / Logon / Logoff status messages setting is turned on.

To enable verbose status messages by using Registry Editor

Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall the operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.

To use enable verbose status messages by editing the registry, follow these steps:

  1. Click Start, and then click Run.
  2. In the Open box, type regedit, and then click OK.
  3. Locate and then click the following registry key:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System

  4. On the Edit menu, point to New, and then click DWORD Value.
  5. Type verbosestatus, and then press ENTER.
  6. Double-click the new key that you created, type 1 in the Value data box, and then click OK.
  7. Quit Registry Editor.

Note 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


MORE INFORMATION

If verbose logging is not enabled, you will still receive normal status messages such as "Applying your personal settings..." or "Applying computer settings..." when you start up, shut down, log on, or log off the computer. However, if verbose logging is enabled, you will receive additional information, such as "RPCSS is starting" or "Waiting for machine group policies to finish...."


Additional query words: kbactivedirectory

Keywords: kbmgmtservices kbenv kbhowtomaster KB325376