This commit is contained in:
2025-02-13 23:12:28 +05:30
parent 5586db326b
commit 926bb7bf5b
69 changed files with 824 additions and 115 deletions

View File

@ -9,6 +9,14 @@ Here are several solutions for you to choose from; feel free to select the one y
---
## Windows 10 ESU updates
Microsoft announced [Extended Security Updates (ESU)](https://learn.microsoft.com/en-us/windows/whats-new/extended-security-updates) where users can buy the ESU subscription to receive Windows updates. These updates will begin to roll out in November 2025.
**You can use TSforge option in MAS to activate 3 Years ESU (Oct 2025 to Oct 2028).**
---
## Windows 10 (IoT) Enterprise LTSC 2021
Microsoft releases Windows 10/11 in two servicing channels.
@ -39,7 +47,7 @@ https://gravesoft.dev/clean_install_windows
- Now open the command prompt as admin and enter,
`reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v EditionID /d IoTEnterpriseS /f`
- Now **quickly** go into that DVD drive and run setup.exe, and continue until you reach the final confirmation screen. (Don't take time at this step, otherwise it won't show an option to keep files and apps)
- Make sure it says "**Keep all files and apps**" on the final screen. Then you can continue the process and wait until it is done.
- Make sure it says "**Keep personal files and apps**" on the final screen. Then you can continue the process and wait until it is done.
That's all.
@ -50,24 +58,17 @@ That's all.
- IoT Enterprise LTSC edition ISO's are available in English language only. But don't worry, you can install Non-IoT Enterprise LTSC in another language and later install IoT Enterprise LTSC 2021 key `QPM6N-7J2WJ-P88HH-P3YRH-YY74H` to change the edition.
- LTSC editions do not have Store apps installed by default. However, if you upgrade from GAC to LTSC, all your Store apps will be retained. In contrast, if you perform a clean installation of Windows LTSC, Store apps will not be installed. For instructions on how to install them manually, please refer to this [page](windows_ltsc_links.md).
- IoT editions are [binary identical](https://learn.microsoft.com/windows/iot/iot-enterprise/Overview) to Enterprise editions. The difference is in licensing. You can use it just fine on a general-purpose device.
</details>
---
## Windows 10 ESU updates
Microsoft announced [Extended Security Updates (ESU)](https://learn.microsoft.com/en-us/windows/whats-new/extended-security-updates) where users can buy the ESU subscription to receive Windows updates. These updates will begin to roll out in November 2025.
We will update this post in the future on how you can easily get these updates for free (if you don't want to use LTSC editions).
---
## Windows 11 IoT Enterprise 24H2 / IoT Enterprise LTSC 2024
Many users choose not to use Windows 11 due to hardware limitations, such as a lack of TPM, Secure Boot, or UEFI support. While it is possible to bypass these limitations, doing so is officially unsupported and may lead to issues with future updates.
There is good news.
However, a promising alternative is available.
In 2024, Microsoft released Windows 11 IoT Enterprise 24H2 (GAC) / IoT Enterprise LTSC 2024 (LTSC) which has [relaxed hardware requirements](https://learn.microsoft.com/windows/iot/iot-enterprise/Hardware/System_Requirements?tabs=Windows11LTSC#optional-minimum-requirements).
You can officially install these Windows 11 editions without meeting the usual hardware requirements, such as TPM, Secure Boot, and UEFI, while still receiving continued support in the future.
@ -105,7 +106,7 @@ https://massgrave.dev/windows_ltsc_links
**For LTSC**
`reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v EditionID /d IoTEnterpriseS /f`
- Now **quickly** go into that DVD drive and run setup.exe, and continue until you reach the final confirmation screen. (Don't take time at this step, otherwise it won't show an option to keep files and apps)
- Make sure it says "**Keep all files and apps**" on the final screen. Then you can continue the process and wait until it is done.
- Make sure it says "**Keep personal files and apps**" on the final screen. Then you can continue the process and wait until it is done.
That's all.
@ -118,6 +119,7 @@ That's all.
- This is why IoT (24H2/2024) editions are mentioned so that you can get official support on future feature upgrades.
- LTSC editions do not have Store apps installed by default. However, if you upgrade from GAC to LTSC, all your Store apps will be retained. In contrast, if you perform a clean installation of Windows LTSC, Store apps will not be installed. For instructions on how to install them manually, please refer to this [page](windows_ltsc_links.md).
- Windows 11 24H2 / 2024 requires CPUs that support SSE4.2 and POPCNT instructions.
- IoT editions are [binary identical](https://learn.microsoft.com/windows/iot/iot-enterprise/Overview) to Enterprise editions. The difference is in licensing. You can use it just fine on a general-purpose device.
</details>