The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    WerFault.exe- How to disable it?

    Discussion in 'Windows OS and Software' started by YennoX, Jun 26, 2008.

  1. YennoX

    YennoX Notebook Consultant

    Reputations:
    17
    Messages:
    114
    Likes Received:
    0
    Trophy Points:
    30
    Well, i've noticed that almost everytime I boot up my computer, my processors are on like 80-90%, making pretty much everything unusable. I check task manager, and find a little app called "WerFault" running. Now on the description, it says it's problem/error reporting for Windows. Is it really needed? Is it possible to stop it from running?

    edit: Fixed a typo
     
  2. vinumsv

    vinumsv MobileFreak™

    Reputations:
    502
    Messages:
    1,238
    Likes Received:
    0
    Trophy Points:
    55
    Disable Error Reporting Service via Service Manger Mate ;)
     
  3. YennoX

    YennoX Notebook Consultant

    Reputations:
    17
    Messages:
    114
    Likes Received:
    0
    Trophy Points:
    30
    Would you please provide a few simple intructions on how to get there?
     
  4. qhn

    qhn Notebook User

    Reputations:
    1,654
    Messages:
    5,955
    Likes Received:
    1
    Trophy Points:
    205
    for Xp:
    . right-click My Computer
    . select Properties.
    . System Settings dialog box, select Advanced tab
    . click the Error Reporting button to reveal the Error Reporting dialog box
    . rest is self-explanatory

    cheers ...
     
  5. YennoX

    YennoX Notebook Consultant

    Reputations:
    17
    Messages:
    114
    Likes Received:
    0
    Trophy Points:
    30
    I'm running Vista though....but thanks for the help so far. :)
     
  6. jisaac

    jisaac Notebook Deity

    Reputations:
    306
    Messages:
    1,141
    Likes Received:
    0
    Trophy Points:
    55
    run services.msc
    then find the error reporting service :p

    if that doesn't work,
    type msconfig and go to the services tab.
     
  7. vinumsv

    vinumsv MobileFreak™

    Reputations:
    502
    Messages:
    1,238
    Likes Received:
    0
    Trophy Points:
    55
    Windows Error Reporting Options

    Windows Error Reporting in Vista is a feature that allows Microsoft to track and address errors relating to the operating system, Windows features, and applications. It gives you the option to send data about errors to Microsoft and to receive information about solutions (should you be lucky enough for one to have been identified). The solution could be anything from a download link for a patch or update to a knowledge base article with instructions for working around a problem. This is for Microsoft product only, so you may or may not feel there is risk in sending such information. The information does present a valuable resource to allowing Microsoft developers to use this in order to address problems in more quickly, which should ultimately improve the quality of Microsoft products.

    It offers multiple "consent levels" to help you control how Windows Error Reporting prompts before sending data:

    Ask each time a problem occurs = Windows Error Reporting always prompts for consent before sending an error report

    Automatically check for solutions = Windows Error Reporting sends only the minimum data required to check for an existing solution (such as, the application name, application version, module name, module version, and exception code). After sending this initial data, Windows Error Reporting prompts for consent to send any additional data that might be requested by Microsoft.

    Automatically check for solutions and send additional information if needed = Windows Error Reporting sends the minimum data (as descried above) as well as any data that the developer of the program has designated as being unlikely to contain personally identifiable information. Windows Error Reporting then prompts for consent to send any additional data that might be requested by Microsoft.

    Send all data = Any data requested by Microsoft will be sent, without prompts. Note that this setting can only be configured through Group Policy (it is not available as a setting in the Control Panel).

    You can access settings for Windows Error Reporting here:

    Control Panel > System and Maintenance > Problem Reports and Solutions > Change settings > Advanced settings

    From here you can turn the feature on and off. Here, I recommend selecting "Automatically check for solutions" as your system setting. Then, if for some reason you have programs you do not wish to have report, there is a block list you can use to add any executable that should not send problem reports.

    or here is direct method using registry

    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting]
    > "DoReport"=dword:00000000
    > "ShowUI"=dword:00000000