Disable-WindowsErrorReporting

Disable-WindowsErrorReporting

Disables Windows Error Reporting.

Sintaxis

Disable-WindowsErrorReporting [ <CommonParameters>]

Descripción detallada

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. After you run this cmdlet, WER once again sends information about application failures to Microsoft.

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • System.Boolean

    The Disable-WindowsErrorReporting cmdlet returns $True if successful; otherwise, it returns $False.

Ejemplos

Example 1: Disable Windows Error Reporting

This command disables Windows Error Reporting.

PS C:\> Disable-WindowsErrorReporting

Temas relacionados

Enable-WindowsErrorReporting

Get-WindowsErrorReporting