Major updates to these topics

This commit is contained in:
Maggie Evans
2016-07-31 21:59:26 -07:00
parent 606dbe384e
commit f4cffccf06
3 changed files with 163 additions and 71 deletions

View File

@ -10,7 +10,7 @@ ms.prod: w10
# Deploy required UE-V features
To get up and running with User Experience Virtualization, install and configure the following features.
To get up and running with User Experience Virtualization (UE-V), install and configure the following features.
- [Deploy a settings storage location](#deploy-a-ue-v-settings-storage-location) that is accessible to end users.
@ -34,8 +34,7 @@ UE-V requires a location in which to store user settings in settings package fil
- Use existing Active Directory for your settings storage location
**Note**
As a matter of [performance and capacity planning](uev-prepare-for-deployment.md#performance-and-capacity-planning) and to reduce problems with network latency, create settings storage locations on the same local networks where the users devices reside. We recommend 20 MB of disk space per user for the settings storage location.
> **Note**   As a matter of [performance and capacity planning](uev-prepare-for-deployment.md#performance-and-capacity-planning) and to reduce problems with network latency, create settings storage locations on the same local networks where the users devices reside. We recommend 20 MB of disk space per user for the settings storage location.
### Create a UE-V Settings Storage Location
@ -49,19 +48,19 @@ The settings storage location is defined by setting the SettingsStoragePath conf
- With [Windows PowerShell or Windows Management Instrumentation (WMI)](uev-administering-uev-with-windows-powershell-and-wmi.md)
The path must be in a universal naming convention (UNC) path of the server and share. For example, **\\\\Server\\Settingsshare\\**. This configuration option supports the use of variables to enable specific synchronization scenarios. For example, you can use the %username%\\%computername% variables to preserve the end user settings experience in these scenarios:
The path must be in a universal naming convention (UNC) path of the server and share. For example, **\\\\Server\\Settingsshare\\**. This configuration option supports the use of variables to enable specific synchronization scenarios. For example, you can use the %username%\\%computername% variables to preserve the end user settings experience in these scenarios:
- End users that use multiple physical devices in your enterprise
- Enterprise computers that are used by multiple end users
The UE-V service dynamically creates a user-specific settings storage path, with a hidden system folder named SettingsPackages, based on the configuration setting of **SettingsStoragePath**. The service reads and writes settings to this location as defined by the registered UE-V settings location templates.
The UE-V service dynamically creates a user-specific settings storage path, with a hidden system folder named **SettingsPackages**, based on the configuration setting of **SettingsStoragePath**. The service reads and writes settings to this location as defined by the registered UE-V settings location templates.
**UE-V settings are determined by a "Last write wins" rule:** If the settings storage location is the same for a user with multiple managed computers, one UE-V service reads and writes to the settings location independently of services running on other computers. The last written settings and values are the ones applied when the service next reads from the settings storage location.
**Deploy the settings storage location:** Follow these steps to define the settings storage location rather than using your existing Active Directory agent. You should limit access to the settings storage share to those users that require it, as shown in the tables below.
**To deploy the UE-V network share:**
**To deploy the UE-V network share**
1. Create a new security group for UE-V users.
@ -69,17 +68,17 @@ The UE-V service dynamically creates a user-specific settings storage path, with
3. Set the following share-level Server Message Block (SMB) permissions for the settings storage location folder.
| **User account** | **Recommended permissions** |
|------------------------------|-----------------------------|
| Everyone | No permissions |
| Security group of UE-V users | Full control |
| **User account** | **Recommended permissions** |
|------------------------------|-----------------------------|
| Everyone | No permissions |
| Security group of UE-V users | Full control |
1. Set the following NTFS file system permissions for the settings storage location folder.
4. Set the following NTFS file system permissions for the settings storage location folder.
| **User account** | **Recommended permissions** | **Folder** |
|------------------------------|---------------------------------------------------|---------------------------|
| Creator/owner | Full control | Subfolders and files only |
| Security group of UE-V users | List folder/read data, create folders/append data | This folder only |
| **User account** | **Recommended permissions** | **Folder** |
|------------------------------|---------------------------------------------------|---------------------------|
| Creator/owner | Full control | Subfolders and files only |
| Security group of UE-V users | List folder/read data, create folders/append data | This folder only |
With this configuration, the UE-V service creates and secures a Settingspackage folder while it runs in the context of the user, and grants each user permission to create folders for settings storage. Users receive full control to their Settingspackage folder while other users cannot access it.
@ -98,40 +97,34 @@ The UE-V service uses Active Directory (AD) by default if you dont define a s
Youll need to decide which configuration method you'll use to manage UE-V after deployment since this will be the configuration method you use to deploy the UE-V Agent. Typically, this is the configuration method that you already use in your environment, such as Windows PowerShell or Configuration Manager.
You can configure UE-V before, during, or after UE-V Agent installation, depending on the configuration method that you use.
You can configure UE-V before, during, or after you enable the UE-V service on user devices, depending on the configuration method that you use.
- [Group Policy](uev-configuring-uev-with-group-policy-objects.md)**:** You can use your existing Group Policy infrastructure to configure UE-V before or after UE-V Agent deployment. The UE-V Group Policy ADMX template enables the central management of common UE-V Agent configuration options, and it includes settings to configure UE-V synchronization.
- [**Group Policy**](uev-configuring-uev-with-group-policy-objects.md) You can use your existing Group Policy infrastructure to configure UE-V before or after you enable the UE-V service. The UE-V Group Policy ADMX template enables the central management of common UE-V service configuration options and includes settings to configure UE-V synchronization.
**Installing the UE-V Group Policy ADMX Templates:** Group Policy ADMX templates for UE-V configure the synchronization settings for the UE-V Agent and enable the central management of common UE-V Agent configuration settings by using an existing Group Policy infrastructure.
>**Note** Starting with Windows 10, version 1607, UE-V ADMX templates are installed automatically.
Supported operating systems for the domain controller that deploys the Group Policy Objects include the following:
Group Policy ADMX templates configure the synchronization settings for the UE-V service and enable the central management of common UE-V service configuration settings by using an existing Group Policy infrastructure.
Windows Server 2008 R2
Supported operating systems for the domain controller that deploys the Group Policy Objects include:
Windows Server 2012 and Windows Server 2012 R2
Windows Server 2012 and Windows Server 2012 R2
- [Configuration Manager](uev-configuring-uev-with-system-center-configuration-manager-2012.md): The UE-V Configuration Pack lets you use the Compliance Settings feature of System Center Configuration Manager 2012 SP1 or later to apply consistent configurations across sites where UE-V and Configuration Manager are installed.
- [**Configuration Manager**](uev-configuring-uev-with-system-center-configuration-manager.md) The UE-V Configuration Pack lets you use the Compliance Settings feature of System Center Configuration Manager to apply consistent configurations across sites where UE-V and Configuration Manager are installed.
- [Windows PowerShell and WMI](uev-administering-uev-with-windows-powershell-and-wmi.md): You can use Windows PowerShell and Windows Management Instrumentation (WMI) to modify the configuration of the UE-V service.
- [**Windows PowerShell and WMI**](uev-administering-uev-with-windows-powershell-and-wmi.md) You can use scripted commands for Windows PowerShell and Windows Management Instrumentation (WMI) to modify the configuration of the UE-V service.
**Note**
>**Note**
Registry modification can result in data loss, or the computer becomes unresponsive. We recommend that you use other configuration methods.
## Enable the UE-V service
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.
Before enabling the UE-V service, ensure that youve completed the following tasks:
- Configure the settings storage location
- Configure the template storage location path
- Register the UE-V templates for first use. In a PowerShell window, type **register-<TemplateName>** where “TemplateName” is the name of the UE-V template you want to register, and press ENTER.
Before enabling the UE-V service, you need to register the UE-V templates for first time use. In a PowerShell window, type **register-<TemplateName>** where **TemplateName** is the name of the UE-V template you want to register, and press ENTER.
With Windows 10, version 1607 and later, the UE-V service is installed on user devices. Enable the service to start using UE-V. You can enable the service with the Group Policy editor or with Windows PowerShell.
To enable the UE-V service with Group Policy:
**To enable the UE-V service with Group Policy**
1. Open the devices **Group Policy Editor**.
@ -141,7 +134,7 @@ To enable the UE-V service with Group Policy:
4. Restart the device.
To enable the UE-V service with Windows PowerShell:
**To enable the UE-V service with Windows PowerShell**
1. In a PowerShell window, type **Enable-UEV** and press ENTER.

View File

@ -10,7 +10,7 @@ ms.prod: w10
# Use UE-V with custom applications
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 included in the default templates, you can create your own custom settings location templates with 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 included in the default templates, you can create your own custom settings location templates with the UE-V template generator.
After youve reviewed [Prepare a UE-V Deployment](uev-prepare-for-deployment.md) and decided that you want to synchronize settings for custom applications (third-party, line-of-business, e.g.), youll need to deploy the features of UE-V described in this topic.
@ -38,7 +38,7 @@ To start, here are the main steps required to synchronize settings for custom ap
- With a UE-V settings template catalog
**Note**
>**Note**
Templates that are deployed with electronic software distribution methods or Group Policy must be registered with UE-V Windows Management Instrumentation (WMI) or Windows PowerShell.
## Prepare to deploy UE-V for custom applications
@ -57,7 +57,7 @@ Use the UE-V template generator to monitor, discover, and capture the locations
- Windows applications
**Note**
>**Note**
UE-V settings location templates cannot be created from virtualized applications or Terminal Services applications. However, settings that are synchronized by using the templates can be applied to those applications. To create templates that support Virtual Desktop Infrastructure (VDI) and Terminal Services applications, open a version of the Windows Installer (.msi) package of the application by using the UE-V template generator. For more information about synchronizing settings for virtual applications, see [Using UE-V with virtual applications](uev-using-uev-with-application-virtualization-applications.md).
**Excluded Locations:** The discovery process excludes locations that commonly store application software files that do not synchronize settings well between user computers or computing environments. By default, these are excluded:
@ -80,7 +80,7 @@ If registry keys and files that are stored in excluded locations are required to
A default group of settings location templates for common Microsoft applications and Windows settings is included with Windows 10, version 1607. If you customize these templates, or create settings location templates to synchronize settings for custom applications, the UE-V service can be configured to use a settings template catalog to store the templates. In this case, you will need to include the default templates with the custom templates in the settings template catalog.
**Important**
>**Important**
After you enable the UE-V service, youll need to register the settings location templates using the `Register-UevTemplate` cmdlet in Windows PowerShell.
When you use Group Policy to configure the settings template catalog path, you can choose to replace the default Microsoft templates. If you configure the policy settings to replace the default Microsoft templates, all of the default Microsoft templates that are installed with Windows 10, version 1607 are deleted and only the templates that are located in the settings template catalog are used.
@ -90,7 +90,6 @@ If there are customized templates in the settings template catalog that use the
You can replace the default templates by using the UE-V Windows PowerShell features. To replace the default Microsoft template with Windows PowerShell, unregister all of the default Microsoft templates, and then register the customized templates.
**Note**
Old settings packages remain in the settings storage location even if you deploy new settings location templates for an application. These packages are not read by the UE-V service, but neither are they automatically deleted.
### Install the UEV template generator
@ -101,16 +100,14 @@ The UE-V template generator is included in the Windows Assessment and Deployment
Install the UE-V template generator on a computer that you can use to create a custom settings location template. This computer should have the applications installed for which custom settings location templates need to be generated.
**Important**
UE-V for Windows 10, version 1607 includes a new template generator. If you are upgrading from an existing UE-V installation, youll need to use the new generator to create settings location templates. Templates created with previous versions of the UE-V template generator will still work.
>**Important**
UE-V for Windows 10, version 1607 includes a new template generator. If you are upgrading from an existing UE-V installation, youll need to use the new generator to create settings location templates. Templates created with previous versions of the UE-V template generator will continue to work.
**To install the UE-V template generator:**
To install the UE-V template generator:
**To install the UE-V template generator**
1. Go to [Download the Windows ADK](https://developer.microsoft.com/en-us/windows/hardware/windows-assessment-deployment-kit) to access the ADK.
2. Click or press 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 click or press Install.
2. Select the **Get Windows ADK for Windows 10** button on this page to start the ADK installer. On the window pictured below, select **Microsoft User Experience Virtualization (UE-V) Template Generator** and then select Install.
<!-- PRESERVING ORIGINAL IMAGE CODING JUST IN CASE
<img src="media/image1.png" width="537" height="394" />
@ -136,22 +133,22 @@ You can configure the settings template catalog path with command-line options,
2. Set the following share-level (SMB) permissions for the settings template catalog folder.
| **User account** | **Recommended permissions** |
|------------------|------------------------------|
| Everyone | No Permissions |
| Domain Computers | Read Permission Levels |
| Administrators | Read/Write Permission Levels |
| **User account** | **Recommended permissions** |
|------------------|------------------------------|
| Everyone | No Permissions |
| Domain Computers | Read Permission Levels |
| Administrators | Read/Write Permission Levels |
1. Set the following NTFS file system permissions for the settings template catalog folder.
3. Set the following NTFS file system 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 | This Folder, Subfolders and Files |
| Everyone | No Permissions | No Permissions |
| Administrators | Full Control | This Folder, Subfolders and Files |
| **User account** | **Recommended permissions** | **Apply to** |
|------------------|-------------------------------|-----------------------------------|
| Creator/Owner | Full Control | This Folder, Subfolders and Files |
| Domain Computers | List Folder Contents and Read | This Folder, Subfolders and Files |
| Everyone | No Permissions | No Permissions |
| Administrators | Full Control | This Folder, Subfolders and Files |
1. Click **OK** to close the dialog boxes.
4. Click **OK** to close the dialog boxes.
At a minimum, the network share must grant permissions for the Domain Computers group. In addition, grant access permissions for the network share folder to administrators who are to manage the stored templates.
@ -169,22 +166,21 @@ Use the UE-V template generator to create settings location templates for line-o
4. Click **Next** to continue.
**Note**
Before the application is started, the system displays a prompt for **User Account Control**. Permission is required to monitor the registry and file locations that the application uses to store settings.
>**Note** Before the application is started, the system displays a prompt for **User Account Control**. Permission is required to monitor the registry and file locations that the application uses to store settings.
1. After the application starts, close the application. The UE-V template generator records the locations where the application stores its settings.
5. After the application starts, close the application. The UE-V template generator records the locations where the application stores its settings.
2. After the process is completed, click **Next** to continue.
6. After the process is completed, click **Next** to continue.
3. Review and select the appropriate registry settings locations and settings file locations to synchronize for this application. The list includes the following two categories for settings locations:
7. Review and select the appropriate registry settings locations and settings file locations to synchronize for this application. The list includes the following two categories for settings locations:
- **Standard**: Application settings that are stored in the registry under the HKEY\_CURRENT\_USER keys or in the file folders under \\ **Users** \\ \[User name\] \\ **AppData** \\ **Roaming**. The UE-V template generator includes these settings by default.
- **Nonstandard**: Application settings that are stored outside the locations are specified in the best practices for settings data storage (optional). These include files and folders under **Users** \\ \[User name\] \\ **AppData** \\ **Local**. Review these locations to determine whether to include them in the settings location template. Select the locations check boxes to include them.
4. Click **Next** to continue.
8. Click **Next** to continue.
5. Review and edit any **Properties**, **Registry** locations, and **Files** locations for the settings location template.
9. Review and edit any **Properties**, **Registry** locations, and **Files** locations for the settings location template.
- Edit the following properties on the **Properties** tab:
@ -204,17 +200,17 @@ Before the application is started, the system displays a prompt for **User Accou
- The **Files** tab lists the file path and file mask of the file locations that are included in the settings location template. Edit the file locations by use of the **Tasks** drop-down menu. Tasks for file locations enable you to 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. Leave the file mask empty to include all files in the specified folder.
6. Click **Create**, and then click **Save** to save the settings location template on the computer.
10. Click **Create**, and then click **Save** to save the settings location template on the computer.
7. Click **Close** to close the settings template wizard. Exit the UE-V template generator application.
11. Click **Close** to close the settings template wizard. Exit the UE-V template generator application.
After you have created the settings location template for an application, test the template. Deploy the template in a lab environment before you put it into production in the enterprise.
12. After you have created the settings location template for an application, test the template. Deploy the template in a lab environment before you put it into production in the enterprise.
See [Application template schema reference for UE-V](uev-application-template-schema-reference.md) for details about the XML structure of the UE-V settings location template and for guidance about editing these files.
### Deploy the Custom Settings Location templates
After you create a settings location template with the UE-V template generator, you should test it to ensure that the application settings are synchronized correctly. You can then safely deploy the settings location template to computers in the enterprise.
After you create a settings location template with the UE-V template generator, you should test it to ensure that the application settings are synchronized correctly. You can then safely deploy the settings location template to user devices in the enterprise.
You can deploy settings location templates using of these methods:
@ -226,18 +222,18 @@ You can deploy settings location templates using of these methods:
Templates that are deployed by using an ESD system or Group Policy objects must be registered using UE-V Windows Management Instrumentation (WMI) or Windows PowerShell. Templates that are stored in the settings template catalog location are automatically registered by the UE-V service.
**To deploy UE-V settings location templates with a settings template catalog path:**
**To deploy UE-V settings location templates with a settings template catalog path**
1. Browse to the network share folder that you defined as the settings template catalog.
2. Add, remove, or update settings location templates in the settings template catalog to reflect the UE-V service template configuration that you want for UE-V computers.
**Note**
>**Note**
Templates on computers are updated daily. The update is based on changes to the settings template catalog.
3. To manually update templates on a computer that runs the UE-V service, open an elevated command prompt, and browse to **Program Files\\Microsoft User Experience Virtualization \\ Agent \\ &lt;x86 or x64 &gt;**, and then run **ApplySettingstemplateCatalog.exe**.
**Note**
>**Note**
This program runs automatically during computer startup and daily at 3:30 A. M. to gather any new templates that were recently added to the catalog.
## Have a suggestion for UE-V?

View File

@ -0,0 +1,103 @@
---
title: What's New in UE-V for Windows 10, version 1607
description: What's New in UE-V for Windows 10, version 1607
author: MaggiePucciEvans
ms.pagetype: mdop, virtualization
ms.mktglfcycl: deploy
ms.sitesec: library
ms.prod: w10
---
# What's New in UE-V
Applies to: Windows 10, version 1607
User Experience Virtualization (UE-V) for Windows 10, version 1607, includes these new features and capabilities compared to UE-V 2.1. See [UE-V Release notes](uev-release-notes-1607.md) for more information about the UE-V for Windows 10, version 1607 release.
## UE-V is now a feature in Windows 10
With Windows 10, version 1607 and later releases, UE-V is included with [Windows 10 for Enterprise](https://www.microsoft.com/en-us/WindowsForBusiness/windows-for-enterprise) and is 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 youll need to use the new template generator to create new settings location templates, existing settings location templates will continue to work.
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**&nbsp;&nbsp;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, youll 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 are upgrading from an existing UE-V installation, youll 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/en-us/windows/hardware/windows-assessment-deployment-kit) (Windows ADK).
## 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 on on-premises domain-joined devices only.
In hybrid cloud environments, UE-V can roam win32 applications on-premise while [Enterprise State Roaming](https://azure.microsoft.com/documentation/articles/active-directory-windows-enterprise-state-roaming-overview/) (ESR) can roam the rest, e.g., Windows and desktop settings, themes, colors, etc., 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](https://azure.microsoft.com/documentation/articles/active-directory-windows-enterprise-state-roaming-faqs/#what-are-the-options-for-roaming-settings-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 does not synchronize taskbar settings between devices running Windows 10 and devices running previous versions of Windows.
In addition, UE-for Windows does not synchronize settings between the Microsoft Calculator in Windows 10 and the Microsoft Calculator in previous versions of Windows.
## 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**&nbsp;&nbsp;The UE-V printer roaming feature does not 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. Weve added synchronization of default signature settings for new, reply, and forwarded emails. Users no longer have to choose the default signature settings.
> **Note**&nbsp;&nbsp;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 365. If settings are roamed by Office 365, they are not roamed by UE-V. See [Overview of user and roaming settings for Microsoft Office](https://technet.microsoft.com/library/jj733593.aspx) for more information.
To enable settings synchronization using UE-V, do one of the following:
- Use Group Policy to disable Office 365 synchronization
- Do not enable the Office 365 synchronization experience during Office 2013 installation
UE-V includes Office 2016, Office 2013, and Office 2010 templates. Office 2007 templates are no longer supported. Users can still use Office 2007 templates from UE-V 2.0 or earlier and can still get the templates from the UE-V template gallery located [here](http://go.microsoft.com/fwlink/p/?LinkID=246589).
## Have a suggestion for UE-V?
Add or vote on suggestions [here](http://uev.uservoice.com/forums/280428-microsoft-user-experience-virtualization). For UE-V issues, use the [UE-V TechNet Forum](https://social.technet.microsoft.com/Forums/en-us/home?forum=mdopuev&filter=alltypes&sort=lastpostdesc).
## 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