In this post, "Windows 10 Enterprise LTSC 2021" will be referred to as "non-IoT", and "Windows 10 IoT Enterprise LTSC 2021" will be referred to as "IoT".
Q: What's the difference between non-IoT and IoT?
A: They are essentially the same, except:
||non-IoT|IoT|
|:-|:-|:-|
|Lifecycle end date|Jan 12, 2027|Jan 13, 2032|
|Generic key type|KMS|RTM|
|Generic key embedded in the ISO file|M7XTQ-FN8P6-TTKYV-9D4CC-J462D|QPM6N-7J2WJ-P88HH-P3YRH-YY74H|
|Activation method|KMS|Digital License (HWID)|
|Languages available for ISO files|All native languages available, such like en-gb, fr-fr, de-de, etc.|Only en-us "English (United States)" is available.|
Q: If I want IoT, can I install with the ISO file of the IoT version, which is only available in en-us, then later on install language packs of my choice?
A: Yes. However, keep in mind that in some cases it will not be the same as installing from an ISO file in the native language. For exmaple, if you install with an en-us ISO, then install the en-gb language pack, then you could get the pesky "English (United States)" keyboard layout coming back again and again. It is recommended that you do a clean installation in the native language you want, e.g. install en-gb non-IoT, then switch to IoT (see below), so that you get IoT in native language "English (United Kingdom)".
Q: Can I switch between non-IoT and IoT after installation?
A: Yes. You can freely switch between these two at any time by changing the key (see generic keys in the table above). Right-click on Start menu, run "PowerShell (Admin)", type in the following command:
slmgr /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
Q: How can I activate?
A:
For genuine MSDN subscribers: you activate non-IoT with the KMS server of your institute, or activate IoT with the MAK key provided by your institute.
For home users: as per sub rules, no linking of pirated content, thus I will not provide any link here for activators. Just search for MAS.
================================================================================
Edit: MAS 1.5 may already support LTSC 2021. The section below were written for MAS 1.4 at the time of making this post and may be skipped:
MAS 1.4 will fail for IoT with the following error:
==== ERROR ====
[Windows 10 IoT Enterprise LTSC 2021 | 19044 | SKU:191] HWID Activation is Not Supported.
Press any key to exit...
However, simply modify the code for the SKU value in HWID_Activation.cmd:
Line 679:
191-IoTEnterprise
and lines 761-763:
:IoTEnterprise
set "key=QPM6N-7J2WJ-P88HH-P3YRH-YY74H"
exit /b
Then IoT activates permanently with HWID.
For complete noobs like myself...
If you are activating Windows 10 IoT Enterprise LTSC 2021:
MAS 1.4 is an activator which contains a file called HWID_Activation.cmd, which fails if not modified.
Download Notepad++ which gives you numbered lines in txt files and edit the HWID_Activation.cmd at lines 679 and 761-763 as mentioned above.
Before: 679
Modified:
Before: 761-763
Modified:
For anyone reading this in the future, newer versions of MAS fix this. I just used MAS 1.7 and it worked fine.
I am from the future, and I, thank you.
Would modifying the key for IoTEnterprise as shown above also fix the all-in-one script? Or is it a bit more complicated than a simple search-and-replace?
I'm not sure, I never tried it, I only used the HWID file in isolation. I presume it's using the code from that file when you implement HWID patch. I guess it should work all-in-one but if all the code is baked into the all-in-one, then you'd have to find the line code and change that for the all-in-one too.
do I have to edit in MAS 1.5 as well?
1.4 was the last official build at the time, so it needed to be updated. I presume 1.5 has been updated. I don't know though