Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.58 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.     <Author>WIN-IG6Q7HS1S8H\Administrator</Author>
  5.     <URI>\SystemRebootReminder</URI>
  6.   </RegistrationInfo>
  7.   <Triggers>
  8.     <TimeTrigger>
  9.       <StartBoundary>2017-04-25T04:59:34+02:00</StartBoundary>
  10.       <Enabled>true</Enabled>
  11.     </TimeTrigger>
  12.   </Triggers>
  13.   <Principals>
  14.     <Principal id="Author">
  15.       <UserId>S-1-5-18</UserId>
  16.       <RunLevel>HighestAvailable</RunLevel>
  17.     </Principal>
  18.   </Principals>
  19.   <Settings>
  20.     <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
  21.     <DisallowStartIfOnBatteries>false</DisallowStartIfOnBatteries>
  22.     <StopIfGoingOnBatteries>false</StopIfGoingOnBatteries>
  23.     <AllowHardTerminate>true</AllowHardTerminate>
  24.     <StartWhenAvailable>false</StartWhenAvailable>
  25.     <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
  26.     <IdleSettings>
  27.       <StopOnIdleEnd>false</StopOnIdleEnd>
  28.       <RestartOnIdle>false</RestartOnIdle>
  29.     </IdleSettings>
  30.     <AllowStartOnDemand>true</AllowStartOnDemand>
  31.     <Enabled>true</Enabled>
  32.     <Hidden>false</Hidden>
  33.     <RunOnlyIfIdle>false</RunOnlyIfIdle>
  34.     <WakeToRun>true</WakeToRun>
  35.     <ExecutionTimeLimit>PT1H</ExecutionTimeLimit>
  36.     <Priority>7</Priority>
  37.   </Settings>
  38.   <Actions Context="Author">
  39.     <Exec>
  40.       <Command>powershell.exe</Command>
  41.       <Arguments>-NonInteractive -NoProfile -Command "&amp; { C:\Users\Administrator\Desktop\Projekt\Reminder.ps1 }"</Arguments>
  42.     </Exec>
  43.   </Actions>
  44. </Task>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement