39 lines
2.9 KiB
XML
39 lines
2.9 KiB
XML
<?xml version='1.0' encoding='UTF-16'?>
|
|
<Task xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task" version="1.2">
|
|
<RegistrationInfo>
|
|
<Description>Task used to run the Tautulli updater with elevated privileges</Description>
|
|
<URI>\TautulliUpdateTask</URI>
|
|
</RegistrationInfo>
|
|
<Triggers />
|
|
<Principals>
|
|
<Principal id="Author">
|
|
<LogonType>InteractiveToken</LogonType>
|
|
<RunLevel>HighestAvailable</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>
|
|
<Hidden>false</Hidden>
|
|
<RunOnlyIfIdle>false</RunOnlyIfIdle>
|
|
<WakeToRun>false</WakeToRun>
|
|
<ExecutionTimeLimit>PT72H</ExecutionTimeLimit>
|
|
<Priority>7</Priority>
|
|
</Settings>
|
|
<Actions Context="Author">
|
|
<Exec>
|
|
<Command>C:\Program Files\Tautulli\updater.exe</Command>
|
|
<WorkingDirectory>C:\Program Files\Tautulli</WorkingDirectory>
|
|
</Exec>
|
|
</Actions>
|
|
</Task> |