My Script Ready to compile And I don't Wanna the Taskbar to show it, i know you can do it like this But is there another way, the easyway like #NoTrayIcon #Include <GuiToolBar.au3> WinWaitActive("Untitled - Notepad") _TaskbarHideButton("Untitled - Notepad") Func _TaskbarHideButton($sText, $bHide = True) $hToolbar = _GUICtrlToolbar_FindToolbar("[CLASS:Shell_TrayWnd]", $sText) If $hToolbar = 0 Then Return False For $i = 0 To _GUICtrlToolbar_ButtonCount($hToolbar)-1 $cId = _GUICtrlTo