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>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • 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