diff --git a/windows/application-management/app-v/appv-auto-batch-updating.md b/windows/application-management/app-v/appv-auto-batch-updating.md
index 1d96b18fb8..ff99b0273a 100644
--- a/windows/application-management/app-v/appv-auto-batch-updating.md
+++ b/windows/application-management/app-v/appv-auto-batch-updating.md
@@ -41,29 +41,28 @@ Updating multiple apps at the same time requires that you create a **ConfigFile*
**Example:**
```XML
-
-
- Skype for Windows Update
- D:\Install\Update\SkypeforWindows
- SkypeSetup.exe
- /S
- C:\App-V_Package\Microsoft_Apps\skypeupdate.appv
- 20
- True
- True
-
-
- Microsoft Power BI Update
- D:\Install\Update\PowerBI
- PBIDesktop.msi
- /S
- C:\App-V_Package\MS_Apps\powerbiupdate.appv
- 20
- True
- True
-
-
-
+
+
+ Skype for Windows Update
+ D:\Install\Update\SkypeforWindows
+ SkypeSetup.exe
+ /S
+ C:\App-V_Package\Microsoft_Apps\skypeupdate.appv
+ 20
+ true
+ true
+
+
+ Microsoft Power BI Update
+ D:\Install\Update\PowerBI
+ PBIDesktop.msi
+ /S
+ C:\App-V_Package\MS_Apps\powerbiupdate.appv
+ 20
+ true
+ true
+
+
```
3. Save your completed file under the name **ConfigFile**.
@@ -101,29 +100,28 @@ Updating multipe apps at the same time requires that you create a **ConfigFile**
```XML
-
-
- Skype for Windows Update
- D:\Install\Update\SkypeforWindows
- SkypeSetup.exe
- /S
- C:\App-V_Package\Microsoft_Apps\skypeupdate.appv
- 20
- False
- True
-
-
- Microsoft Power BI Update
- D:\Install\Update\PowerBI
- PBIDesktop.msi
- /S
- C:\App-V_Package\MS_Apps\powerbiupdate.appv
- 20
- False
- True
-
-
-
+
+
+ Skype for Windows Update
+ D:\Install\Update\SkypeforWindows
+ SkypeSetup.exe
+ /S
+ C:\App-V_Package\Microsoft_Apps\skypeupdate.appv
+ 20
+ false
+ true
+
+
+ Microsoft Power BI Update
+ D:\Install\Update\PowerBI
+ PBIDesktop.msi
+ /S
+ C:\App-V_Package\MS_Apps\powerbiupdate.appv
+ 20
+ false
+ true
+
+
```
### Start the App-V Sequencer interface and app installation process
@@ -157,4 +155,4 @@ There are three types of log files that occur when you sequence multiple apps at
## Have a suggestion for App-V?
-Add or vote on suggestions on the [Application Virtualization feedback site](https://appv.uservoice.com/forums/280448-microsoft-application-virtualization).
\ No newline at end of file
+Add or vote on suggestions on the [Application Virtualization feedback site](https://appv.uservoice.com/forums/280448-microsoft-application-virtualization).