Windows Defender Exploit Guard Registry Key Guide

This article provides an overview of the Windows Registry keys used to manage Windows Defender Exploit Guard settings. Exploit Guard is a suite of intrusion prevention capabilities in Windows that includes Attack Surface Reduction (ASR), Controlled Folder Access, Network Protection, and Exploit Protection. Administrators can configure, enforce, or audit these features directly through specific registry paths in the Windows Registry Editor (Regedit).

Primary Exploit Guard Policy Registry Key

The central registry path that manages policy configurations for Windows Defender Exploit Guard is:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Windows Defender Exploit Guard

Under this main key, settings are divided into dedicated sub-keys for each core protection feature.


Component Registry Keys

1. Exploit Protection

Exploit Protection manages system-level and application-level mitigations (such as DEP, ASLR, and SEHOP).

2. Attack Surface Reduction (ASR)

ASR rules prevent actions commonly used by malware, such as launching executable files from Office apps or scripts.

3. Controlled Folder Access

Controlled Folder Access protects critical directories from unauthorized modification by untrusted applications (ransomware mitigation).

4. Network Protection

Network Protection extends SmartScreen capabilities to block outbound HTTP/HTTPS traffic to malicious domains.


How to Access and Modify Settings in Regedit

  1. Press Win + R, type regedit, and press Enter.
  2. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender.
  3. If Windows Defender Exploit Guard does not exist, right-click Windows Defender, select New > Key, and name it Windows Defender Exploit Guard.
  4. Create the required component sub-keys and assign the appropriate DWORD (32-bit) or String values to apply configurations.