Advertisement
Guest User

Untitled

a guest
Jan 19th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.70 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>2019-01-19T17:25:26</Date>
  5.     <Author>User</Author>
  6.   </RegistrationInfo>
  7.   <Triggers>
  8.     <TimeTrigger>
  9.       <Repetition>
  10.         <Interval>PT1M</Interval>
  11.         <StopAtDurationEnd>false</StopAtDurationEnd>
  12.       </Repetition>
  13.       <StartBoundary>2019-01-19T17:25:00</StartBoundary>
  14.       <Enabled>true</Enabled>
  15.     </TimeTrigger>
  16.   </Triggers>
  17.   <Settings>
  18.     <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
  19.     <DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
  20.     <StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
  21.     <AllowHardTerminate>true</AllowHardTerminate>
  22.     <StartWhenAvailable>false</StartWhenAvailable>
  23.     <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
  24.     <IdleSettings>
  25.       <Duration>PT10M</Duration>
  26.       <WaitTimeout>PT1H</WaitTimeout>
  27.       <StopOnIdleEnd>true</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>false</WakeToRun>
  35.     <ExecutionTimeLimit>PT72H</ExecutionTimeLimit>
  36.     <Priority>7</Priority>
  37.   </Settings>
  38.   <Actions Context="Author">
  39.     <Exec>
  40.       <Command>cmd.exe</Command>
  41.       <Arguments>/c shutdown -s -t 0</Arguments>
  42.     </Exec>
  43.   </Actions>
  44.   <Principals>
  45.     <Principal id="Author">
  46.       <UserId>PC\User</UserId>
  47.       <LogonType>InteractiveToken</LogonType>
  48.       <RunLevel>LeastPrivilege</RunLevel>
  49.     </Principal>
  50.   </Principals>
  51. </Task>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement