25010/configuring-a-windows-10-iot-app-for-automatic-restart
I have a Windows 10 IoT app developed in C#, and I need to relaunch the app when the configuration has changed. How can the app relaunch itself programmatically?
Have you tried using powershell right after a configuration deployment to restart it? https://ms-iot.github.io/content/en-US/win10/samples/PowerShell.htm
the command
net start 'program'
should be what you're looking for in powershell
For the Device: Since IoT only allows 1 app at a time, have you considered just issuing the device itself a the restart command and the application to go on startup
It is possible, but you should understand ...READ MORE
The easiest way I found is downloading ...READ MORE
Suppose your IP was 10.10.0.1, set-executionpolicy remotesigned import-module ...READ MORE
I was looking for a solution too, ...READ MORE
I couldn't find any proper documentation and ...READ MORE
If this object is eligible for garbage ...READ MORE
What you are describing is known as ...READ MORE
Took me little time, but resolved the ...READ MORE
You should use HttpClient instead of WebClient. Try ...READ MORE
On Windows IoT you have to use ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.