EXE
WinGet
5 submissions
AutoHotkey
AutoHotkey Foundation LLC · 2.0.9 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
AutoHotkey_2.0.9_setup.exe /silent
InstallPath
AutoHotkey_2.0.9_setup.exe /silent /installto "<INSTALLPATH>"
Custom
AutoHotkey_2.0.9_setup.exe /silent /elevate
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
HKEY_LOCAL_MACHINE
Key path
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AutoHotkey
Detection method
Version comparison
Value name
DisplayVersion
Operator
Greater than or equal to
Value
2.0.9
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
AutoHotkey_2.0.9_setup.exe
File Size
2.8 MB
Real Type
PE32 executable (GUI) Intel 80386, for MS Windows, UPX compressed, 3 sections
Installer Technology
Installer technology not recognized
This file does not match any known installer framework signature. Application metadata was extracted directly from the binary. Silent install switches may not be available.
Signature
Status
Not Digitally Signed
Installer Selection
WinGet Package
Package ID
AutoHotkey.AutoHotkey
Version
2.0.9
Description
Macro-creation and automation-oriented scripting utility for Windows.
License
GPL-2.0
↗
Installer URL
https://github.com/AutoHotkey/AutoHotkey/releases/download/v2.0.9/AutoHotkey_2.0.9_setup.exe
Upgrade Behavior
install(Install over existing)
Release Notes
Fixed stacking of hotstrings with the X option.
Fixed debugger not listing local vars if the function is at the bottom of the stack.
Fixed Gui threads to show on the debugger's call stack.
Fixed some combinations of &/ByRef causing stack overflow in ExitApp.