AutoHotkey Scripts


Icon Resource Viewer


System Tray Cleaner

Automatically remove app icons

How to use

  1. Create apps.txt
  2. Enter executable (e.g. spotify)
  3. Add one per line
  4. Run script before opening app

Window Manager

Permanent resize

C
Space
Page Down
Page Up
Z

Snap (Hold Shift to extend)

Center

Maximize

Minimize

Restore

Always on top

Workspace

Notes

  1. Create Task
  2. General
    • Name: script.ahk
    • Run with highest privileges
  3. Triggers
    • Begin the task: At log on
    • Delay task for: 1 second (for system tray icon to show)
  4. Actions
    • Program/script: path_to_AutoHotkeyUX.exe
    • Add arguments: path_to_script.ahk

Or run the following command as administrator:

schtasks /create /tn "script.ahk" /tr "\"path_to_AutoHotkeyUX.exe\" \"path_to_script.ahk\"" /sc onlogon /delay 0000:01 /rl highest

Download