2017-02-18

UE-V Template - Microsoft Windows Roaming Credential Settings

This template came from Windows 10 1607, I changed the name and ID to 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/2013/SettingsLocationTemplate'>
 <!-- Roaming Credential settings -->
 <Name>Microsoft Windows Roaming Credential Settings</Name>
 <ID>Microsoft-Windows-Roaming_Credential_Settings</ID>
 <Version>1</Version>
 <DeferToMSAccount/>
 <Processes>
  <ShellProcess/>
 </Processes>
 <Settings>
  <File>
   <Root>
    <EnvironmentVariable>USERPROFILE</EnvironmentVariable>
   </Root>
   <Path Recursive="true">AppData\Roaming\Microsoft\Credentials</Path>
  </File>
  <File>
   <Root>
    <EnvironmentVariable>USERPROFILE</EnvironmentVariable>
   </Root>
   <Path Recursive="true">AppData\Roaming\Microsoft\Crypto</Path>
  </File>
  <File>
   <Root>
    <EnvironmentVariable>USERPROFILE</EnvironmentVariable>
   </Root>
   <Path Recursive="true">AppData\Roaming\Microsoft\Protect</Path>
  </File>
  <File>
   <Root>
    <EnvironmentVariable>USERPROFILE</EnvironmentVariable>
   </Root>
   <Path Recursive="true">AppData\Roaming\Microsoft\SystemCertificates</Path>
  </File>
 </Settings>
</SettingsLocationTemplate>