Questions tagged [windows-10-iot-enterprise]

There are two versions of Windows 10 Iot: Windows 10 IoT Core and Windows 10 IoT Enterprise. This tag should only be used for questions regarding Windows 10 IoT Enterprise. Windows 10 IoT Core has its own tag which should be used for those questions. The main difference between the two is that Windows 10 IoT Enterprise supports Win32 applications as well as WinRT and UWP. Windows 10 IoT Enterprise requires a paid license.

Windows 10 IoT Enterprise is an embedded device version of Windows 10 used with point of sale terminals and other devices which run software that requires more than what is offered by WinRT and UWP applications.

Windows 10 IoT Enterprise requires a paid license from Microsoft unlike Windows 10 IoT Core which is a free license and can be downloaded from Microsoft.

Typical uses for Windows 10 IoT is on small board computers such as the Raspberry Pi running single purpose applications such as a weather station.

See An overview of Windows 10 IoT Enterprise:

Windows 10 IoT Enterprise is a full version of Windows 10 that delivers enterprise manageability and security to IoT solutions. Windows 10 IoT Enterprise shares all the benefits of the worldwide Windows ecosystem. It is a binary equivalent to Windows 10 Enterprise, so you can use the same familiar development and management tools as client PCs and laptops. However, when it comes to licensing and distribution, the desktop version and IoT versions differ.

27 questions
3
votes
4 answers

UWF_Volumes has no entries with CurrentSession=False

since some time now I try to figure out how to correctly setup this new UWF (Unified Write Filter). Unfortunately it seems there is only documentation for Win 8.1 industry (here), not for Win 10. I hope there were no relevant changes since. I also…
casiosmu
  • 797
  • 1
  • 8
  • 22
2
votes
1 answer

Diagnosing why a custom shell on Windows 10 IoT gives black screen

I am configuring Windows 10 Enterprise (IoT) to run a custom shell, but running into the "Black screen with nothing other than a cursor" phenomena. My application - a .Net4 Winforms app - is installed and runs fine from the desktop. I can launch it…
Zippy
  • 117
  • 1
  • 13
1
vote
0 answers

DigitalPersona SDK Runtime issues with Windows 10 IoT Enterprise

I hope someone can help me. We recently purchased a new kiosk model that has a built-in computer. The OS installed on this computer is Windows 10 IoT Enterprise. These kiosks are also equipped with a DigitalPersona fingerprint scanner (U.are.U 4500)…
1
vote
0 answers

WIM to ISO fails, failure when attempting to copy boot files

I am facing a bit of a conundrum. I've been trying to form an ISO from a WIM for some time now, but always run into the same error: It plays up nicely, merges the swm-files as well, but in the end the error comes: failure when attempting to copy…
Tyramizou
  • 11
  • 2
1
vote
3 answers

Getting Mac Address and IP through PowerShell Script

I needed to get the MAC address of several PCs as well as there IPs. I came across this command over PowerShell to get the MAC address Get-NetAdapter -Name "*Ethernet*","*Wi-Fi*"| Select Name,MacAddress I had to use a different Cmdlet to get the…
1
vote
0 answers

Windows 10 IoT Enterprise - Soft Real-time Performance with Audio Service enabled

I want to use soft real-time performance on Windows 10 IoT Enterprise, but in the required steps it lists disabling the Windows Audio Service. Is there any way to keep audio on the machine while still utilizing RTP? This feature is exclusive to this…
P60151
  • 31
  • 4
1
vote
1 answer

IoErr (10), message = System.Data.SQLite.SQLiteException (0x800007FF): disk I/O error at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn

Please note that I am running a Windows Service application using the .NET Framework 4.6.2, and only occasionally it gets this error: 2019-04-22 18:35:36.7727|ERROR|DataIntegrator.MyService|ERROR: code = IoErr (10), message =…
1
vote
1 answer

Registering C++ DLL on 64-bit machine

I have a C++ DLL that I wrote that is failing to register on a 64-bit machine. Note the 32-bit version of the DLL registers on a 32-bit machine. We build the DLL on a 64-bit Windows 7 computer using Visual Studio 2010 in Release mode and target the…
1
vote
0 answers

RS-232 not working on windows 10 ioT

Currently I have a simple working windows form application running on windows 7 embedded that talks serially with a scanner. I wish to switch over to windows 10 ioT platform and be able to run the same application on windows 10 ioT enterprise…
1
vote
0 answers

Iotstartup Application data not ready on IoT Enterprise

I have a UWP background app that previously ran on Windows IoT Core that I now need to run on Windows IoT Enterprise (Windows 10 Enterprise) and have been following this tutorial to try and debug it on the remote machine. Unfortunately whenever I…
0
votes
0 answers

ClickOnce setup.exe not working. new problem besides known issue reinstalling?

I am on KB5028849 as latest update and before that a security update KB5028166 was installed. Are there any other known issue's besides what is currently known about clickonce app need to be reinstalled because of a windows update? because I have…
0
votes
0 answers

Can a Windows Forms Framework (4.8) App execute on Windows 10 IOT Enterprise?

I have developed a .NET Framework WinForms app that was developed to run on a Windows 7 Pro computer. The customer is needing to add BLE 5.0 capability to the tester, which looks like it will require Windows 10. I may be able to purchase a computer…
0
votes
0 answers

shell:startup ignored by default on clean Win11IoT Ent installation. Is there a reg key?

I'm rebuilding an image for a customer that uses a bespoke app that runs on startup. Since moving them to Win10IoT Ent about five years ago they've just had a shortcut in the shell:startup folder pointing to the app that they use and it's worked…
0
votes
1 answer

Error applying provisioning package for multi-app kiosk

I am setting up a multi-app kiosk in audit mode on a fresh install of Win 10 IoT Ent LTSC 1809. I've create an XML assigned access file based on: https://learn.microsoft.com/en-us/windows/configuration/lock-down-windows-10-to-specific-apps
ti034
  • 191
  • 2
  • 13
0
votes
1 answer

Anyone used Unified Write Filter (uwfmgr) and netsh together? I'm seeing some off things after running netsh and then rebooting

I've have a Win10IoT Enterprise image I've built. It is running with Unified Write Filter enabled on the system (C:) volume. I have the following registry exclusions added to the system disk (the only protected volume) to allow changing IP addresses…
1
2