I have an app setup so the user can have it run on windows login/boot. I use the UWP StartupTask Class. This basically works. The app starts, briefly shows the splash screen and then minimizes to the taskbar. (Enters Background).
How can I have the app start automatically and stay in the foreground like a normal launch? Or how can I reopen the window to the Foreground from code?
Thanks,
Tony