cannot disable error reporting service


  1. Posts : 582
    Windows 10 Pro 64 bit 19044.1706
       #1

    cannot disable error reporting service


    Not only that this is privacy issue. It is better to disable it for performance. I have disabled this service. I have even disabled in privacy program and it is still reporting errors, today i saw it running windows problem reporting wemgr.exe and i checked in msinfo, that it still reporting. How do i perma disable this ?
      My Computer


  2. Posts : 5,452
    Windows 11 Home
       #2

    I have found tons of settings to disable it, yet it still ran sometimes, so I have just removed related exe.

    https://docs.microsoft.com/en-us/win...r/wer-settings
    Code:
    rem Disable Microsoft Support Diagnostic Tool MSDT
    reg add "HKLM\Software\Policies\Microsoft\Windows\ScriptedDiagnosticsProvider\Policy" /v "DisableQueryRemoteServer" /t REG_DWORD /d "0" /f
    reg add "HKLM\Software\Policies\Microsoft\Windows\ScriptedDiagnosticsProvider\Policy" /v "EnableQueryRemoteServer" /t REG_DWORD /d "0" /f
    
    rem Disable System Debugger (Dr. Watson)
    reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\AeDebug" /v "Auto" /t REG_SZ /d "0" /f
    
    rem 1 - Disable Windows Error Reporting (WER)
    reg add "HKLM\Software\Microsoft\PCHealth\ErrorReporting" /v "DoReport" /t REG_DWORD /d "0" /f
    reg add "HKLM\Software\Microsoft\PCHealth\ErrorReporting" /v "ShowUI" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\Windows Error Reporting" /v "Disabled" /t REG_DWORD /d "1" /f
    reg add "HKLM\Software\Microsoft\Windows\Windows Error Reporting" /v "Disabled" /t REG_DWORD /d "1" /f
    reg add "HKLM\Software\Policies\Microsoft\Windows\Windows Error Reporting" /v "Disabled" /t REG_DWORD /d "1" /f
    
    rem DefaultConsent / 1 - Always ask (default) / 2 - Parameters only / 3 - Parameters and safe data / 4 - All data
    reg add "HKCU\Software\Microsoft\Windows\Windows Error Reporting\Consent" /v "DefaultConsent" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\Windows Error Reporting\Consent" /v "DefaultOverrideBehavior" /t REG_DWORD /d "1" /f
    reg add "HKLM\Software\Microsoft\Windows\Windows Error Reporting\Consent" /v "DefaultConsent" /t REG_DWORD /d "0" /f
    reg add "HKLM\Software\Microsoft\Windows\Windows Error Reporting\Consent" /v "DefaultOverrideBehavior" /t REG_DWORD /d "1" /f
    
    rem 1 - Disable WER sending second-level data
    reg add "HKCU\Software\Microsoft\Windows\Windows Error Reporting" /v "DontSendAdditionalData" /t REG_DWORD /d "1" /f
    reg add "HKLM\Software\Microsoft\Windows\Windows Error Reporting" /v "DontSendAdditionalData" /t REG_DWORD /d "1" /f
    
    rem 1 - Disable WER crash dialogs, popups
    reg add "HKLM\Software\Microsoft\PCHealth\ErrorReporting" /v "ShowUI" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\Windows Error Reporting" /v "DontShowUI" /t REG_DWORD /d "1" /f
    reg add "HKLM\Software\Microsoft\Windows\Windows Error Reporting" /v "DontShowUI" /t REG_DWORD /d "1" /f
    
    rem 1 - Disable WER logging
    reg add "HKCU\Software\Microsoft\Windows\Windows Error Reporting" /v "LoggingDisabled" /t REG_DWORD /d "1" /f
    reg add "HKLM\Software\Microsoft\Windows\Windows Error Reporting" /v "LoggingDisabled" /t REG_DWORD /d "1" /f
    schtasks /Change /TN "Microsoft\Windows\ErrorDetails\EnableErrorDetailsUpdate" /Disable
    schtasks /Change /TN "Microsoft\Windows\Windows Error Reporting\QueueReporting" /Disable
    
    rem Windows Error Reporting Service
    sc config WerSvc start= disabled
    
    rem Remove Windows Errror Reporting (to restore run "sfc /scannow")
    takeown /f "%WinDir%\System32\WerFault.exe" /a
    icacls "%WinDir%\System32\WerFault.exe" /grant:r Administrators:F /c
    taskkill /im WerFault.exe /f
    del "%WinDir%\System32\WerFault.exe" /s /f /q
    
    takeown /f "%WinDir%\System32\WerFaultSecure.exe" /a
    icacls "%WinDir%\System32\WerFaultSecure.exe" /grant:r Administrators:F /c
    taskkill /im WerFaultSecure.exe /f
    del "%WinDir%\System32\WerFaultSecure.exe" /s /f /q
    
    takeown /f "%WinDir%\System32\wermgr.exe" /a
    icacls "%WinDir%\System32\wermgr.exe" /grant:r Administrators:F /c
    taskkill /im wermgr.exe /f
    del "%WinDir%\System32\wermgr.exe" /s /f /q
    Last edited by TairikuOkami; 16 May 2019 at 17:49.
      My Computer


  3. Posts : 582
    Windows 10 Pro 64 bit 19044.1706
    Thread Starter
       #3

    Problem i cannot terminate process to delete exe, even i take full control and ownership, also tried process hacker, doesn't work as well..
    BUMP

    BUMP
    Last edited by empleat; 29 May 2019 at 08:19.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 14:23.
Find Us




Windows 10 Forums