HOW TO: Disable Visual Notification of 32-bit Program User Mode Exception Messages in Windows Server (319404)
The information in this article applies to:
- Microsoft Windows Server 2003, 64-Bit Enterprise Edition
- Microsoft Windows Server 2003, 64-Bit Datacenter Edition
- Microsoft Windows Advanced Server, Limited Edition
- Microsoft Windows Datacenter Server, Limited Edition
This article was previously published under Q319404 SUMMARY This article describes how to disable visual 32-bit program
User mode exception error messages in 64-bit editions of Windows
Server.
back to the top
Disable 32-bit Program User Mode Exception Error Messages To disable 32-bit program User mode exception error messages:
- Register Dr. Watson as your default 32-bit program
debugger. To do so:
- Open a command prompt, type the following text, and
then press ENTER:
- From the Syswow64 folder, type the following text, and
then press ENTER: NOTE:You must be in the SysWow64 folder when you register Dr. Watson
as your program debugger. You cannot disable 32-bit exceptions if you register
the 64-bit version of Dr. Watson.
- Click Start, click Run, type the following text, and then press ENTER:
%SystemRoot%\syswow64\drwtsn32 - Click to clear the Visual Notification check box, and then click OK.
NOTE: You must run the Drwtsn32 command from the SysWow64 folder. Drwtsn32 in the SysWow64 folder
is a 32-bit version that handles 32-bit User mode exceptions. To run the 32-bit
Dr. Watson, locate the SysWow64 folder, and then double-click the Drwtsn32 file. - Start Registry Editor.
- Locate, and then click the following registry key:
HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\PCHealth\ErrorReporting - Set the ShowUI value to 0.
- Set the DoReport value to 0.
- Locate, and then click the following registry key:
HKEY_LOCAL_MACHINE\Software\WOW6432Node\Microsoft\Windows NT\Current Version\AeDebug - Set the Auto value to 1.
- Use this key to verify that the debugger is configured to a
setting that is similar to the following setting:
drwtsn32 -P %ld -e %ld -g This setting is typically set when you register Dr.
Watson as your default program debugger.
back to the top
Troubleshoot- The ShowUI value switches the previous fault error message
to new fault error messages.
- The DoReport value determines whether the new error message
sends a problem report to Microsoft.
- If you want the previous fault error message or exception
error message, set the ShowUI, DoReport, and Auto values to 0.
NOTE: This procedure stops the message for 32-bit program faults.
back to the top
REFERENCESFor
additional information, click the article number below to view the article in
the Microsoft Knowledge Base: 319405 How to Disable the Visual Notification Option in Windows Advanced Server, Limited Edition
back to the top
Modification Type: | Major | Last Reviewed: | 9/24/2003 |
---|
Keywords: | kbenv kberrmsg kbHOWTOmaster KB319404 |
---|
|