<?xml version="1.0" encoding="UTF-16"?>
<Task version="1.4" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
  <RegistrationInfo>
    <Version>1.0</Version>
    <URI>\Microsoft\Windows\Application Experience\MareBackup</URI>
    <SecurityDescriptor>D:(A;;GA;;;BA)(A;;GA;;;SY)(A;;GA;;;BU)(A;;FRFX;;;LS)</SecurityDescriptor>
    <Source>$(@%SystemRoot%\system32\invagent.dll,-701)</Source>
    <Author>$(@%SystemRoot%\system32\invagent.dll,-701)</Author>
    <Description>$(@%SystemRoot%\system32\invagent.dll,-702)</Description>
  </RegistrationInfo>
  <Settings>
    <AllowStartOnDemand>true</AllowStartOnDemand>
    <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
    <UseUnifiedSchedulingEngine>true</UseUnifiedSchedulingEngine>
  </Settings>
  <Principals>
    <Principal id="LocalSystem">
      <UserId>S-1-5-18</UserId>
      <LogonType>InteractiveToken</LogonType>
      <RunLevel>LeastPrivilege</RunLevel>
    </Principal>
  </Principals>
  <Actions Context="LocalSystem">
    <Exec>
      <Command>%windir%\system32\compattelrunner.exe</Command>
      <Arguments>-m:aeinv.dll -f:UpdateSoftwareInventoryW invsvc</Arguments>
    </Exec>
    <Exec>
      <Command>%windir%\system32\compattelrunner.exe</Command>
      <Arguments>-m:appraiser.dll -f:DoScheduledTelemetryRun</Arguments>
    </Exec>
    <Exec>
      <Command>%windir%\system32\compattelrunner.exe</Command>
      <Arguments>-m:aemarebackup.dll -f:BackupMareData</Arguments>
    </Exec>
  </Actions>
</Task>