A
AlanPiszcz
The following steps were used to disable the service, however it continues to run after restart.
msconfig
UNCHECK the Windows Error Reporting Service to disable
Select Apply
The Check mark reappears for the Windows Error Reporting Service, and the Status continues to show 'Running'.
PowerShell reports status as disabled, yet it continues to run in Task Manager?
PS C:\WINDOWS\system32> Disable-WindowsErrorReporting
True
PS C:\WINDOWS\system32> Get-WindowsErrorReporting
Disabled
Is there a method to disable this service?
A note in the group policy:
If you disable or do not configure this policy setting, the Turn off Windows Error Reporting policy setting in Computer Configuration/Administrative Templates/System/Internet Communication Management/Internet Communication settings takes precedence. If Turn off Windows Error Reporting is also either disabled or not configured, user settings in Control Panel for Windows Error Reporting are applied.
Other tools and a .db file located at
C:\Program Files\Windows Event Reporting\Core
Continue reading...
- Disabled in Windows Service Manager
- NOTE: There are two WER services running, can only disable ONE of them.
- Disabled in Group Policy Manager
- Disabled in Control Panel, Security and Maintenance
- msconfig DISABLE on startup
- Powershell cmdlet
msconfig
UNCHECK the Windows Error Reporting Service to disable
Select Apply
The Check mark reappears for the Windows Error Reporting Service, and the Status continues to show 'Running'.
PowerShell reports status as disabled, yet it continues to run in Task Manager?
PS C:\WINDOWS\system32> Disable-WindowsErrorReporting
True
PS C:\WINDOWS\system32> Get-WindowsErrorReporting
Disabled
Is there a method to disable this service?
A note in the group policy:
If you disable or do not configure this policy setting, the Turn off Windows Error Reporting policy setting in Computer Configuration/Administrative Templates/System/Internet Communication Management/Internet Communication settings takes precedence. If Turn off Windows Error Reporting is also either disabled or not configured, user settings in Control Panel for Windows Error Reporting are applied.
Other tools and a .db file located at
C:\Program Files\Windows Event Reporting\Core
Continue reading...