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.
    -
  1. C:\MyData\my\*.txt
  2. -
  3. C:\somepath\*\Data
  4. -
  5. C:\Serv\*\*\Backup +
  6. C:\MyData\my\\\*.txt
  7. +
  8. C:\somepath\\\*\Data
  9. +
  10. C:\Serv\\\*\\\*\Backup
    -
  1. C:\MyData\notes.txt
  2. +
  3. C:\MyData\\notes.txt
  4. Any file in:
  5. Any file in:
@@ -268,15 +268,15 @@ The following table describes how the wildcards can be used and provides some ex
  1. C:\MyData\my1.zip
  2. -
  3. Any file in C:\somepath\P\Data and its subfolders
  4. +
  5. Any file in C:\somepath\\P\Data and its subfolders
  6. 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.
  1. %ALLUSERSPROFILE%\CustomLogFiles