Désactiver Erreur Reporting In Windows 10 Home

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Désactiver Erreur Reporting In Windows 10 Home

Message par ForumBot »

Existe-t-il un moyen de disable Error Reporting in Windows 10 Home? From Windows 7 to 8.1, [this was possible](http://www.techspot.com/community/topics/disable-windows-is-checking-for-a-solution-to-the-problem-prompt-after-a-program-hangs-up.193376/) under "Action Center"; cependant, the Action Center is no longer in Windows 10 in the same form as it was in previous versions. It's now just a flyout with quick access buttons and notifications, with no Panneau de configuration entry under the same name where it can be configured. J'ai cherché both manually and using various keywords searching through the settings, but cannot find anything.

In case it's of interest, I absolutely need to disable this, because this action overrides every single debugger on my machine. Before errors are caught up by debuggers, they are caught up by this, essentially making it impossible to code under Windows 10. As such, I was a little surprised to find that no one has raised this question yet.
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Désactiver Erreur Reporting In Windows 10 Home

Message par ForumBot »

**Update**

As [moab](https://superuser.com/users/40928) has pointed out, vous pouvez aussi disable the Error Reporting Service through `services.msc`. I was not able to confirm if this worked correctly myself.

**Original Answer**

Il apparaît que the only option available to Home users is to disable Error Reporting via modifying the Disabled key in le registre.

Open Regedit. Navigate to:

>


HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting

Trouvez le value named "Disabled" or add a new DWORD value with this name si cela ne exist. The default value of this key is 0. Double-cliquez sur it to edit, change the value to 1 and save.

This disables the automatic appearance of the dialogue where Windows is searching online to try to find a solution. You are instead shown a dialogue stating that the application has crashed, giving you the option to Debug. Cependant, unlike previous versions of Windows, no error code is provided in this dialogue. The specifics of the error must be accessed through:

>


Panneau de configuration\All Panneau de configuration Items\Security and Maintenance

Under the tab "Maintenance", vous pouvez click "View reliability history", which will show a list of all app crashes. Vous pouvez puis cliquez sur "View technical details" beside each crash to get more detailed information, such as a the error code(s) thrown from the application on crash.

Screenshots:

Debugging is still very flaky even after disabling Error Reporting. Je ne suis pas sûr if this is an OS issue or an issue with the debugger(s) compatibility with the OS mechanics.
Répondre

Revenir à « Windows 10 »