Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-16"?>
- <Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
- <RegistrationInfo>
- <Description>This will update all Cygwin packages on the 1st of every month at 00:00.</Description>
- </RegistrationInfo>
- <Triggers>
- <CalendarTrigger>
- <StartBoundary>2016-01-23T00:00:00</StartBoundary>
- <ExecutionTimeLimit>PT1H</ExecutionTimeLimit>
- <Enabled>true</Enabled>
- <ScheduleByMonth>
- <DaysOfMonth>
- <Day>1</Day>
- </DaysOfMonth>
- <Months>
- <January />
- <February />
- <March />
- <April />
- <May />
- <June />
- <July />
- <August />
- <September />
- <October />
- <November />
- <December />
- </Months>
- </ScheduleByMonth>
- </CalendarTrigger>
- </Triggers>
- <Principals>
- <Principal id="Author">
- <LogonType>Password</LogonType>
- <RunLevel>HighestAvailable</RunLevel>
- </Principal>
- </Principals>
- <Settings>
- <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
- <DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
- <StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
- <AllowHardTerminate>true</AllowHardTerminate>
- <StartWhenAvailable>true</StartWhenAvailable>
- <RunOnlyIfNetworkAvailable>true</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>P1D</ExecutionTimeLimit>
- <Priority>7</Priority>
- </Settings>
- <Actions Context="Author">
- <Exec>
- <Command>C:\cygstore\scripts\cyg-upgrade.bat</Command>
- <WorkingDirectory>C:\cygstore\scripts</WorkingDirectory>
- </Exec>
- </Actions>
- </Task>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement