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 3e6dafe9ff..2a4c50e729 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
@@ -220,28 +220,28 @@ The following table describes how the wildcards can be used and provides some ex
Example matches> |
- * (asterisk) |
+ \* (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. |
+ 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. |
- - C:\MyData\my\*.txt
- - C:\somepath\*\Data
- - C:\Serv\*\*\Backup
+
- C:\MyData\my\\\*.txt
+ - C:\somepath\\\*\Data
+ - C:\Serv\\\*\\\*\Backup
|
- - C:\MyData\notes.txt
+ - C:\MyData\\notes.txt
- Any file in:
- - C:\somepath\Archives\Data and its subfolders
- - C:\somepath\Authorized\Data and its subfolders
+ - C:\somepath\\Archives\Data and its subfolders
+ - C:\somepath\\Authorized\Data and its subfolders
- Any file in:
- - C:\Serv\Primary\Denied\Backup and its subfolders
- - C:\Serv\Secondary\Allowed\Backup and its subfolders
+ - C:\Serv\\Primary\\Denied\Backup and its subfolders
+ - C:\Serv\\Secondary\\Allowed\Backup and its subfolders
|
@@ -268,15 +268,15 @@ The following table describes how the wildcards can be used and provides some ex
- C:\MyData\my1.zip
- - Any file in C:\somepath\P\Data and its subfolders
+ - Any file in C:\somepath\\P\Data and its subfolders
- Any file in C:\somepath\test01\Data and its subfolders
|
Environment variables |
- The defined variable will be populated as a path when the exclusion is evaluated |
- Same as file and extension use |
+ The defined variable will be populated as a path when the exclusion is evaluated. |
+ Same as file and extension use. |
- %ALLUSERSPROFILE%\CustomLogFiles
|