Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Disabling System Hard Error Message Dialog Boxes


Summary

By default, you cannot configure Windows to suppress the display of system hard error messages. Under Windows NT version 3.5 and later, system hard error messages can be controlled using a Registry entry.

↑ Back to the top


More Information

To modify the registry entry under Windows NT version 3.5 and later:
WARNING: Using Registry Editor incorrectly can cause serious, system-wide problems that may require you to reinstall Windows NT to correct them. Microsoft cannot guarantee that any problems resulting from the use of Registry Editor can be solved. Use this tool at your own risk.
  1. Run Registry Editor (REGEDT32.EXE).
  2. From the HKEY_LOCAL_MACHINE subtree, go to the following key:
    \SYSTEM\CurrentControlSet\Control\Windows

    Value: ErrorMode

    Type: REG_DWORD

    Default: 0
  3. Select the ErrorMode value.
  4. From the Edit menu, choose DWORD.
  5. Type 0 (zero), 1, or 2, to configure your system to handle system hard error dialog boxes.
The following table defines the three possible values for ErrorMode:



Value Result
----- ----------------------------------------------------------------

0 Errors are serialized and wait for a response.

1 If the error does not come from the system, then the system
continues in normal operating mode. If the error comes from the
system, then it is written to the system log; no user
intervention is required and dialog boxes are not displayed.

2 The error is written to the system log; the dialog box is not
displayed.

System hard errors are always written to the system log. To run an unattended server, use mode 2. The default value is 0.


For more information on what types of errors are controlled by the ErrorMode key, see the Windows NT 3.5 SDK SetErrorMode documentation. The Windows NT 3.5 SDK documentation explains the error types that are classified as hard errors. The ErrorMode registry value controls the same types of dialog boxes as SetErrorMode, and overrides any hard error settings made by applications calling SetErrorMode.


NOTE: Internal components that do not use the internal hard error routines to display dialog boxes are not affected by this key.

↑ Back to the top


Keywords: kb

↑ Back to the top

Article Info
Article ID : 124873
Revision : 1
Created on : 1/7/2017
Published on : 11/16/2010
Exists online : False
Views : 200