diff --git a/windows/threat-protection/windows-defender-antivirus/configure-extension-file-exclusions-windows-defender-antivirus.md b/windows/threat-protection/windows-defender-antivirus/configure-extension-file-exclusions-windows-defender-antivirus.md
index d35a4a4e97..3e6dafe9ff 100644
--- a/windows/threat-protection/windows-defender-antivirus/configure-extension-file-exclusions-windows-defender-antivirus.md
+++ b/windows/threat-protection/windows-defender-antivirus/configure-extension-file-exclusions-windows-defender-antivirus.md
@@ -211,12 +211,84 @@ You can use the asterisk `*`, question mark `?`, or environment variables (such
The following table describes how the wildcards can be used and provides some examples.
-
-Wildcard | Use in file and file extension exclusions | Use in folder exclusions | Example use | Example matches
----|---|---|---
-`*` (asterisk) | Replaces any number of characters.
Only applies to files in the last folder defined in the argument. | Replaces a single folder.
Use multiple `*` with folder slashes `\` to indicate multiple, nested folders. After matching to the number of wilcarded and named folders, all subfolders will also be included. |
Wildcard | +Use in file and file extension exclusions | +Use in folder exclusions | +Example use | +Example matches> | +
---|---|---|---|---|
* (asterisk) | +Replaces any number of characters. Only applies to files in the last folder defined in the argument. |
+ Replaces a single folder. Use multiple * with folder slashes \ to indicate multiple, nested folders. After matching to the number of wilcarded and named folders, all subfolders will also be included. |
+
+
|
+
+
|
+
+ ? (question mark) + | +
+ Replaces a single character. + Only applies to files in the last folder defined in the argument. + |
+ + Replaces a single character in a folder name. + After matching to the number of wilcarded and named folders, all subfolders will also be included. + | +
+
|
+
+
|
+
Environment variables | +The defined variable will be populated as a path when the exclusion is evaluated | +Same as file and extension use | +
+
|
+
+
|
+