You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.
I have developed two background apps using the windows IoT core template. I need to launch them at the start up of my device but I found out that windows 10 iOt core os can support only one uwp app and only one background app as start up app. Thus I wonder how to launch the background app from another background app, uwp app or batch file. Any ideas?
The text was updated successfully, but these errors were encountered:
Windows 10 IoT Core supports one UWP startup app and any number of background startup apps. Are you seeing an error when attempting to set multiple background startup apps?
If you haven't already, please run "iotstartup add headless " for registering and triggering a start of the additional continuous background task (CBT) app. Multiple CBTs launch is supported.
What I am facing this moment is that i would like to launch the background apps through another app (uwp or background app) that it will act as a startup app. In other words i would prefer to have one startup app that launches all my background apps with a specific order.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have developed two background apps using the windows IoT core template. I need to launch them at the start up of my device but I found out that windows 10 iOt core os can support only one uwp app and only one background app as start up app. Thus I wonder how to launch the background app from another background app, uwp app or batch file. Any ideas?
The text was updated successfully, but these errors were encountered: