This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Download Microsoft Edge
More info about Internet Explorer and Microsoft Edge
This documentation is for the most recent version of UE-V. If you're looking for information about UE-V 2.x, which was included in the Microsoft Desktop Optimization Pack (MDOP), see
Get Started with UE-V 2.x
.
Follow the steps in this topic to deploy User Experience Virtualization (UE-V) for the first time in a test environment. Evaluate UE-V to determine whether it’s the right solution to manage user settings across multiple devices within your enterprise.
The information in this section is explained in greater detail throughout the rest of the documentation. If you’ve already determined that UE-V is the right solution and you don’t need to further evaluate it, see
Prepare a UE-V deployment
.
The standard installation of UE-V synchronizes the default Microsoft Windows and Office settings and many Windows applications settings. For best results, ensure that your test environment includes two or more user computers that share network access.
Step 1: Confirm prerequisites
. Review the supported configurations in this section to verify that your environment is able to run UE-V.
Step 2: Deploy the settings storage location
. Explains how to deploy a settings storage location. All UE-V deployments require a location to store settings packages that contain the synchronized setting values.
Step 3: Enable and configure the UE-V service
. Explains how to enable to UE-V service on user devices and configure the storage path. To synchronize settings using UE-V, devices must have the UE-V service enabled and running.
Step 4: Test Your UE-V evaluation deployment
. Run a few tests on two computers with the UE-V service enabled to see how UE-V works and if it meets your organization’s needs.
Step 5: Deploy UE-V for custom applications (optional). If you want to evaluate how your third-party and line-of-business applications work with UE-V, follow the steps in
Use UE-V with custom applications
. Following this link takes you to another topic. Use your browser’s
Back
button to return to this topic.
Step 1: Confirm prerequisites
Before you proceed, ensure that your environment meets the following requirements for running UE-V.
Operating system
Edition
Service pack
System architecture
Windows PowerShell
Microsoft .NET Framework
Step 2: Deploy the settings storage location
You’ll need to deploy a settings storage location, a standard network share where user settings are stored in a settings package file. When you create the settings storage share, you should limit access to users that require it. For more information, see
Deploy a UE-V Settings Storage Location
.
Create a network share
Create a new security group and add UE-V users to the group.
Create a new folder on the centrally located computer that stores the UE-V settings packages, and then grant the UE-V users access with group permissions to the folder. The administrator who supports UE-V must have permissions to this shared folder.
Assign UE-V users permission to create a directory when they connect. Grant full permission to all subdirectories of that directory, but block access to anything above.
Set the following share-level Server Message Block (SMB) permissions for the settings storage location folder.
User account
Recommended permissions
Security Note
If you create the settings storage share on a computer running a Windows Server operating system, configure UE-V 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 this additional security, specify this setting in the Windows Server Registry Editor:
Add a
REG_DWORD
registry key named
"RepositoryOwnerCheckEnabled"
to
HKEY_LOCAL_MACHINE\Software\Microsoft\UEV\Agent\Configuration
.
Set the registry key value to
1
.
For evaluation purposes, enable the service on at least two devices that belong to the same user in your test environment.
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, you'll need to register the UE-V templates for first use. In a PowerShell window, type
Register-UevTemplate [TemplateName]
where
TemplateName
is the name of the UE-V template you want to register, and press ENTER. For instance, to register all built-in UE-V templates, use the following PowerShell Command:
Get-childItem c:\programdata\Microsoft\UEV\InboxTemplates\*.xml|% {Register-UevTemplate $_.Fullname}
A storage path must be configured on the client-side to tell where the personalized settings are stored.
To set the storage path for UE-V with Group Policy
Open the device’s
Group Policy Editor
.
Navigate to
Computer Configuration
>
Administrative Templates
>
Windows Components
>
Microsoft
User Experience Virtualization
.
Double click
Settings storage path
.
Select
Enabled
, fill in the
Settings storage path
, and click
OK
.
Ensure that the storage path ends with
%username%
to ensure that each user gets a unique folder.
To set the storage path for UE-V with PowerShell
In a PowerShell window, type
Set-uevConfiguration -SettingsStoragePath [StoragePath]
where
[StoragePath]
is the path to the location created in step 2 followed by
%username%
.
Ensure that the storage path ends with
%username%
to ensure that each user gets a unique folder.
With Windows 10, version 1607 and later, the UE-V service is installed on user devices when the operating system is installed. 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
Open the device’s
Group Policy Editor
.
Navigate to
Computer Configuration
>
Administrative Templates
>
Windows Components
>
Microsoft
User Experience Virtualization
.
Double click
Use User Experience Virtualization (UE-V)
.
Select
Enabled
and click
OK
.
Restart the device.
To enable the UE-V service with Windows PowerShell
In a PowerShell window, type
Enable-UEV
and press ENTER.
Restart the device.
In a PowerShell window, type
Get-UEVStatus
and press ENTER to verify that the UE-V service was successfully enabled.
Step 4: Test your UE-V evaluation deployment
You’re ready to run a few tests on your UE-V evaluation deployment to see how UE-V works.
On the first device (Computer A), make one or more of these changes:
Open Windows Desktop and move the taskbar to a different location in the window.
Change the default fonts.
Open Notepad and set format -> word wrap
on
.
Change the behavior of any Windows application, as detailed in
Managing UE-V settings location templates using Windows PowerShell and WMI
.
Disable Microsoft Account settings synchronization and roaming profiles.
Log off Computer A. Settings are saved in a UE-V settings package when users lock, logoff, exit an application, or when the sync provider runs (every 30 minutes by default).
Log in to the second device (Computer B) as the same user as Computer A.
Open Windows Desktop and verify that the taskbar location matches that of Computer A. Verify that the default fonts match and that NotePad is set to
word wrap on
. Also verify the change you made to any Windows applications.
You can change the settings in Computer B back to the original Computer A settings. Then log off Computer B and log in to Computer A to verify the changes.
For UE-V issues, use the
UE-V TechNet Forum
.
Other resources for this feature
User Experience Virtualization overview
Prepare a UE-V Deployment
Upgrade to UE-V for Windows 10
Administering UE-V
Troubleshooting UE-V
Technical Reference for UE-V