From bdee5a0a4c5261bd81468139a604b716c4ee22ee Mon Sep 17 00:00:00 2001 From: VARADHARAJAN K <3296790+RAJU2529@users.noreply.github.com> Date: Mon, 18 Sep 2023 20:01:37 +0530 Subject: [PATCH] Update usmt-exclude-files-and-settings.md adjusted the xml format, please merge if its correct --- .../usmt/usmt-exclude-files-and-settings.md | 132 +++++++++--------- 1 file changed, 66 insertions(+), 66 deletions(-) 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\* [*] + + - + ```