2017-02-07

UE-V Template - Notepad++

You can now find this template in my GIThub repository


<?xml version="1.0"?>
<SettingsLocationTemplate xmlns="http://schemas.microsoft.com/UserExperienceVirtualization/2013A/SettingsLocationTemplate">
 <Name>Notepad++</Name>
 <ID>Notepad-plus-plus_org-Notepad++</ID>
 <Version>1</Version>
 <Author>
  <Name>David Djerf</Name>
 </Author>
 <Processes>
  <Process>
   <Filename>notepad++.exe</Filename>
  </Process>
 </Processes>
 <Settings>
  <File>
   <Root>
    <EnvironmentVariable>APPDATA</EnvironmentVariable>
   </Root>
   <Path Recursive="true">Notepad++</Path>
  </File>
 </Settings>
</SettingsLocationTemplate>