How to turn off the Windows Error Reporting Service
When a program encounters an issue, Windows automatically logs the event, launches the built-in Windows Error Reporting software, creates a report, and provides the option to upload it to Microsoft servers. Utilize one of the methods to halt this service.
1. To access the Registry Editor with regedit in Windows 10, press WIN + R. Access the path:
Windows Error Reporting in ComputerHKEYLOCALMACHINESOFTWAREMicrosoftWindows.
Create the disabled DWORD (32-bit) parameter on the right and give it the value 1.
2. You can launch services.msc for any version by pressing WIN+R. Locate the Windows Error Logging Service, change its mode to Disabled, then click Stop under Status.
3. Execute the commands sc config wersvc start=disabled and gpupdate /force sequentially from the command line while logged in as an administrator.
IT Beginner |
Post a Comment