2017-02-18

UE-V Template - Microsoft Windows Wordpad

This template came from Windows 10 1607, I changed Name and ID to match my name standard.

You can now find this template in my GIThub repository


<?xml version="1.0" encoding="utf-8"?>
<!--
Modifying the settings location templates for an application or a 
Windows setting group provided with Microsoft User Experience Virtualization 
may cause synchronization for the modified settings to fail. 
For more information about settings location templates please see 
the UE-V product documentation.  http://go.microsoft.com/fwlink/?LinkId=260889
-->
<SettingsLocationTemplate xmlns='http://schemas.microsoft.com/UserExperienceVirtualization/2012/SettingsLocationTemplate'>
 <Name>Microsoft Wordpad</Name>
 <ID>Microsoft-Windows-Wordpad</ID>
 <Version>0</Version>
 <Processes>
  <Process>
   <Filename>WORDPAD.EXE</Filename>
   <ProductVersion>
    <Major Minimum="6" Maximum="10" />
   </ProductVersion>
  </Process>
 </Processes>
 <Settings>
  <Registry>
   <Path Recursive="true">Software\Microsoft\Windows\CurrentVersion\Applets\Wordpad</Path>
  </Registry>
 </Settings>
</SettingsLocationTemplate>