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 2a4c50e729..b7f21aa8a2 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 @@ -261,7 +261,7 @@ The following table describes how the wildcards can be used and provides some ex
  1. C:\MyData\my?.zip
  2. -
  3. C:\somepath\?\Data
  4. +
  5. C:\somepath\\?\Data
  6. C:\somepath\test0?\Data
@@ -295,7 +295,7 @@ The following table describes how the wildcards can be used and provides some ex > >For example, you can exclude all files that start with "date" in the folders *c:\data\final\marked* and *c:\data\review\marked* by using the rule argument c:\data\\\*\marked\date*.\*. > ->This argument, however, will not match any folders in subfolders under *c:\data\final\marked* or *c:\data\review\marked*. +>This argument, however, will not match any files in **subfolders** under *c:\data\final\marked* or *c:\data\review\marked*.