I'd like to use pywinauto to use the windows 11 media controls (they can for example be seen by clicking on the taskbar where the internet, sound options and battery icons are while something is playing).
I tried to use process explorer to identify the process in hopes this would help but wasn't able to do that. Intuitively, I'd assume it's some subprocess of explorer.exe, but I haven't managed to use it's feature to get a process from a window, as the menu closes whenever I click on that tool.
Even a strategy to go about finding the correct application instance and window reference would help a lot...