Apple TV on Windows does not hide the player controls and taskbar


This is the state of the Apple TV app on windows, it's literally unusable. If this is the way of apple deliberately making the UX worse on non apple devices, guess it's time to cancel my sub.

Windows

Posted on Jan 10, 2025 6:58 AM

Reply
Question marked as ⚠️ Top-ranking reply

Posted on Jan 23, 2025 6:37 AM

Had the same problem but went to Start and right-clicked the app. Selected more then clicked to repair the app. On-screen controls vanished. Already auto-hide the taskbar so everything looking good again for me.

26 replies
Sort By: 

Mar 4, 2025 7:58 PM in response to AgentDarkFury

I use autohotkey and use a script and load it on windows startup. Now I can toggle the taskbar on/off easily just by pressing the F12 key. I got it from here: https://www.autohotkey.com/boards/viewtopic.php?t=60866 . There are some scripts on the thread, here's the one I use:


$F12:: HideShowTaskbar(hide := !hide)
   
HideShowTaskbar(action) {
   static ABM_SETSTATE := 0xA, ABS_AUTOHIDE := 0x1, ABS_ALWAYSONTOP := 0x2VarSetCapacity(APPBARDATA, size := 2*A_PtrSize + 2*4 + 16 + A_PtrSize, 0)
   NumPut(size, APPBARDATA), NumPut(WinExist("ahk_class Shell_TrayWnd"), APPBARDATA, A_PtrSize)
   NumPut(action ? ABS_AUTOHIDE : ABS_ALWAYSONTOP, APPBARDATA, size - A_PtrSize)
   DllCall("Shell32\SHAppBarMessage", UInt, ABM_SETSTATE, Ptr, &APPBARDATA)
}
Reply

Mar 28, 2025 2:19 PM in response to SindreK

Thats not a solution. I use the app for month just like that. I never considered to pin the app to the taskbar. :D

I just found out recently that when the app is started and you open a new programm or window, like your browser or the file explorer and then start a movie, the taskbar will be visible the whole time. For this bug to occur it's enough to have the apple tv app open, you don't need to start a movie.


Reply

Apple TV on Windows does not hide the player controls and taskbar

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.