Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.
Questo cmdlet supporta i parametri comuni: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer e -OutVariable. Per altre informazioni, vedere about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
Il tipo di input è il tipo degli oggetti che è possibile reindirizzare al cmdlet.
Il tipo di output corrisponde al tipo di oggetti generati dal cmdlet.
System.Boolean
The Disable-WindowsErrorReporting cmdlet returns $True if successful; otherwise, it returns $False.
This command disables Windows Error Reporting.
PS C:\> Disable-WindowsErrorReporting