Windows 10 IoT Core can be configured for either headed or headless mode.

Headed mode

A UI is provided. A single UI app will be launched at system boot and there can additionally be 0 or more “Background Apps” (StartupTasks).

Headless mode

There is no UI. The UI stack is disabled and UI apps will not launch. This reduces the amount of system resources used. If you attach a monitor to your device, the screen will be black.

Setting the Headed / Headless Mode

Use these with the command line

Display the current state of your device

setbootoption.exe
Enable headless mode

setbootoption.exe headless
shutdown /r /t 0
Enable headed mode

setbootoption.exe headed
shutdown /r /t 0

Finding A Headless Device

An IoT Core device that is in headless mode can be discovered using the Windows 10 IoT Core Dashboard application which listens for pings from any IoT Core devices on the local network and displays device information such as the name, IP address, and more.  Download here.

 

Feel free to comment if you can add help to this page or point out issues and solutions you have found. I do not provide support on this site, if you need help with a problem head over to stack overflow.

Comments

Your email address will not be published. Required fields are marked *