Open Windows Defender Security Center and click on App & browser control and there find Exploit protection settingsand you could change settings for Exploit protection from there.
Exploit Protection Settings
How or where can I find a clear explanation/description of the correct at least what the default settings are for my Windows Defender Exploit Protection. I do not know enough to know what is wrong but something is not right. If I had a guide/roadmap of how the settings should be correctly configured for protecting my home computer it would be a great help.
Windows for home | Windows 10 | Security and privacy
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Answer accepted by question author
The Exploit Protection settings are preconfigured; and home users should generally just leave them alone:
The Use default configuration for each of the mitigation settings indicates our recommendation for a base level of protection for everyday usage for home users. Enterprise deployments should consider the protection required for their individual needs and may need to modify configuration away from the defaults.
The preconfigured applications have been optimized by Microsoft – and adding customizations for other apps requires both a rationale and an understanding of the potential consequences, since haphazardly changing the default settings for an app can easily render it dysfunctional.
It’s ironic that these application mitigations are exposed in the Windows Defender Security Center interface, while the safe and simple Windows Defender configuration options are only available via the PowerShell Set-MpPreference command line:
https://docs.microsoft.com/en-us/powershell/module/defender/set-mppreference?view=win10-ps
The Set-MpPreference cmdlet now also includes the parameters for Attack Surface Reduction and Block at First Sight:
GreginMich