From 29b71d996ccfe032d3f5b5adb05ec298479e7457 Mon Sep 17 00:00:00 2001 From: Diana Hanson Date: Wed, 7 Jul 2021 10:00:01 -0600 Subject: [PATCH] Pencil edit Experiment for Matrix table --- .../ue-v/uev-prepare-for-deployment.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/windows/configuration/ue-v/uev-prepare-for-deployment.md b/windows/configuration/ue-v/uev-prepare-for-deployment.md index aeb46fbcbe..ee83db25ad 100644 --- a/windows/configuration/ue-v/uev-prepare-for-deployment.md +++ b/windows/configuration/ue-v/uev-prepare-for-deployment.md @@ -169,15 +169,15 @@ In general, you can synchronize settings that meet the following criteria: If you’ve decided that you need to synchronize settings for custom applications, use this checklist to determine which applications you’ll include. -| | Description | -|:-------|:--------------------------| -| ![Checklist box](images/uev-checklist-box.gif) | Does this application contain settings that the user can customize? | -| ![Checklist box](images/uev-checklist-box.gif) | Is it important for the user that these settings are synchronized? | -| ![Checklist box](images/uev-checklist-box.gif) | Are these user settings already managed by an application management or settings policy solution? UE-V applies application settings at application startup and Windows settings at logon, unlock, or remote connect events. If you use UE-V with other settings sharing solutions, users might experience inconsistency across synchronized settings. | -| ![Checklist box](images/uev-checklist-box.gif) | Are the application settings specific to the computer? Application preferences and customizations that are associated with hardware or specific computer configurations do not consistently synchronize across sessions and can cause a poor application experience. | -| ![Checklist box](images/uev-checklist-box.gif) | Does the application store settings in the Program Files directory or in the file directory that is located in the **Users**\\ \[User name\] \\**AppData**\\**LocalLow** directory? Application data that is stored in either of these locations usually should not synchronize with the user, because this data is specific to the computer or because the data is too large to synchronize. | -| ![Checklist box](images/uev-checklist-box.gif) | Does the application store any settings in a file that contains other application data that should not synchronize? UE-V synchronizes files as a single unit. If settings are stored in files that include application data other than settings, then synchronizing this additional data can cause a poor application experience. | -| ![Checklist box](images/uev-checklist-box.gif) | How large are the files that contain the settings? The performance of the settings synchronization can be affected by large files. Including large files can affect the performance of settings synchronization. | +|Description | | +|:-------------------------- -------|:-------| +| **Does this application contain settings that the user can customize?** | ![Checklist box](images/uev-checklist-box.gif) | +| **Is it important for the user that these settings are synchronized?** | ![Checklist box](images/uev-checklist-box.gif) | +| **Are these user settings already managed by an application management or settings policy solution? UE-V applies application settings at application startup and Windows settings at logon, unlock, or remote connect events. If you use UE-V with other settings sharing solutions, users might experience inconsistency across synchronized settings.** | ![Checklist box](images/uev-checklist-box.gif) | +| **Are the application settings specific to the computer? Application preferences and customizations that are associated with hardware or specific computer configurations do not consistently synchronize across sessions and can cause a poor application experience.** | ![Checklist box](images/uev-checklist-box.gif) | +| **Does the application store settings in the Program Files directory or in the file directory that is located in the **Users**\\ \[User name\] \\**AppData**\\**LocalLow** directory? Application data that is stored in either of these locations usually should not synchronize with the user, because this data is specific to the computer or because the data is too large to synchronize.** | ![Checklist box](images/uev-checklist-box.gif) | +| **Does the application store any settings in a file that contains other application data that should not synchronize? UE-V synchronizes files as a single unit. If settings are stored in files that include application data other than settings, then synchronizing this additional data can cause a poor application experience.**| ![Checklist box](images/uev-checklist-box.gif) | +| **How large are the files that contain the settings? The performance of the settings synchronization can be affected by large files. Including large files can affect the performance of settings synchronization.** | ![Checklist box](images/uev-checklist-box.gif) | ## Other considerations when preparing a UE-V deployment