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?
Restart apps command isn't something new to Windows 10. In fact, it is available in the Settings since 2017. It can be found under Settings > Accounts > Sign-in options > Restart apps.
Windows 10 IoT Editions While only running a single app, it still has the manageability and security expected from Windows 10. By contrast, Windows 10 IoT Enterprise is a full version of Windows 10 with specialized features to create dedicated devices locked down to a specific set of applications and peripherals.
1 Answer. Office 365 App can not run on Windows IoT Core, but it can run on Windows IoT Enterprise.
Base on the Richard's comments I have resolved as follows:
Setting the default app
The code for close the app is:
private void Exit()
{
Windows.ApplicationModel.Core.CoreApplication.Exit();
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With