<?xml version="1.0" encoding="UTF-16"?>
<Task version="1.6" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
  <RegistrationInfo>
    <URI>\Microsoft\Windows\AppListBackup\Backup</URI>
    <Author>$(@%SystemRoot%\system32\AppListBackupLauncher.dll,-600)</Author>
    <Source>$(@%SystemRoot%\system32\AppListBackupLauncher.dll,-601)</Source>
    <Description>$(@%SystemRoot%\system32\AppListBackupLauncher.dll,-602)</Description>
  </RegistrationInfo>
  <Principals>
    <Principal id="AnyUser">
      <GroupId>S-1-5-32-545</GroupId>
      <RunLevel>LeastPrivilege</RunLevel>
    </Principal>
  </Principals>
  <Settings>
    <Enabled>true</Enabled>
    <UseUnifiedSchedulingEngine>true</UseUnifiedSchedulingEngine>
    <AllowStartOnDemand>true</AllowStartOnDemand>
    <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
    <Hidden>false</Hidden>
    <RunOnlyIfNetworkAvailable>true</RunOnlyIfNetworkAvailable>
    <StartWhenAvailable>true</StartWhenAvailable>
    <IdleSettings>
      <StopOnIdleEnd>false</StopOnIdleEnd>
    </IdleSettings>
    <MaintenanceSettings>
      <Period>P1D</Period>
      <Deadline>P14D</Deadline>
      <Exclusive>false</Exclusive>
    </MaintenanceSettings>
    <Priority>7</Priority>
  </Settings>
  <Actions Context="AnyUser">
    <ComHandler>
      <ClassId>{E0DCC2CC-3354-45F2-8914-519E07809082}</ClassId>
    </ComHandler>
  </Actions>
</Task>