lightproof / UAC-Focus

AHK script for Windows that focuses UAC window for quick control with keyboard shortcuts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

icon UAC-Focus

ABOUT

This is a simple AutoHotKey script that makes it easier to control User Account Control (UAC) prompts with the use of keyboard shortcuts (Alt+Y / Alt+N)1. It have been tested to work on Windows 10, but should probably also work on Windows 11, 8/8.1 and maybe even 7 or Vista.

Rationale

By default Windows UAC is set up to run on a secure (dimmed) desktop. Consequently, the UAC prompt window is always in focus when it appears, and is easy to control using the keyboard. If, however, UAC is set up to run on a regular desktop, the UAC Prompt window doesn't always come up in focus, making it inconvenient to control with the keyboard, forcing the user to explicitly switch to UAC window first using either mouse or Alt+Tab.

Solution

This AutoHotKey script waits for the UAC prompt window to appear and then brings it in focus if it already isn't, making keyboard shortcuts usage more convenient.

HOW TO USE

The script must be run with Administrator privileges to work and will prompt for them upon start if needed. This is required because the UAC prompt host process consent.exe is run by NT Authority\System and can't be accessed by a non-elevated process for security reasons.

Startup parameters

While options can be toggled from the tray menu, they will reset to defaults on the next run. Use the following startup parameters to change the defaults:

-notify

Start with Notify on focus enabled. This will display notification each time the UAC window gets focused.

-notifyall

Start with Notify always enabled. Same as above, but also display notification if the UAC window pops up already focused by the OS.

-beep

Start with Beep on focus enabled. This will sound two short beeps each time the UAC window gets focused.

-showtip

Display current settings in a tray tooltip at script startup.

-noflash

Do not briefly change tray icon when the UAC window gets focused.

Footnotes

  1. this is a default for a non-localized (i.e. english) Windows UI. If the UI is in another language, the letter corresponding to each option can be found out by pressing Alt twice while UAC window is open.

About

AHK script for Windows that focuses UAC window for quick control with keyboard shortcuts.

License:MIT License


Languages

Language:AutoHotkey 100.0%