Disable error reporting in Windows 10 Anniversary edition


  1. Posts : 35
    Windows 10 Anniversay Ed.
       #1

    Disable error reporting in Windows 10 Anniversary edition


    I have tried the registry edit I found on other pages but I havent seemed to get it disabled. Anyone have any tips or suggestions to get error reporting disabled? thanks
      My Computer


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

    Just disabling the service should do, but there a few others you might use.

    rem Windows Error Reporting Service
    sc config WerSvc start= disabled

    schtasks /Change /TN "Microsoft\Windows\Windows Error Reporting\QueueReporting" /Disable

    rem 1 - Disable Windows Error Reporting (WER)
    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

    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 "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
      My Computer


  3. Posts : 35
    Windows 10 Anniversay Ed.
    Thread Starter
       #3

    Are these all different registry edits? Thanks
      My Computer


  4. Posts : 5,442
    Windows 11 Home
       #4

    Yes, the description says, what it does. HKCU disables it for the current user and HKLM entry disables it for everyone.
      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 20:42.
Find Us




Windows 10 Forums