Hints appeared last week that Microsoft may be close to offering multi-session remote desktop access to Windows 10 Enterprise as an alternative to, and complement of, Windows Server. MUU-00005 - Windows 10 IoT Enterprise - 2019 LTSC - Value 2. AAA-12384 - Windows 10 Enterprise - 2019 LTSC And those two have a different price range. Wednesday, March 4, 2020 6:57 AM.
First published on CloudBlogs on Jan 11, 2016 Hello Everyone, this is Jeroen van Eesteren from the Remote Desktop team. I am writing you today to let you know about the graphics remoting enhancements we made to the Remote Desktop Protocol (RDP) version 10 which shipped with the Windows 10 1511 update and the Windows Server 2016 Technical Preview 4, both released in November 2015. Windows 10 IoT is a member of the Windows 10 family that brings enterprise-class power, security, and manageability to the Internet of Things. IoTEdge on Windows 10 IoT Enterprise I have recovered some old electronics that were working very well with Windows 7 Embedded. Driven by the apparent simplicity of implementing IoTEdge in the documentation and understanding the great potential of joining IoTHub + IoTEdge I got down to work.
Note
Windows Containers are supported for commercial deployments on Windows Server, Windows IoT Server, Windows IoT Enterprise and Windows IoT Core. As of Windows October Update 2018 (Build 17763), Windows Containers can only be used with Windows Enterprise and Professional for dev/test purposes.
What is Windows 10 IoT?
Windows 10 IoT is a member of the Windows 10 family that brings enterprise-class power, security, and manageability to the Internet of Things. It leverages Windows' embedded experience, ecosystem and cloud connectivity, allowing organizations to create their Internet of Things with secure devices that can be quickly provisioned, easily managed, and seamlessly connected to an overall cloud strategy.

Windows 10 IoT Editions
Windows 10 IoT comes in two editions. Windows 10 IoT Core is the smallest member of the Windows 10 operating system family. 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.
Differences between Windows 10 IoT Core and Windows 10 IoT Enterprise
While Windows 10 IoT Core and Windows 10 IoT Enterprise are similar in name, there are differences in what they offer as well as what they support. Below is a feature list that highlights edition differences.
Feature / Edition | Windows 10 IoT Core | Windows 10 IoT Enterprise |
---|---|---|
User experience | One UWP app in the foreground at a time (see IoT Shell documentation for app backstack handling) with supporting background apps and services. | Traditional Windows Shell with Advanced Lockdown Features |
Headless supported | Yes | Yes |
App architecture supported | UWP UI only | Full Windows UI support (e.g. UWP, WinForms, etc) |
Cortana | Cortana SDK | Yes |
Domain join | AAD only | AAD and Traditional Domain |
Management | MDM | MDM |
Device Security Technologies | TPM, Secure Boot, BitLocker, Device Guard, and Device Health Attestation | TPM, Secure Boot, BitLocker, Device Guard and Device Health Attestation |
CPU Architecture support | x86, x64, and ARM | x86 and x64 |
Licensing | Online Licensing Agreement and Embedded OEM Agreements, Royalty-free | Direct and Indirect Embedded OEM Agreements |
Usage scenarios | Digital Signage, Smart Building, IoT Gateway, HMI, Smart Home, Wearables | Industry Tablets, Retail Point of Service, Kiosk, Digital Signage, ATM, Medical Devices, Manufacturing Devices, Thin Client |
For minimum requirement details, please visit the Windows Hardware site.
If you're interested in learning more about Point of Service, please visit the UWP docs on this topic.
Differences between Windows 10 Desktop and Windows 10 IoT Core
Different features available on Desktop and IoT Core
- Inbox Cortana is no longer available on Windows 10 IoT Core since version 1809 (17763). If you are looking to bring a voice-enabled device to market quickly, you can integrate Cortana support into the device using the preview of the Cortana Devices SDK.
- The FileOpenPicker API is not supported in Windows 10 IoT Core. To access local drives or removable storage, you can implement this in your own application.
- The Windows 10 IoT Core device will boot to the default app instead of a desktop-like PC. The purpose of this application is not only to provide you with a friendly shell to interact with upon first boot, but to also allow you to use the open-sourced code for this application so that you can use these features to plug and play your own custom application(s).
Differences in driver-supported areas
- Windows 10 Desktop has more supported drivers than Windows 10 IoT Core. To make the same device(s) work on Windows 10 IoT Core as on Desktop, you may need to build a driver from source for a Windows 10 IoT Core device or find another workaround, especially for ARM architecture.
- There is no out-of-the-box driver for libusb for Windows 10 IoT Core (ARM) - you will need to build from source to target the ARM architecture.
Differences in available registry set
- On desktop, there is an option to 'Automatically hide scroll bars in Windows' that can be set to off. It is controlled by the following registry entry:
- There is no such registry on Windows 10 IoT Core devices by default. You will need to add a 'Dynamic Scrollbars' register if you want.
- To enable hide scroll bars automatically in a UWP application, you can add the 'DynamicScrollbars' register and set the value to '1' like this:
- The registry key must be set from the Default Account. If the ScrollViewer's XAML setting is 'Visible', the registry setting of 0 will force the scroll bar to appear regardless of whether there is sufficient content to have the scroll appear in the UI. A registry setting of 1 will keep the scroll bar hidden until there is sufficient content.
- Lastly, if the ScrollViewer XAML's setting is 'Auto' then the registry setting of 0 will only show the full scroll bar when there is enough content to display the scroll bar. When the registry setting is 1, the scroll bar will appear then when there is enough content or hidden if there is no content.
Different commands supported
- The PowerShell Remove-AppxPackage command works on Desktop but not on Windows 10 IoT Core.
- Not all folders on your device are accessible by Universal Windows Apps. On Windows 10 IoT Core, you can use the FolderPermissions tool to make a folder accessible to a UWP app. For example, run FolderPermissions c:test -e to give UWP apps access to c:test folder. However, this is not available on Desktop.
Commands shown in this post may change as time goes on since Windows 10 IoT Core keeps updating.
IoT Edge Support for Windows 10 IoT
To learn more about IoT Edge support for Windows 10 IoT, please read more about 'Operating Systems' in the Azure IoT Edge article here.
Helpful resources
If you are operating Raspberry Pi 3 running Windows 10 IoT headlessly (without a display) then you normally manage your device from a SSH or PowerShell session. However if you need to see the display (user interface) of an app that is running on the device then you can make use of the new remote desktop and sensor technology that is available on Windows 10 IoT Core OS. This feature lets you remotely view the UI of a Windows 10 IoT device from another computer running Windows 10. All you need to do is enable the Windows IoT remote server on your IoT device and install the free Remote Client on the Windows 10 PC that you are connecting from.
Enabling Windows IoT Remote Server
To enable Windows IoT Remote Server:
- Open Windows IoT Core Dashboard.
- Click My Devices.
- Right click on your device from device list and select Open in Device Portal.
- Alternatively, if you already know the IP address of your device, open a web browser and navigate to the url http://your-IP-address:8080/
- Enter username and password when prompted.
- In Device Portal, click Remote.
Windows IoT Remote Client
Windows 10 Iot Enterprise Rdp Download
Windows IoT Remote Client is a free app available on Microsoft Store and can run on a desktop PC, tablet or phone. The client app will automatically discover Windows Iot Devices on the network. You can select a discovered device or enter the IP address and connect.
Windows 10 Iot Enterprise Rdp Server
Input from mouse, keyboard or touch and data from any sensors are send to the Windows IoT device and the display from the device is transmitted back to the client.
