Disable-WindowsErrorReporting

Disable-WindowsErrorReporting

Disables Windows Error Reporting.

구문

Disable-WindowsErrorReporting [ <CommonParameters>]

자세한 설명

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.

매개 변수

<CommonParameters>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

입력

입력 유형은 cmdlet에 파이프할 수 있는 개체의 유형입니다.

출력

출력 유형은 cmdlet이 내보내는 개체의 유형입니다.

  • System.Boolean

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

예제

Example 1: Disable Windows Error Reporting

This command disables Windows Error Reporting.

PS C:\> Disable-WindowsErrorReporting

관련 항목

Enable-WindowsErrorReporting

Get-WindowsErrorReporting