Hi,
I know i am too late for the party but a workaround for someone that might be struggling with this, is to create a .vbs file.
Open notepad and paste:
Set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys("^{Esc}")
WScript.Sleep(1000)
WshShell.SendKeys("netflix")
WScript.Sleep(100)
WshShell.SendKeys "{ENTER}"
Feel free to replace any app downloaded from Microsoft store (and of course you can find it by just searching).
Then save as -> script_name.vbs
Save as type: All Files
And you are done. Watch your computer take over!!!! Terminator style