diff --git a/windows/security/threat-protection/windows-defender-antivirus/configure-extension-file-exclusions-windows-defender-antivirus.md b/windows/security/threat-protection/windows-defender-antivirus/configure-extension-file-exclusions-windows-defender-antivirus.md index f18faca295..a780487207 100644 --- a/windows/security/threat-protection/windows-defender-antivirus/configure-extension-file-exclusions-windows-defender-antivirus.md +++ b/windows/security/threat-protection/windows-defender-antivirus/configure-extension-file-exclusions-windows-defender-antivirus.md @@ -185,34 +185,34 @@ The following table describes how the wildcards can be used and provides some ex - + - + - + - + @@ -227,7 +227,7 @@ The following table describes how the wildcards can be used and provides some ex @@ -255,7 +255,7 @@ The following table describes how the wildcards can be used and provides some ex
WildcardUse in file and file extension exclusionsUse in file name and file extension exclusions Use in folder exclusions Example useExample matches>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 the number of wilcarded and named folders, all subfolders will also be included.
    -
  1. C:\MyData\.txt
  2. -
  3. C:\somepath\\Data
  4. -
  5. C:\Serv\\\Backup +
  6. C:\MyData\*.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:
      -
    • 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
  5. 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
Replaces a single character in a folder name.
- After matching to the number of wilcarded and named folders, all subfolders will also be included. + After matching the number of wilcarded and named folders, all subfolders will also be included.
    @@ -238,9 +238,9 @@ 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\test01\Data and its subfolders
  6. +
  7. C:\MyData\my1.zip
  8. +
  9. Any file in C:\somepath\P\Data and its subfolders
  10. +
  11. Any file in C:\somepath\test01\Data and its subfolders
    -
  1. C:\ProgramData\CustomLogFiles\Folder1\file1.txt
  2. +
  3. C:\ProgramData\CustomLogFiles\Folder1\file1.txt