I would like to use a powershell script to focus/switch to a UWP (Windows app store style app) that is currently running.
I use powershell to focus a regular windows application by its process name just fine using a technique found here: How to bring focus to window by process name?
The problem I have using this technique with a UWP app is that UWP apps appear to have 0 as the MainWindowHandle property which tells me its hidden and managed by the system.