Guest User

Untitled

a guest
May 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-16"?>
  2. <Task version="1.4" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
  3. <RegistrationInfo>
  4. <Date>2018-04-17T13:29:35.5882266</Date>
  5. <Author>SYSTEM</Author>
  6. </RegistrationInfo>
  7. <Triggers>
  8. <CalendarTrigger>
  9. <StartBoundary>2018-04-17T07:22:00</StartBoundary>
  10. <Enabled>true</Enabled>
  11. <ScheduleByDay>
  12. <DaysInterval>1</DaysInterval>
  13. </ScheduleByDay>
  14. </CalendarTrigger>
  15. </Triggers>
  16. <Principals>
  17. <Principal id="Author">
  18. <UserId>S-1-5-18</UserId>
  19. <RunLevel>HighestAvailable</RunLevel>
  20. </Principal>
  21. </Principals>
  22. <Settings>
  23. <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
  24. <DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
  25. <StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
  26. <AllowHardTerminate>true</AllowHardTerminate>
  27. <StartWhenAvailable>false</StartWhenAvailable>
  28. <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
  29. <IdleSettings>
  30. <StopOnIdleEnd>true</StopOnIdleEnd>
  31. <RestartOnIdle>false</RestartOnIdle>
  32. </IdleSettings>
  33. <AllowStartOnDemand>true</AllowStartOnDemand>
  34. <Enabled>true</Enabled>
  35. <Hidden>false</Hidden>
  36. <RunOnlyIfIdle>false</RunOnlyIfIdle>
  37. <DisallowStartOnRemoteAppSession>false</DisallowStartOnRemoteAppSession>
  38. <UseUnifiedSchedulingEngine>false</UseUnifiedSchedulingEngine>
  39. <WakeToRun>false</WakeToRun>
  40. <ExecutionTimeLimit>P3D</ExecutionTimeLimit>
  41. <Priority>7</Priority>
  42. </Settings>
  43. <Actions Context="Author">
  44. <Exec>
  45. <Command>C:Python27python.exe</Command>
  46. <Arguments>-m ecs_capacity</Arguments>
  47. <WorkingDirectory>C:Temp</WorkingDirectory>
  48. </Exec>
  49. </Actions>
  50. </Task>
Add Comment
Please, Sign In to add comment