Method 1: Disable via Group Policy (Recommended for Windows Pro/Enterprise)
-
Press
Win + R
, typegpedit.msc
, and press Enter. -
Navigate to:
-
Double-click “Disable Windows Error Reporting”
-
Set it to Enabled
-
Click Apply → OK
This disables WER across the system and prevents WerFault.exe
from launching.
Method 2: Disable via Windows Registry (All Editions)
-
Press
Win + R
, typeregedit
, and press Enter. -
Navigate to:
If the
Windows Error Reporting
key doesn’t exist, right-clickMicrosoft\Windows
, choose New → Key, and name itWindows Error Reporting
. -
Inside
Windows Error Reporting
, do one of the following:-
Right-click in the right pane → New → DWORD (32-bit) Value
-
Name it:
Disabled
-
Set its value to:
1
-
-
Restart your PC for changes to take effect.
Optional: Disable WER Service
While disabling WER via policy or registry prevents it from activating, you can also disable its background service as an extra step:
-
Press
Win + R
, typeservices.msc
, and press Enter. -
Find: Windows Error Reporting Service
-
Right-click → Properties
-
Set Startup type to Disabled
-
Click Stop (if it’s running), then Apply and OK