I think Education is more like Enterprise (not LTSC), but is activatable with HWID form the beginning, also is available on the Consumer ISO (downloadable officially from MS) In the past there were more differences like Cortana not available but this were in 2016. In term of support Enterprise and Education and IOT are the same, longer than Home and Pro and Workstation. Do not confuse with Pro Education which (I think) is a Pro version with a special license (actually inferior to regular Education) and support date is the same of Home and Pro
Thanks a million You nailed the problem. I downloaded the german version of server 26100, installed the danish language pack with PowerShell and removed the german packets with DISM It went perfectly I simply cannot understand, how MS can release official OEM-images with faulty en-US language packs
How to get Dolby Codecs on IoT 24h2 (since Microsoft have removed it)? If is a upgrade (Microsoft words), the codecs will be preserved... So, My question is, how to get these codecs in the case of a clean install? Thanks beforehand
Microsoft, since Windows 8, starting to do things and release it without proper finishing and testing it properly. MDL itself is a witness of how hard is being with MS products... I don't believe that the company will do anything in favor of the customers and users...
I did those lines but I've wrote "volume" instead of "retail" on /channel. Will it be correct or it's important to write "retail". ? As result for now , my iot ltsc 2024 fr-FR is installed , updated... Just to be sure ! Tia
Is it possible to remove both windows defender and edge from Windows 11 IoT Enterprise LTSC 2024. I know edge is baked in as apposed to the non IoT version but just wondered if there was a technique.
Edge can uninstalled via "Installed Apps" menu on an online image by editing IntegratedServicesRegionPolicySet.json and tricking the system into thinking you are part of EEA compliant country. This requires some fiddling with NTFS security permissions to be able to modify that file however, and you have to reboot before it recognizes the change. There are also some more drastic powershell scripts that can just forcefully delete Edge as well (thought leaving behind registry entries etc.). There is way to purge Edge completely in an offline image before installation, but this servicing option is not documented.
I used this method and it worked fine. There is only one minor issue: If you set Autostart=1 and set "AutoEditions=IoTEnterprise" the script does not create the requested IoT iso, instead it exits with the message "source already contains requested editions" or something along these lines. Cheers.