Advertisement
Guest User

OculusTask.xml

a guest
May 29th, 2016
2,211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-16"?>
  2. <Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
  3. <RegistrationInfo>
  4. <Date>2016-05-20T20:42:41.0109988</Date>
  5. <Author>NT AUTHORITY\SYSTEM</Author>
  6. <Description>Fix Oculus CPU Minimum Requirement</Description>
  7. </RegistrationInfo>
  8. <Triggers>
  9. <LogonTrigger>
  10. <Enabled>true</Enabled>
  11. </LogonTrigger>
  12. </Triggers>
  13. <Principals>
  14. <Principal id="Author">
  15. <UserId>NT AUTHORITY\SYSTEM</UserId>
  16. <LogonType>S4U</LogonType>
  17. <RunLevel>HighestAvailable</RunLevel>
  18. </Principal>
  19. </Principals>
  20. <Settings>
  21. <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
  22. <DisallowStartIfOnBatteries>false</DisallowStartIfOnBatteries>
  23. <StopIfGoingOnBatteries>false</StopIfGoingOnBatteries>
  24. <AllowHardTerminate>true</AllowHardTerminate>
  25. <StartWhenAvailable>false</StartWhenAvailable>
  26. <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
  27. <IdleSettings>
  28. <StopOnIdleEnd>true</StopOnIdleEnd>
  29. <RestartOnIdle>false</RestartOnIdle>
  30. </IdleSettings>
  31. <AllowStartOnDemand>true</AllowStartOnDemand>
  32. <Enabled>true</Enabled>
  33. <Hidden>false</Hidden>
  34. <RunOnlyIfIdle>false</RunOnlyIfIdle>
  35. <WakeToRun>false</WakeToRun>
  36. <ExecutionTimeLimit>PT2H</ExecutionTimeLimit>
  37. <Priority>7</Priority>
  38. </Settings>
  39. <Actions Context="Author">
  40. <Exec>
  41. <Command>"C:\Program Files\Oculus\Two.bat"</Command>
  42. </Exec>
  43. </Actions>
  44. </Task>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement