Start another application on top most in tablet mode
问题 When I run another .exe from my application it starts in the background and does not show the application on top of the screen instead shows tablet mode home screen , it's working fine in normal desktop mode but when I run it in Windows 10 Tablet mode then it does not show on top it starts in the background. I've used myWindow.TopMost = true; , but it does not work as intended in Windows 10 Tablet Mode. Code used to start exe file Process p = new Process(); p.StartInfo.RedirectStandardOutput=