Update docs
This commit is contained in:
parent
b533083a41
commit
24b93c98f5
@ -11,7 +11,7 @@ image: /img/blog_card.png
|
||||
# Keyhole
|
||||
|
||||
By WitherOrNot
|
||||
Edited by May, Lyssa, & SpCreatePackaedLicense
|
||||
Edited by May, Lyssa
|
||||
|
||||
## Introduction
|
||||
|
||||
@ -174,7 +174,6 @@ The research covered in this blogpost was made possible by the following people/
|
||||
|
||||
- May - Initial discovery, testing, reverse engineering
|
||||
- asdcorp - Testing, reverse engineering
|
||||
- SpCreatePackaedLicense - Testing, reverse engineering, bugfix analysis
|
||||
- WitherOrNot - Tool development, testing, reverse engineering, bugfix analysis
|
||||
- emoose, LukeFZ - License Block format documentation
|
||||
- KiFilterFiberContext - ClipSp unpacking
|
||||
|
@ -100,7 +100,7 @@ From all of this work, we learned the following things:
|
||||
- The trusted store's data is held in encrypted files
|
||||
- This data is somehow linked with seemingly encrypted registry keys under `HKLM\SYSTEM\WPA`
|
||||
|
||||
Unfortunately, we didn't know much more than this for quite a long time. My work on deobfuscating both [older](https://github.com/UMSKT/peacestone) and [newer](https://github.com/WitherOrNot/warbird-docs) versions of sppsvc helped us in confirming some of our theories, but without an understanding of `spsys.sys`, they didn't contribute much. In the meantime, SpCreatePackaedLicense built an automated version of the CID trick, using a custom kernel driver to patch sppsvc without adjusting its [protected process](https://www.alex-ionescu.com/why-protected-processes-are-a-bad-idea/) status, which helped greatly with testing CID trick.
|
||||
Unfortunately, we didn't know much more than this for quite a long time. My work on deobfuscating both [older](https://github.com/UMSKT/peacestone) and [newer](https://github.com/WitherOrNot/warbird-docs) versions of sppsvc helped us in confirming some of our theories, but without an understanding of `spsys.sys`, they didn't contribute much. In the meantime, we built an automated version of the CID trick, using a custom kernel driver to patch sppsvc without adjusting its [protected process](https://www.alex-ionescu.com/why-protected-processes-are-a-bad-idea/) status, which helped greatly with testing CID trick.
|
||||
|
||||

|
||||
|
||||
@ -249,7 +249,6 @@ Even with the amount of damage we were able to do to SPP with a debugger and a h
|
||||
|
||||
#### Other Contributions
|
||||
|
||||
- SpCreatePackaedLicense - Tool development, testing
|
||||
- May - Code formatting, build setup
|
||||
|
||||
#### Special Thanks
|
||||
|
@ -9,10 +9,11 @@ At the moment, we don't need any help with coding.
|
||||
|
||||
## Help Fight Malware & Fake Content
|
||||
|
||||
If you search for ways to activate Windows or Office for free on Google or YouTube, you may come across malware disguised as real activators.
|
||||
If you search for ways to activate Windows or Office for free on Google or YouTube, you may come across malware disguised as real activators.
|
||||
While removing such content from websites is challenging, taking down fraudulent YouTube videos is easier—all it takes is enough reports against them.
|
||||
|
||||
Please check [this list](https://gist.githubusercontent.com/WindowsAddict/a2eb95d2a88e403fa4dda2f0bbac9065/raw) and report these videos and channels to help make the internet a safer place.
|
||||
- Check [this list](https://gist.githubusercontent.com/WindowsAddict/a2eb95d2a88e403fa4dda2f0bbac9065/raw) of fraudulent YouTube videos
|
||||
- **Report** these videos and channels to help make the internet a safer place.
|
||||
|
||||
---
|
||||
|
||||
|
@ -8,7 +8,7 @@ The MAS project wouldn't be possible without the kind help and use of other hono
|
||||
|--------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| HWID | [**asdcorp**](https://github.com/asdcorp) - [Original HWID method](https://nsaneforums.com/topic/316668-microsoft-activation-scripts/page/29/#comment-1497887), Reinvented HWID after [free upgrade block](https://devicepartner.microsoft.com/en-us/communications/comm-windows-ends-installation-path-for-free-windows-7-8-upgrade), [GamersOsState](https://github.com/asdcorp/GamersOsState), [Integrated_Patcher](https://github.com/asdcorp/Integrated_Patcher_3) <br /> [**May**](https://github.com/ave9858) - Universal Ticket for HWID <br /> [**vyvojar**](https://github.com/vyvojar) - [slshim](https://app.box.com/s/y71tpcamofcg6zv6k7by6gaex6om3q4d) (Not in use anymore) <br /> [**sponpa, leitek8**](https://nsaneforums.com/topic/316668-microsoft-activation-scripts/page/21/?tab=comments#comment-1431257) - slc.dll Improvements (Not in use anymore) |
|
||||
| Ohook | [**asdcorp**](https://github.com/asdcorp/ohook) |
|
||||
| TSforge | **Core Research and Development** <br /> [**WitherOrNot**](https://github.com/WitherOrNot) - Lead tool development, reverse engineering, testing <br /> [**asdcorp**](https://github.com/asdcorp) - Initial demonstrations, reverse engineering, tool development, testing <br /> [**abbodi1406**](https://github.com/abbodi1406) - Reverse engineering, development, testing <br /> [**Lyssa**](https://github.com/thecatontheceiling) - Reverse engineering, tool development, testing <br /> <br /> **Other Contributions** <br /> [**SpCreatePackaedLicense**](https://github.com/SpCreatePackaedLicense) - Tool development, testing <br /> [**May**](https://github.com/ave9858) - Code formatting, build setup <br /><br /> **Special Thanks** <br /> [**BetaWiki**](https://betawiki.net/) - Documenting beta builds used for reverse engineering <br /> [**Rairii**](https://github.com/Wack0) - Assistance with initial reverse engineering efforts |
|
||||
| TSforge | **Core Research and Development** <br /> [**WitherOrNot**](https://github.com/WitherOrNot) - Lead tool development, reverse engineering, testing <br /> [**asdcorp**](https://github.com/asdcorp) - Initial demonstrations, reverse engineering, tool development, testing <br /> [**abbodi1406**](https://github.com/abbodi1406) - Reverse engineering, development, testing <br /> [**Lyssa**](https://github.com/thecatontheceiling) - Reverse engineering, tool development, testing <br /> <br /> **Other Contributions** <br /> [**May**](https://github.com/ave9858) - Code formatting, build setup <br /><br /> **Special Thanks** <br /> [**BetaWiki**](https://betawiki.net/) - Documenting beta builds used for reverse engineering <br /> [**Rairii**](https://github.com/Wack0) - Assistance with initial reverse engineering efforts |
|
||||
| KMS38 | [**asdcorp**](https://github.com/asdcorp) - Original KMS38 method <br /> [**May**](https://github.com/ave9858) - Universal Ticket for KMS38 |
|
||||
| Online KMS | [**WindowsAddict**](https://github.com/WindowsAddict) - Forked [abbodi1406's](https://github.com/abbodi1406) [KMS_VL_ALL](https://github.com/abbodi1406/KMS_VL_ALL_AIO) <br /><br /> **Acknowledgements** <br /> [**MDL Forums**](https://forums.mydigitallife.net/forums/51/) - The home of KMS emulators <br /> [**Hotbird64**](https://forums.mydigitallife.net/threads/50234/) - The resourceful vlmcsd tool, and KMSEmulator source development |
|
||||
|
||||
@ -21,7 +21,6 @@ The MAS project wouldn't be possible without the kind help and use of other hono
|
||||
| [abbodi1406](https://github.com/abbodi1406) | [[TSforge](https://github.com/massgravel/TSforge)] [[CAS](https://gravesoft.dev/cas)] [[KMS_VL_ALL](https://github.com/abbodi1406/KMS_VL_ALL_AIO) (Online KMS is a fork of it)] [RE and tool development] [Enormous help and problem solving] |
|
||||
| [awuctl](https://github.com/awuctl) | [[hwid-stuff](https://github.com/massgravel/hwid-stuff)] [[licensing-stuff](https://github.com/awuctl/licensing-stuff)] [[info](https://github.com/massgravel/activation)] [[MVS Dump](https://github.com/awuctl/mvs)] [RE and tool development] (Currently retired) |
|
||||
| [Lyssa](https://github.com/thecatontheceiling) | [Official mascot] [[TSforge](https://github.com/massgravel/TSforge)] [RE and tool development] |
|
||||
| [SpCreatePackaedLicense](https://github.com/SpCreatePackaedLicense) | [[Keyhole](https://massgrave.dev/blog/keyhole)] [RE and tool development] |
|
||||
| [May](https://github.com/ave9858) | [Universal Ticket for HWID/KMS38] [DISM Api method to change Windows edition] [[CleanOffice.ps1](https://gist.github.com/ave9858/9fff6af726ba3ddc646285d1bbf37e71)] [[Keyhole](https://massgrave.dev/blog/keyhole)] [RE and tool development] [Great help] |
|
||||
| [WindowsAddict](https://github.com/WindowsAddict) | MAS Author
|
||||
|
||||
|
15
docs/faq.md
15
docs/faq.md
@ -20,7 +20,11 @@ Use the Ohook option in MAS.
|
||||
Check [here](troubleshoot.md).
|
||||
|
||||
#### Is MAS safe? How can I know if there is any malware?
|
||||
MAS is fully [open-source](intro.md#mas-latest-release). It has over 125K stars on [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) and is used by millions of people. You can open the batch files with Notepad and verify the code, or take help from ChatGPT if you don't understand something in batch scripts. You can even perform the activation manually, check the Docs section for instructions.
|
||||
MAS is fully [open-source](intro.md#mas-latest-release). It has over 125K stars on [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) and is used by millions of people. You can open the batch files with Notepad and verify the code, or take help from ChatGPT if you don't understand something in batch scripts.
|
||||
You can even perform the activation manually, check [this page](manual_hwid_activation.md) for instructions.
|
||||
|
||||
#### How to remove HWID, Ohook, TSforge, KMS38, and Online KMS activation?
|
||||
[HWID](hwid.md#how-to-remove-hwid), [Ohook](ohook.md#how-to-remove-ohook), [TSforge](tsforge.md#how-to-remove-tsforge), [KMS38](kms38.md#how-to-remove-kms38), [Online KMS](online_kms.md#how-to-remove-online-kms)
|
||||
|
||||
#### How to download the full version of Windows 10/11 Enterprise LTSC?
|
||||
Check the info [here](genuine-installation-media.md).
|
||||
@ -34,9 +38,6 @@ No.
|
||||
#### I changed my Windows edition from Home to Pro and now Windows is deactivated.
|
||||
Run HWID activation to activate Pro. Each edition requires separate activation.
|
||||
|
||||
#### How to remove HWID, Ohook, TSforge, KMS38, and Online KMS activation?
|
||||
[HWID](hwid.md#how-to-remove-hwid), [Ohook](ohook.md#how-to-remove-ohook), [TSforge](tsforge.md#how-to-remove-tsforge), [KMS38](kms38.md#how-to-remove-kms38), [Online KMS](online_kms.md#how-to-remove-online-kms)
|
||||
|
||||
#### Can I link my Microsoft account safely with MAS activation methods?
|
||||
Yes.
|
||||
|
||||
@ -67,10 +68,12 @@ Read activation details in the Docs section.
|
||||
#### Does MAS work for Windows 7/8.1?
|
||||
Yes, TSforge and online KMS options work on Windows 7/8.1.
|
||||
|
||||
#### Where can I donate?
|
||||
MAS project doesn't accept donations and it's free.
|
||||
#### How can I donate or contribute to the project?
|
||||
The MASSGRAVE project doesn't accept donations and it's free.
|
||||
It's because it's a community project and involves many contributors, splitting donations is not practical, and also because profiting from piracy is not good.
|
||||
|
||||
However, if you would like to contribute in non-financial ways, please visit [this page](contribute.md) for more information.
|
||||
|
||||
---
|
||||
|
||||
:::tip
|
||||
|
@ -27,11 +27,16 @@ and Windows 10 IoT Enterprise LTSC 2021 will reach the end of support on [Jan 13
|
||||
|
||||
The solution is simple. You can just use the Official Windows 10 IoT Enterprise LTSC 2021 edition to get updates till Jan 13, 2032.
|
||||
|
||||
**Download Link**
|
||||
https://massgrave.dev/windows_ltsc_links
|
||||
<details>
|
||||
<summary>Clean install Windows 10 (IoT) Enterprise LTSC 2021</summary>
|
||||
|
||||
**Clean installation guide**
|
||||
https://gravesoft.dev/clean_install_windows
|
||||
The IoT edition ISO is available in English language only, but don't worry.
|
||||
|
||||
- Download [Enterprise LTSC 2021](windows_ltsc_links.md) ISO in your desired language.
|
||||
- Install Windows using this [clean installation guide](https://gravesoft.dev/clean_install_windows).
|
||||
- After installing Windows, to change the edition, enter the IoT LTSC 2021 key `QPM6N-7J2WJ-P88HH-P3YRH-YY74H` on the activation page in the Windows settings.
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Upgrade Windows 10 Home, Pro, etc editions to Windows 10 IoT Enterprise LTSC 2021 while keeping files and apps</summary>
|
||||
@ -56,7 +61,6 @@ That's all.
|
||||
<details>
|
||||
<summary>Notes</summary>
|
||||
|
||||
- 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.
|
||||
|
||||
@ -73,26 +77,25 @@ 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.
|
||||
|
||||
**ISO Download Links:-**
|
||||
**Windows 11 IoT Enterprise 24H2 (GAC)**
|
||||
https://massgrave.dev/windows_11_links
|
||||
|
||||
**Windows 11 IoT Enterprise LTSC 2024 (LTSC)**
|
||||
https://massgrave.dev/windows_ltsc_links
|
||||
|
||||
<details>
|
||||
<summary>Clean installation guide</summary>
|
||||
<summary>Clean install Windows 11 IoT Enterprise (GAC/LTSC) 2024</summary>
|
||||
|
||||
- Guide: https://gravesoft.dev/clean_install_windows
|
||||
- These IoT editions are available in the English language only. If you want this official support for IoT editions in other languages and don't want to use language packs, you can install any Windows 11 24H2 (For GAC) or Enterprise LTSC 2024 (For LTSC) ISO file with [Rufus](https://gravesoft.dev/clean_install_windows) and once the installation is done, you can use the change edition option in MAS to switch the edition to IoT Enterprise and enjoy official support on unsupported hardware.
|
||||
The IoT edition ISO is available in English language only, but don't worry.
|
||||
|
||||
- Download any [Windows 11 24H2](windows_11_links.md) (For GAC) or [Enterprise LTSC 2024](windows_ltsc_links.md) (For LTSC) ISO in your desired language.
|
||||
- Follow [normal clean installation guide](https://gravesoft.dev/clean_install_windows) if you are using IoT edition English language ISO.
|
||||
- Follow [PID.txt method](https://gravesoft.dev/clean_install_windows#windows-11-on-unsupported-hardware) to install IoT edition from scratch if you are using Non-IoT ISO.
|
||||
|
||||
Alternatively, you can install any Windows 11 24H2 (For GAC) or Enterprise LTSC 2024 (For LTSC) ISO file with [Rufus](https://gravesoft.dev/clean_install_windows) and once the installation is done, you can use the change edition option in MAS to switch the edition to IoT Enterprise and enjoy official support on unsupported hardware.
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Upgrade Windows 10 Home, Pro, etc editions to Windows 11 IoT Enterprise (GAC/LTSC) 2024 while keeping files and apps</summary>
|
||||
|
||||
- Download the required ISO from the above link in the **same Windows language and architecture**.
|
||||
- The IoT edition is available in English language only, but don't worry. If you want it in another language, download any Windows 11 24H2 (For GAC) or Enterprise LTSC 2024 (For LTSC) ISO in your language. (ISO in the same language is important)
|
||||
The IoT edition is available in English language only, but don't worry.
|
||||
|
||||
- Download any [Windows 11 24H2](windows_11_links.md) (For GAC) or [Enterprise LTSC 2024](windows_ltsc_links.md) (For LTSC) ISO in the **same Windows language and architecture**.
|
||||
- To check the installed Windows architecture, open Powershell as admin and enter,
|
||||
`Get-WmiObject -Class Win32_OperatingSystem | Format-List OSArchitecture`
|
||||
x64 means 64 Bit, x86 means 32 Bit
|
||||
|
@ -89,28 +89,33 @@ import TabItem from '@theme/TabItem';
|
||||
<TabItem value="Windows 11 LTSC 2024" label="Windows 11 LTSC 2024" default>
|
||||
|
||||
|
||||
| Features | Enterprise LTSC | IoT Enterprise LTSC / IoT Enterprise Subscription LTSC |
|
||||
| :------------------------------------- | :-------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| **TPM / Secure boot / UEFI / 4GB RAM** | All required | [Not Required](https://learn.microsoft.com/windows/iot/iot-enterprise/Hardware/System_Requirements?tabs=Windows11LTSC#optional-minimum-requirements) 🎉 <br /> Also not required by [IoT Enterprise 24H2 (Non-LTSC)](windows_11_links.md) |
|
||||
| **Automatic Device Encryption** | Enabled | Disabled |
|
||||
| **Update Support** | 5 Years | 10 Years |
|
||||
| **Reserved Storage Feature** | Enabled | Disabled |
|
||||
| **Digital License (HWID)** | Not supported | Supported |
|
||||
| **Uninstallable Edge outside of EEA** | Yes | No |
|
||||
| **2 Simultaneous RDP Sessions** | No | Yes |
|
||||
| Features | Enterprise LTSC | IoT Enterprise LTSC / IoT Enterprise Subscription LTSC |
|
||||
|:---------------------------------------|:----------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| **TPM / Secure boot / UEFI / 4GB RAM** | All required | [Not Required](https://learn.microsoft.com/windows/iot/iot-enterprise/Hardware/System_Requirements?tabs=Windows11LTSC#optional-minimum-requirements) 🎉 <br /> Also not required by [IoT Enterprise 24H2 (Non-LTSC)](windows_11_links.md) |
|
||||
| **Automatic Device Encryption** | Enabled | Disabled |
|
||||
| **Update Support** | 5 Years | 10 Years |
|
||||
| **Reserved Storage Feature** | Enabled | Disabled |
|
||||
| **Digital License (HWID)** | Not supported | Supported |
|
||||
| **Uninstallable Edge outside of EEA** | Yes | No |
|
||||
| **2 Simultaneous RDP Sessions** | No | Yes |
|
||||
|
||||
|
||||
- IoT Enterprise LTSC is a winner.
|
||||
- The only difference between IoT Enterprise LTSC and IoT Enterprise Subscription LTSC is that the subscription edition supports a subscription license.
|
||||
- You can change the editions to each other (IoT and Non-IoT Windows Enterprise LTSC) only by inserting the corresponding edition key.
|
||||
- IoT LTSC edition ISO's are available in English language only. You can install Non-IoT LTSC in another language and later install IoT LTSC key `CGK42-GYN6Y-VD22B-BX98W-J8JXD` in activation page in Windows settings to change the edition.
|
||||
- You can change the editions to each other (IoT and Non-IoT Windows Enterprise LTSC) only by inserting the corresponding edition key on the activation page in the Windows settings.
|
||||
|
||||
| | | |
|
||||
|--------------------------|----------------|-------------------------------|
|
||||
| IoT Enterprise LTSC 2024 | IoTEnterpriseS | CGK42-GYN6Y-VD22B-BX98W-J8JXD |
|
||||
| Enterprise LTSC 2024 | EnterpriseS | M7XTQ-FN8P6-TTKYV-9D4CC-J462D |
|
||||
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="Windows 10 LTSC 2021" label="Windows 10 LTSC 2021" default>
|
||||
|
||||
|
||||
| Features | Enterprise LTSC | IoT Enterprise LTSC |
|
||||
| :--------------------------- | :---------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------- |
|
||||
|:-----------------------------|:------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------|
|
||||
| **Update Support** | [5 Years (till 2027)](https://learn.microsoft.com/lifecycle/products/windows-10-enterprise-ltsc-2021) | [10 Years (till 2032)](https://learn.microsoft.com/lifecycle/products/windows-10-iot-enterprise-ltsc-2021) |
|
||||
| **Reserved Storage Feature** | Enabled | Disabled |
|
||||
| **Digital License (HWID)** | Not supported | Supported |
|
||||
@ -120,8 +125,12 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
- IoT Enterprise LTSC is a winner.
|
||||
- You can change the editions to each other (IoT and Non-IoT Windows Enterprise LTSC) only by inserting the corresponding edition key.
|
||||
- IoT LTSC edition ISO's are available in English language only. You can install Non-IoT LTSC in another language and later install IoT LTSC key `QPM6N-7J2WJ-P88HH-P3YRH-YY74H` in activation page in Windows settings to change the edition.
|
||||
- You can change the editions to each other (IoT and Non-IoT Windows Enterprise LTSC) only by inserting the corresponding edition key on the activation page in the Windows settings.
|
||||
|
||||
| | | |
|
||||
|--------------------------|----------------|-------------------------------|
|
||||
| IoT Enterprise LTSC 2021 | IoTEnterpriseS | QPM6N-7J2WJ-P88HH-P3YRH-YY74H |
|
||||
| Enterprise LTSC 2021 | EnterpriseS | M7XTQ-FN8P6-TTKYV-9D4CC-J462D |
|
||||
|
||||
</TabItem>
|
||||
|
||||
@ -136,6 +145,40 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>How to upgrade from non-LTSC to LTSC edition while keeping files and apps?</summary>
|
||||
|
||||
You might want to check [Windows 10 EOL guide](windows10_eol.md).
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>How to clean install Windows 11 IoT Enterprise LTSC **2024** in Non-English language?</summary>
|
||||
|
||||
IoT LTSC edition ISO's are available in English language only. However, you can follow the below steps to clean install it.
|
||||
|
||||
- Download the non-IoT LTSC 2024 ISO in the desired language from the section below.
|
||||
- Follow [PID.txt method](https://gravesoft.dev/clean_install_windows#windows-11-on-unsupported-hardware) to install IoT version from scratch.
|
||||
|
||||
Alternatively, You can install Non-IoT LTSC in another language and later install IoT LTSC 2024 key `CGK42-GYN6Y-VD22B-BX98W-J8JXD` in activation page in Windows settings to change the edition.
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>How to clean install Windows 10 IoT Enterprise LTSC **2021** in Non-English language?</summary>
|
||||
|
||||
IoT LTSC edition ISO's are available in English language only.
|
||||
|
||||
When installing Windows 11 IoT Enterprise LTSC 2024 from scratch, one advantage is its relaxed hardware requirements. However, there isn't much benefit to doing the same with the 2021 IoT version, since you can easily change the Windows edition later. Additionally, the PID.txt method for installing the virtual edition from scratch is only applicable to Windows 11 24H2 and later versions. While there are other methods to install from scratch, they are more complex, and the results do not justify the effort.
|
||||
|
||||
Our recommendation is as follows:
|
||||
|
||||
- Download the non-IoT LTSC 2021 ISO in the desired language from the section below.
|
||||
- Install Windows using this [clean installation guide](https://gravesoft.dev/clean_install_windows).
|
||||
- After installing Windows, to change the edition, enter the IoT LTSC 2021 key `QPM6N-7J2WJ-P88HH-P3YRH-YY74H` on the activation page in the Windows settings.
|
||||
|
||||
</details>
|
||||
|
||||
---
|
||||
|
||||
## Download Links
|
||||
@ -155,9 +198,9 @@ Windows 11 Enterprise LTSC
|
||||
Windows 11 IoT Enterprise LTSC
|
||||
Windows 11 IoT Enterprise Subscription LTSC
|
||||
|
||||
| Language | Arch | Link |
|
||||
| :------------ | :---- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| English | x64 | [X23-81951_26100.1742.240906-0331.ge_release_svc_refresh_CLIENT_ENTERPRISES_OEM_x64FRE_en-us.iso](https://oemsoc.download.prss.microsoft.com/dbazure/X23-81951_26100.1742.240906-0331.ge_release_svc_refresh_CLIENT_ENTERPRISES_OEM_x64FRE_en-us.iso_640de540-87c4-427f-be87-e6d53a3a60b4?t=2c3b664b-b119-4088-9db1-ccff72c6d22e&P1=102816950270&P2=601&P3=2&P4=OC448onxqdmdUsBUApAiE8pj1FZ%2bEPTU3%2bC6Quq29MVwMyyDUtR%2fsbiy7RdVoZOHaZRndvzeOOnIwJZ2x3%2bmP6YK9cjJSP41Lvs0SulF4SVyL5C0DdDmiWqh2QW%2bcDPj2Xp%2bMrI9NOeElSBS5kkOWP8Eiyf2VkkQFM3g5vIk3HJVvu5sWo6pFKpFv4lML%2bHaIiTSuwbPMs5xwEQTfScuTKfigNlUZPdHRMp1B3uKLgIA3r0IbRpZgHYMXEwXQ%2fSLMdDNQthpqQvz1PThVkx7ObD55CXgt0GNSAWRfjdURWb8ywWk1gT7ozAgpP%2fKNm56U5nh33WZSuMZIuO1SBM2vw%3d%3d) <br /> = <br /> [en-us_windows_11_iot_enterprise_ltsc_2024_x64_dvd_f6b14814.iso](https://drive.massgrave.dev/en-us_windows_11_iot_enterprise_ltsc_2024_x64_dvd_f6b14814.iso) <br /> <br /> Both files are identical, only name is different. <br /> 1st link is Official from the OEM portal, and 2nd file is taken from MVS and hosted on massgrave. <br /> Note: With 1st link file you need to rename extension to .iso |
|
||||
| Language | Arch | Link |
|
||||
|:---------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| English | x64 | [X23-81951_26100.1742.240906-0331.ge_release_svc_refresh_CLIENT_ENTERPRISES_OEM_x64FRE_en-us.iso](https://oemsoc.download.prss.microsoft.com/dbazure/X23-81951_26100.1742.240906-0331.ge_release_svc_refresh_CLIENT_ENTERPRISES_OEM_x64FRE_en-us.iso_640de540-87c4-427f-be87-e6d53a3a60b4?t=2c3b664b-b119-4088-9db1-ccff72c6d22e&P1=102816950270&P2=601&P3=2&P4=OC448onxqdmdUsBUApAiE8pj1FZ%2bEPTU3%2bC6Quq29MVwMyyDUtR%2fsbiy7RdVoZOHaZRndvzeOOnIwJZ2x3%2bmP6YK9cjJSP41Lvs0SulF4SVyL5C0DdDmiWqh2QW%2bcDPj2Xp%2bMrI9NOeElSBS5kkOWP8Eiyf2VkkQFM3g5vIk3HJVvu5sWo6pFKpFv4lML%2bHaIiTSuwbPMs5xwEQTfScuTKfigNlUZPdHRMp1B3uKLgIA3r0IbRpZgHYMXEwXQ%2fSLMdDNQthpqQvz1PThVkx7ObD55CXgt0GNSAWRfjdURWb8ywWk1gT7ozAgpP%2fKNm56U5nh33WZSuMZIuO1SBM2vw%3d%3d) <br /> = <br /> [en-us_windows_11_iot_enterprise_ltsc_2024_x64_dvd_f6b14814.iso](https://drive.massgrave.dev/en-us_windows_11_iot_enterprise_ltsc_2024_x64_dvd_f6b14814.iso) <br /> <br /> Both files are identical, only name is different. <br /> 1st link is Official from the OEM portal, and 2nd file is taken from MVS and hosted on massgrave. <br /> Note: With 1st link file you need to rename extension to .iso |
|
||||
|
||||
---
|
||||
|
||||
@ -165,46 +208,46 @@ Windows 11 IoT Enterprise Subscription LTSC
|
||||
|
||||
Build - 26100.1742
|
||||
|
||||
| Language | Arch | Link |
|
||||
|:-----------------------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| Arabic | x64 | [ar-sa_windows_11_enterprise_ltsc_2024_x64_dvd_8012f159.iso](https://drive.massgrave.dev/ar-sa_windows_11_enterprise_ltsc_2024_x64_dvd_8012f159.iso) |
|
||||
| Bulgarian | x64 | [bg-bg_windows_11_enterprise_ltsc_2024_x64_dvd_2778f4e8.iso](https://drive.massgrave.dev/bg-bg_windows_11_enterprise_ltsc_2024_x64_dvd_2778f4e8.iso) |
|
||||
| Czech | x64 | [cs-cz_windows_11_enterprise_ltsc_2024_x64_dvd_d4ef05f2.iso](https://drive.massgrave.dev/cs-cz_windows_11_enterprise_ltsc_2024_x64_dvd_d4ef05f2.iso) |
|
||||
| Danish | x64 | [da-dk_windows_11_enterprise_ltsc_2024_x64_dvd_c231c267.iso](https://drive.massgrave.dev/da-dk_windows_11_enterprise_ltsc_2024_x64_dvd_c231c267.iso) |
|
||||
| German | x64 | [de-de_windows_11_enterprise_ltsc_2024_x64_dvd_4f136f69.iso](https://drive.massgrave.dev/de-de_windows_11_enterprise_ltsc_2024_x64_dvd_4f136f69.iso) |
|
||||
| Greek | x64 | [el-gr_windows_11_enterprise_ltsc_2024_x64_dvd_54eaabb2.iso](https://drive.massgrave.dev/el-gr_windows_11_enterprise_ltsc_2024_x64_dvd_54eaabb2.iso) |
|
||||
| English-United Kingdom | x64 | [en-gb_windows_11_enterprise_ltsc_2024_x64_dvd_e2137661.iso](https://drive.massgrave.dev/en-gb_windows_11_enterprise_ltsc_2024_x64_dvd_e2137661.iso) |
|
||||
| English | x64 | [en-us_windows_11_enterprise_ltsc_2024_x64_dvd_965cfb00.iso](https://drive.massgrave.dev/en-us_windows_11_enterprise_ltsc_2024_x64_dvd_965cfb00.iso) |
|
||||
| Spanish | x64 | [es-es_windows_11_enterprise_ltsc_2024_x64_dvd_77392d61.iso](https://drive.massgrave.dev/es-es_windows_11_enterprise_ltsc_2024_x64_dvd_77392d61.iso) |
|
||||
| Spanish-Mexico | x64 | [es-mx_windows_11_enterprise_ltsc_2024_x64_dvd_3310c094.iso](https://drive.massgrave.dev/es-mx_windows_11_enterprise_ltsc_2024_x64_dvd_3310c094.iso) |
|
||||
| Estonian | x64 | [et-ee_windows_11_enterprise_ltsc_2024_x64_dvd_2dbd4bfe.iso](https://drive.massgrave.dev/et-ee_windows_11_enterprise_ltsc_2024_x64_dvd_2dbd4bfe.iso) |
|
||||
| Finnish | x64 | [fi-fi_windows_11_enterprise_ltsc_2024_x64_dvd_998f5df6.iso](https://drive.massgrave.dev/fi-fi_windows_11_enterprise_ltsc_2024_x64_dvd_998f5df6.iso) |
|
||||
| French-Canada | x64 | [fr-ca_windows_11_enterprise_ltsc_2024_x64_dvd_78732953.iso](https://drive.massgrave.dev/fr-ca_windows_11_enterprise_ltsc_2024_x64_dvd_78732953.iso) |
|
||||
| French | x64 | [fr-fr_windows_11_enterprise_ltsc_2024_x64_dvd_d66e386e.iso](https://drive.massgrave.dev/fr-fr_windows_11_enterprise_ltsc_2024_x64_dvd_d66e386e.iso) |
|
||||
| Hebrew | x64 | [he-il_windows_11_enterprise_ltsc_2024_x64_dvd_fae050ec.iso](https://drive.massgrave.dev/he-il_windows_11_enterprise_ltsc_2024_x64_dvd_fae050ec.iso) |
|
||||
| Croatian | x64 | [hr-hr_windows_11_enterprise_ltsc_2024_x64_dvd_e3594411.iso](https://drive.massgrave.dev/hr-hr_windows_11_enterprise_ltsc_2024_x64_dvd_e3594411.iso) |
|
||||
| Hungarian | x64 | [hu-hu_windows_11_enterprise_ltsc_2024_x64_dvd_8fea6034.iso](https://drive.massgrave.dev/hu-hu_windows_11_enterprise_ltsc_2024_x64_dvd_8fea6034.iso) |
|
||||
| Italian | x64 | [it-it_windows_11_enterprise_ltsc_2024_x64_dvd_1e8cabb6.iso](https://drive.massgrave.dev/it-it_windows_11_enterprise_ltsc_2024_x64_dvd_1e8cabb6.iso) |
|
||||
| Japanese | x64 | [ja-jp_windows_11_enterprise_ltsc_2024_x64_dvd_e59ad418.iso](https://drive.massgrave.dev/ja-jp_windows_11_enterprise_ltsc_2024_x64_dvd_e59ad418.iso) |
|
||||
| Korean | x64 | [ko-kr_windows_11_enterprise_ltsc_2024_x64_dvd_b6b6eb18.iso](https://drive.massgrave.dev/ko-kr_windows_11_enterprise_ltsc_2024_x64_dvd_b6b6eb18.iso) |
|
||||
| Lithuanian | x64 | [lt-lt_windows_11_enterprise_ltsc_2024_x64_dvd_145479e9.iso](https://drive.massgrave.dev/lt-lt_windows_11_enterprise_ltsc_2024_x64_dvd_145479e9.iso) |
|
||||
| Latvian | x64 | [lv-lv_windows_11_enterprise_ltsc_2024_x64_dvd_e0ebc53d.iso](https://drive.massgrave.dev/lv-lv_windows_11_enterprise_ltsc_2024_x64_dvd_e0ebc53d.iso) |
|
||||
| Norwegian-Bokmal | x64 | [nb-no_windows_11_enterprise_ltsc_2024_x64_dvd_d41eeb48.iso](https://drive.massgrave.dev/nb-no_windows_11_enterprise_ltsc_2024_x64_dvd_d41eeb48.iso) |
|
||||
| Dutch-Netherlands | x64 | [nl-nl_windows_11_enterprise_ltsc_2024_x64_dvd_e3063aab.iso](https://drive.massgrave.dev/nl-nl_windows_11_enterprise_ltsc_2024_x64_dvd_e3063aab.iso) |
|
||||
| Polish | x64 | [pl-pl_windows_11_enterprise_ltsc_2024_x64_dvd_e00807a1.iso](https://drive.massgrave.dev/pl-pl_windows_11_enterprise_ltsc_2024_x64_dvd_e00807a1.iso) |
|
||||
| Portuguese-Brazil | x64 | [pt-br_windows_11_enterprise_ltsc_2024_x64_dvd_2bb6b75b.iso](https://drive.massgrave.dev/pt-br_windows_11_enterprise_ltsc_2024_x64_dvd_2bb6b75b.iso) |
|
||||
| Portuguese-Portugal | x64 | [pt-pt_windows_11_enterprise_ltsc_2024_x64_dvd_2f34bd6b.iso](https://drive.massgrave.dev/pt-pt_windows_11_enterprise_ltsc_2024_x64_dvd_2f34bd6b.iso) |
|
||||
| Romanian | x64 | [ro-ro_windows_11_enterprise_ltsc_2024_x64_dvd_2eadb4df.iso](https://drive.massgrave.dev/ro-ro_windows_11_enterprise_ltsc_2024_x64_dvd_2eadb4df.iso) |
|
||||
| Russian | x64 | [ru-ru_windows_11_enterprise_ltsc_2024_x64_dvd_f9af5773.iso](https://drive.massgrave.dev/ru-ru_windows_11_enterprise_ltsc_2024_x64_dvd_f9af5773.iso) |
|
||||
| Slovak | x64 | [sk-sk_windows_11_enterprise_ltsc_2024_x64_dvd_03b916e7.iso](https://drive.massgrave.dev/sk-sk_windows_11_enterprise_ltsc_2024_x64_dvd_03b916e7.iso) |
|
||||
| Slovenian | x64 | [sl-si_windows_11_enterprise_ltsc_2024_x64_dvd_310b3a76.iso](https://drive.massgrave.dev/sl-si_windows_11_enterprise_ltsc_2024_x64_dvd_310b3a76.iso) |
|
||||
| Language | Arch | Link |
|
||||
|:-----------------------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| Arabic | x64 | [ar-sa_windows_11_enterprise_ltsc_2024_x64_dvd_8012f159.iso](https://drive.massgrave.dev/ar-sa_windows_11_enterprise_ltsc_2024_x64_dvd_8012f159.iso) |
|
||||
| Bulgarian | x64 | [bg-bg_windows_11_enterprise_ltsc_2024_x64_dvd_2778f4e8.iso](https://drive.massgrave.dev/bg-bg_windows_11_enterprise_ltsc_2024_x64_dvd_2778f4e8.iso) |
|
||||
| Czech | x64 | [cs-cz_windows_11_enterprise_ltsc_2024_x64_dvd_d4ef05f2.iso](https://drive.massgrave.dev/cs-cz_windows_11_enterprise_ltsc_2024_x64_dvd_d4ef05f2.iso) |
|
||||
| Danish | x64 | [da-dk_windows_11_enterprise_ltsc_2024_x64_dvd_c231c267.iso](https://drive.massgrave.dev/da-dk_windows_11_enterprise_ltsc_2024_x64_dvd_c231c267.iso) |
|
||||
| German | x64 | [de-de_windows_11_enterprise_ltsc_2024_x64_dvd_4f136f69.iso](https://drive.massgrave.dev/de-de_windows_11_enterprise_ltsc_2024_x64_dvd_4f136f69.iso) |
|
||||
| Greek | x64 | [el-gr_windows_11_enterprise_ltsc_2024_x64_dvd_54eaabb2.iso](https://drive.massgrave.dev/el-gr_windows_11_enterprise_ltsc_2024_x64_dvd_54eaabb2.iso) |
|
||||
| English-United Kingdom | x64 | [en-gb_windows_11_enterprise_ltsc_2024_x64_dvd_e2137661.iso](https://drive.massgrave.dev/en-gb_windows_11_enterprise_ltsc_2024_x64_dvd_e2137661.iso) |
|
||||
| English | x64 | [en-us_windows_11_enterprise_ltsc_2024_x64_dvd_965cfb00.iso](https://drive.massgrave.dev/en-us_windows_11_enterprise_ltsc_2024_x64_dvd_965cfb00.iso) |
|
||||
| Spanish | x64 | [es-es_windows_11_enterprise_ltsc_2024_x64_dvd_77392d61.iso](https://drive.massgrave.dev/es-es_windows_11_enterprise_ltsc_2024_x64_dvd_77392d61.iso) |
|
||||
| Spanish-Mexico | x64 | [es-mx_windows_11_enterprise_ltsc_2024_x64_dvd_3310c094.iso](https://drive.massgrave.dev/es-mx_windows_11_enterprise_ltsc_2024_x64_dvd_3310c094.iso) |
|
||||
| Estonian | x64 | [et-ee_windows_11_enterprise_ltsc_2024_x64_dvd_2dbd4bfe.iso](https://drive.massgrave.dev/et-ee_windows_11_enterprise_ltsc_2024_x64_dvd_2dbd4bfe.iso) |
|
||||
| Finnish | x64 | [fi-fi_windows_11_enterprise_ltsc_2024_x64_dvd_998f5df6.iso](https://drive.massgrave.dev/fi-fi_windows_11_enterprise_ltsc_2024_x64_dvd_998f5df6.iso) |
|
||||
| French-Canada | x64 | [fr-ca_windows_11_enterprise_ltsc_2024_x64_dvd_78732953.iso](https://drive.massgrave.dev/fr-ca_windows_11_enterprise_ltsc_2024_x64_dvd_78732953.iso) |
|
||||
| French | x64 | [fr-fr_windows_11_enterprise_ltsc_2024_x64_dvd_d66e386e.iso](https://drive.massgrave.dev/fr-fr_windows_11_enterprise_ltsc_2024_x64_dvd_d66e386e.iso) |
|
||||
| Hebrew | x64 | [he-il_windows_11_enterprise_ltsc_2024_x64_dvd_fae050ec.iso](https://drive.massgrave.dev/he-il_windows_11_enterprise_ltsc_2024_x64_dvd_fae050ec.iso) |
|
||||
| Croatian | x64 | [hr-hr_windows_11_enterprise_ltsc_2024_x64_dvd_e3594411.iso](https://drive.massgrave.dev/hr-hr_windows_11_enterprise_ltsc_2024_x64_dvd_e3594411.iso) |
|
||||
| Hungarian | x64 | [hu-hu_windows_11_enterprise_ltsc_2024_x64_dvd_8fea6034.iso](https://drive.massgrave.dev/hu-hu_windows_11_enterprise_ltsc_2024_x64_dvd_8fea6034.iso) |
|
||||
| Italian | x64 | [it-it_windows_11_enterprise_ltsc_2024_x64_dvd_1e8cabb6.iso](https://drive.massgrave.dev/it-it_windows_11_enterprise_ltsc_2024_x64_dvd_1e8cabb6.iso) |
|
||||
| Japanese | x64 | [ja-jp_windows_11_enterprise_ltsc_2024_x64_dvd_e59ad418.iso](https://drive.massgrave.dev/ja-jp_windows_11_enterprise_ltsc_2024_x64_dvd_e59ad418.iso) |
|
||||
| Korean | x64 | [ko-kr_windows_11_enterprise_ltsc_2024_x64_dvd_b6b6eb18.iso](https://drive.massgrave.dev/ko-kr_windows_11_enterprise_ltsc_2024_x64_dvd_b6b6eb18.iso) |
|
||||
| Lithuanian | x64 | [lt-lt_windows_11_enterprise_ltsc_2024_x64_dvd_145479e9.iso](https://drive.massgrave.dev/lt-lt_windows_11_enterprise_ltsc_2024_x64_dvd_145479e9.iso) |
|
||||
| Latvian | x64 | [lv-lv_windows_11_enterprise_ltsc_2024_x64_dvd_e0ebc53d.iso](https://drive.massgrave.dev/lv-lv_windows_11_enterprise_ltsc_2024_x64_dvd_e0ebc53d.iso) |
|
||||
| Norwegian-Bokmal | x64 | [nb-no_windows_11_enterprise_ltsc_2024_x64_dvd_d41eeb48.iso](https://drive.massgrave.dev/nb-no_windows_11_enterprise_ltsc_2024_x64_dvd_d41eeb48.iso) |
|
||||
| Dutch-Netherlands | x64 | [nl-nl_windows_11_enterprise_ltsc_2024_x64_dvd_e3063aab.iso](https://drive.massgrave.dev/nl-nl_windows_11_enterprise_ltsc_2024_x64_dvd_e3063aab.iso) |
|
||||
| Polish | x64 | [pl-pl_windows_11_enterprise_ltsc_2024_x64_dvd_e00807a1.iso](https://drive.massgrave.dev/pl-pl_windows_11_enterprise_ltsc_2024_x64_dvd_e00807a1.iso) |
|
||||
| Portuguese-Brazil | x64 | [pt-br_windows_11_enterprise_ltsc_2024_x64_dvd_2bb6b75b.iso](https://drive.massgrave.dev/pt-br_windows_11_enterprise_ltsc_2024_x64_dvd_2bb6b75b.iso) |
|
||||
| Portuguese-Portugal | x64 | [pt-pt_windows_11_enterprise_ltsc_2024_x64_dvd_2f34bd6b.iso](https://drive.massgrave.dev/pt-pt_windows_11_enterprise_ltsc_2024_x64_dvd_2f34bd6b.iso) |
|
||||
| Romanian | x64 | [ro-ro_windows_11_enterprise_ltsc_2024_x64_dvd_2eadb4df.iso](https://drive.massgrave.dev/ro-ro_windows_11_enterprise_ltsc_2024_x64_dvd_2eadb4df.iso) |
|
||||
| Russian | x64 | [ru-ru_windows_11_enterprise_ltsc_2024_x64_dvd_f9af5773.iso](https://drive.massgrave.dev/ru-ru_windows_11_enterprise_ltsc_2024_x64_dvd_f9af5773.iso) |
|
||||
| Slovak | x64 | [sk-sk_windows_11_enterprise_ltsc_2024_x64_dvd_03b916e7.iso](https://drive.massgrave.dev/sk-sk_windows_11_enterprise_ltsc_2024_x64_dvd_03b916e7.iso) |
|
||||
| Slovenian | x64 | [sl-si_windows_11_enterprise_ltsc_2024_x64_dvd_310b3a76.iso](https://drive.massgrave.dev/sl-si_windows_11_enterprise_ltsc_2024_x64_dvd_310b3a76.iso) |
|
||||
| Serbian-Latin | x64 | [sr-latn-rs_windows_11_enterprise_ltsc_2024_x64_dvd_3dfa5da5.iso](https://drive.massgrave.dev/sr-latn-rs_windows_11_enterprise_ltsc_2024_x64_dvd_3dfa5da5.iso) |
|
||||
| Swedish | x64 | [sv-se_windows_11_enterprise_ltsc_2024_x64_dvd_191cf991.iso](https://drive.massgrave.dev/sv-se_windows_11_enterprise_ltsc_2024_x64_dvd_191cf991.iso) |
|
||||
| Thai | x64 | [th-th_windows_11_enterprise_ltsc_2024_x64_dvd_47ce2c8a.iso](https://drive.massgrave.dev/th-th_windows_11_enterprise_ltsc_2024_x64_dvd_47ce2c8a.iso) |
|
||||
| Turkish | x64 | [tr-tr_windows_11_enterprise_ltsc_2024_x64_dvd_27bdab81.iso](https://drive.massgrave.dev/tr-tr_windows_11_enterprise_ltsc_2024_x64_dvd_27bdab81.iso) |
|
||||
| Ukranian | x64 | [uk-ua_windows_11_enterprise_ltsc_2024_x64_dvd_b3f00872.iso](https://drive.massgrave.dev/uk-ua_windows_11_enterprise_ltsc_2024_x64_dvd_b3f00872.iso) |
|
||||
| Chinese-Simplified | x64 | [zh-cn_windows_11_enterprise_ltsc_2024_x64_dvd_cff9cd2d.iso](https://drive.massgrave.dev/zh-cn_windows_11_enterprise_ltsc_2024_x64_dvd_cff9cd2d.iso) |
|
||||
| Chinese-Taiwan | x64 | [zh-tw_windows_11_enterprise_ltsc_2024_x64_dvd_6287d84d.iso](https://drive.massgrave.dev/zh-tw_windows_11_enterprise_ltsc_2024_x64_dvd_6287d84d.iso) |
|
||||
| Swedish | x64 | [sv-se_windows_11_enterprise_ltsc_2024_x64_dvd_191cf991.iso](https://drive.massgrave.dev/sv-se_windows_11_enterprise_ltsc_2024_x64_dvd_191cf991.iso) |
|
||||
| Thai | x64 | [th-th_windows_11_enterprise_ltsc_2024_x64_dvd_47ce2c8a.iso](https://drive.massgrave.dev/th-th_windows_11_enterprise_ltsc_2024_x64_dvd_47ce2c8a.iso) |
|
||||
| Turkish | x64 | [tr-tr_windows_11_enterprise_ltsc_2024_x64_dvd_27bdab81.iso](https://drive.massgrave.dev/tr-tr_windows_11_enterprise_ltsc_2024_x64_dvd_27bdab81.iso) |
|
||||
| Ukranian | x64 | [uk-ua_windows_11_enterprise_ltsc_2024_x64_dvd_b3f00872.iso](https://drive.massgrave.dev/uk-ua_windows_11_enterprise_ltsc_2024_x64_dvd_b3f00872.iso) |
|
||||
| Chinese-Simplified | x64 | [zh-cn_windows_11_enterprise_ltsc_2024_x64_dvd_cff9cd2d.iso](https://drive.massgrave.dev/zh-cn_windows_11_enterprise_ltsc_2024_x64_dvd_cff9cd2d.iso) |
|
||||
| Chinese-Taiwan | x64 | [zh-tw_windows_11_enterprise_ltsc_2024_x64_dvd_6287d84d.iso](https://drive.massgrave.dev/zh-tw_windows_11_enterprise_ltsc_2024_x64_dvd_6287d84d.iso) |
|
||||
|
||||
---
|
||||
|
||||
@ -219,9 +262,9 @@ These ISO's contain below editions.
|
||||
Windows 10 Enterprise LTSC
|
||||
Windows 10 IoT Enterprise LTSC
|
||||
|
||||
| Language | Arch | Link |
|
||||
| :------- | :---- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| English | x64 | [en-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f.iso](https://drive.massgrave.dev/en-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f.iso) |
|
||||
| Language | Arch | Link |
|
||||
|:---------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| English | x64 | [en-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f.iso](https://drive.massgrave.dev/en-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f.iso) |
|
||||
|
||||
---
|
||||
|
||||
@ -230,7 +273,7 @@ Windows 10 IoT Enterprise LTSC
|
||||
(Build - 19044.1288)
|
||||
|
||||
| Language | Arch | Link |
|
||||
| :--------------------- | :--- | :------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
|:-----------------------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| Arabic | x64 | [ar-sa_windows_10_enterprise_ltsc_2021_x64_dvd_60bc2a7a.iso](https://drive.massgrave.dev/ar-sa_windows_10_enterprise_ltsc_2021_x64_dvd_60bc2a7a.iso) |
|
||||
| Arabic | x86 | [ar-sa_windows_10_enterprise_ltsc_2021_x86_dvd_69e2349b.iso](https://drive.massgrave.dev/ar-sa_windows_10_enterprise_ltsc_2021_x86_dvd_69e2349b.iso) |
|
||||
| Bulgarian | x64 | [bg-bg_windows_10_enterprise_ltsc_2021_x64_dvd_b0887275.iso](https://drive.massgrave.dev/bg-bg_windows_10_enterprise_ltsc_2021_x64_dvd_b0887275.iso) |
|
||||
@ -319,7 +362,7 @@ Windows 10 IoT Enterprise LTSC
|
||||
It doesn't have the actual IotEnterpriseS edition, it's just EnterpriseS with OEM key (generic, not-activated) installed.
|
||||
|
||||
| Language | Arch | Link |
|
||||
| :------- | :--- | :----------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
|:---------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| English | x64 | [en_windows_10_iot_enterprise_ltsc_2019_x64_dvd_a1aa819f.iso](https://drive.massgrave.dev/en_windows_10_iot_enterprise_ltsc_2019_x64_dvd_a1aa819f.iso) |
|
||||
| English | x86 | [en_windows_10_iot_enterprise_ltsc_2019_x86_dvd_2255a237.iso](https://drive.massgrave.dev/en_windows_10_iot_enterprise_ltsc_2019_x86_dvd_2255a237.iso) |
|
||||
|
||||
@ -330,7 +373,7 @@ It doesn't have the actual IotEnterpriseS edition, it's just EnterpriseS with OE
|
||||
(Build - 17763.316)
|
||||
|
||||
| Language | Arch | Link |
|
||||
| :--------------------- | :--- | :--------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
|:-----------------------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| Arabic | x64 | [ar_windows_10_enterprise_ltsc_2019_x64_dvd_a1f42c56.iso](https://drive.massgrave.dev/ar_windows_10_enterprise_ltsc_2019_x64_dvd_a1f42c56.iso) |
|
||||
| Arabic | x86 | [ar_windows_10_enterprise_ltsc_2019_x86_dvd_8faea15c.iso](https://drive.massgrave.dev/ar_windows_10_enterprise_ltsc_2019_x86_dvd_8faea15c.iso) |
|
||||
| Bulgarian | x64 | [bg_windows_10_enterprise_ltsc_2019_x64_dvd_65c7e0c3.iso](https://drive.massgrave.dev/bg_windows_10_enterprise_ltsc_2019_x64_dvd_65c7e0c3.iso) |
|
||||
@ -421,7 +464,7 @@ This ISO file is taken from the Microsoft's OEM portal.
|
||||
Rename the .IMG extension to .iso.
|
||||
|
||||
| Language | Arch | Link |
|
||||
| :------- | :--- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
|:---------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| English | x64 | [SW_DVD5_Win10_IoT_Enterprise_LTSB_1607_64-bit_EMB_English_OEM_X21-05293.IMG](https://drive.massgrave.dev/SW_DVD5_Win10_IoT_Enterprise_LTSB_1607_64-bit_EMB_English_OEM_X21-05293.IMG) |
|
||||
| English | x86 | [SW_DVD5_Win10_IoT_Enterprise_LTSB_1607_32-bit_EMB_English_OEM_X21-05294.IMG](https://drive.massgrave.dev/SW_DVD5_Win10_IoT_Enterprise_LTSB_1607_32-bit_EMB_English_OEM_X21-05294.IMG) |
|
||||
|
||||
@ -432,7 +475,7 @@ Rename the .IMG extension to .iso.
|
||||
(Build - 14393)
|
||||
|
||||
| Language | Arch | Link |
|
||||
| :--------------------- | :--- | :----------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
|:-----------------------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| Arabic | x64 | [ar_windows_10_enterprise_2016_ltsb_x64_dvd_9059481.iso](https://drive.massgrave.dev/ar_windows_10_enterprise_2016_ltsb_x64_dvd_9059481.iso) |
|
||||
| Arabic | x86 | [ar_windows_10_enterprise_2016_ltsb_x86_dvd_9060006.iso](https://drive.massgrave.dev/ar_windows_10_enterprise_2016_ltsb_x86_dvd_9060006.iso) |
|
||||
| Bulgarian | x64 | [bg_windows_10_enterprise_2016_ltsb_x64_dvd_9060109.iso](https://drive.massgrave.dev/bg_windows_10_enterprise_2016_ltsb_x64_dvd_9060109.iso) |
|
||||
@ -524,7 +567,7 @@ Rename the .IMG extension to .iso.
|
||||
Enter `FWN7H-PF93Q-4GGP8-M8RF3-MDWWW` key while installing Windows.
|
||||
|
||||
| Language | Arch | Link |
|
||||
| :------- | :--- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
|:---------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| English | x64 | [SW_DVD5_Win_10_IOT_Enterprise_2015_LTSB_64Bit_EMB_English_OEM_X20-20063.IMG](https://drive.massgrave.dev/SW_DVD5_Win_10_IOT_Enterprise_2015_LTSB_64Bit_EMB_English_OEM_X20-20063.IMG) |
|
||||
| English | x86 | [SW_DVD5_Win_10_IOT_Enterprise_2015_LTSB_32Bit_EMB_English_OEM_X20-20064.IMG](https://drive.massgrave.dev/SW_DVD5_Win_10_IOT_Enterprise_2015_LTSB_32Bit_EMB_English_OEM_X20-20064.IMG) |
|
||||
|
||||
@ -535,7 +578,7 @@ Enter `FWN7H-PF93Q-4GGP8-M8RF3-MDWWW` key while installing Windows.
|
||||
(Build - 10240)
|
||||
|
||||
| Language | Arch | Link |
|
||||
| :--------------------- | :--- | :----------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
|:-----------------------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| Arabic | x64 | [ar_windows_10_enterprise_2015_ltsb_x64_dvd_6848420.iso](https://drive.massgrave.dev/ar_windows_10_enterprise_2015_ltsb_x64_dvd_6848420.iso) |
|
||||
| Arabic | x86 | [ar_windows_10_enterprise_2015_ltsb_x86_dvd_6848421.iso](https://drive.massgrave.dev/ar_windows_10_enterprise_2015_ltsb_x86_dvd_6848421.iso) |
|
||||
| Bulgarian | x64 | [bg_windows_10_enterprise_2015_ltsb_x64_dvd_6848422.iso](https://drive.massgrave.dev/bg_windows_10_enterprise_2015_ltsb_x64_dvd_6848422.iso) |
|
||||
|
Loading…
x
Reference in New Issue
Block a user