Forum Discussion

Neon5's avatar
Neon5
Brass Contributor
Apr 05, 2022
Solved

How to get notifications of program crashes on Windos 11?

From all Windows versions up to Windows 7, I am used that a message box will pop up and inform me if and why a program crashed, e.g. because of a memory access violation. On Windows 11, programs just...
  • Neon5's avatar
    Apr 06, 2022
    I was able to fix the problem after finding and reading this:

    https://docs.microsoft.com/en-us/windows/win32/wer/wer-settings

    Problem solved by adding this registry key:

    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting: DontShowUI (REG_DWORD) = 0

Resources