Using Services
- Press
Win + R
to open the Run dialog. - Type
services.msc
and press Enter. - Scroll down and locate the
Windows Error Reporting Service
. - Right-click on it and choose
Properties
. - In the Startup type dropdown, select
Disabled
. - Click
Apply
and thenOK
.
Using Registry Editor
- Press
Win + R
to open the Run dialog. - Type
regedit
and press Enter. - Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting
. - Create a new DWORD value named
Disabled
and set its value to1
.