2017-02-18

UE-V Template - Google Earth

Update 2017-06-12: New version with PATH exceptions

=== COPY FROM BELOW THIS LINE ===
<?xml version="1.0"?>
<SettingsLocationTemplate xmlns="http://schemas.microsoft.com/UserExperienceVirtualization/2013A/SettingsLocationTemplate">
<Name>Google Earth</Name>
<ID>Google-Google_Earth</ID>
<Version>2</Version>
<Author>
<Name>Djerf</Name>
</Author>
<Processes>
<Process>
<Filename>googleearth.exe</Filename>
</Process>
</Processes>
<Settings>
<Registry>
<Path Recursive="true">SOFTWARE\Google\Google Earth Plus</Path>
<Exclude>
<Path>CachePath</Path>
</Exclude>
<Exclude>
<Path>KMLPath</Path>
</Exclude>
<Exclude>
<Path>StartMenuPath</Path>
</Exclude>
</Registry>
<Registry>
<Path Recursive="true">SOFTWARE\Google\GECommonSettings</Path>
</Registry>
<Registry>
<Path Recursive="true">SOFTWARE\Google\Google Earth</Path>
</Registry>
</Settings>
</SettingsLocationTemplate>
=== COPY TO ABOVE THIS LINE ===