2017-02-18

UE-V Template - Microsoft Windows Ease of Access Settings

This template came from Windows 10 1607 - Djerf
I removed all localized names and set 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'>
 <!-- Accessibility settings (as defined by the Win32 SystemParameterInfo function) -->
 <Name>Microsoft - Windows - Ease of Access Settings</Name>
 <ID>Microsoft-Windows-EaseOfAccessSettings</ID>
 <ManageSuiteOnly>true</ManageSuiteOnly>
 <Common>
  <Name>Common Settings</Name>
  <ID>common</ID>
  <Version>0</Version>
  <DeferToMSAccount/>
  <Settings>
   <PreventOverlappingSynchronization>false</PreventOverlappingSynchronization>
   <Registry>
    <Path Recursive="false" DeleteIfNotFound="true">Software\Microsoft\Windows NT\CurrentVersion\Accessibility</Path>
    <Name>Configuration</Name>
   </Registry>
   <Registry>
    <Path Recursive="true">Software\Microsoft\Narrator</Path>
   </Registry>
   <Registry>
    <Path Recursive="true">Software\Microsoft\ScreenMagnifier</Path>
   </Registry>
   <Registry>
    <Path Recursive="true">Software\Microsoft\Osk</Path>
   </Registry>
  </Settings>
 </Common>
 <Application>
  <Name>Shell</Name>
  <ID>Shell</ID>
  <Version>0</Version>
  <DeferToMSAccount/>
  <Processes>
   <ShellProcess/>
  </Processes>
  <Settings>
   <Asynchronous>true</Asynchronous>
   <PreventOverlappingSynchronization>false</PreventOverlappingSynchronization>
   <SystemParameter>AccessTimeout</SystemParameter>
   <SystemParameter>AudioDescription</SystemParameter>
   <SystemParameter>ClientAreaAnimation</SystemParameter>
   <SystemParameter>DisableOverlappedContent</SystemParameter>
   <SystemParameter>FilterKeys</SystemParameter>
   <SystemParameter>FocusBorderHeight</SystemParameter>
   <SystemParameter>FocusBorderWidth</SystemParameter>
   <SystemParameter>HighContrast</SystemParameter>
   <SystemParameter>MessageDuration</SystemParameter>
   <SystemParameter>MouseClickLock</SystemParameter>
   <SystemParameter>MouseClickLockTime</SystemParameter>
   <SystemParameter>MouseKeys</SystemParameter>
   <SystemParameter>MouseSonar</SystemParameter>
   <SystemParameter>MouseVanish</SystemParameter>
   <SystemParameter>ScreenReader</SystemParameter>
   <SystemParameter>ShowSounds</SystemParameter>
   <SystemParameter>SoundSentry</SystemParameter>
   <SystemParameter>StickyKeys</SystemParameter>
   <SystemParameter>ToggleKeys</SystemParameter>
   <SystemParameter>Beep</SystemParameter>
   <SystemParameter>BlockSendInputResets</SystemParameter>
   <SystemParameter>DoubleClickTime</SystemParameter>
   <SystemParameter>DoubleClkHeight</SystemParameter>
   <SystemParameter>DoubleClkWidth</SystemParameter>
   <SystemParameter>KeyboardCues</SystemParameter>
   <SystemParameter>KeyboardDelay</SystemParameter>
   <SystemParameter>KeyboardPref</SystemParameter>
   <SystemParameter>KeyboardSpeed</SystemParameter>
   <SystemParameter>Mouse</SystemParameter>
   <SystemParameter>MouseButtonSwap</SystemParameter>
   <SystemParameter>MouseHoverHeight</SystemParameter>
   <SystemParameter>MouseHoverTime</SystemParameter>
   <SystemParameter>MouseHoverWidth</SystemParameter>
   <SystemParameter>MouseSpeed</SystemParameter>
   <SystemParameter>MouseTrails</SystemParameter>
   <SystemParameter>SnapToDefButton</SystemParameter>
   <SystemParameter>WheelScrollChars</SystemParameter>
   <SystemParameter>WheelScrollLines</SystemParameter>
  </Settings>
 </Application>
 <Application>
  <Name>ATBroker</Name>
  <ID>ATBroker</ID>
  <Version>0</Version>
  <DeferToMSAccount/>
  <Processes>
   <Process>
    <Filename>ATBroker.exe</Filename>
   </Process>
  </Processes>
  <Settings>
  </Settings>
 </Application>
</SettingsLocationTemplate>