Launching IoT Core app using protocol activation

170 views Asked by At

I am currently developing an IoT Core app that should be only launched with protocol activation. For debugging purposes I ran it on a full version of Windows 10, and from there launching an app using protocol is easy with explorer.exe.

I completely forgot, that there is no explorer.exe on IoT Core OS, and hence my question - is there any other way of launching an IoT UWP app on this OS using protocol launch? Like maybe remote PowerShell command to execute to do this?

The reason I am using protocol launch is that I will be running another app on full Windows 10 and there needs to be some information provided to the IoT Device before the app could open. The solution has to have the possibility to launch from C# code, so any IoT Device Hub solution will not suffice.

0

There are 0 answers