After some time of using it I realized that makes the title optional is more efficient Example2.au3  - makes the title optional ;https://www.autoitscript.com/forum/topic/209408-traytipgui-to-send-a-message-to-the-tray/ #AutoIt3Wrapper_AU3Check_Parameters=-d -w 1 -w 2 -w 3 -w- 4 -w 5 -w 6 -w- 7 ;Example2.au3 ; Example for using TrayTipGUI Tip("so You can present the messages easy" & @CRLF & " without title") Sleep(3000)