Icon

AutoHotkey

AutoHotkey is a free and open-source custom scripting language for Microsoft Windows, designed to provide easy keyboard shortcuts, fast macro-creation, and software automation to automate repetitive tasks in any Windows application.
Latest: 2.0.23
Last checked: Mar 14, 2026 6:48pm
Followers: 0
Rank: 294/17422
Monitored via:
GitHub Releases Site Monitor Winget
Report

Overview

0
License: GNU General Public LicenseWinget: Available

Version & Lifecycle

0
Current: 2.0.23 N-2: 2.0.21 Oldest supported: 2005-02-09 Avg cadence: Every 17 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Command-line note • March 12, 2026
0

AutoHotkey – Command-line note

For silent deployment of AutoHotkey v1.x in enterprise scripts, use AutoHotkey_1.x.y.z_setup.exe /S /D="C:Program FilesAutoHotkey" to install to a custom directory without UI prompts. For v2.x and newer, run AutoHotkey_2.x.y.z_setup.exe /silent for default installation or add /installto "%ProgramFiles%AutoHotkey" to specify the path. These options ensure unattended execution suitable for tools like SCCM or PDQ Deploy.

Command-line note • December 21, 2025
0

autohotkey – Command-line note

For silent deployment of AutoHotkey v1.x installers in enterprise environments, use AutoHotkey_1.x.y.z_setup.exe /S to suppress UI and install to the default directory, or append /D="C:CustomPath" for a specific target folder. AutoHotkey v2.x uses AutoHotkey_2.x.y.z_setup.exe /silent (or /installto "%ProgramFiles%AutoHotkey" /silent for custom paths). These switches are safe for scripted automation via elevated command prompt or tools like PDQ Deploy.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Packaging Notes

0

Includes extensive help file and web-based documentation