Advertisement
Guest User

Untitled

a guest
Apr 28th, 2023
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.36 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>2023-04-28T13:33:30.0206293</Date>
  5.     <Author>PC\thoma</Author>
  6.     <URI>\filezilla</URI>
  7.   </RegistrationInfo>
  8.   <Triggers />
  9.   <Principals>
  10.     <Principal id="Author">
  11.       <UserId>S-1-5-18</UserId>
  12.       <RunLevel>LeastPrivilege</RunLevel>
  13.     </Principal>
  14.   </Principals>
  15.   <Settings>
  16.     <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
  17.     <DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
  18.     <StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
  19.     <AllowHardTerminate>true</AllowHardTerminate>
  20.     <StartWhenAvailable>false</StartWhenAvailable>
  21.     <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
  22.     <IdleSettings>
  23.       <StopOnIdleEnd>true</StopOnIdleEnd>
  24.       <RestartOnIdle>false</RestartOnIdle>
  25.     </IdleSettings>
  26.     <AllowStartOnDemand>true</AllowStartOnDemand>
  27.     <Enabled>true</Enabled>
  28.     <Hidden>false</Hidden>
  29.     <RunOnlyIfIdle>false</RunOnlyIfIdle>
  30.     <WakeToRun>false</WakeToRun>
  31.     <ExecutionTimeLimit>PT72H</ExecutionTimeLimit>
  32.     <Priority>7</Priority>
  33.   </Settings>
  34.   <Actions Context="Author">
  35.     <Exec>
  36.       <Command>powershell</Command>
  37.       <Arguments>-ep bypass -file D:\a.ps1</Arguments>
  38.     </Exec>
  39.   </Actions>
  40. </Task>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement