How to stop a WMI error message from being displayed on a computer that is running a 64-bit edition of Windows Server 2003 (867738)



The information in this article applies to:

  • Microsoft Windows Server 2003, 64-Bit Enterprise Edition
  • Microsoft Windows Server 2003, 64-Bit Datacenter Edition

Important This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows Registry

INTRODUCTION

This article describes how to stop a Windows Management Instrumentation (WMI) error message from being displayed on a computer that is running a 64-bit edition of Microsoft Windows Server 2003. A WMI error typically occurs because of a critical hardware error.

MORE INFORMATION

To stop a WMI error message from being displayed on a computer that is running a 64-bit edition of Windows Server 2003, add the DisableMCAPopups registry entry. To do this, follow these steps:

Warning If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.
  1. Click Start, click Run, type regedit, and then click OK.
  2. Locate and then click the following subkey in the registry:

    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\WMI

  3. On the Edit menu, point to New, click DWORD Value.
  4. Type DisableMCAPopups, and then press ENTER.
  5. Double-click DisableMCAPopups.
  6. Type 1 in the Value data box, and then click OK.
  7. Exit Registry Editor.

REFERENCES

To view a list of WMI error codes and descriptions with details about each error code that the WMI interface can return, visit the following Microsoft Web site:

Modification Type:MajorLast Reviewed:6/29/2004
Keywords:kbhowto kbRegistry kberrmsg kbinfo KB867738 kbAudITPRO