Forum Widgets
Latest Discussions
Anomalies IDs for Windows 10 IoT Enterprise LTSC 2021 for medical devices
I am working in the medical device industry and we use Windows 10 IoT Enterprise LTSC 2021 as the operating system for our devices. To comply with medical device regulations, we need access to a comprehensive and tracked list of anomalies (bugs) with specific IDs for this version of the operating system. I have been unable to find this documentation on Microsoft's official website, but it is essential for: Completing software risk analysis Documenting known vulnerabilities as required by regulations (MDR, FDA, etc.) Maintaining the traceability required for certification processes We have regular licenses for the operating system and I would like to know: Is this documentation available for Windows 10 IoT Enterprise LTSC 2021 license holders? Is there a specific channel (OEM Partner Program, Commercial Support, or other) through which we can access this information? Is there a dedicated process for medical device manufacturers to obtain this documentation? Any guidance on how to proceed would be greatly appreciated. Thank you in advance for your support!noemiioriooApr 16, 2025Copper Contributor72Views0likes0CommentsAnomalies IDs for Windows 10 IoT Enterprise LTSC 2021 for medical devices
Good day everyone, I am working in the medical device industry and we use Windows 10 IoT Enterprise LTSC 2021 as the operating system for our devices. To comply with medical device regulations, we need access to a comprehensive and tracked list of anomalies (bugs) with specific IDs for this version of the operating system. I have been unable to find this documentation on Microsoft's official website, but it is essential for: Completing software risk analysis Documenting known vulnerabilities as required by regulations (MDR, FDA, etc.) Maintaining the traceability required for certification processes We have regular licenses for the operating system and I would like to know: Is this documentation available for Windows 10 IoT Enterprise LTSC 2021 license holders? Is there a specific channel (OEM Partner Program, Commercial Support, or other) through which we can access this information? Is there a dedicated process for medical device manufacturers to obtain this documentation? Any guidance on how to proceed would be greatly appreciated. Thank you in advance for your support!noemiioriooApr 16, 2025Copper Contributor42Views0likes0Comments- 5mpdk3349211384208605mpdkNov 10, 2024Copper Contributor83Views0likes0Comments
How to active Windows IoT Enterprise LTSC2021 via phone
Dear Community, how can I activate Windows IoT Enterprise LTSC2021 via phone. I MUST activate via phone since the computers are installed in a facility without internet connection. What I have already tried that DID NOT work The activation dialogue does not show the "phone option" as seen in this video: https://www.youtube.com/watch?v=6RTu0_uWjMM Run "SLUI 4" from the command line with admin privilleges. It just returns without doing anything Rebuild some internal databases as described here before step 2: https://answers.microsoft.com/en-us/windows/forum/all/activate-windows-by-phone-not-there-in-settings/34b72b93-563f-463c-8614-4675cfd0143f Contacted the seller of the license (arrow), they referred me to mailto:email address removed for privacy reasons, who then told me to go to the forums What's left that I can try?msadmin1320Aug 14, 2024Copper Contributor435Views0likes0Comments- alan_panJun 20, 2024Copper Contributor236Views0likes0Comments
Windows 10 IoT Core
Hello, Greetings of the day !!! I am currently working on a project involving a Raspberry Pi 3 Model B, where I am developing a Universal Windows Platform (UWP) app. In this regard, I require specific information related to Windows IoT Core, and I would appreciate your assistance in providing the following details: Compatibility Information: Kindly inform me of the compatible version(s) of Windows IoT Core for the Raspberry Pi 3 Model B. Additionally, I am interested in knowing the latest available version as of the present date. Licensing Terms: Could you please provide details on the licensing terms associated with Windows IoT Core? I am particularly interested in understanding the terms and conditions applicable to the use of this platform in my development environment.Manish1435Mar 07, 2024Copper Contributor301Views0likes0CommentsRegarding the security certification for Windows10 IOT enterprise LTSC 2019.
Hello, Greetings of the day. I am writing to understand, what security certificate Windows10 IOT enterprise LTSC 2019 comply. Like for example: OWASP or any other certificate.Jeet_Limbachiya_Feb 06, 2024Copper Contributor294Views0likes0CommentsUWF: problems with some excluded folders and firewall
I'm running Windows 10 Enterprise LTSC (version 10.0.17763). I've setup everything I need and I'm configuring UWF filters. I enabled protection for C: volume, and added a couple of exclusion for: allowing write on my app folder in C:\Program Files\CustomApp (for updates) allowing write on the user's "User" Documents folder C:\Users\User\Documents\ (custom app logs, ...) allowing network interfaces edit Here is the output of uwfmgr get-config command PS C:\Windows\system32> uwfmgr get-config Unified Write Filter Configuration Utility version 10.0.17763 Copyright (C) Microsoft Corporation. All rights reserved. Current Session Settings FILTER SETTINGS Filter state: ON Pending commit: N/A Shutdown pending:No SERVICING SETTINGS Servicing State: OFF OVERLAY SETTINGS Type: RAM Maximum size: 1024 MB Warning Threshold: 512 MB Critical Threshold: 1024 MB Freespace Passthrough: OFF Persistent: OFF Reset Mode: N/A VOLUME SETTINGS Volume bbac04fb-9c1e-4b48-8220-5b5b315a37af [C:] Volume state: Protected Volume ID: bbac04fb-9c1e-4b48-8220-5b5b315a37af File Exclusions: Current Session Exclusions for Volume bbac04fb-9c1e-4b48-8220-5b5b315a37af [C:] C:\Program Files\CustomApp C:\Users\User\Documents\ REGISTRY EXCLUSIONS HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nsi Next Session Settings FILTER SETTINGS Filter state: ON Pending commit: N/A SERVICING SETTINGS Servicing State: OFF OVERLAY SETTINGS Type: RAM Maximum size: 1024 MB Warning Threshold: 512 MB Critical Threshold: 1024 MB Freespace Passthrough: OFF Persistent: OFF Reset Mode: N/A VOLUME SETTINGS Volume bbac04fb-9c1e-4b48-8220-5b5b315a37af [C:] Volume state: Protected Volume ID: bbac04fb-9c1e-4b48-8220-5b5b315a37af File Exclusions: Next Session Exclusions for Volume bbac04fb-9c1e-4b48-8220-5b5b315a37af [C:] C:\Program Files\CustomApp C:\Users\User\Documents\ REGISTRY EXCLUSIONS HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nsi Problem 1 As visible from the config above, C:\Users\User\Documents\ and C:\Program Files\CustomApp folders are listed in the File Exclusion. Write on C:\Program Files\CustomApp (e.g. create a folder/file) will persist after reboot. Write on User's Documents folder gets lost after reboot. Am I missing something? How to have persistency on user's Documents folder? Do I need to set some extra things other than the folder exclusion? Problem 2 My custom app runs a WebSocket server that listen to port 8080. I added a firewall inbound rule to allow all incoming requests for the app. When the firewall is enabled and UWF filer is disabled, I can connect to my app from another PC. When UWF is enabled, the connection fails. If I completely disable the firewall, I can connect to the app both when UWF manager is enabled or disabled. What UWF configuration am I missing to have the firewall working as expected with UWF filtering enabled?massimocristofoliniJan 29, 2024Copper Contributor532Views0likes0CommentsConnecting a touch screen to my RPi 3 IoT make it blue screen
Running Iot Core version 10.0.17763.107 : I connect my Dell 55" touch screen and almost immediately the IoT device blue screens. There is time to see that the touch device actually registers: but then a BS appears Am I supposed to load some kind of device driver or is this a IoT bug?michaeldovitsApr 18, 2023Copper Contributor433Views0likes0Commentsnetwork conneciton not found on Raspberry Pi 3B (Revision a02082)
Hi all, I need to make changes to an IoT-project that I had last updated in late 2020. Now when I started the Raspberry I used for developing, it could not find any network (WLAN, Ethernet), which it did of course back then. I re-installed IoT dashboard and downloaded the OS to a new SD-Card (Sandisk ultra 16 GB), tried different routers and ethernet cables, but still no connection. When running on Raspbian, all networks are found. So it is not a hardware issue. Does anybody have a clue? It would be a great relief - I have been searching for hours! Thanks!Rudolf_Georg_LinnerMar 19, 2023Copper Contributor406Views0likes0Comments
Resources
Tags
- iot2 Topics
- tony_tsai_01@outlook.com1 Topic
- Windows IoT1 Topic
- iotshow1 Topic
- Deep Dive1 Topic
- Win10 IOT NAT Setup1 Topic
- microsoft teams1 Topic
- Settings1 Topic
- windows 10 iot core1 Topic
- UWP1 Topic