Skip to content

Instantly share code, notes, and snippets.

@aielwaste
Created October 5, 2017 20:48
Show Gist options
  • Save aielwaste/f428db0933107d4ba7509582b766291a to your computer and use it in GitHub Desktop.
Save aielwaste/f428db0933107d4ba7509582b766291a to your computer and use it in GitHub Desktop.
Autohotkey Tray Info
test := TrayIcon_GetInfo()
Loop % test.MaxIndex()
MsgBox, % test[A_Index].process
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment