Guest User

Untitled

a guest
Jul 8th, 2020
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 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>2020-07-08T03:08:58.9072176</Date>
  5. <Author>MYpc\Admin</Author>
  6. <Description>aggiorna mio ip su godaddy dominio</Description>
  7. <URI>\my_dns\mydns_update</URI>
  8. </RegistrationInfo>
  9. <Triggers>
  10. <BootTrigger>
  11. <Enabled>true</Enabled>
  12. </BootTrigger>
  13. </Triggers>
  14. <Principals>
  15. <Principal id="Author">
  16. <UserId>S-1-5-21-924952847-740551140-1794716935-1001</UserId>
  17. <LogonType>Password</LogonType>
  18. <RunLevel>HighestAvailable</RunLevel>
  19. </Principal>
  20. </Principals>
  21. <Settings>
  22. <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
  23. <DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
  24. <StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
  25. <AllowHardTerminate>true</AllowHardTerminate>
  26. <StartWhenAvailable>false</StartWhenAvailable>
  27. <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
  28. <IdleSettings>
  29. <StopOnIdleEnd>true</StopOnIdleEnd>
  30. <RestartOnIdle>false</RestartOnIdle>
  31. </IdleSettings>
  32. <AllowStartOnDemand>true</AllowStartOnDemand>
  33. <Enabled>true</Enabled>
  34. <Hidden>true</Hidden>
  35. <RunOnlyIfIdle>false</RunOnlyIfIdle>
  36. <DisallowStartOnRemoteAppSession>false</DisallowStartOnRemoteAppSession>
  37. <UseUnifiedSchedulingEngine>true</UseUnifiedSchedulingEngine>
  38. <WakeToRun>false</WakeToRun>
  39. <ExecutionTimeLimit>PT72H</ExecutionTimeLimit>
  40. <Priority>7</Priority>
  41. </Settings>
  42. <Actions Context="Author">
  43. <Exec>
  44. <Command>C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe</Command>
  45. <Arguments>-noprofile -executionpolicy unrestricted -noninteractive -File C:\myScriptRUN\my_dns\mydns.ps1</Arguments>
  46. <WorkingDirectory>C:\myScriptRUN\my_dns</WorkingDirectory>
  47. </Exec>
  48. </Actions>
  49. </Task>
Add Comment
Please, Sign In to add comment