"`.
-
-## Related topics
-
-[Administering UE-V with Windows PowerShell and WMI](uev-administering-uev-with-windows-powershell-and-wmi.md)
-[Administering UE-V](uev-administering-uev.md)
-[User Experience Virtualization in Windows PowerShell](/powershell/module/uev/)
diff --git a/windows/configuration/ue-v/uev-managing-uev-agent-and-packages-with-windows-powershell-and-wmi.md b/windows/configuration/ue-v/uev-managing-uev-agent-and-packages-with-windows-powershell-and-wmi.md
deleted file mode 100644
index b05f38c874..0000000000
--- a/windows/configuration/ue-v/uev-managing-uev-agent-and-packages-with-windows-powershell-and-wmi.md
+++ /dev/null
@@ -1,109 +0,0 @@
----
-title: Manage UE-V Service and Packages with Windows PowerShell and WMI
-description: Managing the UE-V service and packages with Windows PowerShell and WMI
-ms.date: 1/25/2024
-ms.topic: article
----
-
-# Managing the UE-V service and packages with Windows PowerShell and WMI
-
-You can use Windows Management Instrumentation (WMI) and Windows PowerShell to manage User Experience Virtualization (UE-V) service configuration and synchronization behavior.
-
-> [!NOTE]
-> For a complete list of UE-V cmdlets, see [User Experience Virtualization in Windows PowerShell](/powershell/module/uev/).
-
-## To configure the UE-V service with Windows PowerShell
-
-1. Open a Windows PowerShell window. To manage computer settings that affect all users of the computer by using the *Computer* parameter, open the window with an account that has administrator rights.
-1. Use the following Windows PowerShell commands to configure the service.
-
- |Windows PowerShell command|Description|
- |--- |--- |
- |`Enable-UEV`|Turns on the UE-V service. Requires reboot.|
- |`Disable-UEV`|Turns off the UE-V service. Requires reboot.|
- |`Get-UevStatus`|Displays whether UE-V service is enabled or disabled, using a Boolean value.|
- |`Get-UevConfiguration`|Gets the effective UE-V service settings. User-specific settings have precedence over the computer settings.|
- |`Get-UevConfiguration -CurrentComputerUser`|Gets the UE-V service settings values for the current user only.|
- |`Get-UevConfiguration -Computer`|Gets the UE-V service configuration settings values for all users on the computer.|
- |`Get-UevConfiguration -Details`|Gets the details for each configuration setting. Displays where the setting is configured or if it uses the default value. Is displayed if the current setting is valid.|
- |`Set-UevConfiguration -Computer -EnableDontSyncWindows8AppSettings`|Configures the UE-V service to not synchronize any Windows apps for all users on the computer.|
- |`Set-UevConfiguration -CurrentComputerUser -EnableDontSyncWindows8AppSettings`|Configures the UE-V service to not synchronize any Windows apps for the current computer user.|
- |`Set-UevConfiguration -Computer -EnableFirstUseNotification`|Configures the UE-V service to display notification the first time the service runs for all users on the computer.|
- |`Set-UevConfiguration -Computer -DisableFirstUseNotification`|Configures the UE-V service to not display notification the first time that the service runs for all users on the computer.|
- |`Set-UevConfiguration -Computer -EnableSettingsImportNotify`|Configures the UE-V service to notify all users on the computer when settings synchronization is delayed.Use the DisableSettingsImportNotify parameter to disable notification.|
- |`Set-UevConfiguration -CurrentComputerUser -EnableSettingsImportNotify`|Configures the UE-V service to notify the current user when settings synchronization is delayed.
Use the DisableSettingsImportNotify parameter to disable notification.|
- |`Set-UevConfiguration -Computer -EnableSyncUnlistedWindows8Apps`|Configures the UE-V service to synchronize all Windows apps that aren't explicitly disabled by the Windows app list for all users of the computer. For more information, see "Get-UevAppxPackage" in [Managing UE-V Settings Location Templates Using Windows PowerShell and WMI](uev-managing-settings-location-templates-using-windows-powershell-and-wmi.md).
Use the DisableSyncUnlistedWindows8Apps parameter to configure the UE-V service to synchronize only Windows apps that are explicitly enabled by the Windows App List.|
- |`Set-UevConfiguration -CurrentComputerUser - EnableSyncUnlistedWindows8Apps`|Configures the UE-V service to synchronize all Windows apps that aren't explicitly disabled by the Windows app list for the current user on the computer. For more information, see "Get-UevAppxPackage" in [Managing UE-V Settings Location Templates Using Windows PowerShell and WMI](uev-managing-settings-location-templates-using-windows-powershell-and-wmi.md).
Use the DisableSyncUnlistedWindows8Apps parameter to configure the UE-V service to synchronize only Windows apps that are explicitly enabled by the Windows App List.|
- |`Set-UevConfiguration -Computer -DisableSync`|Disables UE-V for all the users on the computer.
Use the EnableSync parameter to enable or re-enable.|
- |`Set-UevConfiguration -CurrentComputerUser -DisableSync`|Disables UE-V for the current user on the computer.
Use the EnableSync parameter to enable or re-enable.|
- |`Set-UevConfiguration -Computer -EnableTrayIcon`|Enables the UE-V icon in the notification area for all users of the computer.
Use the DisableTrayIcon parameter to disable the icon.|
- |`Set-UevConfiguration -Computer -MaxPackageSizeInBytes `|Configures the UE-V service to report when a settings package file size reaches the defined threshold for all users on the computer. Sets the threshold package size in bytes.|
- |`Set-UevConfiguration -CurrentComputerUser -MaxPackageSizeInBytes `|Configures the UE-V service to report when a settings package file size reaches the defined threshold. Sets the package size warning threshold for the current user.|
- |`Set-UevConfiguration -Computer -SettingsImportNotifyDelayInSeconds`|Specifies the time in seconds before the user is notified for all users of the computer|
- |`Set-UevConfiguration -CurrentComputerUser -SettingsImportNotifyDelayInSeconds`|Specifies the time in seconds before notification for the current user is sent.|
- |`Set-UevConfiguration -Computer -SettingsStoragePath `|Defines a per-computer settings storage location for all users of the computer.|
- |`Set-UevConfiguration -CurrentComputerUser -SettingsStoragePath `|Defines a per-user settings storage location.|
- |`Set-UevConfiguration -Computer -SettingsTemplateCatalogPath `|Sets the settings template catalog path for all users of the computer.|
- |`Set-UevConfiguration -Computer -SyncMethod `|Sets the synchronization method for all users of the computer: SyncProvider or None.|
- |`Set-UevConfiguration -CurrentComputerUser -SyncMethod `|Sets the synchronization method for the current user: SyncProvider or None.|
- |`Set-UevConfiguration -Computer -SyncTimeoutInMilliseconds `|Sets the synchronization time-out in milliseconds for all users of the computer|
- |`Set-UevConfiguration -CurrentComputerUser -SyncTimeoutInMilliseconds `|Set the synchronization time-out for the current user.|
- |`Clear-UevConfiguration -Computer -`|Clears the specified setting for all users on the computer.|
- |`Clear-UevConfiguration -CurrentComputerUser -`|Clears the specified setting for the current user only.|
- |`Export-UevConfiguration `|Exports the UE-V computer configuration to a settings migration file. The file name extension must be .uev.The `Export` cmdlet exports all UE-V service settings that are configurable with the Computer parameter.|
- |`Import-UevConfiguration `|Imports the UE-V computer configuration from a settings migration file. The file name extension must be .uev.|
-
-## To export UE-V package settings and repair UE-V templates with Windows PowerShell
-
-1. Open a Windows PowerShell window as an administrator.
-1. Use the following Windows PowerShell commands to configure the service.
-
- |Windows PowerShell command|Description|
- |--- |--- |
- |`Export-UevPackage MicrosoftNotepad.pkgx`|Extracts the settings from a Microsoft Notepad package file and converts them into a human-readable format in XML.|
- |`Repair-UevTemplateIndex`|Repairs the index of the UE-V settings location templates.|
-
-## To configure the UE-V service with WMI
-
-1. User Experience Virtualization provides the following set of WMI commands. Administrators can use this interface to configure the UE-V service at the command line and automate typical configuration tasks.
-
- Use an account with administrator rights to open a Windows PowerShell window.
-
-1. Use the following WMI commands to configure the service.
-
- |`Windows PowerShell command`|Description|
- |--- |--- |
- |`Get-WmiObject -Namespace root\Microsoft\UEV Configuration`|Displays the active UE-V service settings. User-specific settings have precedence over the computer settings.|
- |`Get-WmiObject -Namespace root\Microsoft\UEV UserConfiguration`|Displays the UE-V service configuration that is defined for a user.|
- |`Get-WmiObject -Namespace root\Microsoft\UEV ComputerConfiguration`|Displays the UE-V service configuration that is defined for a computer.|
- |`Get-WmiObject -Namespace root\Microsoft\Uev ConfigurationItem`|Displays the details for each configuration item.|
- |`$config = Get-WmiObject -Namespace root\Microsoft\UEV ComputerConfiguration``$config.SettingsStoragePath = ``$config.Put()`|Defines a per-computer settings storage location.|
- |`$config = Get-WmiObject -Namespace root\Microsoft\UEV UserConfiguration`
`$config.SettingsStoragePath = ``$config.Put()`|Defines a per-user settings storage location.|
- |`$config = Get-WmiObject -Namespace root\Microsoft\UEV ComputerConfiguration`
`$config.SyncTimeoutInMilliseconds = ``$config.Put()`|Sets the synchronization time-out in milliseconds for all users of the computer.|
- |`$config = Get-WmiObject -Namespace root\Microsoft\UEV ComputerConfiguration`
`$config.MaxPackageSizeInBytes = ``$config.Put()`|Configures the UE-V service to report when a settings package file size reaches a defined threshold. Set the threshold package file size in bytes for all users of the computer.|
- |`$config = Get-WmiObject -Namespace root\Microsoft\UEV ComputerConfiguration`
`$config.SyncMethod = ``$config.Put()`|Sets the synchronization method for all users of the computer: SyncProvider or None.|
- |`$config = Get-WmiObject -Namespace root\Microsoft\UEV ComputerConfiguration`
`$config. = $true``$config.Put()`|To enable a specific per-computer setting, clear the setting, and use $null as the setting value. Use UserConfiguration for per-user settings.|
- |`$config = Get-WmiObject -Namespace root\Microsoft\UEV ComputerConfiguration`
`$config. = $false``$config.Put()`|To disable a specific per-computer setting, clear the setting, and use $null as the setting value. Use User Configuration for per-user settings.|
- |`$config = Get-WmiObject -Namespace root\Microsoft\UEV ComputerConfiguration`
`$config. = ``$config.Put()`|Updates a specific per-computer setting. To clear the setting, use $null as the setting value.|
- |`$config = Get-WmiObject -Namespace root\Microsoft\UEV ComputerConfiguration`
`$config. = ``$config.Put()`|Updates a specific per-user setting for all users of the computer. To clear the setting, use $null as the setting value.|
-
-When you're finished configuring the UE-V service with WMI and Windows PowerShell, the defined configuration is stored in the registry in the following locations.
-
-`\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\UEV\Agent\Configuration`
-`\HKEY_CURRENT_USER\SOFTWARE\Microsoft\UEV\Agent\Configuration`
-
-## To export UE-V package settings and repair UE-V templates by using WMI
-
-1. UE-V provides the following set of WMI commands. Administrators can use this interface to export a package or repair UE-V templates.
-1. Use the following WMI commands.
-
- |WMI command|Description|
- |--- |--- |
- |`Invoke-WmiMethod -Namespace root\Microsoft\UEV -Class UserSettings -Name ExportPackage -ArgumentList `|Extracts the settings from a package file and converts them into a human-readable format in XML.|
- |`Invoke-WmiMethod -Namespace root\Microsoft\UEV -Class SettingsLocationTemplate -Name RebuildIndex`|Repairs the index of the UE-V settings location templates. Must be run as administrator.|
-
-## Related topics
-
-[Administering UE-V with Windows PowerShell and WMI](uev-administering-uev-with-windows-powershell-and-wmi.md)
-[Administering UE-V](uev-administering-uev.md)
-[User Experience Virtualization in Windows PowerShell](/powershell/module/uev/)
diff --git a/windows/configuration/ue-v/uev-migrating-settings-packages.md b/windows/configuration/ue-v/uev-migrating-settings-packages.md
deleted file mode 100644
index c818d89c8c..0000000000
--- a/windows/configuration/ue-v/uev-migrating-settings-packages.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-title: Migrating UE-V settings packages
-description: Learn to relocate User Experience Virtualization (UE-V) user settings packages either when you migrate to a new server or when you perform backups.
-ms.date: 1/25/2024
-ms.topic: article
----
-
-# Migrating UE-V settings packages
-
-In the lifecycle of a User Experience Virtualization (UE-V) deployment, you might have to relocate the user settings packages either when you migrate to a new server or when you perform backups. Settings packages might have to be migrated in the following scenarios:
-
-- Upgrade of existing server hardware to a more modern server
-- Migration of a settings storage location share from a test server to a production server
-
-Simply copying the files and folders doesn't preserve the security settings and permissions. The following steps describe how to correctly copy the settings package along with their NTFS file system permissions to a new share.
-
-**To preserve UE-V settings packages when you migrate to a new server**
-
-1. In a new location on a different server, create a new folder, for example, MySettings.
-1. Disable sharing for the old folder share on the old server.
-1. To copy the existing settings packages to the new server with Robocopy
-
- ``` syntax
- C:\start robocopy "\\servername\E$\MySettings" "\\servername\E$\MySettings" /b /sec /secfix /e /LOG:D:\Robocopylogs\MySettings.txt
- ```
-
- > [!NOTE]
- > To monitor the copy progress, open MySettings.txt with a log viewer such as Trace32.
-1. Grant share-level permissions to the new share. Leave the NTFS file system permissions as they were set by Robocopy.
-
- On computers on which the UE-V service is enabled, update the **SettingsStoragePath** configuration setting to the Universal Naming Convention (UNC) path of the new share.
-
-## Related topics
-
-[Administering UE-V](uev-administering-uev.md)
diff --git a/windows/configuration/ue-v/uev-prepare-for-deployment.md b/windows/configuration/ue-v/uev-prepare-for-deployment.md
deleted file mode 100644
index b6adb0509b..0000000000
--- a/windows/configuration/ue-v/uev-prepare-for-deployment.md
+++ /dev/null
@@ -1,348 +0,0 @@
----
-title: Prepare a UE-V Deployment
-description: Learn about the types of User Experience Virtualization (UE-V) deployment you can execute and what preparations you can make beforehand to be successful.
-ms.date: 1/25/2024
-ms.topic: article
----
-
-# Prepare a UE-V Deployment
-
-Before you deploy User Experience Virtualization (UE-V), review this article for important information about the type of deployment you're planning and for preparations you can make beforehand so that your deployment is successful. If you leave this page, be sure to come back and read through the planning information in this article.
-
-## Plan your UE-V deployment
-
-With UE-V, you can synchronize user-defined application and operating system settings across all the devices that a user works from. Use UE-V to synchronize settings for Windows applications and custom applications, such as third-party and line-of-business applications.
-
-Whether you want to synchronize settings for only default Windows applications or for both Windows and custom applications, you'll need to first deploy the features required to use UE-V.
-
-[Deploy required UE-V features](uev-deploy-required-features.md)
-
-- [Define a settings storage location](uev-deploy-required-features.md)
-- [Enable the UE-V service](uev-deploy-required-features.md#enable-the-ue-v-service) on user computers
-
-If you want to use UE-V to synchronize user-defined settings for custom applications (third-party or line-of-business), you'll need to install and configure these optional extra UE-V features:
-
-[Deploy UE-V for custom applications](uev-deploy-uev-for-custom-applications.md)
-
-- [Install the UE-V template generator](uev-deploy-uev-for-custom-applications.md#install-the-uev-template-generator) so you can create, edit, and validate the custom settings location templates required to synchronize custom application settings
-- [Create custom settings location templates](uev-deploy-uev-for-custom-applications.md) with the UE-V template generator
-- [Deploy a UE-V settings template catalog](uev-deploy-uev-for-custom-applications.md) to store your custom settings location templates
-
-The workflow diagram below illustrates a typical UE-V deployment and the decisions you need to be prepared to make.
-
-:::image type="content" alt-text="UE-V deployment preparation." source="images/uev-deployment-preparation.png":::
-
-
-
-### Planning a UE-V deployment
-
-Review the following articles to determine which UE-V components you'll be deploying.
-
-- [Decide whether to synchronize settings for custom applications](#decide-whether-to-synchronize-settings-for-custom-applications)
-
- If you want to synchronize settings for custom applications, you'll need to install the UE-V template generator. Use the generator to create custom settings location templates, which involve the following tasks:
-
- - Review the [settings that are synchronized automatically in a UE-V deployment](#settings-automatically-synchronized-in-a-ue-v-deployment).
- - [Determine whether you need settings synchronized for other applications](#determine-whether-you-need-settings-synchronized-for-other-applications).
-
-- Review [other considerations for deploying UE-V](#other-considerations-when-preparing-a-ue-v-deployment), including high availability and capacity planning.
-- [Confirm prerequisites and supported configurations for UE-V](#confirm-prerequisites-and-supported-configurations-for-ue-v)
-
-## Decide whether to synchronize settings for custom applications
-
-In a UE-V deployment, many settings are automatically synchronized. You can also customize UE-V to synchronize settings for other applications, such as line-of-business and third-party apps.
-
-Deciding if you want UE-V to synchronize settings for custom applications is an essential part of planning your UE-V deployment. The articles in this section will help you make that decision.
-
-### Settings automatically synchronized in a UE-V deployment
-
-This section explains which settings are synchronized by default in UE-V, including:
-
-- Desktop applications that are synchronized by default
-- Windows desktop settings that are synchronized by default
-- A statement of support for Windows applications setting synchronization
-
-For downloadable UE-V templates, see: [User Experience Virtualization (UE-V) settings templates for Microsoft Office](https://www.microsoft.com/download/details.aspx?id=46367)
-
-### Desktop applications synchronized by default in UE-V
-
-When you enable the UE-V service on user devices, it registers a default group of settings location templates that capture settings values for these common Microsoft applications.
-
-| Application category | Description |
-|--|--|
-| Microsoft Office 2016 applications | Microsoft Access 2016
Microsoft Lync 2016
Microsoft Excel 2016
Microsoft OneNote 2016
Microsoft Outlook 2016
Microsoft PowerPoint 2016
Microsoft Project 2016
Microsoft Publisher 2016
Microsoft SharePoint Designer 2013 (not updated for 2016)
Microsoft Visio 2016
Microsoft Word 2016
Microsoft Office Upload Manager
Microsoft Infopath has been removed (deprecated) from the Office 2016 suite |
-| Microsoft Office 2013 applications
[Download a list of all settings synced](https://www.microsoft.com/download/details.aspx?id=46367) | Microsoft Word 2013
Microsoft Excel 2013
Microsoft Outlook 2013
Microsoft Access 2013
Microsoft Project 2013
Microsoft PowerPoint 2013
Microsoft Publisher 2013
Microsoft Visio 2013
Microsoft InfoPath 2013
Microsoft Lync 2013
Microsoft OneNote 2013
Microsoft SharePoint Designer 2013
Microsoft Office 2013 Upload Center
Microsoft OneDrive for Business 2013 |
-| Microsoft Office 2010 applications
[Download a list of all settings synced](https://www.microsoft.com/download/details.aspx?id=46367) | Microsoft Word 2010
Microsoft Excel 2010
Microsoft Outlook 2010
Microsoft Access 2010
Microsoft Project 2010
Microsoft PowerPoint 2010
Microsoft Publisher 2010
Microsoft Visio 2010
Microsoft SharePoint Workspace 2010
Microsoft InfoPath 2010
Microsoft Lync 2010
Microsoft OneNote 2010
Microsoft SharePoint Designer 2010 |
-| Browser options: Internet Explorer 11 and 10 | Synchronize favorites, home page, tabs, and toolbars.
**Note**
UE-V doesn't roam settings for Internet Explorer cookies. |
-| Windows accessories | Microsoft NotePad, WordPad |
-
-> [!NOTE]
-> - An Outlook profile must be created for any device on which a user wants to sync their Outlook signature. If the profile is not already created, the user can create one and then restart Outlook on that device to enable signature synchronization.
-> - UE-V doesn't synchronize settings between the Microsoft Calculator in Windows 10 and the Microsoft Calculator in previous operating systems.
-
-### Windows settings synchronized by default
-
-UE-V includes settings location templates that capture settings values for these Windows settings.
-
-| Windows settings | Description | Apply on | Export on | Default state |
-|--|--|--|--|--|
-| Desktop background | Currently active desktop background or wallpaper | Log on, unlock, remote connect, Scheduled Task events | Log off, lock, remote disconnect, or scheduled task interval | Enabled |
-| Ease of Access | Accessibility and input settings, Microsoft Magnifier, Narrator, and on-Screen Keyboard | Log on only | Log off or scheduled task interval | Enabled |
-| Desktop settings | Start menu and Taskbar settings, folder options, default desktop icons, more clocks, and region and language settings | Log on only | Log off or scheduled task | Enabled |
-
-> [!IMPORTANT]
-> UE-V roams taskbar settings between Windows 10 devices. However, UE-V doesn't synchronize taskbar settings between Windows 10 devices and devices running previous operating systems versions.
-
-| Settings group | Category | Capture | Apply |
-|--|--|--|--|
-| **Application Settings** | Windows applications | Close application
Windows application settings change event | Start the UE-V App Monitor at startup
Open app
Windows application settings change event
Arrival of a settings package |
-| | Desktop applications | Application closes | Application opens and closes |
-| **Desktop settings** | Desktop background | Lock or log off | Log on, unlock, remote connect, notification of new package arrival, or scheduled task runs |
-| | Ease of Access (Common - Accessibility, Narrator, Magnifier, On-Screen-Keyboard) | Lock or Log off | Log on |
-| | Ease of Access (Shell - Audio, Accessibility, Keyboard, Mouse) | Lock or log off | Log on, unlock, remote connect, notification of new package arrival, or scheduled task runs |
-| | Desktop settings | Lock or log off | Log on |
-
-### UE-V-support for Windows applications
-
-For Windows applications, the application developer specifies which user settings are synchronized. You can specify which Windows apps are enabled for settings synchronization.
-
-To display a list of Windows applications that can synchronize settings with their package family name, enabled status, and enabled source, open a Windows PowerShell window, type Get-UevAppxPackage, and press ENTER.
-
-> [!NOTE]
-> Starting in Windows 10, version 1607, you can configure UE-V to not synchronize Windows applications settings if the device is configured to use Enterprise State Roaming.
-
-### UE-V-support for roaming printers
-
-Users can print to their saved network printers, including their default network printer, from any network device.
-
-Printer roaming in UE-V requires one of these scenarios:
-
-- The print server can download the required driver when it roams to a new device.
-- The driver for the roaming network printer is pre-installed on any device that needs to access that network printer.
-- The printer driver can be imported from Windows Update.
-
-> [!NOTE]
-> The UE-V printer roaming feature doesn't roam printer settings or preferences, such as printing double-sided.
-
-### Determine whether you need settings synchronized for other applications
-
-After you've reviewed the settings that are synchronized automatically in a UE-V deployment, you'll need to decide whether to synchronize settings for other applications as your decision will determine how you deploy UE-V throughout your enterprise.
-
-As an administrator, when you consider which desktop applications to include in your UE-V solution, consider which settings can be customized by users, and how and where the application stores its settings. Not all desktop applications have settings that can be customized or that are routinely customized by users. In addition, not all desktop applications settings can be synchronized safely across multiple devices or environments.
-
-In general, you can synchronize settings that meet the following criteria:
-
-- Settings that are stored in user-accessible locations. For example, don't synchronize settings that are stored in System32 or outside the HKEY\_CURRENT\_USER (HKCU) section of the registry.
-- Settings that aren't specific to the particular device. For example, exclude network shortcuts or hardware configurations.
-- Settings that can be synchronized between computers without risk of corrupted data. For example, don't use settings that are stored in a database file.
-
-### Checklist for evaluating custom applications
-
-If you've decided that you need to synchronize settings for custom applications, use this checklist to determine which applications you'll include.
-
-| | Description |
-|-------|--------------------------|
-|  | Does this application contain settings that the user can customize? |
-|  | Is it important for the user that these settings are synchronized? |
-|  | 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. |
-|  | Are the application settings specific to the computer? Application preferences and customizations that are associated with hardware or specific computer configurations don't consistently synchronize across sessions and can cause a poor application experience. |
-|  | 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 shouldn't synchronize with the user, because this data is specific to the computer or because the data is too large to synchronize. |
-|  | Does the application store any settings in a file that contains other application data that shouldn't 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 extra data can cause a poor application experience.|
-|  | 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. |
-
-## Other considerations when preparing a UE-V deployment
-
-You should also consider these things when you're preparing to deploy UE-V:
-
-- [Managing credentials synchronization](#managing-credentials-synchronization-in-ue-v)
-- [Windows applications settings synchronization](#windows-applications-settings-synchronization)
-- [Custom UE-V settings location templates](#custom-ue-v-settings-location-templates)
-- [Unintentional user settings configurations](#prevent-unintentional-user-settings-configuration)
-- [Performance and capacity](#performance-and-capacity-planning)
-- [High availability](#high-availability-for-ue-v)
-- [Computer clock synchronization](#synchronize-computer-clocks-for-ue-v-settings-synchronization)
-
-### Managing credentials synchronization in UE-V
-
-Many enterprise applications, including Microsoft Outlook, Lync, and Skype for Business prompt users for their domain credentials when they log in. Users have the option of saving their credentials to disk to prevent having to enter them every time they open these applications. Enabling roaming credentials synchronization lets users save their credentials on one computer and avoid reentering them on every computer they use in their environment. Users can synchronize some domain credentials with UE-V.
-
-> [!IMPORTANT]
-> Credentials synchronization is disabled by default. You must explicitly enable credentials synchronization after you enable the UE-V service to implement this feature.
-
-UE-V can synchronize enterprise credentials, but doesn't roam credentials intended only for use on the local device.
-
-Credentials are synchronous settings, meaning that they're applied to users' profiles the first time they sign in to their devices after UE-V synchronizes.
-
-Credentials synchronization is managed by its own settings location template, which is disabled by default. You can enable or disable this template through the same methods used for other templates. The template identifier for this feature is RoamingCredentialSettings.
-
-> [!IMPORTANT]
-> If you're using Active Directory Credential Roaming in your environment, we recommend that you do not enable the UE-V credential roaming template. Instead, use PowerShell or Group Policy to enable credentials synchronization. Note that credentials are encrypted during synchronization.
-
-[PowerShell](uev-administering-uev-with-windows-powershell-and-wmi.md)**:** Enter this PowerShell cmdlet to enable credential synchronization:
-
-```powershell
-Enable-UevTemplate RoamingCredentialSettings
-
-Copy
-```
-
-Use this PowerShell cmdlet to disable credential synchronization:
-
-```powershell
-Disable-UevTemplate RoamingCredentialSettings
-
-Copy
-```
-
-
-
-[Group Policy](uev-configuring-uev-with-group-policy-objects.md)**:** You must edit the Group Policy administrative template for UE-V, which is included in Windows 10, version 1607, to enable credential synchronization through group policy. Credentials synchronization is managed in Windows settings. To manage this feature with Group Policy, enable the **Synchronize Windows** settings policy.
-
-1. Open Group Policy Editor and navigate to **User Configuration > Administrative Templates > Windows Components > Microsoft User Experience Virtualization**.
-1. Double-click **Synchronize Windows settings**.
-1. If this policy is enabled, you can enable credentials synchronization by checking the **Roaming Credentials** check box, or disable credentials synchronization by unchecking it.
-1. Select **OK**.
-
-### Credential locations synchronized by UE-V
-
-Credential files saved by applications into the following locations are synchronized:
-
-- %UserProfile%\AppData\Roaming\Microsoft\Credentials\
-- %UserProfile%\AppData\Roaming\Microsoft\Crypto\
-- %UserProfile%\AppData\Roaming\Microsoft\Protect\
-- %UserProfile%\AppData\Roaming\Microsoft\SystemCertificates\
-
-Credentials saved to other locations aren't synchronized by UE-V.
-
-### Windows applications settings synchronization
-
-UE-V manages Windows application settings synchronization in three ways:
-
-- **Sync Windows applications:** Allow or deny any Windows application synchronization
-- **Windows applications list:** Synchronize a list of Windows applications
-- **Unlisted default sync behavior:** Determine the synchronization behavior of Windows applications that aren't in the Windows applications list.
-
-For more information, see the [Windows Application List](uev-managing-settings-location-templates-using-windows-powershell-and-wmi.md#win8applist).
-
-### Custom UE-V settings location templates
-
-If you're deploying UE-V to synchronize settings for custom applications, you'll use the UE-V template generator to create custom settings location templates for those desktop applications. After you create and test a custom settings location template in a test environment, you can deploy the settings location templates to user devices.
-
-Custom settings location templates must be deployed with an existing deployment infrastructure, such as an enterprise software distribution method, including Microsoft Configuration Manager, with preferences, or by configuring a UE-V settings template catalog. Templates that are deployed with Configuration Manager or Group Policy must be registered using UE-V WMI or Windows PowerShell.
-
-For more information about custom settings location templates, see [Deploy UE-V with custom applications](uev-deploy-uev-for-custom-applications.md). For more information about using UE-V with Configuration Manager, see [Configuring UE-V with Microsoft Configuration Manager](uev-configuring-uev-with-system-center-configuration-manager.md).
-
-### Prevent unintentional user settings configuration
-
-UE-V downloads new user settings information from a settings storage location and applies the settings to the local device in these instances:
-
-- Each time an application is started that has a registered UE-V template
-- When a user signs in to a device
-- When a user unlocks a device
-- When a connection is made to a remote desktop device running UE-V
-- When the Sync Controller Application scheduled task is run
-
-If UE-V is installed on computer A and computer B, and the settings that you want for the application are on computer A, then computer A should open and close the application first. If the application is opened and closed on computer B first, then the application settings on computer A are configured to the application settings on computer B. Settings are synchronized between computers on per-application basis. Over time, settings become consistent between computers as they're opened and closed with preferred settings.
-
-This scenario also applies to Windows settings. If the Windows settings on computer B should be the same as the Windows settings on computer A, then the user should log on and log off computer A first.
-
-If the user settings that the user wants are applied in the wrong order, they can be recovered by performing a restore operation for the specific application or Windows configuration on the computer on which the settings were overwritten. For more information, see [Manage Administrative Backup and Restore in UE-V](uev-manage-administrative-backup-and-restore.md).
-
-### Performance and capacity planning
-
-Specify your requirements for UE-V with standard disk capacity and network health monitoring.
-
-UE-V uses a Server Message Block (SMB) share for the storage of settings packages. The size of settings packages varies depending on the settings information for each application. While most settings packages are small, the synchronization of potentially large files, such as desktop images, can result in poor performance, particularly on slower networks.
-
-To reduce problems with network latency, create settings storage locations on the same local networks where the users' computers reside. We recommend 20 MB of disk space per user for the settings storage location.
-
-By default, UE-V synchronization times out after 2 seconds to prevent excessive lag due to a large settings package. You can configure the SyncMethod=SyncProvider setting by using [Group Policy objects](uev-configuring-uev-with-group-policy-objects.md).
-
-### High availability for UE-V
-
-The UE-V settings storage location and settings template catalog support storing user data on any writable share. To ensure high availability, follow these criteria:
-
-- Format the storage volume with an NTFS file system.
-- The share can use Distributed File System (DFS) replication, but Distributed File System Replication (DFSR) isn't supported. Distributed File System Namespaces (DFSN) are supported. For detailed information, see:
- - [Deploying Roaming User Profiles](/windows-server/storage/folder-redirection/deploy-roaming-user-profiles)
- - [Information about Microsoft support policy for a DFS-R and DFS-N deployment scenario](/troubleshoot/windows-server/networking/support-policy-for-dfsr-dfsn-deployment)
-
- In addition, because SYSVOL uses DFSR for replication, SYSVOL can't be used for UE-V data file replication.
-
-- Configure the share permissions and NTFS access control lists (ACLs) as specified in [Deploying the settings storage location for UE-V](uev-deploy-required-features.md).
-- Use file server clustering along with the UE-V service to provide access to copies of user state data if communications failures occur.
-- You can store the settings storage path data (user data) and settings template catalog templates on clustered shares, on DFSN shares, or on both.
-
-### Synchronize computer clocks for UE-V settings synchronization
-
-Computers that run the UE-V service must use a time server to maintain a consistent settings experience. UE-V uses time stamps to determine if settings must be synchronized from the settings storage location. If the computer clock is inaccurate, older settings can overwrite newer settings, or the new settings might not be saved to the settings storage location.
-
-## Confirm prerequisites and supported configurations for UE-V
-
-Before you proceed, ensure that your environment meets these requirements for using UE-V.
-
-| Operating system | Edition | Service pack | System architecture | Windows PowerShell | Microsoft .NET Framework |
-|--|--|--|--|--|--|
-| Windows 10, version 1607 | Windows 10 for Enterprise | NA | 32-bit or 64-bit | Windows PowerShell 3.0 or higher | .NET Framework 4.5 or higher |
-| Windows 8 and Windows 8.1 | Enterprise or Pro | None | 32-bit or 64-bit | Windows PowerShell 3.0 or higher | .NET Framework 4.5 or higher |
-| Windows Server 2012 and Windows Server 2012 R2 | Standard or Datacenter | None | 64-bit | Windows PowerShell 3.0 or higher | .NET Framework 4.5 or higher |
-
-> [!NOTE]
-> - Windows Server 2012 operating systems come with .NET Framework 4.5 installed. The Windows 10 operating system comes with .NET Framework 4.6 installed.
-> - The "Delete Roaming Cache" policy for mandatory profiles isn't supported with UE-V and shouldn't be used.
-
-There are no special random access memory (RAM) requirements specific to UE-V.
-
-### Synchronization of settings through the Sync Provider
-
-Sync Provider is the default setting for users and synchronizes a local cache with the settings storage location in these instances:
-
-- Log on/log off
-- Lock/unlock
-- Remote desktop connect/disconnect
-- Application open/close
-
-A scheduled task manages this synchronization of settings every 30 minutes or through trigger events for certain applications. For more information, see [Changing the frequency of UE-V scheduled tasks](uev-changing-the-frequency-of-scheduled-tasks.md).
-
-The UE-V service synchronizes user settings for devices that aren't always connected to the enterprise network (remote devices and laptops) and devices that are always connected to the network (devices that run Windows Server and host virtual desktop interface (VDI) sessions).
-
-**Synchronization for computers with always-available connections** When you use UE-V on devices that are always connected to the network, you must configure the UE-V service to synchronize settings by using the *SyncMethod=None* parameter, which treats the settings storage server as a standard network share. In this configuration, the UE-V service can be configured to notify if the import of the application settings is delayed.
-
-Enable this configuration using one of these methods:
-
-- After you enable the UE-V service, use the Settings Management feature in Microsoft Configuration Manager or the UE-V ADMX templates (installed with Windows 10, version 1607) to push the SyncMethod = None configuration.
-- Use Windows PowerShell or Windows Management Instrumentation (WMI) to set the SyncMethod = None configuration.
-
-Restart the device to allow the settings to synchronize.
-
-> [!NOTE]
-> These methods do not work for pooled virtual desktop infrastructure (VDI) environments.
-
-> [!NOTE]
-> If you set *SyncMethod = None*, any settings changes are saved directly to the server. If the network connection to the settings storage path is not found, then the settings changes are cached on the device and are synchronized the next time that the sync provider runs. If the settings storage path is not found and the user profile is removed from a pooled VDI environment on log off, settings changes are lost and the user must reapply the change when the computer is reconnected to the settings storage path.
-
-**Synchronization for external sync engines** The *SyncMethod=External* parameter specifies that if UE-V settings are written to a local folder on the user device, then any external sync engine (such as OneDrive for Business, Work Folders, Sharepoint, or Dropbox) can be used to apply these settings to the different devices that users access.
-
-**Support for shared VDI sessions** UE-V supports VDI sessions that are shared among end users. You can register and configure a special VDI template, which ensures that UE-V keeps all of its functionality intact for non-persistent VDI sessions.
-
-> [!NOTE]
-> If you do not enable VDI mode for non-persistent VDI sessions, certain features do not work, such as [back-up/restore and last known good (LKG)](uev-manage-administrative-backup-and-restore.md).
-
-The VDI template is provided with UE-V and is typically available here after installation: C:\ProgramData\Microsoft\UEV\InboxTemplates
-
-### Prerequisites for UE-V template generator support
-
-Install the UE-V template generator on the device that is used to create custom settings location templates. This device should be able to run the applications that you want to synchronize settings for. You must be a member of the Administrators group on the device that runs the UE-V template generator software.
-
-The UE-V template generator must be installed on a device that uses an NTFS file system. The UE-V template generator software requires .NET Framework 1. For more information, see [Use UE-V with custom applications](uev-deploy-uev-for-custom-applications.md).
-
-## Other resources for this feature
-
-- [User Experience Virtualization overview](uev-for-windows.md)
-- [Get started with UE-V](uev-getting-started.md)
-- [Upgrade to UE-V for Windows 10](uev-upgrade-uev-from-previous-releases.md)
-- [Administering UE-V](uev-administering-uev.md)
-- [Troubleshooting UE-V](uev-troubleshooting.md)
-- [Technical Reference for UE-V](uev-technical-reference.md)
diff --git a/windows/configuration/ue-v/uev-release-notes-1607.md b/windows/configuration/ue-v/uev-release-notes-1607.md
deleted file mode 100644
index b59b289e49..0000000000
--- a/windows/configuration/ue-v/uev-release-notes-1607.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: User Experience Virtualization (UE-V) Release Notes
-description: Read the latest information required to successfully install and use User Experience Virtualization (UE-V) that isn't included in the UE-V documentation.
-ms.date: 1/25/2024
-ms.topic: article
----
-
-# User Experience Virtualization (UE-V) Release Notes
-
-This topic includes information required to successfully install and use UE-V that isn't included in the User Experience Virtualization (UE-V) documentation. If there are differences between the information in this topic and other UE-V topics, the latest change should be considered authoritative.
-
-### Company Settings Center removed in UE-V for Windows 10, version 1607
-
-In previous versions of UE-V, users could select which of their customized application settings to synchronize with the Company Settings Center, a user interface that was available on user devices. Additionally, administrators could configure the Company Settings Center to include a link to support resources so that users could easily get support on virtualized settings-related issues.
-
-With the release of Windows 10, version 1607, the Company Settings Center was removed and users can no longer manage their synchronized settings.
-
-Administrators can still define which user-customized application settings can synchronize (roam) with Group Policy or Windows PowerShell.
-
-> [!NOTE]
-> With the removal of the Company Settings Center, the following group policies are no longer applicable:
->
-> - Contact IT Link Text
-> - Contact IT URL
-> - Tray Icon
-
-### Upgrading from UE-V 1.0 to the in-box version of UE-V is blocked
-
-Version 1.0 of UE-V used Offline Files (Client-Side Caching) for settings synchronization and pinned the UE-V sync folder to be available when the network was offline, however, this technology was removed in UE-V 2.x. As a result, UE-V 1.0 users are blocked from upgrading to UE-V for Windows 10, version 1607.
-
-WORKAROUND: Remove the UE-V 1.0 sync folder from the Offline Files configuration and then upgrade to the in-box version of UE-V for Windows, version 1607 release.
-
-### UE-V settings location templates for Skype cause Skype to crash
-
-When a user generates a valid settings location template for the Skype desktop application, registers it, and then launches the Skype desktop application, Skype crashes. An ACCESS\_VIOLATION is recorded in the Application Event Log.
-
-WORKAROUND: Remove or unregister the Skype template to allow Skype to work again.
-
-### Registry settings don't synchronize between App-V and native applications on the same device
-
-When a device has an application that is installed through both Application Virtualization (App-V) and locally with a Windows Installer (.msi) file, the registry-based settings don't synchronize between the technologies.
-
-WORKAROUND: To resolve this problem, run the application by selecting one of the two technologies, but not both.
-
-### Unpredictable results when both Office 2010 and Office 2013 are installed on the same device
-
-When a user has both Office 2010 and Office 2013 installed, any common settings between the two versions of Office are roamed by UE-V. This roaming could cause the Office 2010 package size to be large or result in unpredictable conflicts with 2013, particularly if Office 365 is used.
-
-WORKAROUND: Install only one version of Office or limit which settings are synchronized by UE-V.
-
-### Uninstallation and reinstallation of Windows 8 applications reverts settings to initial state
-
-While UE-V settings synchronization is being used for a Windows 8 application, if the user uninstalls the application and then reinstalls the application, the application's settings revert to their default values. This result happens because the uninstall removes the local (cached) copy of the application's settings but doesn't remove the local UE-V settings package. When the application is reinstalled and launched, UE-V gathers the application settings that were reset to the application defaults and then uploads the default settings to the central storage location. Other computers running the application then download the default settings. This behavior is identical to the behavior of desktop applications.
-
-WORKAROUND: None.
-
-### UE-V doesn't support roaming settings between 32-bit and 64-bit versions of Microsoft Office
-
-We recommend that you install the 32-bit version of Microsoft Office for both 32-bit and 64-bit operating systems. To choose the Microsoft Office version that you need, click [here](). UE-V supports roaming settings between identical architecture versions of Office. For example, 32-bit Office settings will roam between all 32-bit Office instances. UE-V doesn't support roaming settings between 32-bit and 64-bit versions of Office.
-
-WORKAROUND: None
-
-### Favicons that are associated with Internet Explorer 9 favorites don't roam
-
-The favicons that are associated with Internet Explorer 9 favorites aren't roamed by User Experience Virtualization and don't appear when the favorites first appear on a new computer.
-
-WORKAROUND: Favicons will appear with their associated favorites once the bookmark is used and cached in the Internet Explorer 9 browser.
-
-### File settings paths are stored in registry
-
-Some application settings store the paths of their configuration and settings files as values in the registry. The files that are referenced as paths in the registry must be synchronized when settings are roamed between computers.
-
-WORKAROUND: Use folder redirection or some other technology to ensure that any files that are referenced as file settings paths are present and placed in the same location on all computers where settings roam.
-
-### Long Settings Storage Paths could cause an error
-
-Keep settings storage paths as short as possible. Long paths could prevent resolution or synchronization. UE-V uses the Settings storage path as part of the calculated path to store settings. That path is calculated in the following way: settings storage path + "settingspackages" + package dir (template ID) + package name (template ID) + .pkgx. If that calculated path exceeds 260 characters, package storage will fail and generate the following error message in the UE-V operational event log:
-
-\[boost::filesystem::copy\_file: The system can't find the path specified\]
-
-To check the operational log events, open the Event Viewer and navigate to Applications and Services Logs / Microsoft / User Experience Virtualization / Logging / Operational.
-
-WORKAROUND: None.
-
-### Some operating system settings only roam between like operating system versions
-
-Operating system settings for Narrator and currency characters specific to the locale (that is, language and regional settings) will only roam across like operating system versions of Windows. For example, currency characters won't roam between Windows 7 and Windows 8.
-
-WORKAROUND: None
-
-**Additional resources for this feature**
-
-- [UE-V Registry Settings](/troubleshoot/windows-client/ue-v/ue-v-registry-settings)
-- [How To Enable Debug Logging in Microsoft User Experience Virtualization (UE-V)](/troubleshoot/windows-client/ue-v/enable-debug-logging)
-- [User Experience Virtualization](uev-for-windows.md)
-- [Prepare a UE-V Deployment](uev-prepare-for-deployment.md)
-- [Upgrade to UE-V for Windows 10](uev-upgrade-uev-from-previous-releases.md)
-- [Administering UE-V](uev-administering-uev.md)
-- [Troubleshooting UE-V](uev-troubleshooting.md)
-- [Technical Reference for UE-V](uev-technical-reference.md)
diff --git a/windows/configuration/ue-v/uev-security-considerations.md b/windows/configuration/ue-v/uev-security-considerations.md
deleted file mode 100644
index b0ba65c8c5..0000000000
--- a/windows/configuration/ue-v/uev-security-considerations.md
+++ /dev/null
@@ -1,119 +0,0 @@
----
-title: Security Considerations for UE-V
-description: Learn about accounts and groups, log files, and other security-related considerations for User Experience Virtualization (UE-V).
-ms.date: 1/25/2024
-ms.topic: article
----
-
-# Security Considerations for UE-V
-
-This topic contains a brief overview of accounts and groups, log files, and other security-related considerations for User Experience Virtualization (UE-V). For more information, follow the links that are provided here.
-
-## Security considerations for UE-V configuration
-
-> [!IMPORTANT]
-> When you create the settings storage share, limit the share access to users who require access.
-
-Because settings packages might contain personal information, you should take care to protect them as much as possible. In general, do the following steps:
-
-- Restrict the share to only those users who require access. Create a security group for users who have redirected folders on a particular share and limit access to only those users.
-- When you create the share, hide the share by putting a $ after the share name. This addition hides the share from casual browsers, and the share isn't visible in My Network Places.
-- Only give users the minimum number of permissions that they must have. The following tables show the required permissions.
-
-1. Set the following share-level SMB permissions for the setting storage location folder.
-
- |User account|Recommended permissions|
- |--- |--- |
- |Everyone|No permissions|
- |Security group of UE-V|Full control|
-
-1. Set the following NTFS file system permissions for the settings storage location folder.
-
- |User account|Recommended permissions|Folder|
- |--- |--- |--- |
- |Creator/Owner|No permissions|No permissions|
- |Domain Admins|Full control|This folder, subfolders, and files|
- |Security group of UE-V users|List folder/read data, create folders/append data|This folder only|
- |Everyone|Remove all permissions|No permissions|
-
-1. Set the following share-level SMB permissions for the settings template catalog folder.
-
- |User account|Recommend permissions|
- |--- |--- |
- |Everyone|No permissions|
- |Domain computers|Read permission Levels|
- |Administrators|Read/write permission levels|
-
-1. Set the following NTFS permissions for the settings template catalog folder.
-
- |User account|Recommended permissions|Apply to|
- |--- |--- |--- |
- |Creator/Owner|Full control|This folder, subfolders, and files|
- |Domain Computers|List folder contents and Read permissions|This folder, subfolders, and files|
- |Everyone|No permissions|No permissions|
- |Administrators|Full Control|This folder, subfolders, and files|
-
-### Use Windows Server as of Windows Server 2003 to host redirected file shares
-
-User settings package files contain personal information that is transferred between the client computer and the server that stores the settings packages. Because of this process, you should ensure that the data is protected while it travels over the network.
-
-User settings data is vulnerable to these potential threats: interception of the data as it passes over the network, tampering with the data as it passes over the network, and spoofing of the server that hosts the data.
-
-As of Windows Server 2003, several features of the Windows Server operating system can help secure user data:
-
-- **Kerberos** - Kerberos is standard on all versions of Microsoft Windows 2000 Server and Windows Server beginning with Windows Server 2001. Kerberos ensures the highest level of security to network resources. NTLM authenticates the client only; Kerberos authenticates the server and the client. When NTLM is used, the client doesn't know whether the server is valid. This difference is important if the client exchanges personal files with the server, as is the case with Roaming User Profiles. Kerberos provides better security than NTLM. Kerberos isn't available on the Microsoft Windows NT Server 4.0 or earlier operating systems.
-
-- **IPsec** - The IP Security Protocol (IPsec) provides network-level authentication, data integrity, and encryption. IPsec ensures that:
-
- - Roamed data is safe from data modification while data is en route.
- - Roamed data is safe from interception, viewing, or copying.
- - Roamed data is safe from access by unauthenticated parties.
-
-- **SMB Signing** - The Server Message Block (SMB) authentication protocol supports message authentication, which prevents active message and "man-in-the-middle" attacks. SMB signing provides this authentication by placing a digital signature into each SMB. The digital signature is then verified by both the client and the server. In order to use SMB signing, you must first either enable it, or you must require it on both the SMB client and the SMB server. The SMB signing imposes a performance penalty. It doesn't consume any more network bandwidth, but it uses more CPU cycles on the client and server side.
-
-### Always use the NTFS file system for volumes that hold user data
-
-For the most secure configuration, configure servers that host the UE-V settings files to use the NTFS file system. Unlike the FAT file system, NTFS supports Discretionary access control lists (DACLs) and system access control lists (SACLs). DACLs and SACLs control who can perform operations on a file and what events trigger the logging of actions that is performed on a file.
-
-### Don't rely on EFS to encrypt user files when they're transmitted over the network
-
-When you use the Encrypting File System (EFS) to encrypt files on a remote server, the encrypted data isn't encrypted during transit over the network; it only becomes encrypted when it's stored on disk.
-
-This encryption process doesn't apply when your system includes Internet Protocol security (IPsec) or Web Distributed Authoring and Versioning (WebDAV). IPsec encrypts data while it's transported over a TCP/IP network. If the file is encrypted before it's copied or moved to a WebDAV folder on a server, it remains encrypted during the transmission and while it's stored on the server.
-
-### Let the UE-V service create folders for each user
-
-To ensure that UE-V works optimally, create only the root share on the server, and let the UE-V service create the folders for each user. UE-V creates these user folders with the appropriate security.
-
-This permission configuration enables users to create folders for settings storage. The UE-V service creates and secures a settings package folder while it runs in the context of the user. Users receive full control to their settings package folder. Other users don't inherit access to this folder. You don't have to create and secure individual user directories. The UE-V service that runs in the context of the user does it automatically.
-
-> [!NOTE]
-> Additional security can be configured when a Windows Server is used for the settings storage share. UE-V can be configured to verify that either the local Administrators group or the current user is the owner of the folder where settings packages are stored. To enable additional security, use the following command:
-
-1. Add the REG\_DWORD registry key RepositoryOwnerCheckEnabled to `HKEY_LOCAL_MACHINE\Software\Microsoft\UEV\Agent\Configuration`.
-1. Set the registry key value to *1*.
-
-When this configuration setting is in place, the UE-V service verifies that the local Administrators group or current user is the owner of the settings package folder. If not, then the UE-V service doesn't grant access to the folder.
-
-If you must create folders for the users, ensure that you have the correct permissions set.
-
-We strongly recommend that you don't pre-create folders. Instead, let the UE-V service create the folder for the user.
-
-### Ensure correct permissions to store UE-V 2 settings in a home directory or custom directory
-
-If you redirect UE-V settings to a user's home directory or a custom Active Directory (AD) directory, ensure that the permissions on the directory are set appropriately for your organization.
-
-### Review the contents of settings location templates and control access to them as needed
-
-When a settings location template is being created, the UE-V generator uses a Lightweight Directory Access Protocol (LDAP) query to get username and email address of the current logged in user. This information is stored in the template as the template author name and template author email. (None of this information is sent to Microsoft.)
-
-If you plan to share settings location templates with anyone outside your organization, you should review all the settings locations and ensure the settings location templates don't contain any personal or company information. You can view the contents by opening the settings location template files using any XML viewer. The following are ways you can view and remove any personal or company information from the settings location template files before sharing with anyone outside your company:
-
-- **Template Author Name** - Specify a general, non-identifying name for the template author name or exclude this data from the template.
-- **Template Author Email** - Specify a general, non-identifying template author email or exclude this data from the template.
-
-To remove the template author name or template author email, you can use the UE-V generator application. From the generator, select **Edit a Settings Location Template**. Select the settings location template to edit from the recently used templates or Browse to the settings template file. Select **Next** to continue. On the Properties page, remove the data from the Template author name or Template author email text fields. Save the settings location template.
-
-## Related topics
-
-[Technical Reference for UE-V](uev-technical-reference.md)
diff --git a/windows/configuration/ue-v/uev-sync-methods.md b/windows/configuration/ue-v/uev-sync-methods.md
deleted file mode 100644
index c009f76e63..0000000000
--- a/windows/configuration/ue-v/uev-sync-methods.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: Sync Methods for UE-V
-description: Learn how User Experience Virtualization (UE-V) service sync methods let you synchronize users' application and Windows settings with the settings storage location.
-ms.date: 1/25/2024
-ms.topic: article
----
-
-# Sync Methods for UE-V
-
-The User Experience Virtualization (UE-V) service lets you synchronize users' application and Windows settings with the settings storage location. The *Sync Method* configuration defines how the UE-V service uploads and downloads those settings to the settings storage location. UE-V includes a SyncMethod called the *SyncProvider*. For more information about trigger events that start the synchronization of application and Windows settings, see [Sync Trigger Events for UE-V](uev-sync-trigger-events.md).
-
-## SyncMethod Configuration
-
-This table provides a description of each SyncMethod configuration:
-
-| **SyncMethod Configuration** | **Description** |
-|--|--|
-| SyncProvider (Default) | Settings changes for a specific application or for global Windows desktop settings are saved locally to a cache folder. These changes are then synchronized with the settings storage location when a synchronization trigger event takes place. Pushing out changes will save the local changes to the settings storage path.
This default setting is the gold standard for computers. This option attempts to synchronize the setting and times out after a short delay to ensure that the application or operating system startup isn't delayed for a long period of time.
This functionality is also tied to the Scheduled task - Sync Controller Application. The administrator controls the frequency of the Scheduled task. By default, computers synchronize their settings every 30 min after logging on. |
-| External | This configuration method specifies that if UE-V settings are written to a local folder on the user computer, then any external sync engine (such as OneDrive for Business, Work Folders, Sharepoint, or Dropbox) can be used to apply these settings to the different computers that users access. |
-| None | This configuration setting is designed for the Virtual Desktop Infrastructure (VDI) and Streamed Application experience primarily. This setting should be used on computers running the Windows Server operating system in a datacenter, where the connection will always be available.
Any settings changes are saved directly to the server. If the network connection to the settings storage path isn't available, then the settings changes are cached on the device and are synchronized the next time that the Sync Provider runs. If the settings storage path isn't found and the user profile is removed from a pooled VDI environment on sign out, then these settings changes are lost, and the user must reapply the change when the computer can again reach the settings storage path.
Apps and OS will wait indefinitely for the location to be present. This waiting period could cause App load or OS sign-in time to dramatically increase if the location isn't found. |
-
-You can configure the sync method in these ways:
-
-- Through [Group Policy](uev-configuring-uev-with-group-policy-objects.md) settings
-- With the [Configuration Manager Pack](uev-configuring-uev-with-system-center-configuration-manager.md) for UE-V
-- With [Windows PowerShell or Windows Management Instrumentation (WMI)](uev-administering-uev-with-windows-powershell-and-wmi.md)
diff --git a/windows/configuration/ue-v/uev-sync-trigger-events.md b/windows/configuration/ue-v/uev-sync-trigger-events.md
deleted file mode 100644
index a7347846ca..0000000000
--- a/windows/configuration/ue-v/uev-sync-trigger-events.md
+++ /dev/null
@@ -1,31 +0,0 @@
----
-title: Sync Trigger Events for UE-V
-description: Learn how User Experience Virtualization (UE-V) lets you synchronize your application and Windows settings across all your domain-joined devices.
-ms.date: 1/25/2024
-ms.topic: article
----
-
-# Sync Trigger Events for UE-V
-
-User Experience Virtualization (UE-V) lets you synchronize your application and Windows settings across all your domain-joined devices. *Sync trigger events* define when the UE-V service synchronizes those settings with the settings storage location. For more information about Sync Method configuration, see [Sync Methods for UE-V](uev-sync-methods.md).
-
-## UE-V Sync Trigger Events
-
-The following table explains the trigger events for classic applications and Windows settings.
-
-|UE-V Trigger Event|SyncMethod=SyncProvider|SyncMethod=None|
-|--- |--- |--- |
-|**Windows Logon**|Application and Windows settings are imported to the local cache from the settings storage location.[Asynchronous Windows settings](uev-prepare-for-deployment.md#windows-settings-synchronized-by-default) are applied.Synchronous Windows settings will be applied during the next Windows logon.Application settings will be applied when the application starts.|Application and Windows settings are read directly from the settings storage location.Asynchronous and synchronous Windows settings are applied.Application settings will be applied when the application starts.|
-|**Windows Logoff**|Store changes locally and cache and copy asynchronous and synchronous Windows settings to the settings storage location server, if available|Store changes to asynchronous and synchronous Windows settings storage location|
-|**Windows Connect (RDP) / Unlock**|Synchronize any asynchronous Windows settings from settings storage location to local cache, if available.Apply cached Windows settings|Download and apply asynchronous windows settings from settings storage location|
-|**Windows Disconnect (RDP) / Lock**|Store asynchronous Windows settings changes to the local cache.
Synchronize any asynchronous Windows settings from the local cache to settings storage location, if available|Store asynchronous Windows settings changes to the settings storage location|
-|**Application start**|Apply application settings from local cache as the application starts|Apply application settings from settings storage location as the application starts|
-|**Application closes**|Store any application settings changes to the local cache and copy settings to settings storage location, if available|Store any application settings changes to settings storage location|
-|**Sync Controller Scheduled Task**|Application and Windows settings are synchronized between the settings storage location and the local cache.
**Note** Settings changes are not cached locally until an application closes. This trigger will not export changes made to a currently running application.
For Windows settings, this means that any changes will not be cached locally and exported until the next Lock (Asynchronous) or Logoff (Asynchronous and Synchronous).
Settings are applied in these cases:
Asynchronous Windows settings are applied directly.Application settings are applied when the application starts.Both asynchronous and synchronous Windows settings are applied during the next Windows logon.Windows app (AppX) settings are applied during the next refresh. See [Monitor Application Settings](uev-changing-the-frequency-of-scheduled-tasks.md#monitor-application-settings) for more information.|NA|
-|**Asynchronous Settings updated on remote store***|Load and apply new asynchronous settings from the cache.|Load and apply settings from central server|
-
-## Related topics
-
-[Technical Reference for UE-V](uev-technical-reference.md)
-[Changing the Frequency of UE-V Scheduled Tasks](uev-changing-the-frequency-of-scheduled-tasks.md)
-[Choose the Configuration Method for UE-V](uev-deploy-required-features.md)
diff --git a/windows/configuration/ue-v/uev-synchronizing-microsoft-office-with-uev.md b/windows/configuration/ue-v/uev-synchronizing-microsoft-office-with-uev.md
deleted file mode 100644
index 8fb7fae374..0000000000
--- a/windows/configuration/ue-v/uev-synchronizing-microsoft-office-with-uev.md
+++ /dev/null
@@ -1,45 +0,0 @@
----
-title: Synchronizing Microsoft Office with UE-V
-description: Learn how User Experience Virtualization (UE-V) supports the synchronization of Microsoft Office application settings.
-ms.date: 1/25/2024
-ms.topic: article
----
-
-# Synchronizing Office with UE-V
-
-Microsoft User Experience Virtualization (UE-V) supports the synchronization of Microsoft Office application settings. The combination of UE-V and App-V support for Office enables the same experience on virtualized instances of Office from any UE-V-enabled device or virtualized desktop.
-
-## Microsoft Office support in UE-V
-
-UE-V includes settings location templates for Microsoft Office 2016, 2013, and 201. In previous versions of UE-V, settings location templates for Office 2013 and Office 2010 were distributed and registered when you installed the UE-V agent. Now that UE-V is a feature in Windows 10, version 1607, settings location templates are installed when you install or upgrade to the new operating system.
-
-These templates help synchronize users' Office experience between devices. Microsoft Office 2016 settings roamed by Office 365 experience aren't included in these settings. For a list of Office 365-specific settings, see [Overview of user and roaming settings for Office](/previous-versions/office/office-2013-resource-kit/jj733593(v=office.15)).
-
-## Synchronized Office Settings
-
-Review the following tables for details about Office support in UE-V:
-
-### Supported UE-V templates for Microsoft Office
-
-|Office 2016 templates (UE-V for Windows 10 and Windows 10, version 1607, available in UE-V gallery)|Office 2013 templates (UE-V for Windows 10 and UE-V 2.x, available on UE-V gallery)|Office 2010 templates (UE-V 1.0 and 1.0 SP1)|
-|--- |--- |--- |
-|MicrosoftOffice2016Win32.xmlMicrosoftOffice2016Win64.xml
MicrosoftSkypeForBusiness2016Win32.xml
MicrosoftSkypeForBusiness2016Win64.xml|MicrosoftOffice2013Win32.xml
MicrosoftOffice2013Win64.xml
MicrosoftLync2013Win32.xml
MicrosoftLync2013Win64.xml|MicrosoftOffice2010Win32.xml
MicrosoftOffice2010Win64.xml
MicrosoftLync2010.xml|
-
-### Microsoft Office Applications supported by the UE-V templates
-
-|2016|2013|2010|
-|--- |--- |--- |
-|Microsoft Access 2016
Microsoft Lync 2016
Microsoft Excel 2016
Microsoft OneNote 2016
Microsoft Outlook 2016
Microsoft PowerPoint 2016
Microsoft Project 2016
Microsoft Publisher 2016
Microsoft SharePoint Designer 2013 (not updated for 2016)
Microsoft Visio 2016
Microsoft Word 2016
Microsoft Office Upload Manager|Microsoft Access 2013
Microsoft Lync 2013
Microsoft Excel 2013
Microsoft InfoPath 2013
Microsoft OneNote 2013
Microsoft Outlook 2013
Microsoft PowerPoint 2013
Microsoft Project 2013
Microsoft Publisher 2013
Microsoft SharePoint Designer 2013
Microsoft Visio 2013
Microsoft Word 2013
Microsoft Office Upload Manager|Microsoft Access 2010
Microsoft Lync 2010
Microsoft Excel 2010
Microsoft InfoPath 2010
Microsoft OneNote 2010
Microsoft Outlook 2010
Microsoft PowerPoint 2010
Microsoft Project 2010
Microsoft Publisher 2010
Microsoft SharePoint Designer 2010
Microsoft Visio 2010
Microsoft Word 2010|
-
-## Deploying Office templates
-
-You can deploy UE-V settings location template with the following methods:
-
-- **Registering template with PowerShell**. If you use Windows PowerShell to manage computers, run the following Windows PowerShell command as Administrator to register this settings location template:
- ```powershell
- Register-UevTemplate -Path
- ```
-
- For more information about using UE-V and Windows PowerShell, see [Managing UE-V settings location templates using Windows PowerShell and WMI](uev-managing-settings-location-templates-using-windows-powershell-and-wmi.md).
-- **Registering template with Template Catalog Path**. If you use the Settings Template Catalog Path to manage templates on users' computers, copy the Office template into the folder defined in the UE-V service. The next time the Template Auto Update (ApplySettingsCatalog.exe) scheduled task runs, the settings location template will be registered on the device. For more information, see [Deploy a settings template catalog](uev-deploy-uev-for-custom-applications.md).
-- **Registering template with Configuration Manager**. If you use Configuration Manager to manage your UE-V settings storage templates, recreate the Template Baseline CAB, import it into Configuration Manager, and then deploy the baseline to user devices.
diff --git a/windows/configuration/ue-v/uev-technical-reference.md b/windows/configuration/ue-v/uev-technical-reference.md
deleted file mode 100644
index 1752c0a857..0000000000
--- a/windows/configuration/ue-v/uev-technical-reference.md
+++ /dev/null
@@ -1,31 +0,0 @@
----
-title: Technical Reference for UE-V
-description: Use this technical reference to learn about the various features of User Experience Virtualization (UE-V).
-ms.date: 1/25/2024
-ms.topic: article
----
-
-# Technical Reference for UE-V
-
-This technical reference section includes additional technical documentation about the various features of User Experience Virtualization (UE-V). This information is provided to help the administrator better understand UE-V.
-
-## Technical reference topics for UE-V
-
-- [Sync Methods for UE-V](uev-sync-methods.md)
- Defines how UE-V synchronizes settings between computers and the settings storage location. Sync Provider is the default sync method for UE-V. This topic includes technical reference information for sync methods, including the Sync Provider.
-- [Sync Trigger Events for UE-V](uev-sync-trigger-events.md)
- Defines when the UE-V service synchronizes those settings with the settings storage location. This topic provides technical reference information about when synchronization takes place based upon the sync method deployed.
-- [Synchronizing Microsoft Office with UE-V](uev-synchronizing-microsoft-office-with-uev.md)
- Provides guidance for downloading and enabling the Microsoft-authored UE-V settings location templates that support Microsoft Office settings synchronization.
-- [Application Template Schema Reference for UE-V](uev-application-template-schema-reference.md)
- Details the XML structure of UE-V settings location templates and provides guidance for editing these files.
-- [Security Considerations for UE-V](uev-security-considerations.md)
- Provides a brief overview of accounts, groups, and other security-related considerations for UE-V.
-
-## Other resources for this feature
-
-- [User Experience Virtualization overview](uev-for-windows.md)
-- [Get Started with UE-V](uev-getting-started.md)
-- [Prepare a UE-V Deployment](uev-prepare-for-deployment.md)
-- [Administering UE-V](uev-administering-uev.md)
-- [Troubleshooting UE-V](uev-troubleshooting.md)
diff --git a/windows/configuration/ue-v/uev-troubleshooting.md b/windows/configuration/ue-v/uev-troubleshooting.md
deleted file mode 100644
index 24eec148f0..0000000000
--- a/windows/configuration/ue-v/uev-troubleshooting.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-title: Troubleshooting UE-V
-description: Use this technical reference to find resources for troubleshooting User Experience Virtualization (UE-V) for Windows 10.
-ms.date: 1/25/2024
-ms.topic: article
----
-
-# Troubleshooting UE-V
-
-For information that can help with troubleshooting UE-V for Windows 10, see:
-
-- [UE-V FAQ Wiki](https://social.technet.microsoft.com/wiki/contents/articles/35333.ue-v-important-changes-in-ue-v-functionality-after-the-windows-10-anniversary-update.aspx)
-- [UE-V: List of Microsoft Support Knowledge Base Articles](https://social.technet.microsoft.com/wiki/contents/articles/14271.ue-v-list-of-microsoft-support-knowledge-base-articles.aspx)
-- [User Experience Virtualization Release Notes](uev-release-notes-1607.md)
-- [Technical Reference for UE-V](uev-technical-reference.md)
-- [UE-V TechNet Forum](https://social.technet.microsoft.com/Forums/home?forum=mdopuev&filter=alltypes&sort=lastpostdesc)
-
-## Other resources
-
-- [User Experience Virtualization overview](uev-for-windows.md)
-- [Get Started with UE-V](uev-getting-started.md)
-- [Prepare a UE-V deployment](uev-prepare-for-deployment.md)
-- [Administering UE-V](uev-administering-uev.md)
diff --git a/windows/configuration/ue-v/uev-upgrade-uev-from-previous-releases.md b/windows/configuration/ue-v/uev-upgrade-uev-from-previous-releases.md
deleted file mode 100644
index c9fa0104b6..0000000000
--- a/windows/configuration/ue-v/uev-upgrade-uev-from-previous-releases.md
+++ /dev/null
@@ -1,86 +0,0 @@
----
-title: Upgrade to UE-V for Windows 10
-description: Use these few adjustments to upgrade from User Experience Virtualization (UE-V) 2.x to the latest version of UE-V.
-ms.date: 1/25/2024
-ms.topic: article
----
-
-# Upgrade to UE-V for Windows 10
-
-If you're already using UE-V 2.x and you're planning to upgrade user devices to Windows 10, version 1607 or later releases, you need to make only a few adjustments to your existing environment. These steps are explained in more detail below.
-
-1. Upgrade user devices to Windows 10, version 1607 or later release.
-1. Verify that UE-V settings were migrated correctly.
-1. Set the template storage path to your current template store.
-1. Enable the UE-V service on user devices.
-1. Install the UE-V template generator if you want to synchronize application settings for custom applications.
-
-> [!IMPORTANT]
-> You can upgrade your existing UE-V installation to Windows 10, version 1607 from UE-V versions 2.1 or 2.0 only. If you are using a previous version of UE-V, you'll need to upgrade from that version to UE-V 2.x before you upgrade to Windows 10, version 1607.
-
-## Upgrade user devices to Windows 10, version 1607
-
-Performing an in-place upgrade on user devices automatically installs the UE-V service, updates the settings location path, and migrates users' UE-V settings. See the [Windows 10 documentation for IT Pros](/windows/deployment/) for information about upgrading user devices to Windows 10.
-
-## Verify that UE-V settings were migrated correctly
-
-After upgrading a user device to Windows 10, version 1607, it's important to verify that UE-V settings and template registrations were migrated correctly during the upgrade. You can verify UE-V settings using Windows PowerShell or the device's registry.
-
-**To verify UE-V settings using Windows PowerShell**
-
-1. Run PowerShell as Administrator, type **Get-UEVConfiguration**, and press ENTER to view current configurations.
-1. Check that the settings were successfully updated.
-1. Type **Get-UEVTemplate** and press ENTER to check that your templates are still registered.
-
- > [!NOTE]
- > You'll need to register the NotePad template again after you upgrade the device to Windows 1.
-
-**To verify UE-V settings using the device's registry**
-
-1. In a command prompt, run **Regedit** as Administrator.
-1. Navigate to **HKEY_LOCAL_MACHINE\Software\Microsoft\UEV\Agent\Configuration.**
-1. Verify that the settings storage path and the settings template catalog path are pointing to the same locations as before you upgraded the device to Windows 10.
-
-## Set the template storage path to your current template store
-
-Template Settings Storage Path will not automatically migrate. Run Set-UEVConfiguration in PowerShell or use the settings storage path Group Policy to configure and point to your current settings storage folder.
-
-## Enable the UE-V service on user devices
-
-The UE-V service is the client-side component that captures user-personalized application and Windows settings and saves them in settings packages. Settings packages are built, locally stored, and copied to the settings storage location.
-
-With Windows 10, version 1607 and later, the UE-V service replaces the UE-V Agent and no longer requires a separate download and installation. Enable the service on user devices to start using UE-V. You can enable the service with the Group Policy editor or with Windows PowerShell.
-
-> [!IMPORTANT]
-> The UE-V Agent used in prior releases of UE-V is replaced with the UE service. The UE-V service included with Windows 10, version 1607 and later releases, does not include the agent user interface and is configurable through cmdlets or registry settings only.
-
-**To enable the UE-V service with Group Policy**
-
-1. Open the device's **Group Policy Editor**
-1. Navigate to **Computer Configuration > Administrative Templates > Windows Components > Microsoft User Experience Virtualization**
-1. Run **Enable UEV**
-1. Restart the device
-
-**To enable the UE-V service with Windows PowerShell**
-
-1. Run PowerShell as Administrator, type **Enable-UEV**, and press ENTER
-1. Restart the device
-1. Type **Get-UEVStatus** and press ENTER to verify that the service was successfully enabled
-
-## Install the UE-V template generator
-
-The UE-V template generator is included in the Windows Assessment and Deployment Kit (ADK) for Windows 10.
-
-**To install the UE-V template generator**
-
-1. Select the **Get Windows ADK for Windows 10** button on this page to start the ADK installer. On the screen pictured below, select **Microsoft User Experience Virtualization (UE-V) Template Generator** and then select **Install**
- 
-1. To open the generator, open the **Start** menu and navigate to **Windows Kits** > **Microsoft User Experience Virtualization (UE-V) Template Generator**
-
-## Other resources for this feature
-
-- [UE-V Release Notes](uev-release-notes-1607.md)
-- [Prepare a UE-V Deployment](uev-prepare-for-deployment.md)
-- [Administer UE-V](uev-administering-uev.md)
-- [Migrating settings packages](uev-migrating-settings-packages.md)
-- [Technical Reference for UE-V](uev-technical-reference.md)
diff --git a/windows/configuration/ue-v/uev-using-uev-with-application-virtualization-applications.md b/windows/configuration/ue-v/uev-using-uev-with-application-virtualization-applications.md
deleted file mode 100644
index 3a5c9b6c5a..0000000000
--- a/windows/configuration/ue-v/uev-using-uev-with-application-virtualization-applications.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-title: Using UE-V with Application Virtualization applications
-description: Learn how to use User Experience Virtualization (UE-V) with Microsoft Application Virtualization (App-V).
-ms.date: 1/25/2024
-ms.topic: article
----
-
-# Using UE-V with Application Virtualization applications
-
-User Experience Virtualization (UE-V) supports Microsoft Application Virtualization (App-V) applications without any required modifications to either the App-V package or the UE-V template. However, another step is required because you can't run the UE-V template generator directly on a virtualized App-V application. Instead, you must install the application locally, generate the template, and then apply the template to the virtualized application. UE-V supports App-V for Windows 10 packages and App-V 5.0 packages.
-
-## UE-V settings synchronization for App-V applications
-
-UE-V monitors when an application opens by the program name and, optionally, by file version numbers and product version numbers, whether the application is installed locally or virtually by using App-V. When the application starts, UE-V monitors the App-V process, applies any settings that are stored in the user's settings storage path, and then enables the application to start normally. UE-V monitors App-V applications and automatically translates the relevant file and registry paths to the virtualized location as opposed to the physical location outside the App-V computing environment.
-
- **To implement settings synchronization for a virtualized application**
-
-1. Run the UE-V template generator to collect the settings of the locally installed application whose settings you want to synchronize between computers. This process creates a settings location template. If you use a built-in template such as a Microsoft Office template, skip this step. For more information about using the UE-V template generator, see [Deploy UE-V for custom applications](uev-deploy-uev-for-custom-applications.md).
-1. Install the App-V application package if you haven't already done so.
-
-1. Publish the template to the location of your settings template catalog or manually install the template by using the `Register-UEVTemplate` Windows PowerShell cmdlet.
-
- > [!NOTE]
- > If you publish the newly created template to the settings template catalog, the client does not receive the template until the sync provider updates the settings. To manually start this process, open **Task Scheduler**, expand **Task Scheduler Library**, expand **Microsoft**, and expand **UE-V**. In the results pane, right-click **Template Auto Update**, and then click **Run**.
-
-1. Start the App-V package.
-
-## Related topics
-
-[Administering UE-V](uev-administering-uev.md)
diff --git a/windows/configuration/ue-v/uev-whats-new-in-uev-for-windows.md b/windows/configuration/ue-v/uev-whats-new-in-uev-for-windows.md
deleted file mode 100644
index 83e3ffd473..0000000000
--- a/windows/configuration/ue-v/uev-whats-new-in-uev-for-windows.md
+++ /dev/null
@@ -1,111 +0,0 @@
----
-title: What's New in UE-V for Windows 10, version 1607
-description: Learn about what's new in User Experience Virtualization (UE-V) for Windows 10, including new features and capabilities.
-ms.date: 1/25/2024
-ms.topic: article
----
-
-# What's new in UE-V
-
-User Experience Virtualization (UE-V) for Windows 10, version 1607, includes these new features and capabilities compared to UE-V 2.1. For more information about the UE-V for Windows 10, version 1607 release, see [UE-V Release notes](uev-release-notes-1607.md).
-
-## UE-V is a feature in Windows 10
-
-With Windows 10, version 1607 and later releases, UE-V is included with Windows Enterprise. It's no longer part of the Microsoft Desktop Optimization Pack.
-
-The changes in UE-V for Windows 10, version 1607 impact already existing implementations of UE-V in the following ways:
-
-- The UE-V Agent is replaced by the UE-V service. The UE-V service is installed with Windows 10, version 1607 and no longer has to be deployed separately. Performing an in-place upgrade to Windows 10, version 1607, on user devices automatically installs the UE-V service, migrates users' UE-V configurations, and updates the settings storage path.
-- The UE-V template generator is available from the Windows 10 ADK. In previous releases of UE-V, the template generator was included in the Microsoft Desktop Optimization Pack. Although you'll need to use the new template generator to create new settings location templates, existing settings location templates will continue to work.
-- The Company Settings Center was removed and is no longer available on user devices. Users can no longer manage their synchronized settings.
-- The inbox templates such as Office 2016 and IE 10 are included as a part of Windows 10 and need to be manually registered with Powershell or Group policy before use.
-
-For more information about how to configure an existing UE-V installation after upgrading user devices to Windows 10, see [Upgrade to UE-V for Windows 10](uev-upgrade-uev-from-previous-releases.md).
-
-> [!IMPORTANT]
-> You can upgrade your existing UE-V installation to Windows 10 from UE-V versions 2.1 or 2.0 only. If you are using a previous version of UE-V, you'll need to upgrade from that version to UE-V 2.x before you upgrade to Windows 10.
-
-## New UE-V template generator is available from the Windows 10 ADK
-
-UE-V for Windows 10 includes a new template generator, available from a new location. If you're upgrading from an existing UE-V installation, you'll need to use the new generator to create settings location templates. The UE-V for Windows 10 template generator is now available in the [Windows 10 Assessment and Deployment Kit](https://developer.microsoft.com/windows/hardware/windows-assessment-deployment-kit) (Windows ADK).
-
-## Company Settings Center removed in UE-V for Windows 10, version 1607
-
-In previous versions of UE-V, users could select which of their customized application settings to synchronize with the Company Settings Center, a user interface that was available on user devices. Additionally, administrators could configure the Company Settings Center to include a link to support resources so that users could easily get support on virtualized settings-related issues.
-
-With the release of Windows 10, version 1607, the Company Settings Center was removed and users can no longer manage their synchronized settings.
-
-Administrators can still define which user-customized application settings can synchronize (roam) with Group Policy or Windows PowerShell.
-
->[!Note]
->With the removal of the Company Settings Center, the following group policies are no longer applicable:
-
-- Contact IT Link Text
-- Contact IT URL
-- Tray Icon
-
-## Compatibility with Microsoft Enterprise State Roaming
-
-With Windows 10, version 1607, users can synchronize Windows application settings and Windows operating system settings to Azure instead of to OneDrive. You can use the Windows 10 enterprise sync functionality together with UE-V for on-premises domain-joined devices only.
-
-In hybrid cloud environments, UE-V can roam Win32 applications on-premises while [Enterprise State Roaming](/azure/active-directory/devices/enterprise-state-roaming-overview) (ESR) can roam the rest, for example, Windows and desktop settings, themes, colors, and so on, to an Azure cloud installation.
-
-To configure UE-V to roam Windows desktop and application data only, change the following group policies:
-
-- Disable "Roam Windows settings" group policy
-- Enable "Do not synchronize Windows Apps" group policy
-
-For more information about using UE-V with Enterprise State Roaming, see [Settings and data roaming FAQ](/azure/active-directory/devices/enterprise-state-roaming-faqs#what-are-the-roaming-settings-options-for-existing-windows-desktop-applications-).
-
-Additionally, to enable Windows 10 and UE-V to work together, configure these policy settings in the Microsoft User Experience Virtualization node:
-
-- Enable "Do Not Synchronize Windows Apps"
-- Disable "Sync Windows Settings"
-
-## Settings Synchronization Behavior Changed in UE-V for Windows 10
-
-While earlier versions of UE-V roamed taskbar settings between Windows 10 devices, UE-V for Windows 10, version 1607 doesn't synchronize taskbar settings between devices running Windows 10 and devices running previous versions of Windows.
-
-In addition, UE-V for Windows has removed support for the Windows calculator application.
-
-The Windows modern apps settings (DontSyncWindows8AppSettings) group policy is enabled by default and therefore, modern apps won't roam unless this policy is changed to disabled.
-
-> [!NOTE]
-> UE-V will roam any AppX apps that use the WinRT settings roaming API, if they've been opted in to roam at the time of development by the developer so there is no definitive list.
-
-## Support Added for Roaming Network Printers
-
-Users can now print to their saved network printers from any network device, including their default network printer.
-
-Printer roaming in UE-V requires one of these scenarios:
-
-- The print server can download the required driver when it roams to a new device.
-- The driver for the roaming network printer is pre-installed on any device that needs to access that network printer.
-- The printer driver can be imported from Windows Update.
-
-> [!NOTE]
-> The UE-V printer roaming feature doesn't roam printer settings or preferences, such as printing double-sided.
-
-## Office 2016 Settings Location Template
-
-UE-V for Windows 10, version 1607 includes the Microsoft Office 2016 settings location template with improved Outlook signature support. We've added synchronization of default signature settings for new, reply, and forwarded emails. Users no longer have to choose the default signature settings.
-
-> [!NOTE]
-> An Outlook profile must be created on any device on which a user wants to synchronize their Outlook signature. If the profile is not already created, the user can create one and then restart Outlook on that device to enable signature synchronization.
-
-UE-V works with Office 365 to determine whether Office 2016 settings are roamed by Office 361. If settings are roamed by Office 365, they aren't roamed by UE-V. For more information, see [Overview of user and roaming settings for Microsoft Office](/previous-versions/office/office-2013-resource-kit/jj733593(v=office.15)).
-
-To enable settings synchronization using UE-V, do one of the following steps:
-
-- Use Group Policy to disable Office 365 synchronization
-- Don't enable the Office 365 synchronization experience during Office 2013 installation
-
-UE-V includes Office 2016, Office 2013, and Office 2010 templates.
-
-## Related topics
-
-- [Microsoft User Experience Virtualization](uev-for-windows.md)
-- [Get Started with UE-V](uev-getting-started.md)
-- [Prepare a UE-V Deployment](uev-prepare-for-deployment.md)
-- [User Experience Virtualization (UE-V) Release Notes](uev-release-notes-1607.md) for Windows 10, version 1607
-- [Upgrade to UE-V for Windows 10](uev-upgrade-uev-from-previous-releases.md)
diff --git a/windows/configuration/ue-v/uev-working-with-custom-templates-and-the-uev-generator.md b/windows/configuration/ue-v/uev-working-with-custom-templates-and-the-uev-generator.md
deleted file mode 100644
index 2c13953d7d..0000000000
--- a/windows/configuration/ue-v/uev-working-with-custom-templates-and-the-uev-generator.md
+++ /dev/null
@@ -1,104 +0,0 @@
----
-title: Working with Custom UE-V Templates and the UE-V Template Generator
-description: Create your own custom settings location templates by working with Custom User Experience Virtualization (UE-V) Templates and the UE-V Template Generator.
-ms.date: 1/25/2024
-ms.topic: article
----
-
-# Working with custom UE-V templates and the UE-V template generator
-
-User Experience Virtualization (UE-V) uses XML files called ***settings location templates*** to monitor and synchronize application settings and Windows settings between user devices. By default, some settings location templates are included in UE-V. However, if you want to synchronize settings for desktop applications other than those settings included in the default templates, you can create your own custom settings location templates with the UE-V template generator. You can also edit or validate custom settings location templates with the UE-V template generator.
-
-Use the UE-V template generator to monitor, discover, and capture the locations where Win32 applications store settings. The template generator doesn't create settings location templates for the following types of applications:
-
-- Virtualized applications
-- Applications that are offered through Terminal Services
-- Java applications
-- Windows applications
-
-## Standard and non-standard settings locations
-
-The UE-V template generator helps you identify where applications search for settings files and registry settings that applications use to store settings information. The generator discovers settings only in locations that are accessible to a standard user. Settings that are stored in other locations are excluded.
-
-Discovered settings are grouped into two categories: **Standard** and **Non-standard**. Standard settings are recommended for synchronization, and UE-V can readily capture and apply them. Non-standard settings can potentially synchronize settings but, because of the rules that UE-V uses, these settings might not consistently or dependably synchronize settings. These settings might depend on temporary files, result in unreliable synchronization, or might not be useful. These settings locations are presented in the UE-V template generator. You can choose to include or exclude them on a case-by-case basis.
-
-The UE-V template generator opens the application as part of the discovery process. The generator can capture settings in the following locations:
-
-- **Registry Settings** - Registry locations under **HKEY_CURRENT_USER**
-- **Application Settings Files** - Files that are stored under \ **Users** \ [User name] \ **AppData** \ **Roaming**
-
-The UE-V template generator excludes locations, which commonly store application software files, but don't synchronize well between user computers or environments. The UE-V template generator excludes these locations. Excluded locations are as follows:
-
-- HKEY_CURRENT_USER registry keys and files to which the logged-on user can't write values
-- HKEY_CURRENT_USER registry keys and files that are associated with the core functionality of the Windows operating system
-- All registry keys that are located in the HKEY_LOCAL_MACHINE hive, which requires administrator rights and might require to set a User Account Control (UAC) agreement
-- Files that are located in Program Files directories, which requires administrator rights and might require to set a UAC agreement
-- Files that are located under Users \ [User name] \ AppData \ LocalLow
-- Windows operating system files that are located in %Systemroot%, which requires administrator rights and might require to set a UAC agreement
-
-If registry keys and files that are stored in these locations are required to synchronize application settings, you can manually add the excluded locations to the settings location template during the template creation process.
-
-## Edit settings location templates with the UE-V template generator
-
-Use the UE-V template generator to edit settings location templates. When the revised settings are added to the templates with the UE-V template generator, the version information within the template is automatically updated to ensure that any existing templates that are deployed in the enterprise are updated correctly.
-
-### To edit a UE-V settings location template with the UE-V template generator
-
-1. Open the **Start** menu and navigate to **Windows Kits** > **Microsoft User Experience Virtualization (UE-V) Template Generator** to open the template generator.
-1. Click **Edit a settings location template**.
-1. In the list of recently used templates, select the template to be edited. Alternatively, click **Browse** to search for the settings template file. Click **Next** to continue.
-1. Review the **Properties**, **Registry** locations, and **Files** locations for the settings template. Edit as required.
-
- - On the **Properties** tab, you can view and edit the following properties:
-
- - **Application name** The application name that is written in the description of the program file properties.
-
- - **Program name** The name of the program that is taken from the program file properties. This name usually has the .exe file name extension.
-
- - **Product version** The product version number of the .exe file of the application. This property, together with the **File version**, helps determine which applications are targeted by the settings location template. This property accepts a major version number. If this property is empty, then the settings location template applies to all versions of the product.
-
- - **File version** The file version number of the .exe file of the application. This property, along with the **Product version**, helps determine which applications are targeted by the settings location template. This property accepts a major version number. If this property is empty, the settings location template applies to all versions of the program.
-
- - **Template author name** (optional) The name of the settings template author.
-
- - **Template author email** (optional) The email address of the settings location template author.
-
- - The **Registry** tab lists the **Key** and **Scope** of the registry locations that are included in the settings location template. You can edit the registry locations by using the **Tasks** drop-down menu. In the Tasks menu, you can add new keys, edit the name or scope of existing keys, delete keys, and browse the registry in which the keys are located. When you define the scope for the registry, you can use the **All Settings** scope to include all the registry settings under the specified key. Use **All Settings** and **Subkeys** to include all the registry settings under the specified key, subkeys, and subkey settings.
-
- - The **Files** tab lists the file path and file mask of the file locations that are included in the settings location template. You can edit the file locations by using the **Tasks** drop-down menu. In the **Tasks** menu for file locations, you can add new files or folder locations, edit the scope of existing files or folders, delete files or folders, and open the selected location in Windows Explorer. To include all files in the specified folder, leave the file mask empty.
-
-1. Click **Save** to save the changes to the settings location template.
-1. Click **Close** to close the Settings Template Wizard. Exit the UE-V template generator application.
-
- After you edit the settings location template for an application, you should test the template. Deploy the revised settings location template in a lab environment before you put it into production in the enterprise.
-
-### How to manually edit a settings location template
-
-1. Create a local copy of the settings location template .xml file. UE-V settings location templates are .xml files that identify the locations where application store settings values.
- > [!NOTE]
- > A settings location template is unique because of the template **ID**. If you copy the template and rename the .xml file, template registration fails because UE-V reads the template **ID** tag in the .xml file to determine the name, not the file name of the .xml file. UE-V also reads the **Version** number to know if anything has changed. If the version number is higher, UE-V updates the template.
-1. Open the settings location template file with an XML editor.
-1. Edit the settings location template file. All changes must conform to the UE-V schema file that is defined in [SettingsLocationTempate.xsd](uev-application-template-schema-reference.md). By default, a copy of the .xsd file is located in \ProgramData\Microsoft\UEV\Templates.
-1. Increment the **Version** number for the settings location template.
-1. Save the settings location template file, and then close the XML editor.
-1. Validate the modified settings location template file by using the UE-V template generator.
-1. You must register the edited UE-V settings location template before it can synchronize settings between client computers. To register a template, open Windows PowerShell, and then run the following cmdlet: `update-uevtemplate [templatefilename]`. You can then copy the file to the settings storage catalog. The UE-V Agent on users' computers should then update as scheduled in the scheduled task.
-
-## Validate settings location templates with the UE-V template generator
-
-It's possible to create or edit settings location templates in an XML editor without using the UE-V template generator. If you do, you can use the UE-V template generator to validate that the new or revised XML matches the schema that has been defined for the template.
-
-To validate a UE-V settings location template with the UE-V template generator:
-
-1. Open the **Start** menu and navigate to **Windows Kits** > **Microsoft User Experience Virtualization (UE-V) Template Generator** to open the template generator.
-1. Click **Validate a settings location template**.
-1. In the list of recently used templates, select the template to be edited. Alternatively, you can **Browse** to the settings template file. Click **Next** to continue.
-1. Click **Validate** to continue.
-1. Click **Close** to close the Settings Template Wizard. Exit the UE-V template generator application.
-
- After you validate the settings location template for an application, you should test the template. Deploy the template in a lab environment before you put it into a production environment in enterprise.
-
-## Related topics
-
-[Administering UE-V](uev-administering-uev.md)
-[Use UE-V with custom applications](uev-deploy-uev-for-custom-applications.md)
diff --git a/windows/deployment/windows-enterprise-e3-overview.md b/windows/deployment/windows-enterprise-e3-overview.md
index 9fea4d9fc8..d92d11b9fc 100644
--- a/windows/deployment/windows-enterprise-e3-overview.md
+++ b/windows/deployment/windows-enterprise-e3-overview.md
@@ -68,7 +68,7 @@ Windows Enterprise edition has many features that are unavailable in Windows Pro
|Device Guard|This feature is a combination of hardware and software security features that allows only trusted applications to run on a device. Even if an attacker manages to get control of the Windows kernel, they're much less likely to run executable code. Device Guard can use virtualization-based security (VBS) in Windows Enterprise edition to isolate the Code Integrity service from the Windows kernel itself. With VBS, even if malware gains access to the kernel, the effects can be severely limited, because the hypervisor can prevent the malware from executing code.
Device Guard protects in the following ways:Helps protect against malwareHelps protect the Windows system core from vulnerability and zero-day exploitsAllows only trusted apps to run
For more information, see [Introduction to Device Guard](/windows/security/application-security/application-control/introduction-to-device-guard-virtualization-based-security-and-windows-defender-application-control).|
|AppLocker management|This feature helps IT pros determine which applications and files users can run on a device. The applications and files that can be managed include executable files, scripts, Windows Installer files, dynamic-link libraries (DLLs), packaged apps, and packaged app installers.
For more information, see [AppLocker](/windows/security/threat-protection/windows-defender-application-control/applocker/applocker-overview).|
|Application Virtualization (App-V)|This feature makes applications available to end users without installing the applications directly on users' devices. App-V transforms applications into centrally managed services that are never installed and don't conflict with other applications. This feature also helps ensure that applications are kept current with the latest security updates.
For more information, see [Getting started with App-V for Windows client](/windows/application-management/app-v/appv-getting-started).|
-|User Experience Virtualization (UE-V)|With this feature, user-customized Windows and application settings can be captured and stored on a centrally managed network file share.
When users sign in, their personalized settings are applied to their work session, regardless of which device or virtual desktop infrastructure (VDI) sessions they sign into.
UE-V provides the following features:Specify which application and Windows settings synchronize across user devicesDeliver the settings anytime and anywhere users work throughout the enterpriseCreate custom templates for line-of-business applicationsRecover settings after hardware replacement or upgrade, or after reimaging a virtual machine to its initial state
For more information, see [User Experience Virtualization (UE-V) overview](/windows/configuration/ue-v/uev-for-windows).|
+|User Experience Virtualization (UE-V)|With this feature, user-customized Windows and application settings can be captured and stored on a centrally managed network file share.
When users sign in, their personalized settings are applied to their work session, regardless of which device or virtual desktop infrastructure (VDI) sessions they sign into.
UE-V provides the following features:Specify which application and Windows settings synchronize across user devicesDeliver the settings anytime and anywhere users work throughout the enterpriseCreate custom templates for line-of-business applicationsRecover settings after hardware replacement or upgrade, or after reimaging a virtual machine to its initial state
For more information, see [User Experience Virtualization (UE-V) overview](/microsoft-desktop-optimization-pack/ue-v/uev-for-windows).|
|Managed User Experience|This feature helps customize and lock down a Windows device's user interface to restrict it to a specific task. For example, a device can be configured for a controlled scenario such as a kiosk or classroom device. The user experience would be automatically reset once a user signs off. Access to services such as the Windows Store can also be restricted. For Windows 10, Start layout options can also be managed, such as:Removing and preventing access to the Shut Down, Restart, Sleep, and Hibernate commandsRemoving Log Off (the User tile) from the Start menuRemoving frequent programs from the Start menuRemoving the All Programs list from the Start menuPreventing users from customizing their Start screenForcing Start menu to be either full-screen size or menu sizePreventing changes to Taskbar and Start menu settings|
## Deployment of Windows Enterprise E3 licenses
@@ -166,9 +166,9 @@ UE-V requires server and client-side components that need to be downloaded, acti
For more information about deploying UE-V, see the following resources:
-- [User Experience Virtualization (UE-V) overview](/windows/configuration/ue-v/uev-for-windows)
-- [Get Started with UE-V](/windows/configuration/ue-v/uev-getting-started)
-- [Prepare a UE-V Deployment](/windows/configuration/ue-v/uev-prepare-for-deployment)
+- [User Experience Virtualization (UE-V) overview](/microsoft-desktop-optimization-pack/ue-v/uev-for-windows)
+- [Get Started with UE-V](/microsoft-desktop-optimization-pack/ue-v/uev-getting-started)
+- [Prepare a UE-V Deployment](/microsoft-desktop-optimization-pack/ue-v/uev-prepare-for-deployment)
### Managed User Experience
diff --git a/windows/whats-new/ltsc/whats-new-windows-10-2016.md b/windows/whats-new/ltsc/whats-new-windows-10-2016.md
index fa69dc65cd..eb925170d2 100644
--- a/windows/whats-new/ltsc/whats-new-windows-10-2016.md
+++ b/windows/whats-new/ltsc/whats-new-windows-10-2016.md
@@ -168,7 +168,7 @@ With User Experience Virtualization (UE-V), you can capture user-customized Wind
With the release of this version of Windows 10, UE-V is included with the Windows 10 for Enterprise edition. If you're new to Windows 10 and UE-V or upgrading from a previous version of UE-V, you'll need to download, activate, and install server- and client-side components to start synchronizing user-customized settings across devices.
-[Learn how to synchronize user-customized settings with UE-V.](/windows/configuration/ue-v/uev-for-windows)
+[Learn how to synchronize user-customized settings with UE-V.](/microsoft-desktop-optimization-pack/ue-v/uev-for-windows)
## Microsoft Edge