<?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\BackupNonMaintenance</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>
  <Triggers>
    <CalendarTrigger>
      <StartBoundary>2022-01-01T00:00:00</StartBoundary>
      <RandomDelay>PT4H</RandomDelay>
      <ScheduleByDay>
        <DaysInterval>3</DaysInterval>
      </ScheduleByDay>
    </CalendarTrigger>
  </Triggers>
  <Settings>
    <Enabled>true</Enabled>
    <UseUnifiedSchedulingEngine>true</UseUnifiedSchedulingEngine>
    <AllowStartOnDemand>true</AllowStartOnDemand>
    <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
    <Hidden>false</Hidden>
    <RunOnlyIfNetworkAvailable>true</RunOnlyIfNetworkAvailable>
    <DisallowStartIfOnBatteries>false</DisallowStartIfOnBatteries>
    <RunOnlyIfIdle>false</RunOnlyIfIdle>
    <StopIfGoingOnBatteries>false</StopIfGoingOnBatteries>
    <StartWhenAvailable>true</StartWhenAvailable>
    <IdleSettings>
      <StopOnIdleEnd>false</StopOnIdleEnd>
    </IdleSettings>
    <Priority>7</Priority>
  </Settings>
  <Actions Context="AnyUser">
    <ComHandler>
      <ClassId>{E0DCC2CC-3354-45F2-8914-519E07809082}</ClassId>
    </ComHandler>
  </Actions>
</Task>