Global Const $ARRAY_OF_FOLDERS = StringSplit(StringLeft(@AutoItExe, StringInStr(@AutoItExe, "\", 0, -1) -1) & "\Include" & @CR & "C:\YourPath", @CR, 2) ; ["C:\Apps\AutoIt", "C:\Program Files (x86)\AutoIt3\Include"]
.. also ..
$hGUI = GUICreate($GUI_TITLE, 800, 490, 190, 120, $WS_THICKFRAME + $GUI_SS_DEFAULT_GUI)
DllCall('shell32.dll', 'long', 'SetCurrentProcessExplicitAppUserModelID', 'wstr', $GUI_TITLE) ; look at _WinAPI_SetCurrentProcessExplicitAppUserModelID()
This what I did to mine. Thanks for the update