SemlerPDX

VoiceAttack_AsAdmin_NoUAC.xml

Oct 17th, 2020 (edited)
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.54 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>2020-10-20T15:18:07.1386491</Date>
  5.     <Author></Author>
  6.     <Description>Launch VoiceAttack As Admin with no UAC prompt. Please click Actions tab to verify path to VoiceAttack program.</Description>
  7.     <URI>\VoiceAttack_AsAdmin_NoUAC</URI>
  8.   </RegistrationInfo>
  9.   <Triggers />
  10.   <Principals>
  11.     <Principal id="Author">
  12.       <UserId>S-1-5-18</UserId>
  13.       <RunLevel>HighestAvailable</RunLevel>
  14.     </Principal>
  15.   </Principals>
  16.   <Settings>
  17.     <MultipleInstancesPolicy>StopExisting</MultipleInstancesPolicy>
  18.     <DisallowStartIfOnBatteries>false</DisallowStartIfOnBatteries>
  19.     <StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
  20.     <AllowHardTerminate>true</AllowHardTerminate>
  21.     <StartWhenAvailable>false</StartWhenAvailable>
  22.     <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
  23.     <IdleSettings>
  24.       <StopOnIdleEnd>true</StopOnIdleEnd>
  25.       <RestartOnIdle>false</RestartOnIdle>
  26.     </IdleSettings>
  27.     <AllowStartOnDemand>true</AllowStartOnDemand>
  28.     <Enabled>true</Enabled>
  29.     <Hidden>false</Hidden>
  30.     <RunOnlyIfIdle>false</RunOnlyIfIdle>
  31.     <WakeToRun>false</WakeToRun>
  32.     <ExecutionTimeLimit>PT1H</ExecutionTimeLimit>
  33.     <Priority>7</Priority>
  34.   </Settings>
  35.   <Actions Context="Author">
  36.     <Exec>
  37.       <Command>"C:\Program Files (x86)\VoiceAttack\VoiceAttack.exe"</Command>
  38.       <Arguments>-asadmin</Arguments>
  39.     </Exec>
  40.   </Actions>
  41. </Task>
Add Comment
Please, Sign In to add comment