Information
Allows errors to be reported when programs stop working or responding and allows existing solutions to be delivered. Also allows logs to be generated for diagnostic and repair services.
The recommended state for this setting is: Disabled
If a Windows Error occurs in a secure, enterprise managed environment, the error should be reported directly to IT staff for troubleshooting and remediation. There is no benefit to the corporation to report these errors directly to Microsoft, and there is some risk of unknowingly exposing sensitive data as part of the error.
Solution
To establish the recommended configuration, run the following PowerShell command:
Set-Service -Name WerSvc -StartupType Disabled
Impact:
If this service is stopped, error reporting might not work correctly and results of diagnostic services and repairs might not be displayed.