diff --git a/windows/deployment/usmt/usmt-exclude-files-and-settings.md b/windows/deployment/usmt/usmt-exclude-files-and-settings.md
index 2b5db81c9d..839eb53a13 100644
--- a/windows/deployment/usmt/usmt-exclude-files-and-settings.md
+++ b/windows/deployment/usmt/usmt-exclude-files-and-settings.md
@@ -81,18 +81,18 @@ The following .xml file migrates all files and subfolders in `C:\Data`, except t
Test component
-
-
-
- C:\Data\* [*]
-
-
-
+
+
- C:\Data\temp\* [*]
+ C:\Data\* [*]
-
-
+
+
+
+ C:\Data\temp\* [*]
+
+
+
@@ -110,14 +110,14 @@ The following .xml file migrates any subfolders in `C:\`EngineeringDrafts`, but
- C:\EngineeringDrafts\* [*]
+ C:\EngineeringDrafts\* [*]
-
-
-
- C:\EngineeringDrafts\ [*]
-
-
+
+
+
+ C:\EngineeringDrafts\ [*]
+
+
@@ -136,14 +136,14 @@ The following .xml file migrates all files and subfolders in `C:\EngineeringDraf
- C:\EngineeringDrafts\* [*]
+ C:\EngineeringDrafts\* [*]
-
-
- C:\EngineeringDrafts\ [Sample.doc]
-
-
+
+
+ C:\EngineeringDrafts\ [Sample.doc]
+
+
@@ -175,15 +175,15 @@ The following .xml file excludes all `.mp3` files from the migration:
```xml
- Test
+ Test
-
+
-
-
-
+
+
+
-
+
@@ -196,16 +196,16 @@ The following .xml file excludes only the files located on the C: drive.
```xml
- Test
-
+ Test
+
-
-
- c:\*[*]
-
-
+
+
+ c:\*[*]
+
+
-
+
```
@@ -219,20 +219,20 @@ The following .xml file unconditionally excludes the `HKEY_CURRENT_USER` registr
Test
-
-
-
-
- HKCU\testReg[*]
-
-
-
-
- HKCU\*[*]
-
-
-
-
+
+
+
+
+ HKCU\testReg[*]
+
+
+
+
+ HKCU\*[*]
+
+
+
+
```
@@ -246,23 +246,23 @@ The following .xml file unconditionally excludes the system folders of `C:\Windo
Test
-
+
-
-
-
-
-
-
-
-
-
- C:\Program Files\* [*]
-C:\Windows\* [*]
-
-
+
+
+
+
+
+
+
+
+
+ C:\Program Files\* [*]
+ C:\Windows\* [*]
+
+
-
+
```