VoiceAttack

General => How Do I? => Topic started by: SemlerPDX on October 17, 2020, 02:55:18 PM

Title: How to Launch VoiceAttack as Admin with no UAC prompt - Task Method
Post by: SemlerPDX on October 17, 2020, 02:55:18 PM
How to Launch VoiceAttack as Admin with no UAC prompt - Windows Task Method

This is a very simple, but mostly unfamiliar process for most Windows users.  When Windows UAC settings are higher than 'Never notify', running VoiceAttack as Admin will darken the screen and present a confirmation prompt.  Follow this method to create a desktop (or taskbar/start-menu) shortcut that can launch VA as admin without a UAC confirmation prompt.  This method can also be applied to most any other program in Windows.


--Instructions--
Step 1:
 Click on the Start Menu and start typing "Task Scheduler", then click on the Task Scheduler application to open it (or press Enter if it is already highlighted).

(https://i.imgur.com/8tTz5j2.png)

Step 2:
 Click "Create Task" on the Actions pane on the right

(https://i.imgur.com/pUJPp23.png)


Step 3:
 Type a name for this task - you will refer to this name later when creating a shortcut.  Next, check the box for "Run with highest privileges"

(https://i.imgur.com/9bPFsz2.png)


Step 4:
 Select the "Actions" tab along the top.  Click "New" to add a "Start a program" action, pointing to your VoiceAttack.exe (wherever that is).

(https://i.imgur.com/doqbpve.png)


Step 5:
 Ensure the Action type is "Start a program", and click "Browse" - navigate to the VoiceAttack.exe in your programs folder (wherever that is on your PC).  The path shown may be different if you have the Steam version, a different operating system version, or if you changed your install location from default.

(https://i.imgur.com/zyHTlRt.png)
-OPTIONAL-
 Under the "Add arguments (optional)" line, you can add any additional VoiceAttack command line options at any time now or in the future.  See VoiceAttack Manual for a list of accepted options.



Step 6:
If you have a laptop or rely on battery power at any time, you can click on the "Conditions" tab and uncheck the box for "Start the task only if the computer is on AC power"

(https://i.imgur.com/e3WHLqa.png)


Step 7:
Click on the "Settings" tab, change the bottom most option to "Stop the existing instance" as shown.  Verify options are set exactly as in this image, allowing task to be run on demand, and forcing it to stop if not ended when requested.

(https://i.imgur.com/BL0xnXr.png)

When done, click OK to create this as a task.  (*Note or copy the task name to create a shortcut)



Create a Shortcut for desktop, start-menu, or taskbar(https://i.imgur.com/mV49EHr.png)
(https://i.imgur.com/DHoFMlh.png)
Code: [Select]
C:\Windows\System32\schtasks.exe /run /tn "VoiceAttack_AsAdmin_NoUAC"(https://i.imgur.com/G2f2Nkf.png)
(https://i.imgur.com/4ToCbVi.png)
(https://i.imgur.com/uPlb0RA.png)  (https://i.imgur.com/UgriI4t.png)



Any questions, feel free to ask!  I've been using this method for many years now, and of course you can add any additional command line arguments to the Windows Task as needed for your particular use case at any time.  You can even create several of these tasks for launching VoiceAttack with different command line options, using this method as an example, so you can have a variety of task-specific launchers that run as admin while bypassing the UAC prompt.

 Cheers!  :D
Title: How to add a Startup Trigger to launch this Task when Windows starts
Post by: SemlerPDX on December 19, 2020, 12:08:01 PM
If you would like to use this system to launch VoiceAttack in this manner each time Windows starts up, you can edit the Schedule Task you created above and add a Trigger.


Step 1.  Open the Windows Task you created, and select the Triggers tab along the top, and click on "New"
(https://i.imgur.com/jLoEH8J.png)

Step 2.  Under the 'Begin the task' drop-down menu, select 'At startup', then click OK
(https://i.imgur.com/6ErqWW6.png)

Step 3.  When done, click OK to save this change to your Scheduled Task
(https://i.imgur.com/tuSuOmb.png)