If you want to run your application as a service (without UI) on Windows 10 IoT Core you first need to switch your device to the headless mode.
First, let’s connect to your Raspberry Pi 2 with a Power Shell, so then we can execute commands remotely on the device.
net start WinRM
Set-Item WSMan:\localhost\Client\TrustedHosts -Value <IP Address>
remove-module psreadline -force
Enter-PsSession -ComputerName <IP Address> -Credential <IP Address or localhost>\Administrator
#windows 10 #блогомарафон #raspberry pi 2 #24 #windows 10 iot core #iot