BD-js/bs-sync.xml

53 lines
3.8 KiB
XML
Raw Normal View History

2024-04-08 18:39:07 -04:00
<EFBFBD><EFBFBD><?xml version="1.0" encoding="UTF-16"?>
<Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
<RegistrationInfo>
<Date>2024-04-04T17:06:26.1719695</Date>
<Author>WINDOWS\theod</Author>
<URI>\bs-sync</URI>
</RegistrationInfo>
<Triggers>
<CalendarTrigger>
<Repetition>
2024-05-11 16:36:44 -04:00
<Interval>PT3H</Interval>
2024-04-08 18:39:07 -04:00
<StopAtDurationEnd>false</StopAtDurationEnd>
</Repetition>
<StartBoundary>2024-04-04T10:36:00</StartBoundary>
<Enabled>true</Enabled>
<ScheduleByDay>
<DaysInterval>1</DaysInterval>
</ScheduleByDay>
</CalendarTrigger>
</Triggers>
<Principals>
<Principal id="Author">
<UserId>S-1-5-21-4035933565-3601958571-3369023111-1001</UserId>
<LogonType>InteractiveToken</LogonType>
<RunLevel>LeastPrivilege</RunLevel>
</Principal>
</Principals>
<Settings>
<MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
<DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
<StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
<AllowHardTerminate>true</AllowHardTerminate>
<StartWhenAvailable>false</StartWhenAvailable>
<RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
<IdleSettings>
<StopOnIdleEnd>true</StopOnIdleEnd>
<RestartOnIdle>false</RestartOnIdle>
</IdleSettings>
<AllowStartOnDemand>true</AllowStartOnDemand>
<Enabled>true</Enabled>
2024-05-11 16:36:44 -04:00
<Hidden>true</Hidden>
2024-04-08 18:39:07 -04:00
<RunOnlyIfIdle>false</RunOnlyIfIdle>
<WakeToRun>false</WakeToRun>
<ExecutionTimeLimit>PT72H</ExecutionTimeLimit>
<Priority>7</Priority>
</Settings>
<Actions Context="Author">
<Exec>
<Command>C:\Users\theod\AppData\Roaming\BetterDiscord\sync.py</Command>
<WorkingDirectory>C:\Users\theod\AppData\Roaming\BetterDiscord</WorkingDirectory>
</Exec>
</Actions>
</Task>