Page 1 of 1

Hide VLC from taskbar while it is maximized

Posted: 10 May 2016 02:44
by ultrasound91
Hi friends.
Currently is possible to:
- Keep VLC maximized with system tray icon and taskbar icon
- Keep VLC minimized to systemtray with no taskbar icon
I request possibility to keep VLC maximized, with system tray icon but no taskbar icon.
I temporarily solved this problem with an autohotkey script:

Code: Select all

#NoTrayIcon DetectHiddenWindows On sleep, 100 title = VLC Media Player Control: ifWinExist, %title% { WinHide WinSet, ExStyle, +0x80 WinShow } sleep, 10 Goto, Control
But i hope that this function will be integrated in VLC in future.

Re: Hide VLC from taskbar while it is maximized

Posted: 10 May 2016 10:51
by Nephele
If VLC icon is hidden from taskbar, how can I re-open it? From my opinion, the icon on taskbar is needed.

Re: Hide VLC from taskbar while it is maximized

Posted: 10 May 2016 15:03
by ultrasound91
Program can be opened from system tray.
I need option to include/exclude vlc from taskbar.

Re: Hide VLC from taskbar while it is maximized

Posted: 29 Oct 2017 14:41
by tarantul4y
How can i use this script, I also want to hide my taskbar icon and leave only tray one, because the player running on my TV as second monitor..Thank you in advance :roll:

Re: Hide VLC from taskbar while it is maximized

Posted: 19 Nov 2017 22:39
by EodiV
Valid idea, I have added a ticket 19110 so we may add this to VLC some time.