#HideTrayIcon

System variable - System.

The #HideTrayIcon system variable specifies if an icon is present or not in the system tray during execution of scripts.

Syntax

#HideTrayIcon = 0
or
#HideTrayIcon = 1

Remarks

The default value is 0: an icon is present in the Windows system tray.

Example

 

#HideTrayIcon = 1