Advertisement
SemlerPDX

VoiceAttack Admin Launcher.ps1

Oct 17th, 2020 (edited)
520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #Simple VoiceAttack Launcher
  2. # by SemlerPDX Jan2017/Oct2020
  3. # VETERANS-GAMING.COM
  4. # uses Windows Task to launch VoiceAttack as Admin without UAC Confirmation prompt
  5. # details/download/instructions at VoiceAttack forums: https://forum.voiceattack.com/smf/index.php?topic=3517.0
  6. # Windows Task "VoiceAttack_AsAdmin_NoUAC.xml": https://pastebin.com/wz4nDL5f
  7.  
  8. Start-ScheduledTask -TaskName "VoiceAttack_AsAdmin_NoUAC"
  9. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement