PowerShell Logo Small

Disable-WindowsErrorReporting



This is the built-in help made by Microsoft for the command 'Disable-WindowsErrorReporting', in PowerShell version 4 - as retrieved from Windows version 'Microsoft Windows 8.1 Enterprise' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Disables Windows Error Reporting.

SYNTAX


Disable-WindowsErrorReporting [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Disable-WindowsErrorReporting cmdlet disables Windows Error Reporting (WER) on the server.


Windows Error Reporting is a flexible feedback infrastructure that gathers information about hardware and software problems, reports the information to Microsoft, and
provides users with any available solutions. Windows Error Reporting generates reports in response to system events, such as application crashes or kernel faults.


To get the current WER status, use the Get-WindowsErrorReporting cmdlet. If you disable WER, you can use the Enable-WindowsErrorReporting cmdlet to re-enable it. Afte
r you run this cmdlet, WER once again sends information about application failures to Microsoft.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287617
Enable-WindowsErrorReporting
Get-WindowsErrorReporting

REMARKS

<

Examples


Example 1: Disable Windows Error Reporting

PS C:\> Disable-WindowsErrorReporting



This command disables Windows Error Reporting.