Unnecessary Search


  1. Posts : 277
    windows 10
       #1

    Unnecessary Search


    I write my own programs.

    And if they don't work I get:

    "Windows is checking for a solution to this problem"

    Then it goes off into a big search, that I have to cancel.

    If I don't know what's wrong, my program will tell me.

    I don't need any help from Microsoft.

    How can I shut this search off?

    Don Cole
      My Computer


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

    To disable the message run this:

    reg add "HKLM\Software\Microsoft\Windows\Windows Error Reporting" /v "DontShowUI" /t REG_DWORD /d "1" /f

    doncole said:
    I write my own programs.
    Considering this, you should disable this and probably the whole error reporting, since it is sending your code to MS.

    reg add "HKLM\Software\Microsoft\Windows\Windows Error Reporting" /v "DontSendAdditionalData" /t REG_DWORD /d "1" /f


    reg add "HKLM\Software\Microsoft\Windows\Windows Error Reporting" /v "Disabled" /t REG_DWORD /d "1" /f

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

    sc config WerSvc start= disabled
      My Computer


  3. Posts : 277
    windows 10
    Thread Starter
       #3

    TairikuOkami said:
    To disable the message run this:

    reg add "HKLM\Software\Microsoft\Windows\Windows Error Reporting" /v "DontShowUI" /t REG_DWORD /d "1" /f
    Thank you TairikuOkami,

    Could show me how to do this in detail. [for dummies].

    TairikuOkami said:

    Considering this, you should disable this and probably the whole error reporting, since it is sending your code to MS.

    reg add "HKLM\Software\Microsoft\Windows\Windows Error Reporting" /v "DontSendAdditionalData" /t REG_DWORD /d "1" /f


    reg add "HKLM\Software\Microsoft\Windows\Windows Error Reporting" /v "Disabled" /t REG_DWORD /d "1" /f

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

    sc config WerSvc start= disabled

    Also the same for this stuff.


    I was trying to follow a post that was similar to yours. When it came add a new REG_DWORD windows asks if I want 32 bit or 64 bit. I don't know which. Maybe the way you're doing it I don't have to choose. I imagine it's 64 bit.

    Don Cole
      My Computer


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

    Start CMD as admin and copy/paste:
    Attached Thumbnails Attached Thumbnails Unnecessary Search-capture_02052017_001104.jpg  
      My Computer


  5. Posts : 277
    windows 10
    Thread Starter
       #5
      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 13:25.
Find Us




Windows 10 Forums