Windows IoT Community

Welcome to Windows IoT Development

Start building intelligent, connected devices with Windows IoT. This guide walks you through everything you need to launch your first project.

Prerequisites

Step 1 – Install the Tools

Open Visual Studio Installer and select Desktop development with C++ and IoT Development workloads.

1. Launch Visual Studio Installer
2. Modify → Workloads
3. Check “IoT Development”
4. Install

Step 2 – Create Your First App

In Visual Studio:

  1. File → New → Project
  2. Search “IoT” and select “Blank App (C#) – IoT Core”.
  3. Name it HelloIoT and click Create.
  4. Press F5 to deploy to your device.

Step 3 – Run the Sample

After deployment you should see a simple UI displaying “Hello, IoT World!” on your device screen.

Hello IoT Sample

Next Steps