; This script is based on Bkid's script.
#Persistent
#NoEnv
#SingleInstance ignore
Menu, Tray, NoStandard ; Removes Tray Menu Standard Items.
Menu, Tray, Add, Exit, ExitSub ; Adds an 'Exit' menu
; Hotkey to be used depends of the coder.
SetScrollLockState, Off ; M
...
Read more »