--- title: Restoring Application and Windows Settings Synchronized with UE-V 1.0 description: Restoring Application and Windows Settings Synchronized with UE-V 1.0 author: jamiejdt ms.assetid: 254a16b1-f186-44a4-8e22-49a4ee87c734 ms.pagetype: mdop, virtualization ms.mktglfcycl: deploy ms.sitesec: library ms.prod: w8 ms.date: 06/16/2016 --- # Restoring Application and Windows Settings Synchronized with UE-V 1.0 WMI and PowerShell features of Microsoft User Experience Virtualization (UE-V) provide the ability to restore settings packages. WMI and PowerShell commands allow you to restore application and Windows settings to the settings values that were on the computer the first time the application launched after the UE-V Agent was installed. This restoring action is performed on a per-application or Windows settings basis. The settings are restored the next time that the application is run or when the user logs on to the operating system. **To restore application settings and Windows settings with PowerShell** 1. Open the Windows PowerShell window. To import the Microsoft UE-V PowerShell module, enter the following command: ``` syntax Import-module UEV ``` 2. Enter the following PowerShell cmdlet to restore the application settings and Windows settings.
PowerShell cmdlet Description

Restore-UevUserSetting

Restores the user settings for an application or restores a group of Windows settings

  **To restore application settings and Windows settings with WMI** 1. Open a PowerShell window. 2. Enter the following WMI command to restore application settings and Windows settings.
WMI command Description

Invoke-WmiMethod -Namespace root\Microsoft\UEV -Class UserSettings -Name RestoreByTemplateId -ArgumentList <template_ID>

Restores the user settings for an application or restores a group of Windows settings

  ## Related topics [Administering UE-V 1.0](administering-ue-v-10.md) [Operations for UE-V 1.0](operations-for-ue-v-10.md)