Compare commits
78 Commits
e6eb30c93e
...
main
Author | SHA1 | Date | |
---|---|---|---|
616d43515d | |||
116dfe13dc | |||
3a0f6aae79 | |||
ec8f02152c | |||
3f4364948f | |||
6c958a7e6c | |||
9260ca4aff | |||
437345ce86 | |||
5796643b39 | |||
f2cc764055 | |||
11d14a95ba | |||
2443c28eb9 | |||
faf430250e | |||
96181cc514 | |||
c75fe88ca1 | |||
4274accc37 | |||
a826ce171d | |||
4722f6b8a5 | |||
96affd30f0 | |||
04f33e03f7 | |||
35a3dcd0c0 | |||
611bd5d763 | |||
f1ad4115d1 | |||
d5916cb1b6 | |||
9f80431d88 | |||
a89c604796 | |||
27c2c3516c | |||
b6d34e3914 | |||
3fa96165f6 | |||
2143471889 | |||
0f41b3e3de | |||
b51fd35f89 | |||
d7ebe2107d | |||
4c92a3e689 | |||
53dfeb246b | |||
ca6c2115ff | |||
023177f0e3 | |||
4862ff4bec | |||
2bf85ccf2e | |||
21778c8f81 | |||
e616b03058 | |||
802222ad66 | |||
4bef061f27 | |||
4e6477f216 | |||
00f9e766c8 | |||
d91011d673 | |||
86f45faccb | |||
65a1dd7431 | |||
298e95bd3a | |||
119bf0d715 | |||
61d734a059 | |||
4844d62fa5 | |||
0e662a573f | |||
94249dedb5 | |||
219db8dce9 | |||
3e2132c411 | |||
313056f6ee | |||
755a6c8fcc | |||
a7b95ee388 | |||
dd873e7826 | |||
4c09f8e943 | |||
29c7033983 | |||
ffe328cee1 | |||
32e1ff48e8 | |||
b2a115a352 | |||
66226f02ab | |||
172b822547 | |||
dcfa95441a | |||
488f2f6b9f | |||
55cfef9f9a | |||
b1b11235ab | |||
1e1f9bd754 | |||
e651f3d9d7 | |||
24b93c98f5 | |||
b533083a41 | |||
5894bf4c72 | |||
453eb42639 | |||
774a534b88 |
@ -1 +1 @@
|
|||||||
This site https://massgrave.dev/ is built using [Docusaurus](https://docusaurus.io/).
|
This site (https://massgrave.dev/) is built using [Docusaurus](https://docusaurus.io/).
|
||||||
|
@ -11,7 +11,7 @@ image: /img/blog_card.png
|
|||||||
# Keyhole
|
# Keyhole
|
||||||
|
|
||||||
By WitherOrNot
|
By WitherOrNot
|
||||||
Edited by May, Lyssa, & SpCreatePackaedLicense
|
Edited by May, Lyssa
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
@ -174,7 +174,6 @@ The research covered in this blogpost was made possible by the following people/
|
|||||||
|
|
||||||
- May - Initial discovery, testing, reverse engineering
|
- May - Initial discovery, testing, reverse engineering
|
||||||
- asdcorp - Testing, reverse engineering
|
- asdcorp - Testing, reverse engineering
|
||||||
- SpCreatePackaedLicense - Testing, reverse engineering, bugfix analysis
|
|
||||||
- WitherOrNot - Tool development, testing, reverse engineering, bugfix analysis
|
- WitherOrNot - Tool development, testing, reverse engineering, bugfix analysis
|
||||||
- emoose, LukeFZ - License Block format documentation
|
- emoose, LukeFZ - License Block format documentation
|
||||||
- KiFilterFiberContext - ClipSp unpacking
|
- 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
|
- The trusted store's data is held in encrypted files
|
||||||
- This data is somehow linked with seemingly encrypted registry keys under `HKLM\SYSTEM\WPA`
|
- 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
|
#### Other Contributions
|
||||||
|
|
||||||
- SpCreatePackaedLicense - Tool development, testing
|
|
||||||
- May - Code formatting, build setup
|
- May - Code formatting, build setup
|
||||||
|
|
||||||
#### Special Thanks
|
#### Special Thanks
|
||||||
|
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
## Error 0x80070490
|
## Error 0x80070490
|
||||||
|
|
||||||
- In the Home to Pro upgrade process, the script may show the below error in red color:
|
- During a Home to Pro upgrade, the script may show the below error:
|
||||||
```
|
```
|
||||||
Exception calling "_DismSet Edition" with "6" argument(s): "Element not found. (Exception from HRESULT: 0x80070490)"
|
Exception calling "_DismSet Edition" with "6" argument(s): "Element not found. (Exception from HRESULT: 0x80070490)"
|
||||||
```
|
```
|
||||||
- This issue often appears due to the installed .Net 3.5 framework.
|
- This issue often appears when .NET Framework 3.5 is installed.
|
||||||
- To solve this, we need to disable it, to do that, open the command prompt as admin and enter
|
- To solve this, it needs to be disabled. To do that, open Command Prompt as admin and enter
|
||||||
`DISM /Online /English /Disable-Feature /FeatureName:"NetFx3"`
|
`DISM /Online /English /Disable-Feature /FeatureName:"NetFx3"`
|
||||||
- Once it's done, try to change the edition again.
|
- Once that's done, try to change the edition again.
|
||||||
- After the edition change, you can enable .net 3.5 again, to do that, enter,
|
- After the edition change, you can enable .NET 3.5 again:
|
||||||
`DISM /Online /English /Enable-Feature /FeatureName:"NetFx3"`
|
`DISM /Online /English /Enable-Feature /FeatureName:"NetFx3"`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -1,57 +1,54 @@
|
|||||||
# Change Office Edition
|
# Change Office Edition
|
||||||
|
|
||||||
This option is available in the MAS script. You can use this for Office C2R (Ver 16.0.9029.2167 and later) to change, add and remove editions along with an option to change the Office update channel.
|
This option is available in the main menu of MAS. You can use this script with Office C2R (Ver 16.0.9029.2167 and later) to change, add, and remove editions or change the current Office update channel.
|
||||||
|
|
||||||
## How does it work?
|
## How does it work?
|
||||||
|
|
||||||
Office C2R (Click To Run) installation files are unified, meaning that whether you install a single app like Word 2021 or a full package like ProPlus2021,
|
Office C2R (Click To Run) has a unified installation system, meaning that whether you download a single app like Word 2021 or a full package like ProPlus2021, the core files installed are nearly identical.
|
||||||
both will download almost the same size of files.
|
|
||||||
|
|
||||||
`C:\Program Files\Common Files\microsoft shared\ClickToRun\OfficeClickToRun.exe`
|
The main management program for Office C2R is located at `C:\Program Files\Common Files\microsoft shared\ClickToRun\OfficeClickToRun.exe`
|
||||||
|
|
||||||
This program allows us to add and remove Office editions, and since installation files are unified and they are already installed, and it uses delta updates,
|
The script leverages this program to add, remove, or change Office editions. Because of Office's unified installation and delta updates, adding new editions or apps does not require a large download.
|
||||||
it can add new editions and apps to the Office with very minimum Internet consumption.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Change Office update channel
|
## Change Office update channel
|
||||||
|
|
||||||
The same script also offers an option to change the Office update channel.
|
This script can also change the current Office update channel.
|
||||||
|
|
||||||
```
|
```
|
||||||
5440FD1F-7ECB-4221-8110-145EFAA6372F - Insider Fast [Beta] - Insiders::DevMain
|
5440FD1F-7ECB-4221-8110-145EFAA6372F - Insider Fast [Beta] - Insiders::DevMain
|
||||||
64256AFE-F5D9-4F86-8936-8840A6A4F5BE - Monthly Preview - Insiders::CC
|
64256AFE-F5D9-4F86-8936-8840A6A4F5BE - Monthly Preview - Insiders::CC
|
||||||
492350F6-3A01-4F97-B9C0-C7C6DDF67D60 - Monthly [Current] - Production::CC
|
492350F6-3A01-4F97-B9C0-C7C6DDF67D60 - Monthly [Current] - Production::CC
|
||||||
55336B82-A18D-4DD6-B5F6-9E5095C314A6 - Monthly Enterprise - Production::MEC
|
55336B82-A18D-4DD6-B5F6-9E5095C314A6 - Monthly Enterprise - Production::MEC
|
||||||
B8F9B850-328D-4355-9145-C59439A0C4CF - Semi Annual Preview - Insiders::FRDC
|
B8F9B850-328D-4355-9145-C59439A0C4CF - Semi Annual Preview - Insiders::FRDC
|
||||||
7FFBC6BF-BC32-4F92-8982-F9DD17FD3114 - Semi Annual - Production::DC
|
7FFBC6BF-BC32-4F92-8982-F9DD17FD3114 - Semi Annual - Production::DC
|
||||||
EA4A4090-DE26-49D7-93C1-91BFF9E53FC3 - DevMain Channel - Dogfood::DevMain
|
EA4A4090-DE26-49D7-93C1-91BFF9E53FC3 - DevMain Channel - Dogfood::DevMain
|
||||||
B61285DD-D9F7-41F2-9757-8F61CBA4E9C8 - Microsoft Elite - Microsoft::DevMain
|
B61285DD-D9F7-41F2-9757-8F61CBA4E9C8 - Microsoft Elite - Microsoft::DevMain
|
||||||
F2E724C1-748F-4B47-8FB8-8E0D210E9208 - Perpetual2019 VL - Production::LTSC
|
F2E724C1-748F-4B47-8FB8-8E0D210E9208 - Perpetual2019 VL - Production::LTSC
|
||||||
1D2D2EA6-1680-4C56-AC58-A441C8C24FF9 - Microsoft2019 VL - Microsoft::LTSC
|
1D2D2EA6-1680-4C56-AC58-A441C8C24FF9 - Microsoft2019 VL - Microsoft::LTSC
|
||||||
5030841D-C919-4594-8D2D-84AE4F96E58E - Perpetual2021 VL - Production::LTSC2021
|
5030841D-C919-4594-8D2D-84AE4F96E58E - Perpetual2021 VL - Production::LTSC2021
|
||||||
86752282-5841-4120-AC80-DB03AE6B5FDB - Microsoft2021 VL - Microsoft::LTSC2021
|
86752282-5841-4120-AC80-DB03AE6B5FDB - Microsoft2021 VL - Microsoft::LTSC2021
|
||||||
7983BAC0-E531-40CF-BE00-FD24FE66619C - Perpetual2024 VL - Production::LTSC2024
|
7983BAC0-E531-40CF-BE00-FD24FE66619C - Perpetual2024 VL - Production::LTSC2024
|
||||||
C02D8FE6-5242-4DA8-972F-82EE55E00671 - Microsoft2024 VL - Microsoft::LTSC2024
|
C02D8FE6-5242-4DA8-972F-82EE55E00671 - Microsoft2024 VL - Microsoft::LTSC2024
|
||||||
```
|
```
|
||||||
|
|
||||||
- Learn more about Office update channels here https://learn.microsoft.com/microsoft-365-apps/updates/overview-update-channels
|
- The script has the above list in its database and only offers officially supported upgrades.
|
||||||
|
- Learn more about Office update channels here https://learn.microsoft.com/en-us/microsoft-365-apps/updates/overview-update-channels
|
||||||
- You can fetch the latest Office build numbers here https://github.com/ItzLevvie/Office16/blob/master/defconfig
|
- You can fetch the latest Office build numbers here https://github.com/ItzLevvie/Office16/blob/master/defconfig
|
||||||
- The official method to change the update channel is taken from these URLs
|
- The script uses an official method to change the update channel:
|
||||||
https://techcommunity.microsoft.com/t5/office-365-blog/how-to-manage-office-365-proplus-channels-for-it-pros/ba-p/795813
|
https://techcommunity.microsoft.com/t5/office-365-blog/how-to-manage-office-365-proplus-channels-for-it-pros/ba-p/795813
|
||||||
- The script has the above list in the database and offers to choose only the Officially supported change path.
|
|
||||||
|
|
||||||
### VL (LTSC) channel limitations
|
### VL (LTSC) channel limitations
|
||||||
(Applicable to 2019/21/24 VL)
|
(Applicable to 2019/21/24 VL)
|
||||||
|
|
||||||
Officially, the update channel can not be changed to/from the VL (LTSC) channel to/from any other channel.
|
Officially, the update channel can not be changed to or from a VL (LTSC) channel, so if the installed channel is a VL (LTSC) channel, only that channel will appear in the script.
|
||||||
So if the Office installation file or installed channel is from the VL (LTSC) channel, then only that channel will appear in the script
|
Also, if the installed channel is not an LTSC channel, the script won't offer to change to LTSC.
|
||||||
also if your update channel is not from the LTSC channel, then the script won't Offer you the option to change the channel to LTSC.
|
|
||||||
|
|
||||||
### Windows 7/8/8.1 limitations
|
### Windows 7/8/8.1 limitations
|
||||||
|
|
||||||
Office C2R is officially not supported on Windows [7](https://learn.microsoft.com/microsoft-365-apps/end-of-support/windows-7-support) / [8](https://learn.microsoft.com/microsoft-365-apps/end-of-support/windows-8-support) / [8.1](https://learn.microsoft.com/microsoft-365-apps/end-of-support/windows-81-support) anymore.
|
Office C2R is no longer supported on Windows [7](https://learn.microsoft.com/en-us/microsoft-365-apps/end-of-support/windows-7-support), [8](https://learn.microsoft.com/en-us/microsoft-365-apps/end-of-support/windows-8-support), and [8.1](https://learn.microsoft.com/en-us/microsoft-365-apps/end-of-support/windows-81-support).
|
||||||
The last available build is fixed on certain builds and won't get any updates. VL (LTSC) channels are not supported on these Windows versions so they won't appear in the script.
|
The last available build is fixed and won't get any updates. VL (LTSC) channels are not supported on these Windows versions so they won't appear in the script.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,18 +1,18 @@
|
|||||||
# Change Windows Edition
|
# Change Windows Edition
|
||||||
|
|
||||||
- You can find this option in the MAS extras section.
|
- This option can be found in the main menu of MAS.
|
||||||
- It can change the Windows 7-8-8.1-10-11 and their Server equivalent editions.
|
- It can change Windows versions 7 through 11 and the equivalent server editions.
|
||||||
- The script incorporates 4 methods for edition changing:
|
- The script incorporates four methods for edition changing:
|
||||||
- May's DISM Api Method - Used in Windows 10/11 Core to Non-Core edition change
|
- May's DISM Api Method - Used in Windows 10/11 Core to Non-Core edition change
|
||||||
- [slmgr /ipk Method](https://learn.microsoft.com/windows/deployment/upgrade/windows-edition-upgrades#upgrade-using-a-command-line-tool) - Used in Windows 10/11 where edition license files are already there
|
- [slmgr /ipk Method](https://learn.microsoft.com/en-us/windows/deployment/upgrade/windows-edition-upgrades#upgrade-using-a-command-line-tool) - Used for Windows 10/11 virtual editions
|
||||||
- [DISM Method](https://learn.microsoft.com/windows-server/get-started/upgrade-conversion-options) - Used in Server 2016 and later server versions
|
- [DISM Method](https://learn.microsoft.com/en-us/windows-server/get-started/upgrade-conversion-options) - Used in Server 2016 and later server versions
|
||||||
- [CBS Upgrade Method](https://github.com/asdcorp/Set-WindowsCbsEdition) - Used in Windows versions before 10
|
- [CBS Upgrade Method](https://github.com/asdcorp/Set-WindowsCbsEdition) - Used in Windows versions before 10
|
||||||
- Available editions that can be changed to are shown in the script based on all these 4 options.
|
- The script will show editions available via any of the four methods.
|
||||||
- The script is future-proof, which means that it won't need an update upon the release of new Windows / Server editions and can get the required product key from the system itself.
|
- The script is future-proof, which means that it won't need an update upon the release of new editions because it can get the required product key from the system itself.
|
||||||
- The script blocks changing to CountrySpecific, ServerRdsh, and to/from CloudEdition editions since it's officially not supported and the user may face issues.
|
- The script blocks changing to CountrySpecific and ServerRdsh, and to/from CloudEdition editions since this is not officially supported and it may cause issues.
|
||||||
- The script cannot change,
|
- The script cannot change:
|
||||||
- Non-Core editions to Core editions (For example, Pro > Home isn't available)
|
- Non-Core editions to Core editions. (For example, Pro to Home isn't available.)
|
||||||
- GAC editions to LTSC editions (For example, Enterprise > Enterprise LTSC isn't available)
|
- GAC editions to LTSC editions. (For example, Enterprise to Enterprise LTSC isn't available.)
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -24,16 +24,16 @@ If you want to manually change the edition instead of using the script, please f
|
|||||||
|
|
||||||
- To view the list of available editions, open the command prompt as admin and enter
|
- To view the list of available editions, open the command prompt as admin and enter
|
||||||
`dism /online /english /Get-TargetEditions`
|
`dism /online /english /Get-TargetEditions`
|
||||||
- Get the keys for the desired edition from [here](hwid.md#supported-products)
|
- Get a key for the desired edition from [here](hwid.md#supported-products)
|
||||||
- If you are upgrading from Home to Pro, you will need to disable the Internet before performing the upgrade.
|
- If you are upgrading from Home to Pro, you will need to disable the Internet before performing the upgrade.
|
||||||
- Now enter that product key with this command, replace `<product_key>` with the actual key.
|
- Now enter that product key with this command, replace `<product_key>` with the actual key.
|
||||||
`changepk.exe /ProductKey <product_key>`
|
`changepk.exe /ProductKey <product_key>`
|
||||||
- In the Home to Pro upgrade, it may show an error, restart the system anyway. (Use the script if it's still not working)
|
- In a Home to Pro upgrade, it may show an error, restart the system anyway. (Use the script if it's still not working)
|
||||||
- Activate the changed edition with MAS, that's all.
|
- Activate the changed edition with MAS, that's all.
|
||||||
|
|
||||||
### Windows Server 2016 and Later
|
### Windows Server 2016 and Later
|
||||||
|
|
||||||
- Follow the official Microsoft guide [here](https://learn.microsoft.com/windows-server/get-started/upgrade-conversion-options), you can get the required keys from [here](kms38.md#supported-products).
|
- Follow the [official Microsoft guide](https://learn.microsoft.com/en-us/windows-server/get-started/upgrade-conversion-options). You can get the required keys from [here](kms38.md#supported-products).
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -2,6 +2,102 @@
|
|||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
## 3.4
|
||||||
|
|
||||||
|
**Bug fixes**
|
||||||
|
|
||||||
|
#### **TSforge:**
|
||||||
|
- Fixed an issue where unattended mode was not working.
|
||||||
|
- Updated info in the Change Activation Method menu.
|
||||||
|
|
||||||
|
#### **All:**
|
||||||
|
- Added a check to detect expired Office products.
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
## 3.3
|
||||||
|
|
||||||
|
**The Empire Strikes Back**
|
||||||
|
|
||||||
|
#### **TSforge:**
|
||||||
|
- In Windows 11 build 27802, Microsoft introduced a bug that causes Confirmation ID cache validation to always fail, forcing validation directly from the stored Confirmation ID each time the license status is checked.
|
||||||
|
- To circumvent this bug, TSforge is used to set the current Installation ID to that of a known key that can be used to generate valid Confirmation IDs.
|
||||||
|
- For more information on StaticCID, check https://massgrave.dev/tsforge#staticcid
|
||||||
|
- From now on, the script will use StaticCID method (requires Internet) on build 19041 and later.
|
||||||
|
- KMS4k activation option is now added in the script.
|
||||||
|
- Thanks a lot to @WitherOrNot for working on this.
|
||||||
|
|
||||||
|
#### **Change Office Edition:**
|
||||||
|
- Added the option to switch the Office update channel between VL and non-VL.
|
||||||
|
|
||||||
|
#### **All:**
|
||||||
|
- Various other fixes and improvements.
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
## 3.2
|
||||||
|
|
||||||
|
**O365AppsBasicRetail support and bug fixes**
|
||||||
|
|
||||||
|
#### **Ohook:**
|
||||||
|
- Added activation support for the newly released product `O365AppsBasicRetail`.
|
||||||
|
- Added Office 2010 Publisher Retail key. Just FYI, we still don't have keys for these Office 2010 products
|
||||||
|
|
||||||
|
```
|
||||||
|
4eaff0d0-c6cb-4187-94f3-c7656d49a0aa Retail ExcelR_[HSExcelR]
|
||||||
|
7004b7f0-6407-4f45-8eac-966e5f868bde Retail GrooveR
|
||||||
|
fbf4ac36-31c8-4340-8666-79873129cf40 Retail OutlookR
|
||||||
|
133c8359-4e93-4241-8118-30bb18737ea0 Retail PowerPointR_[HSPowerPointR]
|
||||||
|
db3bbc9c-ce52-41d1-a46f-1a1d68059119 Retail WordR_[HSWordR]
|
||||||
|
dbe3aee0-5183-4ff7-8142-66050173cb01 Retail SmallBusBasicsR_[SmallBusBasicsMSDNR]
|
||||||
|
```
|
||||||
|
|
||||||
|
#### **All:**
|
||||||
|
- Fixed an issue in detecting Powershell 1.0 in Server 2008 SBS editions.
|
||||||
|
- Fixed ARM32 Office detection.
|
||||||
|
- Various other fixes and improvements.
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
## 3.1
|
||||||
|
|
||||||
|
**Vista Support**
|
||||||
|
|
||||||
|
#### **TSforge:**
|
||||||
|
- TSforge activation now supports Windows Vista and Server 2008.
|
||||||
|
- Thanks to @InvoxiPlayGames for Vista [SPSys IOCTLs](https://github.com/InvoxiPlayGames/vistaspctl) and physical store format, and to @WitherOrNot.
|
||||||
|
- Fixed an issue where `sppsvc` might not stop on older systems. Thanks to @WitherOrNot.
|
||||||
|
- Fixed an issue where activation wouldn't work on Windows 10 ARM64. Thanks to @WitherOrNot.
|
||||||
|
- For Windows 10 ESU, selected 1Y and 2Y ESU options as well instead of only 3Y, to ensure compatibility.
|
||||||
|
- Updated the Windows 10 ESU editions list as per build 19045.5552 (ServerRdsh added, IoTEnterpriseS removed).
|
||||||
|
- Added support for Office 365 15.0 because phone licenses are available.
|
||||||
|
- Converted Office HomeStudentARM IDs to Mondo since phone licenses aren't available for them.
|
||||||
|
- Added support for external `LibTSforge.dll` if found in the `BIN` folder next to the script.
|
||||||
|
- Fixed an issue where Office did not require activation but TSforge would still show a phone license missing error.
|
||||||
|
|
||||||
|
#### **Ohook:**
|
||||||
|
- Ohook activation now supports OSPP-based Office versions as well, meaning all Office versions are now supported on Windows Vista/Server 2008 and later.
|
||||||
|
- Thanks to @abbodi1406 and @asdcorp.
|
||||||
|
|
||||||
|
#### **Online KMS:**
|
||||||
|
- Online KMS activation now supports Windows and Office from Windows Vista/Server 2008 onward.
|
||||||
|
|
||||||
|
#### **Check Activation Status:**
|
||||||
|
- Added updated CAS by @abbodi1406:
|
||||||
|
- Faster PInvoke native method imports from the Software Licensing Client DLL.
|
||||||
|
- Displays more information for all supported Windows and Office versions.
|
||||||
|
- Implements "Client Licensing Check" for Windows 7 and Vista.
|
||||||
|
|
||||||
|
#### **All:**
|
||||||
|
- Simplified code related to disabling QuickEdit and avoiding the Terminal app.
|
||||||
|
- Fixed issues with WPA key check logic.
|
||||||
|
- Fixed MSI Office detection issues for Visio and a few other products.
|
||||||
|
- Corrected an issue where the `SharedComputerLicensing` registry key was incorrectly added on Server editions for older Office retail versions.
|
||||||
|
- Improved help messages.
|
||||||
|
- Various other fixes and improvements.
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## 3.0
|
## 3.0
|
||||||
|
|
||||||
**The Forge Awakens**
|
**The Forge Awakens**
|
||||||
@ -64,7 +160,7 @@
|
|||||||
#### All:
|
#### All:
|
||||||
|
|
||||||
- Removed dependancy on [WMIC](https://techcommunity.microsoft.com/t5/windows-it-pro-blog/wmi-command-line-wmic-utility-deprecation-next-steps/ba-p/4039242) and [VBScript](https://techcommunity.microsoft.com/t5/windows-it-pro-blog/vbscript-deprecation-timelines-and-next-steps/ba-p/4148301).
|
- Removed dependancy on [WMIC](https://techcommunity.microsoft.com/t5/windows-it-pro-blog/wmi-command-line-wmic-utility-deprecation-next-steps/ba-p/4039242) and [VBScript](https://techcommunity.microsoft.com/t5/windows-it-pro-blog/vbscript-deprecation-timelines-and-next-steps/ba-p/4148301).
|
||||||
- Added the check for [Windows subscription](https://learn.microsoft.com/windows/deployment/windows-subscription-activation?pivots=windows-11), activation will be performed based on base edition, [example](https://i.ibb.co/7Cs0j7Y/6LTkK2o.png). Thanks to @asdcorp and @abbodi1406.
|
- Added the check for [Windows subscription](https://learn.microsoft.com/en-us/windows/deployment/windows-subscription-activation?pivots=windows-11), activation will be performed based on base edition, [example](https://i.ibb.co/7Cs0j7Y/6LTkK2o.png). Thanks to @asdcorp and @abbodi1406.
|
||||||
- Added the code to disable CMD QuickEdit using Powershell instead of temporary regedit (to avoid accidental pause when the user clicks inside the script window). Thanks to @abbodi1406.
|
- Added the code to disable CMD QuickEdit using Powershell instead of temporary regedit (to avoid accidental pause when the user clicks inside the script window). Thanks to @abbodi1406.
|
||||||
- Added the code to launch from conhost.exe using Powershell to avoid the Terminal app. Thanks to @abbodi1406.
|
- Added the code to launch from conhost.exe using Powershell to avoid the Terminal app. Thanks to @abbodi1406.
|
||||||
- Added more environment variables in the script at the start to resolve issues in case they are messed up in the user's system.
|
- Added more environment variables in the script at the start to resolve issues in case they are messed up in the user's system.
|
||||||
@ -77,7 +173,7 @@
|
|||||||
- Added the command to delete SuppressRulesEngine registry keys by default in every run if found, this causes issues in spp tasks to refresh.
|
- Added the command to delete SuppressRulesEngine registry keys by default in every run if found, this causes issues in spp tasks to refresh.
|
||||||
- Added the extra checks for malware and showed info accordingly.
|
- Added the extra checks for malware and showed info accordingly.
|
||||||
- Added better error handling of SPP 2.0 folder creation.
|
- Added better error handling of SPP 2.0 folder creation.
|
||||||
- Added better check to find [permission issues](https://learn.microsoft.com/office/troubleshoot/activation/license-issue-when-start-office-application) in SPP.
|
- Added better check to find [permission issues](https://learn.microsoft.com/en-us/office/troubleshoot/activation/license-issue-when-start-office-application) in SPP.
|
||||||
- Added the command to check SvcRestartTask Status to find potential activation issues.
|
- Added the command to check SvcRestartTask Status to find potential activation issues.
|
||||||
- Updated the WPA registry check code to skip unrelated keys, and to make it work on Windows 7 as well.
|
- Updated the WPA registry check code to skip unrelated keys, and to make it work on Windows 7 as well.
|
||||||
- Added the code to show the option to open the Troubleshoot page if errors are found.
|
- Added the code to show the option to open the Troubleshoot page if errors are found.
|
||||||
@ -94,14 +190,14 @@
|
|||||||
|
|
||||||
#### Ohook
|
#### Ohook
|
||||||
|
|
||||||
- Added the code to add SharedComputerLicensing registry to avoid [licensing issues](https://learn.microsoft.com/office/troubleshoot/office-suite-issues/click-to-run-office-on-terminal-server) in the case of Windows Server with Retail C2R office.
|
- Added the code to add SharedComputerLicensing registry to avoid [licensing issues](https://learn.microsoft.com/en-us/office/troubleshoot/office-suite-issues/click-to-run-office-on-terminal-server) in the case of Windows Server with Retail C2R office.
|
||||||
- Script will now skip installing the key for already activated products.
|
- Script will now skip installing the key for already activated products.
|
||||||
- Added the info for the Office version and the update channel.
|
- Added the info for the Office version and the update channel.
|
||||||
- Script will fix ProductReleaseIds In Registry if incorrect found, it affects features.
|
- Script will fix ProductReleaseIds In Registry if incorrect found, it affects features.
|
||||||
- Script will check the running Office apps and will ask to close them before proceeding.
|
- Script will check the running Office apps and will ask to close them before proceeding.
|
||||||
- Added more detailed info in case Ohook installation fails.
|
- Added more detailed info in case Ohook installation fails.
|
||||||
- Added more accurate detection of MSI Office products.
|
- Added more accurate detection of MSI Office products.
|
||||||
- Script will now deeply find remnants of Office [vNext](https://learn.microsoft.com/office/troubleshoot/activation/reset-office-365-proplus-activation-state)/[shared](https://learn.microsoft.com/en-us/deployoffice/overview-shared-computer-activation)/[device](https://learn.microsoft.com/deployoffice/device-based-licensing)/[OEM](https://support.microsoft.com/office/office-repeatedly-prompts-you-to-activate-on-a-new-pc-a9a6b05f-f6ce-4d1f-8d49-eb5007b64ba1) license block, and will clean them.
|
- Script will now deeply find remnants of Office [vNext](https://learn.microsoft.com/en-us/office/troubleshoot/activation/reset-office-365-proplus-activation-state)/[shared](https://learn.microsoft.com/en-us/deployoffice/overview-shared-computer-activation)/[device](https://learn.microsoft.com/en-us/deployoffice/device-based-licensing)/[OEM](https://support.microsoft.com/en-us/office/office-repeatedly-prompts-you-to-activate-on-a-new-pc-a9a6b05f-f6ce-4d1f-8d49-eb5007b64ba1) license block, and will clean them.
|
||||||
- Script will now add a Resiliency key to avoid the licensing banner in all of the user accounts including those that are not logged in, also registry will be added to all new future user accounts.
|
- Script will now add a Resiliency key to avoid the licensing banner in all of the user accounts including those that are not logged in, also registry will be added to all new future user accounts.
|
||||||
- Script is updated to use [Ohook 0.5 (non+ version)](https://github.com/asdcorp/ohook), nothing is changed functionality-wise, you don't need to update your already installed Ohook.
|
- Script is updated to use [Ohook 0.5 (non+ version)](https://github.com/asdcorp/ohook), nothing is changed functionality-wise, you don't need to update your already installed Ohook.
|
||||||
|
|
||||||
@ -134,7 +230,7 @@ Difference from the previous version:
|
|||||||
|
|
||||||
#### Troubleshoot
|
#### Troubleshoot
|
||||||
|
|
||||||
- Added the code to fix activation errors caused by [KB971033](https://support.microsoft.com/help/4487266) in Windows 7.
|
- Added the code to fix activation errors caused by [KB971033](https://support.microsoft.com/en-us/help/4487266) in Windows 7.
|
||||||
- Removed the unnecessary code to find errors because they are already in activation scripts.
|
- Removed the unnecessary code to find errors because they are already in activation scripts.
|
||||||
|
|
||||||
#### Misc
|
#### Misc
|
||||||
|
@ -1,41 +1,45 @@
|
|||||||
# Activation Methods Chart
|
# Activation Methods Chart
|
||||||
|
|
||||||
Below is a comparison of activation methods offered by Microsoft Activation Scripts.
|
Below is a comparison of activation methods offered by Microsoft Activation Scripts.
|
||||||
|
|
||||||
Basics
|
Basics
|
||||||
------
|
------
|
||||||
| | HWID | Ohook | KMS38 | Online KMS | TSforge (ZeroCID) |
|
| | HWID | Ohook | KMS38 | Online KMS | ZeroCID[^1] | StaticCID[^1] | KMS4k[^1] |
|
||||||
| --- | :---: | :---: | :---: | :---: | :---: |
|
| --- | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|
||||||
| Does not require internet connection | ❌ | ✅ | ✅ | ❌ | ✅ |
|
| Works offline | ❌ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ |
|
||||||
| Activation is permanent | ✅ | ✅ | ✅[^1] | ✅[^2] | ✅ |
|
| Activation is permanent | ✅ | ✅ | ✅[^2] | ✅[^3] | ✅ | ✅ | ✅[^4] |
|
||||||
| Does not leave any files in the system to keep the activation status | ✅ | ❌ | ✅ | ❌ | ✅ |
|
| Does not leave any files in the system to maintain activation status | ✅ | ❌ | ✅ | ❌ | ✅ | ✅ | ✅ |
|
||||||
|
|
||||||
Persistence
|
Persistence
|
||||||
-----------
|
-----------
|
||||||
| | HWID | Ohook | KMS38 | Online KMS | TSforge (ZeroCID) |
|
| | HWID | Ohook | KMS38 | Online KMS | ZeroCID[^1] | StaticCID[^1] | KMS4k[^1] |
|
||||||
| --- | :---: | :---: | :---: | :---: | :---: |
|
| --- | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|
||||||
| Persists between hardware changes | ❌ | ✅ | ❌ | ✅ | ✅ |
|
| Persists between hardware changes | ❌ | ✅ | ❌ | ✅ | ✅ | ❌ | ✅
|
||||||
| Persists between clean installations on the same hardware | ✅ | ❌ | ❌ | ❌ | ❌ |
|
| Persists between clean installations on the same hardware | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
||||||
| Persists between Windows 10 / 11 feature upgrades | ✅ | ✅ | ✅ | ✅ | ❌ |
|
| Persists between Windows 10 / 11 feature upgrades | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ |
|
||||||
|
|
||||||
Support
|
Support
|
||||||
-------
|
-------
|
||||||
| | HWID | Ohook | KMS38 | Online KMS | TSforge (ZeroCID) |
|
| | HWID | Ohook | KMS38 | Online KMS | ZeroCID[^1] | StaticCID[^1] | KMS4k[^1] |
|
||||||
| --- | :---: | :---: | :---: | :---: | :---: |
|
| --- | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|
||||||
| Windows 7 / 8 / 8.1 | ❌ | ❌ | ❌ | ✅[^3] | ✅ |
|
| Windows Vista / 7 | ❌ | ❌ | ❌ | ✅[^5] | ✅ | ❌ | ✅[^5] |
|
||||||
| Windows 10 / 11 | ✅ | ❌ | ✅[^3] | ✅[^3] | ✅ |
|
| Windows 8 / 8.1 | ❌ | ❌ | ❌ | ✅[^5] | ✅ | ✅ | ✅[^5] |
|
||||||
| Windows Server 2008 R2 / 2012 / 2012 R2 | ❌ | ❌ | ❌ | ✅ | ✅ |
|
| Windows 10 / 11 | ✅ | ❌ | ✅[^5] | ✅[^5] | ✅ | ✅ | ✅[^5] |
|
||||||
| Windows Server 2016 and later | ❌ | ❌ | ✅ | ✅ | ✅ |
|
| Windows 11 (26100.4188 and later) | ✅ | ❌ | ✅[^5] | ✅[^5] | ❌ | ✅ | ✅[^5] |
|
||||||
| Office 2010 | ❌ | ❌ | ❌ | ✅[^3] | ❌ |
|
| Windows Server 2008 / 2008 R2 | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ | ✅ |
|
||||||
| Office 2013 and later | ❌ | ✅[^4] | ❌ | ✅[^3] | ✅[^5] |
|
| Windows Server 2012 / 2012 R2 | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ |
|
||||||
| Windows / Office KMS Host | ❌ | ❌ | ❌ | ❌ | ✅ |
|
| Windows Server 2016 and later | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||||
| Windows Extended Security Updates | ❌ | ❌ | ❌ | ❌ | ✅ |
|
| Office 2010 | ❌ | ✅ | ❌ | ✅[^5] | ❌ | ❌ | ❌ |
|
||||||
| OCUR / RP / APPXLOB addons | ❌ | ❌ | ❌ | ❌ | ✅ |
|
| Office 2013 and later | ❌ | ✅ | ❌ | ✅[^5] | ✅[^6] | ✅[^6] |✅[^5] [^6] |
|
||||||
|
| Windows / Office KMS Host | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ |
|
||||||
---
|
| Windows Extended Security Updates | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ |
|
||||||
|
| OCUR / RP / APPXLOB addons | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ |
|
||||||
[^1]: Valid until the year 2038.
|
|
||||||
[^2]: Valid for 180 days by default. Permanent with renewal task installed.
|
---
|
||||||
[^3]: Volume activation capable editions only.
|
|
||||||
[^4]: Supported only on Windows 8 and later.
|
[^1]: Provided by [TSforge](tsforge.md).
|
||||||
[^5]: Supported only on Windows 8 and later; subscription editions are not supported.
|
[^2]: Valid until the year 2038.
|
||||||
|
[^3]: Valid for 180 days by default. Permanent with renewal task installed.
|
||||||
|
[^4]: Valid for 4083 years.
|
||||||
|
[^5]: Volume activation capable editions only.
|
||||||
|
[^6]: Supported only on Windows 8 and later; subscription editions are not supported.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Check Activation Status
|
# Check Activation Status
|
||||||
|
|
||||||
Check activation status script in MAS is taken from CAS by abbodi1406
|
The Check Activation Status script in MAS is a wrapper around CAS by abbodi1406.
|
||||||
You can read more about its features here https://gravesoft.dev/cas
|
You can read more about its features [here](https://gravesoft.dev/cas).
|
||||||
|
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
## Switches List
|
## Switches List
|
||||||
|
|
||||||
- You can use the below switches in MAS AIO, separate files version and in Powershell one-liner to run in unattended mode.
|
- You can use the switches below in MAS AIO, separate files version and in Powershell one-liner to run in unattended mode.
|
||||||
- If you want to use it in Windows Pre-Activation then check [this](oem-folder.md) page for more details.
|
- If you want to use MAS to pre-activate Windows, check [this](oem-folder.md) page for more details.
|
||||||
|
|
||||||
### HWID
|
### HWID
|
||||||
|
|
||||||
| Switches | Meaning |
|
| Switches | Meaning |
|
||||||
|-------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| `/HWID` | Activate with HWID |
|
| `/HWID` | Activate with HWID |
|
||||||
| `/HWID-NoEditionChange` | Some editions don't support HWID, script by default change edition to nearest available to enable HWID activation. This switch can be used to stop this change. You don't need to add `/HWID` switch with this. |
|
| `/HWID-NoEditionChange` | Some editions don't support HWID, so by default the script changes the edition to nearest available edition to enable activation. This switch runs HWID without allowing edition changes. |
|
||||||
|
|
||||||
### Ohook
|
### Ohook
|
||||||
|
|
||||||
@ -21,26 +21,39 @@
|
|||||||
|
|
||||||
### TSforge
|
### TSforge
|
||||||
|
|
||||||
| Switches | Meaning |
|
| Switches | Meaning |
|
||||||
|------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| `/Z-Windows` | Activate only Windows with TSforge |
|
| `/Z-Windows` | Activate only Windows with TSforge |
|
||||||
| `/Z-ESU` | Activate only ESU with TSforge |
|
| `/Z-ESU` | Activate only ESU with TSforge |
|
||||||
| `/Z-Office` | Activate only Office with TSforge |
|
| `/Z-Office` | Activate only Office with TSforge |
|
||||||
| `/Z-ProjectVisio` | Activate only Project/Visio with TSforge |
|
| `/Z-ProjectVisio` | Activate only Project/Visio with TSforge |
|
||||||
| `/Z-WindowsESUOffice` | Activate all Windows / ESU / Office with TSforge |
|
| `/Z-WindowsESUOffice` | Activate all Windows / ESU / Office with TSforge |
|
||||||
| `/Z-WinHost` | Activate only Windows KMS Host with TSforge |
|
| `/Z-WinHost` | Activate only Windows KMS Host with TSforge |
|
||||||
| `/Z-OffHost` | Activate only Office KMS Host with TSforge |
|
| `/Z-OffHost` | Activate only Office KMS Host with TSforge |
|
||||||
| `/Z-APPX` | Activate only 8/8.1 APPXLOB with TSforge |
|
| `/Z-APPX` | Activate only 8/8.1 APPXLOB with TSforge |
|
||||||
| `/Z-ID-ActivationIdGoesHere` | To specify an activation ID for activation, where ActivationIdGoesHere needs to be edited for Activation ID. If you want to add multiple through parameter, pass each of them in separate parameters |
|
| `/Z-ID-ActivationIdGoesHere` | To specify an activation ID for activation, where ActivationIdGoesHere needs to be edited for Activation ID. If you want to add multiple through parameters, pass each of them in separate parameters |
|
||||||
| `/Z-Reset` | Reset rearm counter, evaluation period and clear the tamper state, key lock |
|
| `/Z-Reset` | Reset rearm counter, evaluation period and clear the tamper state, key lock |
|
||||||
|
|
||||||
|
**Change activation method:**
|
||||||
|
|
||||||
|
For builds 19041 and later, the script automatically selects StaticCID (requires an internet connection). If no internet connection is detected, it automatically switches to the KMS4k method.
|
||||||
|
For builds earlier than 19041, the script automatically selects ZeroCID.
|
||||||
|
|
||||||
|
To override this automatic selection and use a specific activation method, you can apply the following switches in combination with the switches listed above.
|
||||||
|
|
||||||
|
| Switches | Meaning |
|
||||||
|
|------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| `/Z-SCID` | Force use StaticCID activation method. It needs Internet and does not work on Windows 7 and older versions. |
|
||||||
|
| `/Z-ZCID` | Force use ZeroCID activation method. Works reliably on builds below 19041, may break on builds between 19041-26100 and does not work on builds above 26100.4188. |
|
||||||
|
| `/Z-KMS4k` | Volume licenses only. Activates for 4000+ years. |
|
||||||
|
|
||||||
### KMS38
|
### KMS38
|
||||||
|
|
||||||
| Switches | Meaning |
|
| Switches | Meaning |
|
||||||
|---------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|---------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| `/KMS38` | Activate with KMS38 |
|
| `/KMS38` | Activate with KMS38 |
|
||||||
| `/KMS38-RemoveProtection` | Remove KMS38 protection |
|
| `/KMS38-NoEditionChange` | Some editions don't support KMS38, so by default the script changes the edition to nearest available edition to enable activation. This switch runs KMS38 without allowing edition changes. |
|
||||||
| `/KMS38-NoEditionChange` | Some editions don't support KMS38, script by default change edition to nearest available to enable KMS38 activation. This switch can be used to stop this change. You don't need to add `/KMS38` switch with this. |
|
| `/KMS38-RemoveProtection` | Remove KMS38 protection |
|
||||||
|
|
||||||
### Online KMS
|
### Online KMS
|
||||||
|
|
||||||
@ -58,26 +71,26 @@
|
|||||||
|
|
||||||
```
|
```
|
||||||
/S
|
/S
|
||||||
Run operations in silent mode (no output BUT CMD Windows will still appear)
|
Run operations in silent mode (no output but the CMD window will still appear)
|
||||||
```
|
```
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## Uses In Powershell One Liner
|
## Using in the Powershell One-Liner
|
||||||
|
|
||||||
`& ([ScriptBlock]::Create((irm https://get.activated.win))) /para`
|
`& ([ScriptBlock]::Create((irm https://get.activated.win))) /para`
|
||||||
|
|
||||||
- Replace `/para` in this command with the switches from the above table. You can also use multiple switches. For example, `/HWID /Ohook`
|
- Replace `/para` in this command with the switches from the above table. You can also use multiple switches. For example, `/HWID /Ohook`
|
||||||
- This Powershell one-liner will work on Windows 8.1 and later versions only.
|
- This Powershell one-liner will only work on Windows 8.1 and later.
|
||||||
- To change the edition through the command line, check [here](change_windows_edition.md#manual-edition-change). We didn't automate it in MAS because it requires a reboot in some cases.
|
- To change the edition through the command line, check [here](change_windows_edition.md#manual-edition-change). We didn't automate it in MAS because it requires a reboot in some cases.
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## Rules
|
## Rules
|
||||||
|
|
||||||
- Script will run in unattended mode if any switch is used.
|
- The script will run in unattended mode if any switch is used.
|
||||||
- `/S` switch is not applicable in MAS separate files version scripts.
|
- `/S` switch is not applicable in MAS separate files version scripts.
|
||||||
- All switches are case-insensitive, and work in any order, but must be separated with spaces.
|
- All switches are case-insensitive and work in any order, but must be separated with spaces.
|
||||||
- KMS Uninstall switch will take precedence over other KMS switches.
|
- KMS Uninstall switch will take precedence over other KMS switches.
|
||||||
- KMS38 remove protection switch will take precedence over KMS38 activation.
|
- KMS38 remove protection switch will take precedence over KMS38 activation.
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Please feel free to share feedback regarding bug reports, documentation errors, troubleshooting, etc. using the links below.
|
Please feel free to share feedback regarding bug reports, documentation errors, troubleshooting, etc. using the links below.
|
||||||
|
|
||||||
- [Discord](https://discord.gg/j2yFsV5ZVC) ❤️ (signup not required) - Discussion
|
- [Discord](https://discord.gg/j2yFsV5ZVC) ❤️ (no signup required) - Discussion
|
||||||
- [Reddit](https://www.reddit.com/r/MAS_Activator/)
|
- [Reddit](https://www.reddit.com/r/MAS_Activator/)
|
||||||
- [Bluesky](https://bsky.app/profile/massgrave.dev)
|
- [Bluesky](https://bsky.app/profile/massgrave.dev)
|
||||||
- [Twitter](https://twitter.com/massgravel)
|
- [Twitter](https://twitter.com/massgravel)
|
||||||
|
13
docs/contribute.md
Normal file
13
docs/contribute.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Contribute
|
||||||
|
|
||||||
|
The MASSGRAVE project does not earn money from donations, ads, or any other sources and we are commited to keeping it this way.
|
||||||
|
However, if you would like to support us, you can do so in non-financial ways.
|
||||||
|
|
||||||
|
## Coding
|
||||||
|
|
||||||
|
At the moment, we don't need any help with coding.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
We will update this list as needed in the future.
|
||||||
|
|
@ -4,33 +4,32 @@ The MAS project wouldn't be possible without the kind help and use of other hono
|
|||||||
|
|
||||||
### Activation Methods Contributions
|
### Activation Methods Contributions
|
||||||
|
|
||||||
| Activation Methods | Contributors |
|
| Activation Methods | Contributors |
|
||||||
|--------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| 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) |
|
| 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) |
|
| 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 /> [**Emma (IPG)**](https://github.com/InvoxiPlayGames) - Vista [SPSys IOCTLs](https://github.com/InvoxiPlayGames/vistaspctl) and physical store format <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 |
|
| 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 |
|
| 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 |
|
||||||
|
|
||||||
### MASSGRAVE R&D
|
### MASSGRAVE R&D
|
||||||
|
|
||||||
| Entity | Contribution |
|
| Entity | Contribution |
|
||||||
|---------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| [asdcorp](https://github.com/asdcorp) | [[HWID/KMS38](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)] [[TSforge](https://github.com/massgravel/TSforge)] [[GamersOsState](https://github.com/asdcorp/GamersOsState)] [[Integrated_Patcher](https://github.com/asdcorp/Integrated_Patcher_3)] [[Rearm](https://github.com/asdcorp/rearm)] [[Set-WindowsCbsEdition](https://github.com/asdcorp/Set-WindowsCbsEdition)] [[clic](https://github.com/asdcorp/clic)] [RE and tool development] [Branding materials] [Great help] |
|
| [asdcorp](https://github.com/asdcorp) | [[HWID/KMS38](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)] [[TSforge](https://github.com/massgravel/TSforge)] [[GamersOsState](https://github.com/asdcorp/GamersOsState)] [[Integrated_Patcher](https://github.com/asdcorp/Integrated_Patcher_3)] [[Rearm](https://github.com/asdcorp/rearm)] [[Set-WindowsCbsEdition](https://github.com/asdcorp/Set-WindowsCbsEdition)] [[clic](https://github.com/asdcorp/clic)] [RE and tool development] [Branding materials] [Great help] |
|
||||||
| [WitherOrNot](https://github.com/WitherOrNot) | [[TSforge](https://github.com/massgravel/TSforge)] [[winkeycheck](https://github.com/WitherOrNot/winkeycheck)] [[Keyhole](https://massgrave.dev/blog/keyhole)] [[warbird-docs](https://github.com/WitherOrNot/warbird-docs)] [RE and tool development] |
|
| [WitherOrNot](https://github.com/WitherOrNot) | [[TSforge](https://github.com/massgravel/TSforge)] [[winkeycheck](https://github.com/WitherOrNot/winkeycheck)] [[Keyhole](https://massgrave.dev/blog/keyhole)] [[warbird-docs](https://github.com/WitherOrNot/warbird-docs)] [RE and tool development] |
|
||||||
| [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] |
|
| [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) |
|
| [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] |
|
| [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] |
|
||||||
| [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
|
| [WindowsAddict](https://github.com/WindowsAddict) | MAS Author
|
||||||
|
|
||||||
### Other Contributions
|
### Other Contributions
|
||||||
|
|
||||||
| Entity | Contribution |
|
| Entity | Contribution |
|
||||||
|-----------------------------------------------------------------------------|--------------------------------------------------------------------|
|
|-----------------------------------------------------------------------------|------------------------------------------------------|
|
||||||
| [Enthousiast](https://forums.mydigitallife.net/members/enthousiast.104688/) | ISO uploads |
|
| [Enthousiast](https://forums.mydigitallife.net/members/enthousiast.104688/) | ISO uploads |
|
||||||
| [BetaWiki](https://betawiki.net/) | Documenting beta builds used for reverse engineering |
|
| [BetaWiki](https://betawiki.net/) | Documenting beta builds used for reverse engineering |
|
||||||
| [MDL Forums](https://forums.mydigitallife.net/forums/51/) | Helpful resources |
|
| [MDL Forums](https://forums.mydigitallife.net/forums/51/) | Helpful resources |
|
||||||
|
|
||||||
And thanks to the MAS users for their interest, feedback, and assistance. ❤️
|
And thanks to the MAS users for their interest, feedback, and assistance. ❤️
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Windows evaluation editions are trial versions of Windows operating systems provided by Microsoft. These editions allow users, especially IT professionals, to test and evaluate the features and capabilities of different Windows versions before making a purchase decision.
|
Windows evaluation editions are trial versions of Windows operating systems provided by Microsoft. These editions allow users, especially IT professionals, to test and evaluate the features and capabilities of different Windows versions before making a purchase decision.
|
||||||
|
|
||||||
https://www.microsoft.com/evalcenter
|
https://www.microsoft.com/en-us/evalcenter
|
||||||
Microsoft provides Windows 10/11 Enterprise and Server in evaluation version.
|
Microsoft provides Windows 10/11 Enterprise and Server in evaluation version.
|
||||||
|
|
||||||
:::warning
|
:::warning
|
||||||
@ -43,7 +43,9 @@ LTSC means long-term servicing channel. Microsoft provides longer update support
|
|||||||
- Right-click on the downloaded ISO file, Open With > Windows Explorer
|
- Right-click on the downloaded ISO file, Open With > Windows Explorer
|
||||||
- A new DVD drive will appear in Windows Explorer, which means the installation image has been mounted successfully.
|
- A new DVD drive will appear in Windows Explorer, which means the installation image has been mounted successfully.
|
||||||
- Now open the command prompt as admin and enter,
|
- Now open the command prompt as admin and enter,
|
||||||
`reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v EditionID /d EnterpriseS /f`
|
`reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v EditionID /d EnterpriseS /f`
|
||||||
|
- If you are on Windows 11 with unsupported hardware then enter,
|
||||||
|
`reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v EditionID /d IoTEnterpriseS /f`
|
||||||
- Go into that DVD drive and run setup.exe, continue until you reach the final confirmation screen.
|
- Go into that DVD drive and run setup.exe, continue until you reach the final confirmation screen.
|
||||||
- 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.
|
- 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.
|
||||||
|
|
||||||
@ -58,7 +60,9 @@ GAC means general availability channel, aka normal version.
|
|||||||
- Right-click on the downloaded ISO file, Open With > Windows Explorer
|
- Right-click on the downloaded ISO file, Open With > Windows Explorer
|
||||||
- A new DVD drive will appear in Windows Explorer, which means the installation image has been mounted successfully.
|
- A new DVD drive will appear in Windows Explorer, which means the installation image has been mounted successfully.
|
||||||
- Now open the command prompt as admin and enter,
|
- Now open the command prompt as admin and enter,
|
||||||
`reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v EditionID /d Enterprise /f`
|
`reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v EditionID /d Enterprise /f`
|
||||||
|
- If you are on Windows 11 with unsupported hardware then enter,
|
||||||
|
`reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v EditionID /d IoTEnterprise /f`
|
||||||
- Go into that DVD drive and run setup.exe, enter this key if the setup is asking for it `NPPR9-FWDCX-D2C8J-H872K-2YT43`
|
- Go into that DVD drive and run setup.exe, enter this key if the setup is asking for it `NPPR9-FWDCX-D2C8J-H872K-2YT43`
|
||||||
- Continue until you reach the final confirmation screen.
|
- Continue until you reach the final confirmation screen.
|
||||||
- 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.
|
- 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.
|
||||||
@ -70,7 +74,7 @@ It will upgrade your eval Windows version to the full version.
|
|||||||
### Windows Server Evaluation
|
### Windows Server Evaluation
|
||||||
|
|
||||||
Changing Windows Server eval to the full version is officially supported.
|
Changing Windows Server eval to the full version is officially supported.
|
||||||
You can use the official method here https://learn.microsoft.com/windows-server/get-started/upgrade-conversion-options
|
You can use the official method here https://learn.microsoft.com/en-us/windows-server/get-started/upgrade-conversion-options
|
||||||
or
|
or
|
||||||
Use the change edition option in the [MAS script](intro.md).
|
Use the change edition option in the [MAS script](intro.md).
|
||||||
|
|
||||||
|
25
docs/faq.md
25
docs/faq.md
@ -5,7 +5,7 @@ title: FAQ
|
|||||||
# Frequently Asked Questions
|
# Frequently Asked Questions
|
||||||
|
|
||||||
#### How to use it?
|
#### How to use it?
|
||||||
Check the info [here](intro.md#download--how-to-use-it).
|
Check the info [here](intro.md#how-to-activate-windows--office).
|
||||||
|
|
||||||
#### How to activate Windows permanently?
|
#### How to activate Windows permanently?
|
||||||
Use the HWID option in MAS.
|
Use the HWID option in MAS.
|
||||||
@ -20,7 +20,11 @@ Use the Ohook option in MAS.
|
|||||||
Check [here](troubleshoot.md).
|
Check [here](troubleshoot.md).
|
||||||
|
|
||||||
#### Is MAS safe? How can I know if there is any malware?
|
#### 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?
|
#### How to download the full version of Windows 10/11 Enterprise LTSC?
|
||||||
Check the info [here](genuine-installation-media.md).
|
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.
|
#### 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.
|
Run HWID activation to activate Pro. Each edition requires separate activation.
|
||||||
|
|
||||||
#### How to remove HWID, Ohook, 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?
|
#### Can I link my Microsoft account safely with MAS activation methods?
|
||||||
Yes.
|
Yes.
|
||||||
|
|
||||||
@ -50,10 +51,10 @@ Check this [guide](https://gravesoft.dev/bypass-russian-geoblock).
|
|||||||
Yes, use the Ohook activation option. However, you can't get server-side O365-specific features such as 1TB storage in OneDrive, though almost all other features and 5GB storage in a free OneDrive account would work fine.
|
Yes, use the Ohook activation option. However, you can't get server-side O365-specific features such as 1TB storage in OneDrive, though almost all other features and 5GB storage in a free OneDrive account would work fine.
|
||||||
|
|
||||||
#### Can I get the Copilot feature in Office with MAS activation?
|
#### Can I get the Copilot feature in Office with MAS activation?
|
||||||
No. [Copilot](https://www.microsoft.com/microsoft-365/microsoft-copilot) is an additional plan that can be added to existing subscriptions of Microsoft 365.
|
No. [Copilot](https://www.microsoft.com/en-us/microsoft-365/microsoft-copilot) is an additional plan that can be added to existing subscriptions of Microsoft 365.
|
||||||
|
|
||||||
#### Can I get Python in Excel with MAS activation?
|
#### Can I get Python in Excel with MAS activation?
|
||||||
No. [Python in Excel](https://support.microsoft.com/office/introduction-to-python-in-excel-55643c2e-ff56-4168-b1ce-9428c8308545) is a server-side feature. To get this, you need to have a Microsoft 365 subscription.
|
No. [Python in Excel](https://support.microsoft.com/en-us/office/introduction-to-python-in-excel-55643c2e-ff56-4168-b1ce-9428c8308545) is a server-side feature. To get this, you need to have a Microsoft 365 subscription.
|
||||||
|
|
||||||
#### I'm getting an 'Office is not genuine' banner.
|
#### I'm getting an 'Office is not genuine' banner.
|
||||||
Run Ohook activation from the latest MAS version.
|
Run Ohook activation from the latest MAS version.
|
||||||
@ -64,13 +65,15 @@ Yes.
|
|||||||
#### How is MAS able to activate?
|
#### How is MAS able to activate?
|
||||||
Read activation details in the Docs section.
|
Read activation details in the Docs section.
|
||||||
|
|
||||||
#### Does MAS work for Windows 7/8.1?
|
#### Does MAS work for Windows Vista/7/8.1?
|
||||||
The online KMS option works for Windows 7 Pro & Enterprise (Not Ultimate). All Windows 8/8.1 editions are supported by the Online KMS option.
|
Yes, TSforge, Ohook, and online KMS options work on Windows Vista/7/8.1.
|
||||||
|
|
||||||
#### Where can I donate?
|
#### How can I donate or contribute to the project?
|
||||||
MAS project doesn't accept donations and it's free.
|
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.
|
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
|
:::tip
|
||||||
|
@ -13,12 +13,14 @@ All download links available on our website lead to genuine files only.
|
|||||||
- [Windows ARM64](windows_arm_links.md)
|
- [Windows ARM64](windows_arm_links.md)
|
||||||
- [Windows 8.1](windows_8.1_links.md)
|
- [Windows 8.1](windows_8.1_links.md)
|
||||||
- [Windows 7](windows_7_links.md)
|
- [Windows 7](windows_7_links.md)
|
||||||
- [Windows Vista](windows_vista_links.md)
|
- [Windows Vista](windows_vista__links.md)
|
||||||
- [Windows XP](windows_xp_links.md)
|
- [Windows XP](windows_xp_links.md)
|
||||||
- [Windows Server](windows_server_links.md)
|
- [Windows Server](windows_server_links.md)
|
||||||
- Windows Insider [10-11](https://www.microsoft.com/software-download/windowsinsiderpreviewiso) - [Server](https://www.microsoft.com/software-download/windowsinsiderpreviewserver) / [(Registration)](https://www.microsoft.com/windowsinsider/getting-started)
|
- Windows Insider [10-11](https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewiso) - [Server](https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewserver) / [Registration](https://www.microsoft.com/en-us/windowsinsider/getting-started) is needed to download.
|
||||||
|
|
||||||
## Download Office
|
## Download Office
|
||||||
|
Activation with [MAS](intro.md#how-to-activate-windows--office) is required after the installation of Office.
|
||||||
|
|
||||||
- [Office C2R Installers](https://gravesoft.dev/office_c2r_links) ❤️
|
- [Office C2R Installers](https://gravesoft.dev/office_c2r_links) ❤️
|
||||||
- [Office C2R Custom Install](https://gravesoft.dev/office_c2r_custom)
|
- [Office C2R Custom Install](https://gravesoft.dev/office_c2r_custom)
|
||||||
- [Office MSI VL (Old versions)](office_msi_links.md)
|
- [Office MSI VL (Old versions)](office_msi_links.md)
|
||||||
@ -36,21 +38,53 @@ All download links available on our website lead to genuine files only.
|
|||||||
- [Windows 10 Updates After End-Of-Life](windows10_eol.md)
|
- [Windows 10 Updates After End-Of-Life](windows10_eol.md)
|
||||||
|
|
||||||
#### Why are we hosting files on our server when we can download them from Microsoft?
|
#### Why are we hosting files on our server when we can download them from Microsoft?
|
||||||
Microsoft provides consumer ISOs for free on their [site](https://www.microsoft.com/software-download), but business, enterprise, and older ISOs are behind paywalls such as [MVS](https://visualstudio.microsoft.com/subscriptions/) and [M365 Admin Center](https://learn.microsoft.com/licensing/vlsc-faqs-home-page). That's why we need to host files on our servers.
|
|
||||||
|
<details>
|
||||||
|
<summary>Click here for info</summary>
|
||||||
|
|
||||||
|
Microsoft provides consumer ISOs for free on their [site](https://www.microsoft.com/en-us/software-download), but business, enterprise, and older ISOs are behind paywalls such as [MVS](https://visualstudio.microsoft.com/subscriptions/) and [M365 Admin Center](https://learn.microsoft.com/en-us/licensing/vlsc-faqs-home-page). That's why we need to host files on our servers.
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
#### How to ensure that these files are genuine?
|
#### How to ensure that these files are genuine?
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Click here for info</summary>
|
||||||
|
|
||||||
You can check [here](genuine-installation-media.md#verify-authenticity-of-files) on how to be sure that files are genuine by verifying the checksum available on the official Microsoft website.
|
You can check [here](genuine-installation-media.md#verify-authenticity-of-files) on how to be sure that files are genuine by verifying the checksum available on the official Microsoft website.
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
|
||||||
#### There are both consumer and business ISOs listed here. What is the difference between them?
|
#### There are both consumer and business ISOs listed here. What is the difference between them?
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Click here for info</summary>
|
||||||
|
|
||||||
For Windows 10/11 General Availability Channel (GAC) releases (i.e., Home and Pro), Microsoft produces two types of ISO files: Consumer and Business.
|
For Windows 10/11 General Availability Channel (GAC) releases (i.e., Home and Pro), Microsoft produces two types of ISO files: Consumer and Business.
|
||||||
|
|
||||||
The Consumer ISO includes all editions such as Home, Pro, and Education, but excludes the Enterprise edition. In contrast, the Business ISO contains all editions except for the Home-level editions, and these ISO files come with a KMS key pre-installed (not activated) by default.
|
The Consumer ISO includes all editions such as Home, Pro, and Education, but excludes the Enterprise edition. In contrast, the Business ISO contains all editions except for the Home-level editions, and these ISO files come with a KMS key pre-installed (not activated) by default.
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
#### Why are the official monthly ISOs no longer updated on the site?
|
#### Why are the official monthly ISOs no longer updated on the site?
|
||||||
It takes too much effort and resources when users can and should simply run Windows updates (cumulative) themselves. We have decided to maintain the same build number as the consumer ISOs publicly provided by Microsoft unless there are issues with them. For example, we provide updated ISOs for Windows 10 to resolve the issue where Windows update may fail to install [KB5028997](https://support.microsoft.com/topic/kb5028997-instructions-to-manually-resize-your-partition-to-install-the-winre-update-400faa27-9343-461c-ada9-24c8229763bf) when using Microsoft’s official public ISO.
|
|
||||||
|
<details>
|
||||||
|
<summary>Click here for info</summary>
|
||||||
|
|
||||||
|
It takes too much effort and resources when users can and should simply run Windows updates (cumulative) themselves. We have decided to maintain the same build number as the consumer ISOs publicly provided by Microsoft unless there are issues with them. For example, we provide updated ISOs for Windows 10 to resolve the issue where Windows update may fail to install [KB5028997](https://support.microsoft.com/en-us/topic/kb5028997-instructions-to-manually-resize-your-partition-to-install-the-winre-update-400faa27-9343-461c-ada9-24c8229763bf) when using Microsoft’s official public ISO.
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
|
||||||
#### How can I obtain an official Microsoft ISO that is not available here?
|
#### How can I obtain an official Microsoft ISO that is not available here?
|
||||||
You can request the file [here](https://discord.gg/NpuNEUS2Sh).
|
|
||||||
|
<details>
|
||||||
|
<summary>Click here for info</summary>
|
||||||
|
|
||||||
|
You can request the file [here](https://discord.gg/FajfGaH3nD).
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -70,8 +104,8 @@ There are many places where you can find these checksums for verification. Examp
|
|||||||
Microsoft's Official free links for checksums:
|
Microsoft's Official free links for checksums:
|
||||||
|
|
||||||
- [MVS](https://my.visualstudio.com/Downloads)
|
- [MVS](https://my.visualstudio.com/Downloads)
|
||||||
- [Windows 11](https://www.microsoft.com/software-download/windows11)
|
- [Windows 11](https://www.microsoft.com/en-us/software-download/windows11)
|
||||||
- [Windows 10](https://www.microsoft.com/software-download/windows10)
|
- [Windows 10](https://www.microsoft.com/en-us/software-download/windows10)
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>More info on Official links!</summary>
|
<summary>More info on Official links!</summary>
|
||||||
|
14
docs/hwid.md
14
docs/hwid.md
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
- How to use it? Please find the instructions [here](intro.md#download--how-to-use-it).
|
- How to use it? Please find the instructions [here](intro.md#how-to-activate-windows--office).
|
||||||
- This activation method supports Windows 10/11 only.
|
- This activation method supports Windows 10/11 only.
|
||||||
- This activation method does not store or modify any files in your system.
|
- This activation method does not store or modify any files in your system.
|
||||||
- This activation method gives you permanent Windows activation for your system hardware.
|
- This activation method gives you permanent Windows activation for your system hardware.
|
||||||
- All activations can be linked to a Microsoft account without any issues.
|
- All activations can be linked to a Microsoft account without any issues.
|
||||||
- Once the system is activated, this activation cannot be removed because the license is stored in the Microsoft servers and not in the user's system. MS checks the hardware ID (HWID) and if a license is found in their database, the system will automatically activate. This is how official digital license works.
|
- Once the system is activated, this activation cannot be removed because the license is stored on Microsoft's servers, not on the user's system. Microsoft checks the hardware ID (HWID), and if a license is found in their database, the system will automatically activate. This is how all digital licenses work.
|
||||||
- Any significant changes to the hardware (such as a motherboard) may deactivate the system. It is possible to reactivate a system that was deactivated because of significant hardware changes, IF your activation, was linked to an online Microsoft account.
|
- Any significant changes to the hardware (such as a motherboard) may deactivate the system. It is possible to reactivate a system that was deactivated because of significant hardware changes, IF your activation, was linked to an online Microsoft account.
|
||||||
- For activation to succeed, internet connectivity must be enabled. If you are trying to activate without these conditions being met, then the system will auto-activate later when the conditions are met.
|
- For activation to succeed, Internet connectivity must be enabled. If you are trying to activate without these conditions being met, then the system will auto-activate later when the conditions are met.
|
||||||
- The following is required for Windows to reactivate itself after Windows reinstall:
|
- The following is required for Windows to reactivate itself after Windows reinstall:
|
||||||
- The internet is required. (Only at the time of activation)
|
- Internet connectivity is required. (Only at the time of activation)
|
||||||
- The system will auto-activate only if Retail (Consumer) media was used for installing Windows.
|
- The system will auto-activate only if Retail (Consumer) media was used for installing Windows.
|
||||||
- The system will NOT auto-activate if VL (Business) media was used for the installation. In this case, the user will have to insert the generic Retail/OEM key corresponding to the Windows edition currently running to activate if the user doesn't want to use the script again. (Those keys can be found below on this page)
|
- The system will NOT auto-activate if VL (Business) media was used for the installation. In this case, the user will have to insert the generic Retail/OEM key corresponding to the Windows edition currently running to activate if the user doesn't want to use the script again. (Those keys can be found below on this page)
|
||||||
|
|
||||||
@ -83,7 +83,7 @@ Now a question, can Microsoft block the new requests or revoke already establish
|
|||||||
:::info
|
:::info
|
||||||
|
|
||||||
- Systems in all architectures (x86, x64 and arm64) are supported.
|
- Systems in all architectures (x86, x64 and arm64) are supported.
|
||||||
- Any Evaluation version of Windows (i.e. 'EVAL' LTSB/C) [cannot be activated](evaluation_editions.md) beyond the evaluation period. You can use TSforge option in MAS to reset the activation any given time.
|
- Any evaluation version of Windows (i.e. 'EVAL' LTSB/C) [cannot be activated](evaluation_editions.md) beyond the evaluation period. You can use TSforge option in MAS to reset the activation any given time.
|
||||||
- IoTEnterpriseS (LTSC) 2021 key will be used to activate the unsupported EnterpriseS (LTSC) 2021 edition.
|
- IoTEnterpriseS (LTSC) 2021 key will be used to activate the unsupported EnterpriseS (LTSC) 2021 edition.
|
||||||
- IoTEnterpriseS (LTSC) 2024 key will be used to activate the unsupported EnterpriseS (LTSC) 2024 edition.
|
- IoTEnterpriseS (LTSC) 2024 key will be used to activate the unsupported EnterpriseS (LTSC) 2024 edition.
|
||||||
- Windows Server does not support HWID activation.
|
- Windows Server does not support HWID activation.
|
||||||
@ -96,7 +96,7 @@ Now a question, can Microsoft block the new requests or revoke already establish
|
|||||||
## How to remove HWID?
|
## How to remove HWID?
|
||||||
|
|
||||||
- **HWID (Digital license) activation cannot be removed** because the license is stored in the Microsoft servers and not in the user's system.
|
- **HWID (Digital license) activation cannot be removed** because the license is stored in the Microsoft servers and not in the user's system.
|
||||||
- Microsoft checks the hardware ID (HWID) and if a license is found in their database, the system will automatically activate. This is how Official digital license activation process works.
|
- Microsoft checks the hardware ID (HWID) and if a license is found in their database, the system will automatically activate. This is how the official digital license activation process works.
|
||||||
|
|
||||||
**What if you still want to remove it?**
|
**What if you still want to remove it?**
|
||||||
|
|
||||||
@ -132,7 +132,7 @@ This guide is for manually creating the same kind of tickets that are used in th
|
|||||||
https://download.microsoft.com/download/9/A/E/9AE69DD5-BA93-44E0-864E-180F5E700AB4/adk/Installers/14f4df8a2a7fc82a4f415cf6a341415d.cab
|
https://download.microsoft.com/download/9/A/E/9AE69DD5-BA93-44E0-864E-180F5E700AB4/adk/Installers/14f4df8a2a7fc82a4f415cf6a341415d.cab
|
||||||
- Find the file named `filf8377e82b29deadca67bc4858ed3fba9` (Size: 330 KB) and rename it to `gatherosstate.exe`.
|
- Find the file named `filf8377e82b29deadca67bc4858ed3fba9` (Size: 330 KB) and rename it to `gatherosstate.exe`.
|
||||||
- Make a folder named `Files` in the root of the C: drive (`C:\Files`) and copy the `gatherosstate.exe` file to that folder.
|
- Make a folder named `Files` in the root of the C: drive (`C:\Files`) and copy the `gatherosstate.exe` file to that folder.
|
||||||
- Make sure you have a working internet connection.
|
- Make sure you have a working Internet connection.
|
||||||
- Open Windows PowerShell as Administrator and enter the following commands.
|
- Open Windows PowerShell as Administrator and enter the following commands.
|
||||||
- Copy the entire block of code below and enter it in PowerShell to patch the `gatherosstate.exe` file. The patches are based on [GamersOsState](https://github.com/asdcorp/GamersOsState).
|
- Copy the entire block of code below and enter it in PowerShell to patch the `gatherosstate.exe` file. The patches are based on [GamersOsState](https://github.com/asdcorp/GamersOsState).
|
||||||
```
|
```
|
||||||
|
272
docs/intro.md
272
docs/intro.md
@ -1,131 +1,141 @@
|
|||||||
---
|
---
|
||||||
slug: /
|
slug: /
|
||||||
sidebar_position: 1
|
sidebar_position: 1
|
||||||
sidebar_label: Intro
|
sidebar_label: Intro
|
||||||
---
|
---
|
||||||
|
|
||||||
# Microsoft Activation Scripts (MAS)
|
# Microsoft Activation Scripts (MAS)
|
||||||
|
|
||||||
Open-source Windows and Office activator featuring HWID, Ohook, TSforge, KMS38, and Online KMS activation methods, along with advanced troubleshooting.
|
Open-source Windows and Office activator featuring HWID, Ohook, TSforge, KMS38, and Online KMS activation methods, along with advanced troubleshooting.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Download / How to use it?
|
### How to Activate Windows / Office?
|
||||||
|
|
||||||
import Tabs from '@theme/Tabs';
|
#### Method 1 - PowerShell (Windows 8 and later) ❤️
|
||||||
import TabItem from '@theme/TabItem';
|
|
||||||
|
:::info
|
||||||
<Tabs>
|
|
||||||
<TabItem value="Method 1" label="Method 1 - PowerShell (Windows 8 and later) ❤️" default>
|
1. **Open PowerShell**
|
||||||
|
To do that, press the Windows key + X, then select PowerShell or Terminal.
|
||||||
1. Open PowerShell (Not CMD). To do that, right-click on the Windows start menu and select PowerShell or Terminal.
|
|
||||||
2. Copy and paste the code below and press enter
|
2. **Copy and paste the code below, then press enter.**
|
||||||
```
|
```
|
||||||
irm https://get.activated.win | iex
|
irm https://get.activated.win | iex
|
||||||
```
|
```
|
||||||
Alternatively, you can use the following (It will be deprecated in the future.)
|
Alternatively, you can use the following (this will be deprecated in the future):
|
||||||
```
|
```
|
||||||
irm https://massgrave.dev/get | iex
|
irm https://massgrave.dev/get | iex
|
||||||
```
|
```
|
||||||
3. You will see the activation options. Choose [1] HWID for Windows activation. Choose [2] Ohook for Office activation.
|
|
||||||
4. That's all
|
3. You will see the activation options. Choose the activation options highlighted in green.
|
||||||
|
|
||||||
</TabItem>
|
4. That's all
|
||||||
<TabItem value="Method 2" label="Method 2 - Traditional (Windows 7 and later)" default>
|
|
||||||
|
:::
|
||||||
1. Download the file using the links provided below.
|
|
||||||
`https://github.com/massgravel/Microsoft-Activation-Scripts/archive/refs/heads/master.zip`
|
#### Method 2 - Traditional (Windows Vista and later)
|
||||||
or
|
|
||||||
`https://git.activated.win/massgrave/Microsoft-Activation-Scripts/archive/master.zip`
|
<details>
|
||||||
2. Right-click on the downloaded zip file and extract
|
<summary>Click here to view</summary>
|
||||||
3. In the extracted folder, find the folder named `All-In-One-Version`
|
|
||||||
4. Run the file named `MAS_AIO.cmd`
|
1. Download the file using one of the links below:
|
||||||
5. You will see the activation options, follow the on-screen instructions.
|
`https://github.com/massgravel/Microsoft-Activation-Scripts/archive/refs/heads/master.zip`
|
||||||
6. That's all.
|
or
|
||||||
|
`https://git.activated.win/massgrave/Microsoft-Activation-Scripts/archive/master.zip`
|
||||||
</TabItem>
|
2. Right-click on the downloaded zip file and extract it.
|
||||||
</Tabs>
|
3. In the extracted folder, find the folder named `All-In-One-Version`.
|
||||||
|
4. Run the file named `MAS_AIO.cmd`.
|
||||||
---
|
5. You will see the activation options. Follow the on-screen instructions.
|
||||||
|
6. That's all.
|
||||||
### Not working ❓
|
|
||||||
|
</details>
|
||||||
- If you are **unable to launch MAS** using the PowerShell method, please refer to **Method 2** listed above.
|
|
||||||
- If MAS is launched and the script shows any errors, check for any troubleshooting steps mentioned in blue color and try to follow those.
|
---
|
||||||
- If you have any issues, please feel free to reach out to us [here](troubleshoot.md).
|
|
||||||
|
- To activate additional products such as **Office for macOS, Visual Studio, RDS CALs, and Windows XP**, check [here](unsupported_products_activation.md).
|
||||||
---
|
- To run the scripts in unattended mode, check [here](command_line_switches.md).
|
||||||
|
|
||||||
:::note
|
---
|
||||||
|
|
||||||
- The IRM command in PowerShell downloads a script from a specified URL, and the IEX command executes it.
|
### Not working ❓
|
||||||
- Always double-check the URL before executing the command and verify the source if manually downloading files.
|
|
||||||
- Be cautious, as some spread malware disguised as MAS by using different URLs in the IRM command.
|
- If you are **unable to launch MAS** using the PowerShell method, please refer to **Method 2** above.
|
||||||
|
- If MAS launches but displays errors, check for troubleshooting steps highlighted in blue and follow them.
|
||||||
:::
|
- If issues persist, feel free to reach out to us [here](troubleshoot.md).
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
---
|
||||||
|
|
||||||
## MAS Latest Release
|
:::note
|
||||||
|
|
||||||
Last Release - v3.0 (14-Feb-2025)
|
- The IRM command in PowerShell downloads a script from a specified URL, and the IEX command executes it.
|
||||||
[GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) / [Azure DevOps](https://dev.azure.com/massgrave/_git/Microsoft-Activation-Scripts) / [Self-hosted Git](https://git.activated.win/massgrave/Microsoft-Activation-Scripts)
|
- Always double-check the URL before executing the command and verify the source is trustworthy when manually downloading files.
|
||||||
|
- Be cautious, as some spread malware disguised as MAS by changing the URL in the IRM command.
|
||||||
------------------------------------------------------------------------
|
|
||||||
|
:::
|
||||||
## Features
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
- **HWID (Digital License)** Method to Permanently Activate Windows
|
|
||||||
- **Ohook** Method to Permanently Activate Office
|
## MAS Latest Release
|
||||||
- **TSforge** Method to Permanently Activate Windows/ESU/Office
|
|
||||||
- **KMS38** Method to Activate Windows Till the Year 2038
|
Last Release - v3.4 (3-June-2025)
|
||||||
- **Online KMS** Method to Activate Windows/Office For 180 Days (Lifetime With Renewal Task)
|
[GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) / [Azure DevOps](https://dev.azure.com/massgrave/_git/Microsoft-Activation-Scripts) / [Self-hosted Git](https://git.activated.win/massgrave/Microsoft-Activation-Scripts)
|
||||||
- Advanced Activation Troubleshooting
|
|
||||||
- $OEM$ Folders For Preactivation
|
------------------------------------------------------------------------
|
||||||
- Change Windows Edition
|
|
||||||
- Change Office Edition
|
## Features
|
||||||
- Check Windows/Office Activation Status
|
|
||||||
- Available in All In One and Separate Files Versions
|
- **HWID (Digital License)** Method to Permanently Activate Windows
|
||||||
- Fully Open Source and Based on Batch Scripts
|
- **Ohook** Method to Permanently Activate Office
|
||||||
- Fewer Antivirus Detections
|
- **TSforge** Method to Permanently Activate Windows/ESU/Office
|
||||||
|
- **KMS38** Method to Activate Windows Till the Year 2038
|
||||||
------------------------------------------------------------------------
|
- **Online KMS** Method to Activate Windows/Office For 180 Days (Lifetime With Renewal Task)
|
||||||
|
- Advanced Activation Troubleshooting
|
||||||
## Activations Summary
|
- $OEM$ Folders For Preactivation
|
||||||
|
- Change Windows Edition
|
||||||
| Activation Type | Supported Product | Activation Period | Is Internet Needed? |
|
- Change Office Edition
|
||||||
|:----------------|:-----------------------|:-------------------------------------|:--------------------|
|
- Check Windows/Office Activation Status
|
||||||
| HWID | Windows 10-11 | Permanent | Yes |
|
- Available in All In One and Separate Files Versions
|
||||||
| Ohook | Office | Permanent | No |
|
- Fully Open Source and Based on Batch Scripts
|
||||||
| TSforge | Windows / ESU / Office | Permanent | No |
|
- Fewer Antivirus Detections
|
||||||
| KMS38 | Windows 10-11-Server | Till the Year 2038 | No |
|
|
||||||
| Online KMS | Windows / Office | 180 Days. Lifetime With Renewal Task | Yes |
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
For more details, use the respective activation details in Docs and [comparison chart](chart.md).
|
## Activations Summary
|
||||||
To activate unsupported products such as **Office on Mac**, check [here](unsupported_products_activation.md).
|
|
||||||
|
| Activation Type | Supported Product | Activation Period | Is Internet Needed? |
|
||||||
------------------------------------------------------------------------
|
|:----------------|:-----------------------|:-------------------------------------|:--------------------|
|
||||||
|
| HWID | Windows 10-11 | Permanent | Yes |
|
||||||
## Screenshots
|
| Ohook | Office | Permanent | No |
|
||||||
|
| TSforge | Windows / ESU / Office | Permanent | Yes, needed on build 19041 and later |
|
||||||

|
| KMS38 | Windows 10-11-Server | Till the Year 2038 | No |
|
||||||
|
| Online KMS | Windows / Office | 180 Days. Lifetime With Renewal Task | Yes |
|
||||||

|
|
||||||
|
For more details, use the respective activation details in Docs and [comparison chart](chart.md).
|
||||||

|
To activate unsupported products such as **Office on Mac**, check [here](unsupported_products_activation.md).
|
||||||
|
|
||||||

|
------------------------------------------------------------------------
|
||||||
|
|
||||||

|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
------------------------------------------------------------------------
|

|
||||||
|
|
||||||
Made with Love ❤️
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Made with Love ❤️
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
- How to use it? Please find the instructions [here](intro.md#download--how-to-use-it).
|
- How to use it? Please find the instructions [here](intro.md#how-to-activate-windows--office).
|
||||||
- This activation method activates Windows 10/11 and Windows Server (14393 and later builds), until January 19, 2038, 03:14:07 UTC.
|
- This activation method activates Windows 10/11 and Windows Server (14393 and later builds), until January 19, 2038, 03:14:07 UTC.
|
||||||
- This activation method does not store any files on the system.
|
- This activation method does not store any files on the system.
|
||||||
- This activation method works offline.
|
- This activation method works offline.
|
||||||
@ -16,15 +16,15 @@
|
|||||||
- In the Windows major upgrade process, the system uses `gatherosstate.exe` to carry over the remaining KMS activation period. It does this by creating a ticket that can be used offline.
|
- In the Windows major upgrade process, the system uses `gatherosstate.exe` to carry over the remaining KMS activation period. It does this by creating a ticket that can be used offline.
|
||||||
- The trick is that we can fool the `gatherosstate.exe` about the remaining KMS activation period and manually put the desired period maximum up to January 19, 2038, 03:14:07 UTC.
|
- The trick is that we can fool the `gatherosstate.exe` about the remaining KMS activation period and manually put the desired period maximum up to January 19, 2038, 03:14:07 UTC.
|
||||||
- Why is it limited to the year 2038?
|
- Why is it limited to the year 2038?
|
||||||
It's related to the [Y2K38 problem](https://en.wikipedia.org/wiki/Year_2038_problem) as this date (19 January 2038 03:14:07 UTC) is the maximum date we can give to `gatherosstate.exe` without it looping back to the year 1970.
|
This is due to the [Y2K38 problem](https://en.wikipedia.org/wiki/Year_2038_problem). This date (19 January 2038, 03:14:07 UTC) is the maximum value that can fit into a signed 32 bit integer.
|
||||||
- How can we convince the gatherosstate.exe?
|
- How can we convince the gatherosstate.exe?
|
||||||
There are two methods for it.
|
There are two methods for it.
|
||||||
**1-** Place a [custom slc.dll](https://github.com/asdcorp/Integrated_Patcher_3) file beside gatherosstate.exe:
|
**1-** Place a [custom slc.dll](https://github.com/asdcorp/Integrated_Patcher_3) file beside gatherosstate.exe:
|
||||||
gatherosstate.exe uses the system's `C:\Windows\System32\slc.dll` file to gather the system's info. If we place a custom slc.dll file beside gatherosstate.exe which can send the rubbish data to it, then it will simply accept it and generate a valid ticket allowing activation up to January 19, 2038, 03:14:07 UTC.
|
gatherosstate.exe uses the system's `C:\Windows\System32\slc.dll` file to gather the system's info. If we place a custom slc.dll file beside gatherosstate.exe which can send the rubbish data to it, then it will simply accept it and generate a valid ticket allowing activation up to January 19, 2038, 03:14:07 UTC.
|
||||||
**2-** [Modify](https://github.com/asdcorp/GamersOsState) the gatherosstate.exe file itself so that it doesn't check the system's activation status and we can put the activation period as we wish.
|
**2-** [Modify](https://github.com/asdcorp/GamersOsState) the gatherosstate.exe file itself so that it doesn't check the system's activation status and we can put the activation period as we wish.
|
||||||
- **Notes:**
|
- **Notes:**
|
||||||
- To be clear, we are **not modifying/patching any on-board system file** to get the ticket. Gatherosstate.exe is a part of the ISO file and not available in C drive system files. The system's slc.dll file is not touched; Instead, we use custom slc.dll only for a brief moment of ticket generation.
|
- To be clear, we are **not modifying/patching any on-board system file** to get the ticket. Gatherosstate.exe is a part of the ISO file and not available in C drive system files. The system's slc.dll file is not touched; instead, we use custom slc.dll only for a brief moment of ticket generation.
|
||||||
- Latest MAS doesn't use any of these methods; Instead, it uses ready-to-use Universal tickets (check below for manual activation info).
|
- Latest MAS doesn't use any of these methods; instead, it uses ready-to-use Universal Tickets (check below for manual activation info).
|
||||||
|
|
||||||
**Q:** Can Microsoft block this kind of activation?
|
**Q:** Can Microsoft block this kind of activation?
|
||||||
**A:** Not directly. They could only update Clipup to allow for a maximum activation period of 180 days. Not much besides that can be done on their part. The tickets are not sent to Microsoft at all, so they can't block them or take action directly.
|
**A:** Not directly. They could only update Clipup to allow for a maximum activation period of 180 days. Not much besides that can be done on their part. The tickets are not sent to Microsoft at all, so they can't block them or take action directly.
|
||||||
@ -129,7 +129,7 @@
|
|||||||
:::info
|
:::info
|
||||||
|
|
||||||
- Systems in all architectures (x86, x64 and arm64) are supported.
|
- Systems in all architectures (x86, x64 and arm64) are supported.
|
||||||
- Any Evaluation version of Windows (i.e. 'EVAL' LTSB/C) [cannot be activated](evaluation_editions.md) beyond the evaluation period. You can use TSforge option in MAS to reset the activation any given time.
|
- Any evaluation version of Windows (i.e. 'EVAL' LTSB/C) [cannot be activated](evaluation_editions.md) beyond the evaluation period. You can use the TSforge option in MAS to reset the activation at any time.
|
||||||
- KMS38 only supports Windows/server version 14393 (1607) and newer versions.
|
- KMS38 only supports Windows/server version 14393 (1607) and newer versions.
|
||||||
- Initial release (19044.1288) of Iot LTSC 2021 doesn't support KMS license and it was added later in update 19044.2788.
|
- Initial release (19044.1288) of Iot LTSC 2021 doesn't support KMS license and it was added later in update 19044.2788.
|
||||||
- Server Azure Datacenter (ServerTurbine) edition does not support activation on non-azure systems.
|
- Server Azure Datacenter (ServerTurbine) edition does not support activation on non-azure systems.
|
||||||
@ -193,7 +193,7 @@ This guide is for manually creating the same kind of tickets that are used in th
|
|||||||
https://download.microsoft.com/download/9/A/E/9AE69DD5-BA93-44E0-864E-180F5E700AB4/adk/Installers/14f4df8a2a7fc82a4f415cf6a341415d.cab
|
https://download.microsoft.com/download/9/A/E/9AE69DD5-BA93-44E0-864E-180F5E700AB4/adk/Installers/14f4df8a2a7fc82a4f415cf6a341415d.cab
|
||||||
- Find the file named `filf8377e82b29deadca67bc4858ed3fba9` (Size: 330 KB) and rename it to `gatherosstate.exe`.
|
- Find the file named `filf8377e82b29deadca67bc4858ed3fba9` (Size: 330 KB) and rename it to `gatherosstate.exe`.
|
||||||
- Make a folder named `Files` in the root of the C: drive (`C:\Files`) and copy the `gatherosstate.exe` file to that folder.
|
- Make a folder named `Files` in the root of the C: drive (`C:\Files`) and copy the `gatherosstate.exe` file to that folder.
|
||||||
- Make sure you have a working internet connection.
|
- Ensure you have a working Internet connection.
|
||||||
- Open Windows PowerShell as Administrator and enter the following commands.
|
- Open Windows PowerShell as Administrator and enter the following commands.
|
||||||
- Copy the entire block of code below and enter it in PowerShell to patch the `gatherosstate.exe` file. The patches are based on [GamersOsState](https://github.com/asdcorp/GamersOsState).
|
- Copy the entire block of code below and enter it in PowerShell to patch the `gatherosstate.exe` file. The patches are based on [GamersOsState](https://github.com/asdcorp/GamersOsState).
|
||||||
```
|
```
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# HWID
|
# HWID
|
||||||
|
|
||||||
This page is for people who do not want to use the script for any reason and would rather perform the HWID activation process themselves. If you'd like to use a tool for this, please check [here](intro.md#download--how-to-use-it).
|
This page is for people who do not want to use the script for any reason and would rather perform the HWID activation process themselves. If you'd like to use a tool for this, please check [here](intro.md#how-to-activate-windows--office).
|
||||||
|
|
||||||
:::info
|
:::info
|
||||||
HWID activation is only supported on Windows 10/11.
|
HWID activation is only supported on Windows 10/11.
|
||||||
@ -18,6 +18,11 @@ To manually activate Windows, follow these steps:
|
|||||||
- Copy the corresponding product key from the table below and paste it into the product key field.
|
- Copy the corresponding product key from the table below and paste it into the product key field.
|
||||||
- After waiting for a few seconds, Windows should be activated.
|
- After waiting for a few seconds, Windows should be activated.
|
||||||
|
|
||||||
|
:::tip
|
||||||
|
If you're seeing error `0x803fa067` while trying to change the product key, disconnect your PC from the internet and try changing the product key again.
|
||||||
|
After you have done that, connect to the internet again and Windows should be activated.
|
||||||
|
:::
|
||||||
|
|
||||||
### Windows 10/11
|
### Windows 10/11
|
||||||
|
|
||||||
| Edition | Key | Ticket |
|
| Edition | Key | Ticket |
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# KMS38
|
# KMS38
|
||||||
|
|
||||||
This page is intended for users who do not want to use the script for any reason and would rather perform the KMS38 activation process themselves. If you'd like to use a tool for this instead, please check [here](intro.md#download--how-to-use-it).
|
This page is intended for users who do not want to use the script for any reason and would rather perform the KMS38 activation process themselves. If you'd like to use a tool for this instead, please check [here](intro.md#how-to-activate-windows--office).
|
||||||
|
|
||||||
:::info
|
:::info
|
||||||
KMS38 activation is only supported on Windows 10/11 Client and Server editions.
|
KMS38 activation is only supported on Windows 10/11 Client and Server editions.
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# Ohook
|
# Ohook
|
||||||
|
|
||||||
This page is intended for users who do not want to use the script for any reason and would rather perform the Ohook activation process themselves. If you'd like to use a tool for this instead, please check [here](intro.md#download--how-to-use-it).
|
This page is intended for users who do not want to use the script for any reason and would rather perform the Ohook activation process themselves. If you'd like to use a tool for this instead, please check [here](intro.md#how-to-activate-windows--office).
|
||||||
|
|
||||||
:::info
|
:::info
|
||||||
The steps below only apply to Office 16.0 (2016, 2019, 2021 and 365) C2R x64 bit versions running on an x64 bit Windows 8+ machine.
|
The steps below only apply to Office 16.0 (2016, 2019, 2021 and 365) C2R x64 bit versions running on an x64 bit Windows 8+ machine.
|
||||||
For older Office versions, please follow [this](intro.md#download--how-to-use-it) instead.
|
For older Office versions, please follow [this](intro.md#how-to-activate-windows--office) instead.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
## Manually Activate Office
|
## Manually Activate Office
|
||||||
@ -29,6 +29,7 @@ To manually activate Office, follow these steps:
|
|||||||
|
|
||||||
| Office Product | Generated Generic Key |
|
| Office Product | Generated Generic Key |
|
||||||
|------------------------|-------------------------------|
|
|------------------------|-------------------------------|
|
||||||
|
| O365AppsBasicRetail | 3HYJN-9KG99-F8VG9-V3DT8-JFMHV |
|
||||||
| O365BusinessRetail | Y9NF9-M2QWD-FF6RJ-QJW36-RRF2T |
|
| O365BusinessRetail | Y9NF9-M2QWD-FF6RJ-QJW36-RRF2T |
|
||||||
| O365EduCloudRetail | W62NQ-267QR-RTF74-PF2MH-JQMTH |
|
| O365EduCloudRetail | W62NQ-267QR-RTF74-PF2MH-JQMTH |
|
||||||
| O365HomePremRetail | 3NMDC-G7C3W-68RGP-CB4MH-4CXCH |
|
| O365HomePremRetail | 3NMDC-G7C3W-68RGP-CB4MH-4CXCH |
|
||||||
|
47
docs/news.md
47
docs/news.md
@ -1,29 +1,54 @@
|
|||||||
# News
|
# News
|
||||||
|
|
||||||
|
### [2-July-25] Added Microsoft DaRT
|
||||||
|
https://massgrave.dev/unsupported_products_activation#microsoft-dart
|
||||||
|
|
||||||
|
### [18-June-25] Added June 2025 updated ISOs
|
||||||
|
Windows 10 22H2 / Windows 11 24H2 / Windows 11 23H2 / Server 2025 / Server 2022 / Server 23H2
|
||||||
|
https://massgrave.dev/genuine-installation-media
|
||||||
|
|
||||||
|
### [3-June-25] MAS 3.4 update is released
|
||||||
|
Bug fixes, for details check the [changelog](changelog.md)
|
||||||
|
|
||||||
|
### [1-June-25] MAS 3.3 update is released
|
||||||
|
StaticCID and KMS4k methods are added in TSforge, for details check the [changelog](changelog.md)
|
||||||
|
|
||||||
|
### [21-May-25] Added May 2025 updated ISOs
|
||||||
|
Windows 10 22H2 / Windows 11 24H2 / Windows 11 23H2 / Server 2025 / Server 2022 / Server 23H2
|
||||||
|
https://massgrave.dev/genuine-installation-media
|
||||||
|
|
||||||
|
### [6-May-25] MAS 3.2 update is released
|
||||||
|
O365AppsBasicRetail support and bug fixes, for details check the [changelog](changelog.md)
|
||||||
|
|
||||||
|
### [29-Apr-25] MAS 3.1 update is released
|
||||||
|
Windows Vista support is added in Ohook, TSforge and online KMS options, for details check the [changelog](changelog.md)
|
||||||
|
|
||||||
### [14-Feb-25] MAS 3.0 update is released
|
### [14-Feb-25] MAS 3.0 update is released
|
||||||
A new method "TSforge" is added, for details check [changelog](changelog.md)
|
A new method "TSforge" is added, for details check the [changelog](changelog.md)
|
||||||
|
|
||||||
### [20-Dec-24] MAS 2.9 update is released
|
### [20-Dec-24] MAS 2.9 update is released
|
||||||
[changelog](changelog.md)
|
[changelog](changelog.md)
|
||||||
|
|
||||||
### [19-Nov-24] Added November updated ISO's
|
|
||||||
|
### [19-Nov-24] Added November updated ISOs
|
||||||
Windows 10 22H2 / Windows 11 24H2 / Server 2025 / Server 2022 / Server 23H2
|
Windows 10 22H2 / Windows 11 24H2 / Server 2025 / Server 2022 / Server 23H2
|
||||||
https://massgrave.dev/genuine-installation-media
|
https://massgrave.dev/genuine-installation-media
|
||||||
|
|
||||||
|
|
||||||
### [9-Nov-24] MAS 2.8 update is released
|
### [9-Nov-24] MAS 2.8 update is released
|
||||||
[changelog](changelog.md)
|
[changelog](changelog.md)
|
||||||
|
|
||||||
### [1-Nov-24] Guide: Windows 10 Updates After End-Of-Life
|
### [1-Nov-24] Guide: Windows 10 Updates After End-Of-Life
|
||||||
https://massgrave.dev/windows10_eol
|
https://massgrave.dev/windows10_eol
|
||||||
|
|
||||||
### [16-Oct-24] Added October updated ISO's
|
### [16-Oct-24] Added October updated ISOs
|
||||||
Windows 10 22H2 / Windows 11 23H2 / Server 2022 / Server 23H2
|
Windows 10 22H2 / Windows 11 23H2 / Server 2022 / Server 23H2
|
||||||
https://massgrave.dev/genuine-installation-media
|
https://massgrave.dev/genuine-installation-media
|
||||||
|
|
||||||
### [2-Oct-24] Added MVS links for Win11 24H2 and LTSC 2024
|
### [2-Oct-24] Added MVS links for Win11 24H2 and LTSC 2024
|
||||||
https://massgrave.dev/genuine-installation-media
|
https://massgrave.dev/genuine-installation-media
|
||||||
|
|
||||||
### [18-Sep-24] Added: September updated ISO's for Windows 10/11/Server 2022
|
### [18-Sep-24] Added: September updated ISOs for Windows 10/11/Server 2022
|
||||||
https://massgrave.dev/genuine-installation-media
|
https://massgrave.dev/genuine-installation-media
|
||||||
|
|
||||||
### [6-Sep-24] MAS 2.7 update is released
|
### [6-Sep-24] MAS 2.7 update is released
|
||||||
@ -33,25 +58,25 @@ Also, the MASSGRAVE blog is now live
|
|||||||
### [30-Aug-24] Extend expiry date of massgrave.dev/get to 31/12/2024
|
### [30-Aug-24] Extend expiry date of massgrave.dev/get to 31/12/2024
|
||||||
Because it looks like some ISPs are flagging new URLs for up to 5-6 months
|
Because it looks like some ISPs are flagging new URLs for up to 5-6 months
|
||||||
|
|
||||||
### [21-Aug-24] Added: August updated ISO's for Windows 10/11/Server 2022
|
### [21-Aug-24] Added: August updated ISOs for Windows 10/11/Server 2022
|
||||||
https://massgrave.dev/genuine-installation-media
|
https://massgrave.dev/genuine-installation-media
|
||||||
|
|
||||||
### [14-Aug-24] Added a page for evaluation editions
|
### [14-Aug-24] Added a page for evaluation editions
|
||||||
https://massgrave.dev/evaluation_editions
|
https://massgrave.dev/evaluation_editions
|
||||||
|
|
||||||
### [7-Aug-24] Server ISOs update
|
### [7-Aug-24] Server ISOs update
|
||||||
Added last updated ISO's for Server 2016/2019
|
Added last updated ISOs for Server 2016/2019
|
||||||
Added VL ISO's for Server 2008 R2/2012 R2
|
Added VL ISOs for Server 2008 R2/2012 R2
|
||||||
|
|
||||||
### [19-July-24] Update: HWID activation is not working due to server issue
|
### [19-July-24] Update: HWID activation is not working due to server issue
|
||||||
https://azure.status.microsoft/status
|
https://azure.status.microsoft/status
|
||||||
https://x.com/massgravel/status/1814087318577308157
|
https://x.com/massgravel/status/1814087318577308157
|
||||||
Update- It was fixed after a few hours.
|
Update- It was fixed after a few hours.
|
||||||
|
|
||||||
### [17-July-24] Added: July updated ISO's for Windows 10/11/Server 2022
|
### [17-July-24] Added: July updated ISOs for Windows 10/11/Server 2022
|
||||||
https://massgrave.dev/genuine-installation-media
|
https://massgrave.dev/genuine-installation-media
|
||||||
|
|
||||||
### [20-June-24] Added: June updated ISO's for Windows 10/11/Server 2022
|
### [20-June-24] Added: June updated ISOs for Windows 10/11/Server 2022
|
||||||
https://massgrave.dev/genuine-installation-media
|
https://massgrave.dev/genuine-installation-media
|
||||||
|
|
||||||
### [16-June-24] Office 2024 online installers are added
|
### [16-June-24] Office 2024 online installers are added
|
||||||
@ -68,7 +93,7 @@ https://massgrave.dev/genuine-installation-media
|
|||||||
### [23-May-24] Added: Windows Server 2025 (Preview)
|
### [23-May-24] Added: Windows Server 2025 (Preview)
|
||||||
https://massgrave.dev/genuine-installation-media
|
https://massgrave.dev/genuine-installation-media
|
||||||
|
|
||||||
### [22-May-24] Added: May updated ISO's for Windows 10/11/Server 2022
|
### [22-May-24] Added: May updated ISOs for Windows 10/11/Server 2022
|
||||||
https://massgrave.dev/genuine-installation-media
|
https://massgrave.dev/genuine-installation-media
|
||||||
|
|
||||||
### [20-May-24] `irm https://massgrave.dev/get | iex` is retiring
|
### [20-May-24] `irm https://massgrave.dev/get | iex` is retiring
|
||||||
@ -85,7 +110,7 @@ https://massgrave.dev/changelog#26
|
|||||||
### [19-Apr-24] Added office 2024 preview serializer for macOS
|
### [19-Apr-24] Added office 2024 preview serializer for macOS
|
||||||
https://massgrave.dev/office_for_mac
|
https://massgrave.dev/office_for_mac
|
||||||
|
|
||||||
### [17-Apr-24] Added Apr updated ISO's and IoT LTSB 15/16 ISO's
|
### [17-Apr-24] Added April updated ISOs and IoT LTSB 15/16 ISOs
|
||||||
https://massgrave.dev/genuine-installation-media
|
https://massgrave.dev/genuine-installation-media
|
||||||
|
|
||||||
### [16-Apr-24] Added office links for older macOS versions
|
### [16-Apr-24] Added office links for older macOS versions
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
# $OEM$ Folders
|
# $OEM$ Folders
|
||||||
|
|
||||||
To create a pre-activated Windows installation .iso, do the following:
|
To create a pre-activated Windows installation ISO, do the following:
|
||||||
- Extract the `$OEM$` folder to the desktop using the MAS script.
|
- Extract the `$OEM$` folder to the desktop using the MAS script.
|
||||||
- Copy the `$OEM$` folder to the `sources` folder in the Windows installation media (.iso or USB).
|
- Copy the `$OEM$` folder to the `sources` folder in the Windows installation media (ISO or USB).
|
||||||
- The directory will appear like this: `\sources\$OEM$` in your altered .iso or on your bootable USB drive.
|
- The directory will appear like this: `\sources\$OEM$` in your altered ISO or on your bootable USB drive.
|
||||||
- Now use this .iso or bootable USB drive to install Windows, it will either already be activated (KMS38) as soon as it boots or will self-activate (HWID or Online KMS) at the first internet contact.
|
- Now use this ISO or bootable USB drive to install Windows, it will either already be activated (KMS38) as soon as it boots or will self-activate (HWID or Online KMS) at the first internet contact.
|
||||||
- You can check [here](intro.md) for activation method details and select the activation method as per your requirement.
|
- You can check [here](intro.md) for activation method details.
|
||||||
|
|
||||||
:::warning
|
:::warning
|
||||||
|
|
||||||
- On Windows 8 and later, [**running setupcomplete.cmd is disabled**](https://learn.microsoft.com/windows-hardware/manufacture/desktop/add-a-custom-script-to-windows-setup?view=windows-11#windows-setup-scripts) if the default installed key for the edition is from the OEM channel, except for Enterprise editions and Windows Server operating systems.
|
- On Windows 8 and later, [**running setupcomplete.cmd is disabled**](https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/add-a-custom-script-to-windows-setup?view=windows-11#windows-setup-scripts) if the default installed key for the edition is from the OEM channel, except for Enterprise editions and Windows Server.
|
||||||
- However, in Windows 10, IoT Enterprise editions were not included in the Enterprise category list during the installation process. As a result, Enterprise with an OEM key can handle setupcomplete.cmd, but IoT Enterprise (LTSC) cannot. This was fixed in later Windows 11 versions.
|
- However, in Windows 10, IoT Enterprise editions were not included in the Enterprise category list during the installation process. As a result, Enterprise with an OEM key can handle setupcomplete.cmd, but IoT Enterprise (LTSC) cannot. This was fixed in later Windows 11 versions.
|
||||||
- In Windows 10 IoT Enterprise (LTSC), you can resolve this issue by using the Non-IoT Windows 10 Enterprise LTSC ISO. In this case, the HWID method in preactivation will install the IoT LTSC key to change the edition and enable HWID activation.
|
- In Windows 10 IoT Enterprise (LTSC), you can resolve this issue by using the Non-IoT Windows 10 Enterprise LTSC ISO. In this case, the HWID method in preactivation will install the IoT LTSC key to change the edition and enable HWID activation.
|
||||||
- In Windows 11 IoT Enterprise (LTSC), it works fine as expected by default.
|
- In Windows 11 IoT Enterprise (LTSC), it works fine as expected by default.
|
||||||
@ -21,10 +21,10 @@ To create a pre-activated Windows installation .iso, do the following:
|
|||||||
## Edit ISO File
|
## Edit ISO File
|
||||||
|
|
||||||
- As stated above, you can copy the `$OEM$` folder to your bootable USB so you don't have to edit the ISO file. However, if you need to, then follow the steps below.
|
- As stated above, you can copy the `$OEM$` folder to your bootable USB so you don't have to edit the ISO file. However, if you need to, then follow the steps below.
|
||||||
- Download [AnyBurn Free Portable](https://www.anyburn.com/download.php) and extract this zip file
|
- Download [AnyBurn Free Portable](https://www.anyburn.com/download.php) and extract the zip file.
|
||||||
- Run the file named `AnyBurn(64-bit)\AnyBurn.exe`
|
- Run the file named `AnyBurn(64-bit)\AnyBurn.exe`.
|
||||||
- Select the option named `Edit image file`
|
- Select the option named `Edit image file`.
|
||||||
- Follow the on-screen instructions and add the `$OEM$` folder to the `sources` folder so that the directory will appear like this: `\sources\$OEM$`
|
- Follow the on-screen instructions and add the `$OEM$` folder to the `sources` folder so that the directory will appear like this: `\sources\$OEM$`.
|
||||||
- Save the ISO, that's it.
|
- Save the ISO, that's it.
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
@ -98,6 +98,6 @@ To create a pre-activated Windows installation .iso, do the following:
|
|||||||
|
|
||||||
## TSforge + Online KMS
|
## TSforge + Online KMS
|
||||||
|
|
||||||
- In this method, Windows will be activated with TSforge, and **Office** (Preinstalled) will be activated using Online KMS. This combination is best for Windows 7 because Office on Windows 7 isn't supported by TSforge.
|
- In this method, Windows will be activated with TSforge, and **Office** (Preinstalled) will be activated using Online KMS.
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
@ -190,7 +190,7 @@ It's no longer supported by Microsoft, and Office doesn't receive updates.
|
|||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
**Other Resources**
|
**Other Resources**
|
||||||
https://learn.microsoft.com/officeupdates/update-history-office-for-mac
|
https://learn.microsoft.com/en-us/officeupdates/update-history-office-for-mac
|
||||||
https://macadmins.software/
|
https://macadmins.software/
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -204,7 +204,7 @@ https://macadmins.software/
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
The below activator (serializer) pkg files are extracted from the official iso files. These serializer files are only available to [paid subscribers](https://learn.microsoft.com/microsoft-365-apps/mac/volume-license-serializer), however anyone can activate Office using it.
|
The below activator (serializer) pkg files are extracted from the official iso files. These serializer files are only available to [paid subscribers](https://learn.microsoft.com/en-us/microsoft-365-apps/mac/volume-license-serializer), however anyone can activate Office using it.
|
||||||
|
|
||||||
| Serializer | Activator | Applicable On |
|
| Serializer | Activator | Applicable On |
|
||||||
|:------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------|
|
|:------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------|
|
||||||
|
@ -3,11 +3,21 @@
|
|||||||
All download links lead to genuine files only.
|
All download links lead to genuine files only.
|
||||||
|
|
||||||
- [FAQ](genuine-installation-media.md#faq)
|
- [FAQ](genuine-installation-media.md#faq)
|
||||||
- You can activate all of the below listed 2010/2013/2016 Office files with Online KMS option and 2013/2016 with Ohook option in MAS. To activate Office 2007 Enterprise, you can use this key `BQDQB-KRRY9-43DBR-4P9J4-DH7D8`
|
- This page has links for old MSI Office versions only. **To download the latest Office files from official Microsoft links, check** https://gravesoft.dev/office_c2r_links
|
||||||
|
- You can activate the below listed 2010/2013/2016 Office files with Ohook option in MAS. To activate Office 2007 Enterprise, you can use this key `BQDQB-KRRY9-43DBR-4P9J4-DH7D8`
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## Office 2016 Pro Plus
|
## Office 2016
|
||||||
|
|
||||||
|
import Tabs from '@theme/Tabs';
|
||||||
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
|
<Tabs>
|
||||||
|
|
||||||
|
<TabItem value="Office 2016 Pro Plus" label="Office 2016 Pro Plus" default>
|
||||||
|
|
||||||
|
**Office 2016 Pro Plus**
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| Language | Arch | Link |
|
||||||
|:--------------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:--------------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
@ -94,7 +104,11 @@ All download links lead to genuine files only.
|
|||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## Office 2016 Project Pro
|
</TabItem>
|
||||||
|
|
||||||
|
<TabItem value="Office 2016 Project Pro" label="Office 2016 Project Pro" default>
|
||||||
|
|
||||||
|
**Office 2016 Project Pro**
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| Language | Arch | Link |
|
||||||
|:-----------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:-----------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
@ -157,7 +171,11 @@ All download links lead to genuine files only.
|
|||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## Office 2016 Visio Pro
|
</TabItem>
|
||||||
|
|
||||||
|
<TabItem value="Office 2016 Visio Pro" label="Office 2016 Visio Pro" default>
|
||||||
|
|
||||||
|
**Office 2016 Visio Pro**
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| Language | Arch | Link |
|
||||||
|:-----------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:-----------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
@ -220,7 +238,17 @@ All download links lead to genuine files only.
|
|||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## Office 2013 Pro Plus
|
</TabItem>
|
||||||
|
|
||||||
|
</Tabs>
|
||||||
|
|
||||||
|
## Office 2013
|
||||||
|
|
||||||
|
<Tabs>
|
||||||
|
|
||||||
|
<TabItem value="Office 2013 Pro Plus" label="Office 2013 Pro Plus" default>
|
||||||
|
|
||||||
|
**Office 2013 Pro Plus**
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| Language | Arch | Link |
|
||||||
|:--------------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:--------------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
@ -307,7 +335,11 @@ All download links lead to genuine files only.
|
|||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## Office 2013 Project Pro
|
</TabItem>
|
||||||
|
|
||||||
|
<TabItem value="Office 2013 Project Pro" label="Office 2013 Project Pro" default>
|
||||||
|
|
||||||
|
**Office 2013 Project Pro**
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| Language | Arch | Link |
|
||||||
|:-----------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:-----------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
@ -370,7 +402,11 @@ All download links lead to genuine files only.
|
|||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## Office 2013 Visio Pro
|
</TabItem>
|
||||||
|
|
||||||
|
<TabItem value="Office 2013 Visio Pro" label="Office 2013 Visio Pro" default>
|
||||||
|
|
||||||
|
**Office 2013 Visio Pro**
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| Language | Arch | Link |
|
||||||
|:-----------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:-----------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
@ -433,7 +469,16 @@ All download links lead to genuine files only.
|
|||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## Office 2010 Pro Plus
|
</TabItem>
|
||||||
|
</Tabs>
|
||||||
|
|
||||||
|
## Office 2010
|
||||||
|
|
||||||
|
<Tabs>
|
||||||
|
|
||||||
|
<TabItem value="Office 2010 Pro Plus" label="Office 2010 Pro Plus" default>
|
||||||
|
|
||||||
|
**Office 2010 Pro Plus**
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| Language | Arch | Link |
|
||||||
|:--------------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:--------------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
@ -514,7 +559,11 @@ All download links lead to genuine files only.
|
|||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## Office 2010 Project Pro
|
</TabItem>
|
||||||
|
|
||||||
|
<TabItem value="Office 2010 Project Pro" label="Office 2010 Project Pro" default>
|
||||||
|
|
||||||
|
**Office 2010 Project Pro**
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| Language | Arch | Link |
|
||||||
|:-----------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:-----------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
@ -575,7 +624,11 @@ All download links lead to genuine files only.
|
|||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## Office 2010 Visio Pro
|
</TabItem>
|
||||||
|
|
||||||
|
<TabItem value="Office 2010 Visio Pro" label="Office 2010 Visio Pro" default>
|
||||||
|
|
||||||
|
**Office 2010 Visio Pro**
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| Language | Arch | Link |
|
||||||
|:-----------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:-----------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
@ -636,7 +689,16 @@ All download links lead to genuine files only.
|
|||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## Office 2007 Enterprise
|
</TabItem>
|
||||||
|
</Tabs>
|
||||||
|
|
||||||
|
## Office 2007
|
||||||
|
|
||||||
|
<Tabs>
|
||||||
|
|
||||||
|
<TabItem value="Office 2007 Enterprise" label="Office 2007 Enterprise" default>
|
||||||
|
|
||||||
|
**Office 2007 Enterprise**
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| Language | Arch | Link |
|
||||||
|:----------------------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:----------------------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
@ -676,7 +738,10 @@ All download links lead to genuine files only.
|
|||||||
| Swedish | x86 | [sv_office_enterprise_2007_united_states_x86_dvd_481336.iso](https://drive.massgrave.dev/sv_office_enterprise_2007_united_states_x86_dvd_481336.iso) |
|
| Swedish | x86 | [sv_office_enterprise_2007_united_states_x86_dvd_481336.iso](https://drive.massgrave.dev/sv_office_enterprise_2007_united_states_x86_dvd_481336.iso) |
|
||||||
| Thai | x86 | [th_office_enterprise_2007_united_states_x86_dvd_481476.iso](https://drive.massgrave.dev/th_office_enterprise_2007_united_states_x86_dvd_481476.iso) |
|
| Thai | x86 | [th_office_enterprise_2007_united_states_x86_dvd_481476.iso](https://drive.massgrave.dev/th_office_enterprise_2007_united_states_x86_dvd_481476.iso) |
|
||||||
| Turkish | x86 | [tr_office_enterprise_2007_united_states_x86_dvd_481337.iso](https://drive.massgrave.dev/tr_office_enterprise_2007_united_states_x86_dvd_481337.iso) |
|
| Turkish | x86 | [tr_office_enterprise_2007_united_states_x86_dvd_481337.iso](https://drive.massgrave.dev/tr_office_enterprise_2007_united_states_x86_dvd_481337.iso) |
|
||||||
| Chinese-Taiwan | x86 | [tw_office_enterprise_2007_united_states_x86_dvd_481333.iso](https://drive.massgrave.dev/tw_office_enterprise_2007_united_states_x86_dvd_481333.iso) |
|
| Chinese-Traditional | x86 | [tw_office_enterprise_2007_united_states_x86_dvd_481333.iso](https://drive.massgrave.dev/tw_office_enterprise_2007_united_states_x86_dvd_481333.iso) |
|
||||||
| Ukrainian | x86 | [uk_office_enterprise_2007_united_states_x86_dvd_481338.iso](https://drive.massgrave.dev/uk_office_enterprise_2007_united_states_x86_dvd_481338.iso) |
|
| Ukrainian | x86 | [uk_office_enterprise_2007_united_states_x86_dvd_481338.iso](https://drive.massgrave.dev/uk_office_enterprise_2007_united_states_x86_dvd_481338.iso) |
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
</Tabs>
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
- How to use it? Please find the instructions [here](intro.md#download--how-to-use-it).
|
- How to use it? Please find the instructions [here](intro.md#how-to-activate-windows--office).
|
||||||
- This activation method can activate all kinds of Office versions on Windows 8 and higher and their Server equivalent except Office 2010 and Office UWP apps.
|
- This activation method can activate all kinds of Office versions on Windows Vista and higher and their Server equivalent except Office UWP apps.
|
||||||
- This activation method works offline and activates Office permanently.
|
- This activation method works offline and activates Office permanently.
|
||||||
- This activation method can survive Office repairs, Office updates, and even Windows major feature upgrades. You do not need to reactivate in these cases.
|
- This activation method can survive Office repairs, Office updates, and even Windows major feature upgrades. You do not need to reactivate in these cases.
|
||||||
- For the O365 subscription version, you can't get server side O365 specific features such as 1TB storage in Onedrive. However, almost all other features and 5GB storage in free onedrive account would work fine.
|
- For the O365 subscription version, you can't get server side O365 specific features such as 1TB storage in Onedrive. However, almost all other features and 5GB storage in free onedrive account would work fine.
|
||||||
@ -13,6 +13,8 @@
|
|||||||
|
|
||||||
## How does it work?
|
## How does it work?
|
||||||
|
|
||||||
|
#### For SPP based Office:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- As illustrated in the above 1st image, in the Official activation process of SPP based Office, Office asks `C:\Windows\System32\sppc.dll` about the activation status and that file asks the same thing to SPP (Software Protection Platform) `C:\Windows\System32\sppsvc.exe` and returns the message back to Office.
|
- As illustrated in the above 1st image, in the Official activation process of SPP based Office, Office asks `C:\Windows\System32\sppc.dll` about the activation status and that file asks the same thing to SPP (Software Protection Platform) `C:\Windows\System32\sppsvc.exe` and returns the message back to Office.
|
||||||
@ -26,7 +28,66 @@
|
|||||||
|
|
||||||
## Supported Products
|
## Supported Products
|
||||||
|
|
||||||
TL;DR all kinds of Office products are supported on Windows 8 and higher and their Server equivalent except Office 2010 and Office UWP apps.
|
TL;DR all kinds of Office products are supported on Windows Vista and higher and their Server equivalent except Office UWP apps.
|
||||||
|
|
||||||
|
### Office 2010 (14.0)
|
||||||
|
|
||||||
|
**Note:** You can use this `FJ44M-DX23P-QRWQ8-RXY39-HFQTC` ltFree OEM key to install any retail version of Office 2010.
|
||||||
|
|
||||||
|
| Office Version | Office Product | Blocked keys sourced from the Internet | Key Type |
|
||||||
|
|----------------|---------------------------------------------------------------------|----------------------------------------|----------|
|
||||||
|
| v14.0 (2010) | AccessR | 7KTYC-XR43P-C3MRW-BJKFD-XBYPG | Retail |
|
||||||
|
| v14.0 (2010) | AccessRuntimeR | 7XHPQ-BQMYG-YBP49-CY8B2-T8CGQ | ByPass |
|
||||||
|
| v14.0 (2010) | AccessVL | 89RTQ-MT4GK-6CPTX-WWP7C-J9KXR | MAK |
|
||||||
|
| v14.0 (2010) | ExcelVL | 39TRR-C2F37-9WYJ2-MJQXH-B938K | MAK |
|
||||||
|
| v14.0 (2010) | GrooveVL | RCGT3-FPQDV-H49CD-PPDBF-TH47G | MAK |
|
||||||
|
| v14.0 (2010) | HomeBusinessR [HomeBusinessDemoR] | 3YR9B-D9W79-BY66R-R8XYP-QYYYY | Retail |
|
||||||
|
| v14.0 (2010) | HomeStudentR [HomeStudentDemoR] | 3X43R-HHHXX-FRHRW-2M2WJ-8VPHD | Retail |
|
||||||
|
| v14.0 (2010) | InfoPathR | XDGJY-KFHW9-JWX9X-YM4GW-GC8WR | Retail |
|
||||||
|
| v14.0 (2010) | InfoPathVL | 6GKT2-KMJPK-4RRBF-8VQKB-JB6G6 | MAK |
|
||||||
|
| v14.0 (2010) | OneNoteR [HSOneNoteR] | 2TG3P-9DB76-4YT99-8RXGD-CWXBP | Retail |
|
||||||
|
| v14.0 (2010) | OneNoteVL | CV64P-F4VRH-BJ33D-PH6MR-X69RY | MAK |
|
||||||
|
| v14.0 (2010) | OutlookVL | J8C9M-YXMH2-9CX44-2C3YG-V7692 | MAK |
|
||||||
|
| v14.0 (2010) | PersonalR [PersonalDemoR,PersonalPrepaidR] | GMBWM-WVX26-7WHV4-DB43D-WVDY2 | Retail |
|
||||||
|
| v14.0 (2010) | PowerPointVL | HPBQP-RJHDR-Q3472-PT9Q6-PBB72 | MAK |
|
||||||
|
| v14.0 (2010) | ProfessionalR [ProfessionalAcadR,ProfessionalDemoR,OEM-SingleImage] | 367X9-9HP9R-TKHY6-DH4QH-K9PY7 | Retail |
|
||||||
|
| v14.0 (2010) | ProjectProR [ProjectProMSDNR] | 6JD4G-KRW3J-48MGV-DM6FC-T9WKR | Retail |
|
||||||
|
| v14.0 (2010) | ProjectProVL | 3XDTH-MMGJ6-F9MKX-THP8D-G9BP7 | MAK |
|
||||||
|
| v14.0 (2010) | ProjectStdR | 2W96V-RTQ9R-2BPVT-PT8H9-MV68T | Retail |
|
||||||
|
| v14.0 (2010) | ProjectStdVL | 4DTT4-D4MKX-23KFH-JKR6T-YKG2J | MAK |
|
||||||
|
| v14.0 (2010) | ProPlusR [ProPlusAcadR,ProPlusMSDNR,Sub4R] | 2J9H6-H4D3G-PCXD2-96XVM-TRR73 | Retail |
|
||||||
|
| v14.0 (2010) | ProPlusVL [ProPlusAcadVL] | 6CD6C-9R8PB-T2D9Y-8RKKX-W7DFK | MAK |
|
||||||
|
| v14.0 (2010) | PublisherR | CTRJP-P72VV-JBF8Y-4W6WW-HXHVG | Retail |
|
||||||
|
| v14.0 (2010) | PublisherVL | 32YG9-3VX77-YXJVV-PRVFW-TT8BV | MAK |
|
||||||
|
| v14.0 (2010) | SmallBusBasicsVL | 7VKXH-9BWCG-RPTBB-JBRV3-GRHYC | MAK |
|
||||||
|
| v14.0 (2010) | SPDR | H48K6-FB4Y6-P83GH-9J7XG-HDKKX | ByPass |
|
||||||
|
| v14.0 (2010) | StandardR [StandardMSDNR][KeyisforMSDNR] | W3BTX-H6BW7-Q6DFW-BXFFY-8RVJP | Retail |
|
||||||
|
| v14.0 (2010) | StandardVL [StandardAcadVL] | 2XTQP-GDR7C-GTXPC-6W6PV-4RXGC | MAK |
|
||||||
|
| v14.0 (2010) | StarterR | VXHHB-W7HBD-7M342-RJ7P8-CHBD6 | ByPass |
|
||||||
|
| v14.0 (2010) | VisioSIR Prem[Pro,Std] | 2RDPT-WPYQM-C2WXF-BTPDW-2J2HM | Retail |
|
||||||
|
| v14.0 (2010) | VisioSIVL Prem[Pro,Std] | 7PKFT-X2MKQ-GT6X2-8CB2W-CHC9K | MAK |
|
||||||
|
| v14.0 (2010) | WordVL | 6J3XK-DFKGK-X373V-QJHYM-V3FC2 | MAK |
|
||||||
|
|
||||||
|
We couldn't find any keys (blocked/generic doesn't matter) for these Office 2010 products. If you have them, please share with us.
|
||||||
|
|
||||||
|
```
|
||||||
|
4eaff0d0-c6cb-4187-94f3-c7656d49a0aa Retail ExcelR_[HSExcelR]
|
||||||
|
7004b7f0-6407-4f45-8eac-966e5f868bde Retail GrooveR
|
||||||
|
fbf4ac36-31c8-4340-8666-79873129cf40 Retail OutlookR
|
||||||
|
133c8359-4e93-4241-8118-30bb18737ea0 Retail PowerPointR_[HSPowerPointR]
|
||||||
|
db3bbc9c-ce52-41d1-a46f-1a1d68059119 Retail WordR_[HSWordR]
|
||||||
|
dbe3aee0-5183-4ff7-8142-66050173cb01 Retail SmallBusBasicsR_[SmallBusBasicsMSDNR]
|
||||||
|
```
|
||||||
|
|
||||||
|
These installers are not publicly available, so it doesn't matter if we don't have their keys.
|
||||||
|
|
||||||
|
```
|
||||||
|
19316117-30a8-4773-8fd9-7f7231f4e060 SubPrepid HomeBusinessSubR
|
||||||
|
4d06f72e-fd50-4bc2-a24b-d448d7f17ef2 SubPrepid ProjectProSubR
|
||||||
|
e98ef0c0-71c4-42ce-8305-287d8721e26c SubPrepid ProPlusSubR
|
||||||
|
14f5946a-debc-4716-babc-7e2c240fec08 Retail MondoR
|
||||||
|
533b656a-4425-480b-8e30-1a2358898350 MAK MondoVL
|
||||||
|
```
|
||||||
|
|
||||||
### Office 2013 (15.0)
|
### Office 2013 (15.0)
|
||||||
|
|
||||||
@ -94,6 +155,7 @@ TL;DR all kinds of Office products are supported on Windows 8 and higher and the
|
|||||||
|
|
||||||
| Office Version | Office Product | Generated Generic Key | Key Type |
|
| Office Version | Office Product | Generated Generic Key | Key Type |
|
||||||
|----------------|------------------------|-------------------------------|---------------|
|
|----------------|------------------------|-------------------------------|---------------|
|
||||||
|
| v16.0 (O365) | O365AppsBasicRetail | 3HYJN-9KG99-F8VG9-V3DT8-JFMHV | Subscription |
|
||||||
| v16.0 (O365) | O365BusinessRetail | Y9NF9-M2QWD-FF6RJ-QJW36-RRF2T | SubTest |
|
| v16.0 (O365) | O365BusinessRetail | Y9NF9-M2QWD-FF6RJ-QJW36-RRF2T | SubTest |
|
||||||
| v16.0 (O365) | O365EduCloudRetail | W62NQ-267QR-RTF74-PF2MH-JQMTH | Subscription |
|
| v16.0 (O365) | O365EduCloudRetail | W62NQ-267QR-RTF74-PF2MH-JQMTH | Subscription |
|
||||||
| v16.0 (O365) | O365HomePremRetail | 3NMDC-G7C3W-68RGP-CB4MH-4CXCH | SubTest1 |
|
| v16.0 (O365) | O365HomePremRetail | 3NMDC-G7C3W-68RGP-CB4MH-4CXCH | SubTest1 |
|
||||||
@ -267,7 +329,8 @@ TL;DR all kinds of Office products are supported on Windows 8 and higher and the
|
|||||||
|
|
||||||
- For the O365 subscription version, you can't get server side O365 specific features such as 1TB storage in Onedrive. However, almost all other features and 5GB storage in free onedrive account would work fine.
|
- For the O365 subscription version, you can't get server side O365 specific features such as 1TB storage in Onedrive. However, almost all other features and 5GB storage in free onedrive account would work fine.
|
||||||
- Script doesn't convert any product to Volume or vice-versa. All products are activated with their own licence.
|
- Script doesn't convert any product to Volume or vice-versa. All products are activated with their own licence.
|
||||||
- Key preference is given in this order, Retail:TB:Sub > Retail > OEM:NONSLP > Volume:MAK > Volume:GVLK
|
- For Office 2013 and later, key preference is given in this order, Retail:TB:Sub > Retail > OEM:NONSLP > Volume:MAK > Volume:GVLK
|
||||||
|
- For Office 2010, key preference is given in this order, Retail > Volume:MAK
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
@ -275,13 +338,8 @@ TL;DR all kinds of Office products are supported on Windows 8 and higher and the
|
|||||||
|
|
||||||
## Unsupported Products
|
## Unsupported Products
|
||||||
|
|
||||||
- Office on Windows 7 and their Server equivalent
|
- Office UWP (Store apps)
|
||||||
- Office 2010
|
Use TSforge activation option for this.
|
||||||
- Office UWP (Store apps)
|
|
||||||
|
|
||||||
**Note:**
|
|
||||||
|
|
||||||
- Theoretically Office on Windows 7 and Office 2010 can be activated with Ohook but these versions require changing Office registry keys and renaming Office file names, that is why we have not added support for it. We recommend to use KMS activation for them.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -311,11 +369,11 @@ TL;DR all kinds of Office products are supported on Windows 8 and higher and the
|
|||||||
`C:\mingw64`
|
`C:\mingw64`
|
||||||
- Open Powershell as admin and enter below command to set the time and date,
|
- Open Powershell as admin and enter below command to set the time and date,
|
||||||
`Set-TimeZone -Id 'UTC'; $date=[datetime]'2023/8/7 12:00';while($true){set-date $date; start-sleep -milliseconds 10;}`
|
`Set-TimeZone -Id 'UTC'; $date=[datetime]'2023/8/7 12:00';while($true){set-date $date; start-sleep -milliseconds 10;}`
|
||||||
- Now open another Windows for Powershell and enter below command to create sppc.dll files,
|
- Now open another window for Powershell and enter below commands to create sppc.dll files,
|
||||||
`Set-Location -Path C:\ohook`
|
`Set-Location -Path C:\ohook`
|
||||||
`C:\mingw64\bin\mingw32-make.exe`
|
`C:\mingw64\bin\mingw32-make.exe`
|
||||||
- Calculate the SHA-256 of the created sppc64.dll and sppc32.dll files using 7-zip or Powershell, it would be same as mentioned above.
|
- Calculate the SHA-256 of the created sppc64.dll and sppc32.dll files using 7-zip or Powershell, it would be same as mentioned above.
|
||||||
- Done, you can now close that powershell window and correct the date now.
|
- Done, you can now close Powershell windows and correct the date now.
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
- How to use it? Please find the instructions [here](intro.md#download--how-to-use-it).
|
- How to use it? Please find the instructions [here](intro.md#how-to-activate-windows--office).
|
||||||
- KMS activates Windows / Office for 180 Days. For Windows Core / ProWMC editions it is 30 / 45 Days.
|
- KMS activates Windows / Office for 180 Days. For Windows Core / ProWMC editions it is 30 / 45 Days.
|
||||||
- This script can activate both Retail and Volume Windows installation.
|
- This script can activate both Retail and Volume Windows installation.
|
||||||
- This script can activate C2R Retail and VL Office, UWP Office, but not 2010 / 2013 MSI Retail Office.
|
- This script can activate C2R Retail and VL Office, UWP Office, but not 2010 / 2013 MSI Retail Office.
|
||||||
@ -217,6 +217,27 @@ If you don't want to install this renewal task, you can turn off the "Renewal Ta
|
|||||||
| ServerWebCore | 6TPJF-RBVHG-WBW2R-86QPH-6RTM4 |
|
| ServerWebCore | 6TPJF-RBVHG-WBW2R-86QPH-6RTM4 |
|
||||||
| ServerEmbeddedSolution | 736RG-XDKJK-V34PF-BHK87-J6X3K |
|
| ServerEmbeddedSolution | 736RG-XDKJK-V34PF-BHK87-J6X3K |
|
||||||
|
|
||||||
|
### Windows Vista
|
||||||
|
| EditionID | Generic Volume License Key |
|
||||||
|
|-------------|-------------------------------|
|
||||||
|
| Enterprise | VKK3X-68KWM-X2YGT-QR4M6-4BWMV |
|
||||||
|
| Business | YFKBB-PQJJV-G996G-VWGXY-2V3X8 |
|
||||||
|
| BusinessN | HMBQG-8H2RH-C77VX-27R82-VMQBT |
|
||||||
|
| EnterpriseN | VTC42-BM838-43QHV-84HX6-XJXKV |
|
||||||
|
|
||||||
|
### Windows Server 2008
|
||||||
|
| EditionID | Generic Volume License Key |
|
||||||
|
|----------------------|-------------------------------|
|
||||||
|
| ServerStandard | TM24T-X9RMF-VWXK6-X8JC9-BFGM2 |
|
||||||
|
| ServerDatacenter | 7M67G-PC374-GR742-YH8V4-TCBY3 |
|
||||||
|
| ServerEnterprise | YQGMW-MPWTJ-34KDK-48M3W-X4Q6V |
|
||||||
|
| ServerEnterpriseIA64 | 4DWFP-JF3DJ-B7DTH-78FJB-PDRHK |
|
||||||
|
| ServerWeb | WYR28-R7TFJ-3X2YQ-YCY4H-M249D |
|
||||||
|
| ServerComputeCluster | RCTX3-KWVHP-BR6TB-RB6DM-6X7HP |
|
||||||
|
| ServerStandardV | W7VD6-7JFBR-RX26B-YKQ3Y-6FFFJ |
|
||||||
|
| ServerDatacenterV | 22XQ2-VRXRG-P8D42-K34TD-G3QQC |
|
||||||
|
| ServerEnterpriseV | 39BXF-X8Q23-P2WWT-38T2F-G3FPG |
|
||||||
|
|
||||||
### Office 2010
|
### Office 2010
|
||||||
| EditionID | Generic Volume License Key |
|
| EditionID | Generic Volume License Key |
|
||||||
|------------------|-------------------------------|
|
|------------------|-------------------------------|
|
||||||
@ -318,23 +339,23 @@ If you don't want to install this renewal task, you can turn off the "Renewal Ta
|
|||||||
| Word2021Volume | TN8H9-M34D3-Y64V9-TR72V-X79KV |
|
| Word2021Volume | TN8H9-M34D3-Y64V9-TR72V-X79KV |
|
||||||
|
|
||||||
### Office 2024
|
### Office 2024
|
||||||
| EditionID | Generic Volume License Key |
|
| EditionID | Generic Volume License Key |
|
||||||
|------------------------------|--------------------------------------------------|
|
|------------------------------|-------------------------------|
|
||||||
| ProPlus2024Volume-Preview | 2TDPW-NDQ7G-FMG99-DXQ7M-TX3T2 |
|
| ProPlus2024Volume-Preview | 2TDPW-NDQ7G-FMG99-DXQ7M-TX3T2 |
|
||||||
| ProjectPro2024Volume-Preview | D9GTG-NP7DV-T6JP3-B6B62-JB89R |
|
| ProjectPro2024Volume-Preview | D9GTG-NP7DV-T6JP3-B6B62-JB89R |
|
||||||
| VisioPro2024Volume-Preview | YW66X-NH62M-G6YFP-B7KCT-WXGKQ |
|
| VisioPro2024Volume-Preview | YW66X-NH62M-G6YFP-B7KCT-WXGKQ |
|
||||||
| Access2024Volume | 82FTR-NCHR7-W3944-MGRHM-JMCWD |
|
| Access2024Volume | 82FTR-NCHR7-W3944-MGRHM-JMCWD |
|
||||||
| Excel2024Volume | F4DYN-89BP2-WQTWJ-GR8YC-CKGJG |
|
| Excel2024Volume | F4DYN-89BP2-WQTWJ-GR8YC-CKGJG |
|
||||||
| Outlook2024Volume | D2F8D-N3Q3B-J28PV-X27HD-RJWB9 |
|
| Outlook2024Volume | D2F8D-N3Q3B-J28PV-X27HD-RJWB9 |
|
||||||
| PowerPoint2024Volume | CW94N-K6GJH-9CTXY-MG2VC-FYCWP |
|
| PowerPoint2024Volume | CW94N-K6GJH-9CTXY-MG2VC-FYCWP |
|
||||||
| ProjectPro2024Volume | FQQ23-N4YCY-73HQ3-FM9WC-76HF4 |
|
| ProjectPro2024Volume | FQQ23-N4YCY-73HQ3-FM9WC-76HF4 |
|
||||||
| ProjectStd2024Volume | PD3TT-NTHQQ-VC7CY-MFXK3-G87F8 |
|
| ProjectStd2024Volume | PD3TT-NTHQQ-VC7CY-MFXK3-G87F8 |
|
||||||
| ProPlus2024Volume | XJ2XN-FW8RK-P4HMP-DKDBV-GCVGB |
|
| ProPlus2024Volume | XJ2XN-FW8RK-P4HMP-DKDBV-GCVGB |
|
||||||
| SkypeforBusiness2024Volume | 4NKHF-9HBQF-Q3B6C-7YV34-F64P3 |
|
| SkypeforBusiness2024Volume | 4NKHF-9HBQF-Q3B6C-7YV34-F64P3 |
|
||||||
| Standard2024Volume | V28N4-JG22K-W66P8-VTMGK-H6HGR |
|
| Standard2024Volume | V28N4-JG22K-W66P8-VTMGK-H6HGR |
|
||||||
| VisioPro2024Volume | B7TN8-FJ8V3-7QYCP-HQPMV-YY89G |
|
| VisioPro2024Volume | B7TN8-FJ8V3-7QYCP-HQPMV-YY89G |
|
||||||
| VisioStd2024Volume | JMMVY-XFNQC-KK4HK-9H7R3-WQQTV |
|
| VisioStd2024Volume | JMMVY-XFNQC-KK4HK-9H7R3-WQQTV |
|
||||||
| Word2024Volume | MQ84N-7VYDM-FXV7C-6K7CC-VFW9J |
|
| Word2024Volume | MQ84N-7VYDM-FXV7C-6K7CC-VFW9J |
|
||||||
|
|
||||||
:::info
|
:::info
|
||||||
|
|
||||||
@ -367,7 +388,7 @@ If you don't want to install this renewal task, you can turn off the "Renewal Ta
|
|||||||
## How does it work?
|
## How does it work?
|
||||||
|
|
||||||
- **What is KMS activation?**
|
- **What is KMS activation?**
|
||||||
Key Management Service (KMS) is a genuine activation method provided by Microsoft for volume licensing customers (organizations, schools, or governments). The machines in those environments (called KMS clients) are activated via the Environment KMS Host Server (authorized Microsoft's licensing key), instead of Microsoft activation servers. By design, the KMS activation period lasts up to 180 Days (6 Months) at max, with the ability to renew and reinstate the period at any time. Activation renewal automatically happens every 7 days if the client can connect to the KMS host server. For more info, see [here](https://www.microsoft.com/Licensing/servicecenter/Help/FAQDetails.aspx?id=201#215) and [here](https://technet.microsoft.com/en-us/library/ee939272(v=ws.10).aspx#kms-overview).
|
Key Management Service (KMS) is a genuine activation method provided by Microsoft for volume licensing customers (organizations, schools, or governments). The machines in those environments (called KMS clients) are activated via the Environment KMS Host Server (authorized Microsoft's licensing key), instead of Microsoft activation servers. By design, the KMS activation period lasts up to 180 Days (6 Months) at max, with the ability to renew and reinstate the period at any time. Activation renewal automatically happens every 7 days if the client can connect to the KMS host server. For more info, see [here](https://www.microsoft.com/en-us/Licensing/servicecenter/Help/FAQDetails.aspx?id=201#215) and [here](https://technet.microsoft.com/en-us/library/ee939272(v=ws.10).aspx#kms-overview).
|
||||||
|
|
||||||
- **How are we getting it for free?**
|
- **How are we getting it for free?**
|
||||||
Developers reverse-engineered the KMS Host Server setup, so now anyone can host a KMS server and activate the systems without any limitations. KMS activators such as KMSpico, MTK, KMS_VL_ALL, etc., locally create an emulated KMS Host Server and activate Windows and Office.
|
Developers reverse-engineered the KMS Host Server setup, so now anyone can host a KMS server and activate the systems without any limitations. KMS activators such as KMSpico, MTK, KMS_VL_ALL, etc., locally create an emulated KMS Host Server and activate Windows and Office.
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# Our Non-Piracy Site
|
# Our Non-Piracy Site
|
||||||
|
|
||||||
We also operate https://gravesoft.dev/ where you can find stuff exclusive to non-piracy.
|
We also operate https://gravesoft.dev/, where you can find exclusively non-piracy projects.
|
||||||
|
@ -2,7 +2,15 @@
|
|||||||
|
|
||||||
:::danger[Tip]
|
:::danger[Tip]
|
||||||
|
|
||||||
# Read and follow the blue lines in the script.
|
## Read and follow the blue lines in the script.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### 阅读并遵循脚本中的蓝色行指示。
|
||||||
|
|
||||||
|
### Читайте и следуйте синим линиям в сценарии.
|
||||||
|
|
||||||
|
### Leia e siga as linhas azuis no roteiro.
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
692
docs/tsforge.md
692
docs/tsforge.md
@ -1,299 +1,393 @@
|
|||||||
# TSforge Activation
|
# TSforge Activation
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
- How to use it? Please find the instructions [here](intro.md#download--how-to-use-it).
|
- How to use it? Please find the instructions [here](intro.md#how-to-activate-windows--office).
|
||||||
- This activation is permanent until a Windows reinstall or a major feature upgrade (not to be confused with small enablement upgrades or monthly cumulative updates).
|
- This activation is permanent until a Windows reinstall or a major feature upgrade (not to be confused with small enablement upgrades or monthly cumulative updates).
|
||||||
- This activation method doesn't modify any Windows components and doesn't install any new files.
|
- This activation method doesn't modify any Windows components and doesn't install any new files.
|
||||||
- Once the system is activated, hardware can be changed arbitrarily without triggering de-activation.
|
- Once the system is activated, hardware can be changed arbitrarily without triggering de-activation.
|
||||||
- Internet is not required for this method.
|
- Internet is not required for ZeroCID or KMS4k, but it is required for StaticCID. The script uses the StaticCID method from Windows 10 20H1 (19041) and later versions.
|
||||||
- This activation method can activate any of the following products if a phone license is available and licensing is managed by the system's SPP. For example,
|
- This activation method can activate any of the following products if a phone license is available and licensing is managed by the system's SPP. For example,
|
||||||
* Windows 7 and later
|
* Windows Vista and later
|
||||||
* Windows Server 2008 R2 and later
|
* Windows Server 2008 and later
|
||||||
* Office 2013 and later (requires Windows 8 or later)
|
* Office 2013 and later (requires Windows 8 or later)
|
||||||
* Windows addons (ESU, APPXLOB, etc.)
|
* Windows addons (ESU, APPXLOB, etc.)
|
||||||
* Windows and Office KMS Hosts (CSVLK)
|
* Windows and Office KMS Hosts (CSVLK)
|
||||||
- Online validation (WAT) is bypassed on Windows 7.
|
- Online validation (WAT) is bypassed on Windows 7.
|
||||||
- In addition to the permanent activation of Windows and Office KMS Hosts, it also charges the KMS server with 25 clients (required for KMS client activation) for 30 days (maximum).
|
- In addition to the permanent activation of Windows and Office KMS Hosts, it also charges the KMS server with 25 clients (required for KMS client activation) for 30 days (maximum).
|
||||||
- In addition to activation, it can reset the rearm count and evaluation period, clear the tamper state, and remove the evaluation key lock.
|
- In addition to activation, it can reset the rearm count and evaluation period, clear the tamper state, and remove the evaluation key lock.
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## How does it work?
|
## How does it work?
|
||||||
|
|
||||||
**Process on Windows 7**
|
### ZeroCID
|
||||||
|
|
||||||

|
**Process on Windows Vista and 7**
|
||||||
|
|
||||||
**Process on Windows 8 and later**
|

|
||||||
|
|
||||||

|
**Process on Windows 8 and later**
|
||||||
|
|
||||||
- Windows activation is managed by a subsystem called the Software Protection Platform (SPP).
|

|
||||||
- SPP stores information about the activation state in files called the "physical store" and "token store".
|
|
||||||
- The physical store's contents are cryptographically protected and integrity-checked by SPPSvc/SPSys, preventing users from easily modifying it.
|
- Windows activation is managed by a subsystem called the Software Protection Platform (SPP).
|
||||||
- The physical store is usually found at these locations:
|
- SPP stores information about the activation state in files called the "physical store" and "token store".
|
||||||
- Windows 7 - `C:\Windows\System32\7B296FB0-376B-497e-B012-9C450E1B7327-5P-0.C7483456-A289-439d-8115-601632D005A0` and `C:\Windows\System32\7B296FB0-376B-497e-B012-9C450E1B7327-5P-1.C7483456-A289-439d-8115-601632D005A0`
|
- The physical store's contents are cryptographically protected and integrity-checked by SPPSvc/SPSys, preventing users from easily modifying it.
|
||||||
- Windows 8 - `C:\Windows\System32\spp\store\data.dat`
|
- The physical store is usually found at these locations:
|
||||||
- Windows 8.1/10/11 - `C:\Windows\System32\spp\store\2.0\data.dat`
|
- Windows Vista - `C:\Windows\System32\7B296FB0-376B-497e-B012-9C450E1B7327-2P-0.C7483456-A289-439d-8115-601632D005A0` and `C:\Windows\System32\7B296FB0-376B-497e-B012-9C450E1B7327-2P-1.C7483456-A289-439d-8115-601632D005A0`
|
||||||
- The token store is usually found at these locations:
|
- Windows 7 - `C:\Windows\System32\7B296FB0-376B-497e-B012-9C450E1B7327-5P-0.C7483456-A289-439d-8115-601632D005A0` and `C:\Windows\System32\7B296FB0-376B-497e-B012-9C450E1B7327-5P-1.C7483456-A289-439d-8115-601632D005A0`
|
||||||
- Windows 7 - `C:\Windows\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.dat`
|
- Windows 8 - `C:\Windows\System32\spp\store\data.dat`
|
||||||
- Windows 8 - `C:\Windows\System32\spp\store\tokens.dat`
|
- Windows 8.1/10/11 - `C:\Windows\System32\spp\store\2.0\data.dat`
|
||||||
- Windows 8.1/10/11 - `C:\Windows\System32\spp\store\2.0\tokens.dat`
|
- The token store is usually found at these locations:
|
||||||
- In normal product key installation and phone activation, associated data is written to the physical store and token store. Said phone activation data is [cryptographically checked](https://github.com/UMSKT/writeups/blob/main/PKEY2005.md) against the Installation ID before being written. When SPP relaunches, it is only given a very basic check against the current Hardware ID.
|
- Windows Vista - `C:\Windows\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareLicensing\tokens.dat`
|
||||||
- By writing forged data directly to the physical store and token store, we can bypass both checks, causing SPP to believe it installed a fake product key and/or confirmation ID.
|
- Windows 7 - `C:\Windows\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.dat`
|
||||||
- To bypass checks for hardware changes, a [Hardware ID](https://github.com/massgravel/activation/blob/main/Hwid.md#hardware-id) with a threshold of 0 is included in this forged data.
|
- Windows 8 - `C:\Windows\System32\spp\store\tokens.dat`
|
||||||
- On Windows 7, the fake product key data does not contain a value known as the "Key Unique ID". This value is required for both WAT and online activation, so removing it causes both to be non-functional, preventing WAT from triggering de-activation.
|
- Windows 8.1/10/11 - `C:\Windows\System32\spp\store\2.0\tokens.dat`
|
||||||
- The presence of valid product key and confirmation ID data causes SPP to activate the specified product as long as it is capable of phone activation.
|
- In normal product key installation and phone activation, associated cache data is written to the physical store and token store. Said phone activation data is [cryptographically checked](https://github.com/UMSKT/writeups/blob/main/PKEY2005.md) against the Installation ID before being written. When SPP relaunches, it is only given a very basic check against the current Hardware ID.
|
||||||
- This process is implemented as the ZeroCID option in [TSforge](https://github.com/massgravel/TSforge).
|
- By writing forged cache data directly to the physical store and token store, we can bypass both checks, causing SPP to believe it installed a fake product key and/or confirmation ID.
|
||||||
|
- To bypass checks for hardware changes, a [Hardware ID](https://github.com/massgravel/activation/blob/main/Hwid.md#hardware-id) with a threshold of 0 is included in this forged data.
|
||||||
------------------------------------------------------------------------
|
- On Windows 7, the fake product key data does not contain a value known as the "Key Unique ID". This value is required for both WAT and online activation, so removing it causes both to be non-functional, preventing WAT from triggering de-activation.
|
||||||
|
- The presence of valid product key and confirmation ID data causes SPP to activate the specified product as long as it is capable of phone activation.
|
||||||
## Supported Products
|
- This process is implemented as the ZeroCID option in [TSforge](https://github.com/massgravel/TSforge).
|
||||||
|
|
||||||
This activation method can activate any of the following products if a phone license is available and licensing is managed by the system's SPP.
|
### StaticCID
|
||||||
|
|
||||||
- **Windows**
|
- In [Windows 11 build 27802](https://betawiki.net/wiki/Windows_11_build_27802), Microsoft introduced a bug that causes Confirmation ID cache validation to always fail, forcing validation directly from the stored Confirmation ID each time the license status is checked.
|
||||||
- Windows 7
|
- Because of this, ZeroCID does not work in any Windows 11/Server 2025 Insider Canary builds released afterwards, or any Windows 11/Server 2025 retail/release preview builds newer than 26100.4188.
|
||||||
- Windows 8
|
- To circumvent this bug, TSforge is used to set the current Installation ID to that of a known key that can be used to generate valid Confirmation IDs.
|
||||||
- Windows 8.1
|
- Confirmation IDs are then obtained over the internet using [a client](https://github.com/dadorner-msft/activationws) for the [VAMT](https://learn.microsoft.com/en-us/windows/deployment/volume-activation/introduction-vamt) API.
|
||||||
- Windows 10
|
- Depositing this CID causes activation, since the CID matches the IID and SPP never checks if the IID matches the installed product key.
|
||||||
- Windows 11
|
- The following product keys are used in StaticCID:
|
||||||
- **Windows Server**
|
- RTM Licenses - `744NM-C4FXY-YGM8B-7MVJC-BBFB9`
|
||||||
- Windows Server 2008 R2
|
- Test Licenses - `PCPHN-JH4DV-KW84V-JTWT3-VXHBC`
|
||||||
- Windows Server 2012
|
|
||||||
- Windows Server 2012 R2
|
### KMS4k
|
||||||
- Windows Server 2016
|
|
||||||
- Windows Server 2019
|
- In KMS4k, fake cached KMS server response data is written to the trusted store.
|
||||||
- Windows Server 2022
|
- Unlike via normal KMS emulators, this method can arbitrarily set the activation expiration up to a maximum of 2147483640 (2^31 - 8) minutes, or 4083 years.
|
||||||
- Windows Server 2025
|
- This allows for offline KMS activation that is effectively infinite for all practical purposes.
|
||||||
- **Microsoft Office** (Requires Windows 8 or later) (Also supports UWP version of Office)
|
|
||||||
- Office 2013
|
------------------------------------------------------------------------
|
||||||
- Office 2016
|
|
||||||
- Office 2019
|
## Supported Products
|
||||||
- Office 2021
|
|
||||||
- Office 2024
|
This activation method can activate any of the following products if a phone license is available and licensing is managed by the system's SPP.
|
||||||
- **Windows Addons**
|
|
||||||
- **Commercial Extended Security Updates (ESU)**
|
- **Windows**
|
||||||
- **Windows 7** (Enterprise, Professional, Ultimate and their E/N variants)
|
- Windows Vista
|
||||||
- **Windows Embedded POSReady 7** (Embedded)
|
- Windows 7
|
||||||
- **Windows Embedded Standard 7** (Embedded)
|
- Windows 8
|
||||||
- **Windows Server 2008 R2** (ServerDatacenter, ServerStandard, ServerEnterprise and their V/Core/VCore variants)
|
- Windows 8.1
|
||||||
- **Windows Server 2012** (ServerDatacenter, ServerStandard and their Core variants)
|
- Windows 10
|
||||||
- **Windows 8.1** (Enterprise, Professional, EmbeddedIndustry and their E/N variants)
|
- Windows 11 (Does not support ZeroCID since 26100.4188)
|
||||||
- **Windows Server 2012 R2** (ServerDatacenter, ServerStandard and their Core variants)
|
- **Windows Server**
|
||||||
- **Windows 10** (Education, Enterprise, IoTEnterprise, Professional, ProfessionalEducation, ProfessionalWorkstation and their N variants)
|
- Windows Server 2008
|
||||||
- **8/8.1 APPXLOB**
|
- Windows Server 2008 R2
|
||||||
- Client
|
- Windows Server 2012
|
||||||
- Embedded Industry
|
- Windows Server 2012 R2
|
||||||
- Embedded Standard
|
- Windows Server 2016
|
||||||
- Server 2012
|
- Windows Server 2019
|
||||||
- **Others** (Can be selected from the manual option)
|
- Windows Server 2022
|
||||||
- OCUR
|
- Windows Server 2025 (Does not support ZeroCID since 26100.4188)
|
||||||
- **KMS Hosts** (CSVLK)
|
- **Microsoft Office** (Requires Windows 8 or later) (Also supports UWP version of Office)
|
||||||
- Windows 7 and later
|
- Office 2013
|
||||||
- Windows Server 2008 R2 and later
|
- Office 2016
|
||||||
- Office 2010 and later
|
- Office 2019
|
||||||
|
- Office 2021
|
||||||
:::info
|
- Office 2024
|
||||||
|
- **Windows Addons**
|
||||||
- All architectures (x86, x64 and arm64) are supported.
|
- **Commercial Extended Security Updates (ESU)**
|
||||||
- For Windows, the script's key preference is: OEM_DM > OEM_COA_SLP > OEM_COA_NSLP > MAK > RETAIL
|
- **Windows 7** (Enterprise, Professional, Ultimate and their E/N variants)
|
||||||
- For Office, the script's key preference is: OEM_COA_NSLP > MAK > RETAIL
|
- **Windows Embedded POSReady 7** (Embedded)
|
||||||
|
- **Windows Embedded Standard 7** (Embedded)
|
||||||
:::
|
- **Windows Server 2008** (ServerDatacenter, ServerStandard, ServerEnterprise and their V/Core/VCore variants)
|
||||||
|
- **Windows Server 2008 R2** (ServerDatacenter, ServerStandard, ServerEnterprise and their V/Core/VCore variants)
|
||||||
------------------------------------------------------------------------
|
- **Windows Server 2012** (ServerDatacenter, ServerStandard and their Core variants)
|
||||||
|
- **Windows 8.1** (Enterprise, Professional, EmbeddedIndustry and their E/N variants)
|
||||||
## Unsupported Products
|
- **Windows Server 2012 R2** (ServerDatacenter, ServerStandard and their Core variants)
|
||||||
|
- **Windows 10** (Education, Enterprise, IoTEnterprise, Professional, ProfessionalEducation, ProfessionalWorkstation and their N variants)
|
||||||
This activation method does not work if a phone license is not available or if licensing is not managed by the system's SPP.
|
- **8/8.1 APPXLOB**
|
||||||
|
- Client
|
||||||
- **Windows Vista / Server 2008**
|
- Embedded Industry
|
||||||
- You can use these [alternative options](unsupported_products_activation.md#windows-vista) to activate.
|
- Embedded Standard
|
||||||
- **Office on Windows 7**
|
- Server 2012
|
||||||
- Its licensing is based on OSPP, not SPP.
|
- **Others** (Can be selected from the manual option)
|
||||||
- You can use Online KMS option in MAS to activate it.
|
- OCUR
|
||||||
- **Office 2010**
|
- **KMS Hosts** (CSVLK)
|
||||||
- Its licensing is based on OSPP, not SPP.
|
- Windows Vista and later
|
||||||
- You can use Online KMS option in MAS to activate it.
|
- Windows Server 2008 and later
|
||||||
- **Office 365**
|
- Office 2010 and later
|
||||||
- Phone activation license is not available. TSforge option will install Mondo 2016 license (feature-wise equivalent to 365) instead to activate Office.
|
|
||||||
- You can use Ohook option in MAS to activate it.
|
:::info
|
||||||
- **Windows Evaluation editions** (Windows 8 / Server 2012 and later)
|
|
||||||
- Permanent activation license is not available. TSforge option will reset the evaluation period instead.
|
- All architectures (x86, x64 and arm64) are supported.
|
||||||
- **Windows Evaluation editions** (Windows 7 / Server 2008 R2)
|
- For Windows, the script's key preference is: OEM_DM > OEM_COA_SLP > OEM_COA_NSLP > MAK > RETAIL
|
||||||
- WLMS service protects the SPPSVC service and prevents it from stopping. Although permanent activation license is available, its officially not supported.
|
- For Office, the script's key preference is: OEM_COA_NSLP > MAK > RETAIL
|
||||||
- **Server Azure Datacenter (ServerTurbine) edition**
|
|
||||||
- It does not support activation on non-azure systems.
|
:::
|
||||||
- **Windows 10 Consumer ESU (1 Year)**
|
|
||||||
- Its licensing is based on CLIP, not SPP.
|
------------------------------------------------------------------------
|
||||||
- You can activate commercial ESU for 3 years on Pro and higher level editions with TSforge.
|
|
||||||
|
## Keys
|
||||||
:::info
|
|
||||||
|
TSforge activation generates keys for PKey2009-based products and sets product key data for PKey2005-based products.
|
||||||
**Windows Vista:** Unlike Windows 7, Vista SPSys constantly holds an exclusive handle to the physical store, preventing user-mode programs from writing to it. This has prevented us from adding support for it.
|
However, it cannot handle keys for Windows Vista and Windows Server 2008. That is why only the keys for these products are listed here.
|
||||||
|
|
||||||
**OSPP based Office:** Physical store is stored in the registry in a format that has not yet been reverse engineered.
|
Keys aren't available for these editions, but since the editions themselves aren't publicly available, it doesn't matter.
|
||||||
|
```
|
||||||
:::
|
a797d61e-1475-470b-86c8-f737a72c188d StarterN
|
||||||
|
5e9f548a-c8a9-44e6-a6c2-3f8d0a7a99dd ServerComputeClusterV
|
||||||
------------------------------------------------------------------------
|
```
|
||||||
|
|
||||||
## ZeroCID / KMS4k / AVMA4k
|
### Windows Vista
|
||||||
|
| Edition | Generic Key | Key Type |
|
||||||
- TSforge is included in MAS and it also has its own [standalone release](https://github.com/massgravel/TSforge).
|
|--------------|-------------------------------|----------|
|
||||||
- TSforge includes the ZeroCID / KMS4k / AVMA4k activation methods.
|
| Business | 4D2XH-PRBMM-8Q22B-K8BM3-MRW4W | Retail |
|
||||||
- KMS4k and AVMA4k are proof-of-concept methods with limitations, so we do not recommend using them.
|
| BusinessN | 76884-QXFY2-6Q2WX-2QTQ8-QXX44 | Retail |
|
||||||
- MAS uses the ZeroCID method only and does not include KMS4k or AVMA4k, as ZeroCID can already activate all available products permanently.
|
| Enterprise | YQPQV-RW8R3-XMPFG-RXG9R-JGTVF | Retail |
|
||||||
|
| EnterpriseN | Q7J9R-G63R4-BFMHF-FWM9R-RWDMV | Retail |
|
||||||
| Methods | Info |
|
| HomeBasic | RCG7P-TX42D-HM8FM-TCFCW-3V4VD | Retail |
|
||||||
|---------|------------------------------------------------------------------------------------------------------|
|
| HomeBasicN | HY2VV-XC6FF-MD6WV-FPYBQ-GFJBT | Retail |
|
||||||
| ZeroCID | Offline permanent activation / until reinstall/feature upgrade |
|
| HomePremium | X9HTF-MKJQQ-XK376-TJ7T4-76PKF | Retail |
|
||||||
| KMS4k | Offline KMS activation for over 4000 years / until reinstall/feature upgrade |
|
| HomePremiumN | KJ6TP-PF9W2-23T3Q-XTV7M-PXDT2 | Retail |
|
||||||
| AVMA4k | Offline AVMA activation for over 4000 years (Server 2012 R2+ only) / until reinstall/feature upgrade |
|
| Starter | X9PYV-YBQRV-9BXWV-TQDMK-QDWK4 | Retail |
|
||||||
|
| Ultimate | VMCB9-FDRV6-6CDQM-RV23K-RP8F7 | Retail |
|
||||||
------------------------------------------------------------------------
|
| UltimateN | CVX38-P27B4-2X8BT-RXD4J-V7CKX | Retail |
|
||||||
|
|
||||||
## Windows ESU
|
|
||||||
|
### Windows Server 2008
|
||||||
- Microsoft offers paid [Extended Security Updates](https://learn.microsoft.com/lifecycle/faq/extended-security-updates) (ESU) for several Windows versions after their product lifecycle ends.
|
| Edition | Generic Key | Key Type |
|
||||||
- You can activate the Windows ESU / Premium Assurance license using the TSforge option in MAS.
|
|--------------------------------|-------------------------------|------------|
|
||||||
|
| ServerComputeCluster | 24FV9-H7JW8-C8Q6X-BQKMK-K977J | Retail |
|
||||||
| Windows Version | Supported Editions List | ESU Period | Minimum Required Updates |
|
| ServerDatacenter | 6QBHY-DXTPJ-T9W3P-DTJXX-4VQMB | Retail |
|
||||||
|------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
| ServerDatacenterV | 83TWG-TD3TC-HRDP2-K93FJ-Y34YC | OEM:NONSLP |
|
||||||
| Windows 7 | Enterprise, Professional, Ultimate <br /> and their E/N variants | [3 Years](https://learn.microsoft.com/en-us/lifecycle/products/windows-7) <br /> Jan 2020 to Jan 2023 <br /><br /> 4-6 Years ESU is not officially supported, <br /> but you can manually install Server 2008 R2 x64 updates until Jan 2026 | Windows 7 SP1 <br /> + <br /> KB4490628 [x64](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2019/03/windows6.1-kb4490628-x64_d3de52d6987f7c8bdc2c015dca69eac96047c76e.msu)-[x86](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2019/03/windows6.1-kb4490628-x86_3cdb3df55b9cd7ef7fcb24fc4e237ea287ad0992.msu) <br /> KB4474419-v3 [x64](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2019/09/windows6.1-kb4474419-v3-x64_b5614c6cea5cb4e198717789633dca16308ef79c.msu)-[x86](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2019/09/windows6.1-kb4474419-v3-x86_0f687d50402790f340087c576886501b3223bec6.msu) <br /> **Reboot** <br /> KB5039339 [x64](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/secu/2024/06/windows6.1-kb5039339-x64_f62846508976a6e5325ab1dca0783f9b3a60a564.msu)-[x86](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/secu/2024/06/windows6.1-kb5039339-x86_fa942048bba2a167242451236f9daf00940588aa.msu) <br /> KB4575903 [x64](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/secu/2020/07/windows6.1-kb4575903-x64_b4d5cf045a03034201ff108c2802fa6ac79459a1.msu)-[x86](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/secu/2020/07/windows6.1-kb4575903-x86_5905c774f806205b5d25b04523bb716e1966306d.msu) <br /> KB3138612 [x64](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/updt/2016/02/windows6.1-kb3138612-x64_f7b1de8ea7cf8faf57b0138c4068d2e899e2b266.msu)-[x86](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/updt/2016/02/windows6.1-kb3138612-x86_6e90531daffc13bc4e92ecea890e501e807c621f.msu) <br /> KB5016892 [x64](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2022/08/windows6.1-kb5016892-x64_52b68ba8744cb47ddfcecd19238087625e1a5fbd.msu)-[x86](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2022/08/windows6.1-kb5016892-x86_ffb5b83149833e7f969f69e4f152fee5c1fdbc68.msu) |
|
| ServerEnterprise | MRB7H-QJRHG-FXTBR-B2Q2M-8WMTJ | Retail |
|
||||||
| Windows 7 Embedded POSReady7 | Embedded | [3 Years](https://learn.microsoft.com/en-us/lifecycle/products/windows-embedded-posready-7) <br /> Oct 2021 to Oct 2024 | Same as Windows 7 minus KB5016892 |
|
| ServerEnterpriseIA64 | H4VB6-QPRWH-VDCYM-996P8-MHKFY | OEM:NONSLP |
|
||||||
| Windows 7 Embedded Standard | Embedded | [3 years](https://learn.microsoft.com/en-us/lifecycle/products/windows-embedded-standard-7) <br /> Oct 2020 to Oct 2023 | Same as Windows 7 minus KB5016892 |
|
| ServerEnterpriseV | H8H7M-HDPQT-PJHQF-M7B83-9CVGV | Retail |
|
||||||
| Windows Server 2008 R2 | ServerDatacenter, ServerStandard, ServerEnterprise <br /> and their V/Core/VCore variants | [6 Years](https://web.archive.org/web/20170331081347/https://blogs.technet.microsoft.com/hybridcloud/2017/03/01/now-available-windows-server-premium-assurance-and-sql-server-premium-assurance/) with Premium Assurance License <br /> Jan 2020 to Jan 2026 | Same as Windows 7 |
|
| ServerHomePremium | RGBMC-PQBVF-94Q9K-HD63B-VY6MP | Retail |
|
||||||
| Windows Server 2012 | ServerDatacenter, ServerStandard and their Core variants | [3 Years](https://learn.microsoft.com/en-us/lifecycle/products/windows-server-2012) <br /> Oct 2023 to Oct 2026 | KB5017221 [x64](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2022/08/windows8-rt-kb5017221-x64_d01e9b9b910f5f1e374bc1b89a8d00c1a97e215f.msu) <br /> KB2937636 [x64](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/crup/2014/07/windows8-rt-kb2937636-x64_29e0b587c8f09bcf635c1b79d09c00eef33113ec.msu) |
|
| ServerHomeStandard | 6C8KR-MD3QK-9GWFW-44CY2-W9CBM | Retail |
|
||||||
| Windows 8.1 | Enterprise, Professional, EmbeddedIndustry and their E/N variants | ESU is not officially supported, <br /> but you can manually install Server 2012 R2 (for x64) updates until Jan 2024, <br /> and Embedded 8.1 (for x86) updates until July 2023 | Build 9600.17415 <br /> + <br /> KB3021910 [x64](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/updt/2015/04/windows8.1-kb3021910-x64_e291c0c339586e79c36ebfc0211678df91656c3d.msu)-[x86](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/updt/2015/04/windows8.1-kb3021910-x86_7e70173bec00c3d4fe3b0b8cba17b095b4ed2d20.msu) <br /> KB3172614 [x64](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/updt/2016/07/windows8.1-kb3172614-x64_e41365e643b98ab745c21dba17d1d3b6bb73cfcc.msu)-[x86](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/updt/2016/07/windows8.1-kb3172614-x86_d11c233c8598b734de72665e0d0a3f2ef007b91f.msu) <br /> KB5017220 [x64](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2022/08/windows8.1-kb5017220-x64_d771111b22ec71560b207a6735d5ecebd47c4f38.msu)-[x86](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/secu/2022/08/windows8.1-kb5017220-x86_3134a18dac1b1fe4f656c9e25d0e4aaa75619d16.msu) |
|
| ServerMediumBusinessManagement | 7XRBY-6MP2K-VQPT8-F37JV-YYQ83 | Retail |
|
||||||
| Windows Server 2012 R2 | ServerDatacenter, ServerStandard and their Core variants | [3 Years](https://learn.microsoft.com/en-us/lifecycle/products/windows-server-2012-r2) <br /> Oct 2023 to Oct 2026 | Same as Windows 8.1 |
|
| ServerMediumBusinessMessaging | 6PDTD-JK48J-662TF-8J2QV-R4CRB | Retail |
|
||||||
| Windows 10 | Education, Enterprise, IoTEnterprise, <br /> Professional, ProfessionalEducation, <br /> ProfessionalWorkstation, ServerRdsh and their N variants | [3 Years](https://learn.microsoft.com/en-us/windows/whats-new/extended-security-updates) <br /> Oct 2025 to Oct 2028 | Windows 10 22H2 (19045.4957) <br /> Just run Windows Update |
|
| ServerMediumBusinessSecurity | D694V-CMWKH-PY92X-PFQKQ-JCB69 | Retail |
|
||||||
|
| ServerSBSPremium | MRDK3-YYQF3-88BQJ-D6FJG-69YJY | Retail |
|
||||||
------------------------------------------------------------------------
|
| ServerSBSPrime | 2KB23-GJRBD-W3T9C-6CH2W-39B7V | Retail |
|
||||||
|
| ServerSBSStandard | H4XDD-B27GY-667P6-XWVV7-GYG8J | Retail |
|
||||||
## Windows KMS Host
|
| ServerStandard | 8YVM4-YQBDH-7WDQM-R27WR-WVCWG | Retail |
|
||||||
|
| ServerStandardV | H9MW3-6V7GK-94P9G-7FTPJ-VKCKF | Retail |
|
||||||
- You can activate the Windows KMS host license using the TSforge option in MAS.
|
| ServerStorageEnterprise | 2264C-TD9T8-P8HPW-CC9GH-MHM2V | Retail |
|
||||||
- Script will auto-select the available CSVLK with most KMS Counted IDs.
|
| ServerStorageExpress | RCYMT-YX342-8T6YY-XYHYC-3DD7X | Retail |
|
||||||
- Along with activation it will also charge the host with 25 clients which is a minimum required threshold for a working KMS host.
|
| ServerStorageStandard | FKFT2-WXYY9-WBPY7-6YMY4-X48JF | Retail |
|
||||||
- With Windows KMS host, you can activate the KMS client in your network.
|
| ServerStorageWorkgroup | 8X9J7-HCJ7J-3WDJT-QM7D8-464YH | Retail |
|
||||||
- This option is for the advanced users, you can check the below guides to understand more about it.
|
| ServerWeb | BGT39-9FYH7-X2CYD-T628F-QPQPW | Retail |
|
||||||
|
| ServerWinSB | HPH76-FHFPP-DRW9D-7W2V4-HWGKT | Retail |
|
||||||
https://learn.microsoft.com/windows-server/get-started/kms-create-host
|
| ServerWinSBV | 2V8G6-KRXYR-MMGXJ-6RWM3-GXCCG | Retail |
|
||||||
|
|
||||||
**Notes:**
|
### Windows Server 2008 ESU
|
||||||
- **Use this activation only when necessary.**
|
| ESU Version | Blocked key sourced from the Internet | Key Type |
|
||||||
- On Windows 10/11, the system may randomly change the Windows edition later. This is a Windows issue and can be safely ignored.
|
|---------------|---------------------------------------|------------|
|
||||||
- KMS host license causes the sppsvc service to run continuously.
|
| Server-ESU-PA | 9FPV7-MWGT8-7XPDF-JC23W-WT7TW | Volume:MAK |
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
### KMS Host - Windows Vista
|
||||||
|
| Editions | Blocked keys sourced from the Internet | Key Type |
|
||||||
## Office KMS Host
|
|-------------------------------------------|----------------------------------------|--------------|
|
||||||
|
| Business, Enterprise and their N editions | TWVG3-9Q4P8-W9XJF-Y76FJ-DWQ4R | Volume:CSVLK |
|
||||||
- You can activate the Office KMS host license using the TSforge option in MAS.
|
|
||||||
- To activate an Office KMS host, you will need to download and run the installer for the appropriate license pack.
|
### KMS Host - Windows Server 2008
|
||||||
- Along with activation it will also charge the host with 25 clients for a working KMS host.
|
| Editions | Blocked keys sourced from the Internet | Key Type |
|
||||||
- With Office KMS host, you can activate the Office KMS client in your network.
|
|-----------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------|--------------|
|
||||||
- This option is for the advanced users, you can check the below guides to understand more about it.
|
| ServerComputeCluster, ServerDatacenter, <br /> ServerEnterprise, ServerEnterpriseIA64, <br /> ServerStandard, ServerWeb <br /> and their V editions | BHC4Q-6D7B7-QMVH7-4MKQH-Y9VK7 | Volume:CSVLK |
|
||||||
|
| ServerComputeCluster, ServerEnterprise, <br /> ServerStandard, ServerWeb <br /> and their V editions | PVGKG-2R7XQ-7WTFD-FXTJR-DQBQ3 | Volume:CSVLK |
|
||||||
https://learn.microsoft.com/office/volume-license-activation/plan-volume-activation-of-office#key-management-service-kms-activation-of-office
|
| ServerComputeCluster, ServerWeb | KH4PC-KJFX6-XFVHQ-GDK2G-JCJY9 | Volume:CSVLK |
|
||||||
|
|
||||||
**Notes:**
|
------------------------------------------------------------------------
|
||||||
- **Use this activation only when necessary.**
|
|
||||||
- KMS host license causes the sppsvc service to run continuously.
|
## Unsupported Products
|
||||||
|
|
||||||
<details>
|
This activation method does not work if a phone license is not available or if licensing is not managed by the system's SPP.
|
||||||
<summary>Office KMS Host Links</summary>
|
|
||||||
|
- **Office on Windows 7**
|
||||||
All links given below are official links hosted by Microsoft.
|
- Its licensing is based on OSPP, not SPP.
|
||||||
|
- You can use Ohook option in MAS to activate it.
|
||||||
| Version | Link |
|
- **Office 2010**
|
||||||
|----------------------|------------------------------------------------------------------------------------------------------------------------------------------|
|
- Its licensing is based on OSPP, not SPP.
|
||||||
| Office 2010 KMS host | `https://download.microsoft.com/download/E/4/E/E4EF2B72-9F16-4D5F-9A1D-D9BE39A1C127/KeyManagementServiceHost_en-us.exe` |
|
- You can use Ohook option in MAS to activate it.
|
||||||
| Office 2013 KMS host | `https://download.microsoft.com/download/3/4/2/342F1FEA-CCB2-4F68-A6DE-041934383C18/office2013volumelicensepack_4701-1000_en-us_x86.exe` |
|
- **Office 365**
|
||||||
| Office 2016 KMS host | `https://download.microsoft.com/download/5/E/3/5E329B97-6DC5-4AA7-9AA7-A5B5D46AF82F/office2016volumelicensepack_4324-1002_en-us_x86.exe` |
|
- Phone activation license is not available. TSforge option will install Mondo 2016 license (feature-wise equivalent to 365) instead to activate Office.
|
||||||
| Office 2019 KMS host | `https://download.microsoft.com/download/F/6/0/F60CA746-5F03-482D-A331-15F38FB4AACA/office2019volumelicensepack_x86.exe` |
|
- You can use Ohook option in MAS to activate it.
|
||||||
| Office 2021 KMS host | `https://download.microsoft.com/download/8/e/e/8eef6160-396a-4c26-830d-9e2a24c00309/Office2021VolumeLicensePack_x86.exe` |
|
- **Windows Evaluation editions** (Windows 8 / Server 2012 and later)
|
||||||
| Office 2024 KMS host | `https://download.microsoft.com/download/1/4/0/140c97ae-7360-4dfc-9ba0-5f509600a06e/Office2024VolumeLicensePack_x86.exe` |
|
- Permanent activation license is not available. TSforge option will reset the evaluation period instead.
|
||||||
|
- **Windows Evaluation editions** (Windows 7 / Server 2008 R2)
|
||||||
- When prompted for a KMS host product key during installation, select "No".
|
- WLMS service protects the SPPSVC service and prevents it from stopping. Although permanent activation license is available, its officially not supported.
|
||||||
- On Windows 11 24H2/Server 2025 and newer, the VBScript FoD must be enabled for these installers to work.
|
- **Server Azure Datacenter (ServerTurbine) edition**
|
||||||
- Office 2019-2024 packs are only supported on Windows 8/Server 2012 and newer.
|
- It does not support activation on non-azure systems.
|
||||||
- If installing multiple license packs on the same machine, make sure to install older versions before newer versions (ex. Install Office 2016 before Office 2024).
|
- **Windows 10 Consumer ESU (1 Year)**
|
||||||
|
- Its licensing is based on CLIP, not SPP.
|
||||||
</details>
|
- You can activate commercial ESU for 3 years on Pro and higher level editions with TSforge.
|
||||||
|
|
||||||
<details>
|
:::info
|
||||||
<summary>Office 2010 KMS Host Installer Workaround</summary>
|
|
||||||
|
**OSPP based Office:** Physical store is stored in the registry in a format that has not yet been reverse engineered.
|
||||||
- Office 2010 license installer requires a workaround to install on Windows 10/11/Server 2016-2025:
|
|
||||||
- Run the installer, and dismiss the resulting error message.
|
:::
|
||||||
- Launch Command Prompt as Administrator.
|
|
||||||
- If you are using 32-bit Windows, run `notepad "%programfiles%\MSECache\OfficeKMS\kms_host.vbs"`.
|
------------------------------------------------------------------------
|
||||||
- If you are using 64-bit or ARM64 Windows, run `notepad "%programfiles(x86)%\MSECache\OfficeKMS\kms_host.vbs"`
|
|
||||||
- Click `Edit > Replace`.
|
## ZeroCID / KMS4k / AVMA4k
|
||||||
- In the "Find" textbox type `>= "7"`, in the "Replace" textbox type `>= 1`.
|
|
||||||
- Click "Replace All".
|
- TSforge is included in MAS and it also has its own [standalone release](https://github.com/massgravel/TSforge).
|
||||||
- Save the file and close Notepad.
|
- TSforge includes the ZeroCID / KMS4k / AVMA4k activation methods.
|
||||||
- If you are using 32-bit Windows, run `cscript "%programfiles%\MSECache\OfficeKMS\kms_host.vbs"`.
|
- AVMA4k is a proof-of-concept method with many limitations, so we do not recommend using it.
|
||||||
- If you are using 64-bit or ARM64 Windows, run `cscript "%programfiles(x86)%\MSECache\OfficeKMS\kms_host.vbs"`
|
- MAS only uses the ZeroCID and KMS4k method and does not include AVMA4k, as ZeroCID can already activate all available products permanently.
|
||||||
|
|
||||||
</details>
|
| Methods | Info |
|
||||||
|
|---------|------------------------------------------------------------------------------------------------------|
|
||||||
<details>
|
| ZeroCID | Offline permanent activation / until reinstall/feature upgrade |
|
||||||
<summary>Workaround to install on Non-Volume licensed Windows</summary>
|
| KMS4k | Offline KMS activation for over 4000 years / until reinstall/feature upgrade |
|
||||||
|
| AVMA4k | Offline AVMA activation for over 4000 years (Server 2012 R2+ only) / until reinstall/feature upgrade |
|
||||||
- All installers normally require volume-licensed Windows, but this can be worked around as well:
|
|
||||||
- Follow the same procedure as for the above Office 2010 workaround, but replace `If isVL = False` with `If False`.
|
------------------------------------------------------------------------
|
||||||
- For Office 2019-2024 packs, the installer script to edit is named after the Office version (ex. `kms_host19.vbs` for Office 2019).
|
|
||||||
|
## Windows ESU
|
||||||
</details>
|
|
||||||
|
- Microsoft offers paid [Extended Security Updates](https://learn.microsoft.com/en-us/lifecycle/faq/extended-security-updates) (ESU) for several Windows versions after their product lifecycle ends.
|
||||||
------------------------------------------------------------------------
|
- You can activate the Windows ESU / Premium Assurance license using the TSforge option in MAS.
|
||||||
|
|
||||||
## Reset of Rearm / Timers / Tamper / Lock
|
| Windows Version | Supported Editions List | ESU Period | Minimum Required Updates |
|
||||||
|
|------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
- You can use this feature in TSforge option in MAS.
|
| Windows Server 2008 | ServerDatacenter, ServerStandard, ServerEnterprise <br /> and their V/Core/VCore variants | [6 Years](https://web.archive.org/web/20170331081347/https://blogs.technet.microsoft.com/hybridcloud/2017/03/01/now-available-windows-server-premium-assurance-and-sql-server-premium-assurance/) with Premium Assurance License <br /> Jan 2020 to Jan 2026 | Windows Server 2008 SP2 <br /> + <br /> KB4493730 [x64](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/secu/2019/04/windows6.0-kb4493730-x64_5cb91f4e9000383f061b80f88feffdf228c2443c.msu)-[x86](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/secu/2019/04/windows6.0-kb4493730-x86_ab4368f19db796680ff445a7769886c4cdc009a0.msu) <br /> KB4474419 [x64](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/secu/2019/09/windows6.0-kb4474419-v4-x64_09cb148f6ef10779d7352b7269d66a7f23019207.msu)-[x86](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/secu/2019/09/windows6.0-kb4474419-v4-x86_fd568cb47870cd8ed5ba10e1dd3c49061894030e.msu) <br /> **Reboot** <br /> KB5016891 [x64](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2022/08/windows6.0-kb5016891-x64_1b5f7e1030f5d229a7618c09f1617fd1ed00e90f.msu)-[x86](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2022/08/windows6.0-kb5016891-x86_cf3aef17f12a6dc85dd20a06e5ba9f4c882e286f.msu) |
|
||||||
|
| Windows 7 | Enterprise, Professional, Ultimate <br /> and their E/N variants | [3 Years](https://learn.microsoft.com/en-us/lifecycle/products/windows-7) <br /> Jan 2020 to Jan 2023 <br /><br /> 4-6 Years ESU is not officially supported, <br /> but you can manually install Server 2008 R2 x64 updates until Jan 2026 | Windows 7 SP1 <br /> + <br /> KB4490628 [x64](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2019/03/windows6.1-kb4490628-x64_d3de52d6987f7c8bdc2c015dca69eac96047c76e.msu)-[x86](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2019/03/windows6.1-kb4490628-x86_3cdb3df55b9cd7ef7fcb24fc4e237ea287ad0992.msu) <br /> KB4474419-v3 [x64](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2019/09/windows6.1-kb4474419-v3-x64_b5614c6cea5cb4e198717789633dca16308ef79c.msu)-[x86](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2019/09/windows6.1-kb4474419-v3-x86_0f687d50402790f340087c576886501b3223bec6.msu) <br /> **Reboot** <br /> KB5039339 [x64](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/secu/2024/06/windows6.1-kb5039339-x64_f62846508976a6e5325ab1dca0783f9b3a60a564.msu)-[x86](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/secu/2024/06/windows6.1-kb5039339-x86_fa942048bba2a167242451236f9daf00940588aa.msu) <br /> KB4575903 [x64](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/secu/2020/07/windows6.1-kb4575903-x64_b4d5cf045a03034201ff108c2802fa6ac79459a1.msu)-[x86](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/secu/2020/07/windows6.1-kb4575903-x86_5905c774f806205b5d25b04523bb716e1966306d.msu) <br /> KB3138612 [x64](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/updt/2016/02/windows6.1-kb3138612-x64_f7b1de8ea7cf8faf57b0138c4068d2e899e2b266.msu)-[x86](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/updt/2016/02/windows6.1-kb3138612-x86_6e90531daffc13bc4e92ecea890e501e807c621f.msu) <br /> KB5016892 [x64](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2022/08/windows6.1-kb5016892-x64_52b68ba8744cb47ddfcecd19238087625e1a5fbd.msu)-[x86](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2022/08/windows6.1-kb5016892-x86_ffb5b83149833e7f969f69e4f152fee5c1fdbc68.msu) |
|
||||||
| Features | Info |
|
| Windows 7 Embedded POSReady7 | Embedded | [3 Years](https://learn.microsoft.com/en-us/lifecycle/products/windows-embedded-posready-7) <br /> Oct 2021 to Oct 2024 | Same as Windows 7 minus KB5016892 |
|
||||||
|----------------------------|--------------------------------------------------------------------|
|
| Windows 7 Embedded Standard | Embedded | [3 years](https://learn.microsoft.com/en-us/lifecycle/products/windows-embedded-standard-7) <br /> Oct 2020 to Oct 2023 | Same as Windows 7 minus KB5016892 |
|
||||||
| Reset Rearm Count | Reset rearm counter for infinite evaluation |
|
| Windows Server 2008 R2 | ServerDatacenter, ServerStandard, ServerEnterprise <br /> and their V/Core/VCore variants | [6 Years](https://web.archive.org/web/20170331081347/https://blogs.technet.microsoft.com/hybridcloud/2017/03/01/now-available-windows-server-premium-assurance-and-sql-server-premium-assurance/) with Premium Assurance License <br /> Jan 2020 to Jan 2026 | Same as Windows 7 |
|
||||||
| Reset Eval Period | Reset evaluation period for infinite evaluation |
|
| Windows Server 2012 | ServerDatacenter, ServerStandard and their Core variants | [3 Years](https://learn.microsoft.com/en-us/lifecycle/products/windows-server-2012) <br /> Oct 2023 to Oct 2026 | KB5017221 [x64](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2022/08/windows8-rt-kb5017221-x64_d01e9b9b910f5f1e374bc1b89a8d00c1a97e215f.msu) <br /> KB2937636 [x64](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/crup/2014/07/windows8-rt-kb2937636-x64_29e0b587c8f09bcf635c1b79d09c00eef33113ec.msu) |
|
||||||
| Clear Tamper State | Clear the tamper state set due to store corruption or deletion |
|
| Windows 8.1 | Enterprise, Professional, EmbeddedIndustry and their E/N variants | ESU is not officially supported, <br /> but you can manually install Server 2012 R2 (for x64) updates until Jan 2024, <br /> and Embedded 8.1 (for x86) updates until July 2023 | Build 9600.17415 <br /> + <br /> KB3021910 [x64](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/updt/2015/04/windows8.1-kb3021910-x64_e291c0c339586e79c36ebfc0211678df91656c3d.msu)-[x86](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/updt/2015/04/windows8.1-kb3021910-x86_7e70173bec00c3d4fe3b0b8cba17b095b4ed2d20.msu) <br /> KB3172614 [x64](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/updt/2016/07/windows8.1-kb3172614-x64_e41365e643b98ab745c21dba17d1d3b6bb73cfcc.msu)-[x86](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/updt/2016/07/windows8.1-kb3172614-x86_d11c233c8598b734de72665e0d0a3f2ef007b91f.msu) <br /> KB5017220 [x64](https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2022/08/windows8.1-kb5017220-x64_d771111b22ec71560b207a6735d5ecebd47c4f38.msu)-[x86](https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/secu/2022/08/windows8.1-kb5017220-x86_3134a18dac1b1fe4f656c9e25d0e4aaa75619d16.msu) |
|
||||||
| Remove Evaluation Key Lock | Remove the product key change lock set for evaluation product keys |
|
| Windows Server 2012 R2 | ServerDatacenter, ServerStandard and their Core variants | [3 Years](https://learn.microsoft.com/en-us/lifecycle/products/windows-server-2012-r2) <br /> Oct 2023 to Oct 2026 | Same as Windows 8.1 |
|
||||||
|
| Windows 10 | Education, Enterprise, IoTEnterprise, <br /> Professional, ProfessionalEducation, <br /> ProfessionalWorkstation, ServerRdsh and their N variants | [3 Years](https://learn.microsoft.com/en-us/windows/whats-new/extended-security-updates) <br /> Oct 2025 to Oct 2028 | Windows 10 22H2 (19045.4957) <br /> Just run Windows Update |
|
||||||
------------------------------------------------------------------------
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
## How to remove TSforge?
|
|
||||||
|
## Windows KMS Host
|
||||||
- This activation method doesn't modify any Windows components and doesn't install any new files. Instead, it appends data to one of data files used by Software Protection Platform.
|
|
||||||
- If you want to reset the activation status,
|
- You can activate the Windows KMS host license using the TSforge option in MAS.
|
||||||
- In MAS script, goto Troubleshoot and apply Fix Licensing option.
|
- Script will auto-select the available CSVLK with most KMS Counted IDs.
|
||||||
- Done
|
- Along with activation it will also charge the host with 25 clients which is a minimum required threshold for a working KMS host.
|
||||||
|
- With Windows KMS host, you can activate the KMS client in your network.
|
||||||
------------------------------------------------------------------------
|
- This option is for the advanced users, you can check the below guides to understand more about it.
|
||||||
|
|
||||||
## Manual Activation
|
https://learn.microsoft.com/en-us/windows-server/get-started/kms-create-host
|
||||||
|
|
||||||
See the [TSforge README](https://github.com/massgravel/TSforge) for information on manually using TSforge.
|
**Notes:**
|
||||||
|
- **Use this activation only when necessary.**
|
||||||
------------------------------------------------------------------------
|
- On Windows 10/11, the system may randomly change the Windows edition later. This is a Windows issue and can be safely ignored.
|
||||||
|
- KMS host license causes the sppsvc service to run continuously.
|
||||||
## Command Line Switches
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
- Check [here](command_line_switches.md).
|
|
||||||
|
## Office KMS Host
|
||||||
------------------------------------------------------------------------
|
|
||||||
|
- You can activate the Office KMS host license using the TSforge option in MAS.
|
||||||
## Setup Preactivation
|
- To activate an Office KMS host, you will need to download and run the installer for the appropriate license pack.
|
||||||
|
- Along with activation it will also charge the host with 25 clients for a working KMS host.
|
||||||
- Check the Extract OEM option in the MAS Extras section if you want pre-activated Windows installation.
|
- With Office KMS host, you can activate the Office KMS client in your network.
|
||||||
- Read more [here](oem-folder.md).
|
- This option is for the advanced users, you can check the below guides to understand more about it.
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
https://learn.microsoft.com/en-us/office/volume-license-activation/plan-volume-activation-of-office#key-management-service-kms-activation-of-office
|
||||||
|
|
||||||
## Troubleshooting
|
**Notes:**
|
||||||
|
- **Use this activation only when necessary.**
|
||||||
- Check [here](troubleshoot.md).
|
- KMS host license causes the sppsvc service to run continuously.
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Office KMS Host Links</summary>
|
||||||
|
|
||||||
|
All links given below are official links hosted by Microsoft.
|
||||||
|
|
||||||
|
| Version | Link |
|
||||||
|
|----------------------|------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| Office 2010 KMS host | `https://download.microsoft.com/download/E/4/E/E4EF2B72-9F16-4D5F-9A1D-D9BE39A1C127/KeyManagementServiceHost_en-us.exe` |
|
||||||
|
| Office 2013 KMS host | `https://download.microsoft.com/download/3/4/2/342F1FEA-CCB2-4F68-A6DE-041934383C18/office2013volumelicensepack_4701-1000_en-us_x86.exe` |
|
||||||
|
| Office 2016 KMS host | `https://download.microsoft.com/download/5/E/3/5E329B97-6DC5-4AA7-9AA7-A5B5D46AF82F/office2016volumelicensepack_4324-1002_en-us_x86.exe` |
|
||||||
|
| Office 2019 KMS host | `https://download.microsoft.com/download/F/6/0/F60CA746-5F03-482D-A331-15F38FB4AACA/office2019volumelicensepack_x86.exe` |
|
||||||
|
| Office 2021 KMS host | `https://download.microsoft.com/download/8/e/e/8eef6160-396a-4c26-830d-9e2a24c00309/Office2021VolumeLicensePack_x86.exe` |
|
||||||
|
| Office 2024 KMS host | `https://download.microsoft.com/download/1/4/0/140c97ae-7360-4dfc-9ba0-5f509600a06e/Office2024VolumeLicensePack_x86.exe` |
|
||||||
|
|
||||||
|
- When prompted for a KMS host product key during installation, select "No".
|
||||||
|
- On Windows 11 24H2/Server 2025 and newer, the VBScript FoD must be enabled for these installers to work.
|
||||||
|
- Office 2019-2024 packs are only supported on Windows 8/Server 2012 and newer.
|
||||||
|
- If installing multiple license packs on the same machine, make sure to install older versions before newer versions (ex. Install Office 2016 before Office 2024).
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Office 2010 KMS Host Installer Workaround</summary>
|
||||||
|
|
||||||
|
- Office 2010 license installer requires a workaround to install on Windows 10/11/Server 2016-2025:
|
||||||
|
- Run the installer, and dismiss the resulting error message.
|
||||||
|
- Launch Command Prompt as Administrator.
|
||||||
|
- If you are using 32-bit Windows, run `notepad "%programfiles%\MSECache\OfficeKMS\kms_host.vbs"`.
|
||||||
|
- If you are using 64-bit or ARM64 Windows, run `notepad "%programfiles(x86)%\MSECache\OfficeKMS\kms_host.vbs"`
|
||||||
|
- Click `Edit > Replace`.
|
||||||
|
- In the "Find" textbox type `>= "7"`, in the "Replace" textbox type `>= 1`.
|
||||||
|
- Click "Replace All".
|
||||||
|
- Save the file and close Notepad.
|
||||||
|
- If you are using 32-bit Windows, run `cscript "%programfiles%\MSECache\OfficeKMS\kms_host.vbs"`.
|
||||||
|
- If you are using 64-bit or ARM64 Windows, run `cscript "%programfiles(x86)%\MSECache\OfficeKMS\kms_host.vbs"`
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Workaround to install on Non-Volume licensed Windows</summary>
|
||||||
|
|
||||||
|
- All installers normally require volume-licensed Windows, but this can be worked around as well:
|
||||||
|
- Follow the same procedure as for the above Office 2010 workaround, but replace `If isVL = False` with `If False`.
|
||||||
|
- For Office 2019-2024 packs, the installer script to edit is named after the Office version (ex. `kms_host19.vbs` for Office 2019).
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
## Reset of Rearm / Timers / Tamper / Lock
|
||||||
|
|
||||||
|
- You can use this feature in TSforge option in MAS.
|
||||||
|
|
||||||
|
| Features | Info |
|
||||||
|
|----------------------------|--------------------------------------------------------------------|
|
||||||
|
| Reset Rearm Count | Reset rearm counter for infinite evaluation |
|
||||||
|
| Reset Eval Period | Reset evaluation period for infinite evaluation |
|
||||||
|
| Clear Tamper State | Clear the tamper state set due to store corruption or deletion |
|
||||||
|
| Remove Evaluation Key Lock | Remove the product key change lock set for evaluation product keys |
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
## How to remove TSforge?
|
||||||
|
|
||||||
|
- This activation method doesn't modify any Windows components and doesn't install any new files. Instead, it appends data to one of data files used by Software Protection Platform.
|
||||||
|
- If you want to reset the activation status,
|
||||||
|
- In MAS script, goto Troubleshoot and apply Fix Licensing option.
|
||||||
|
- Done
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
## Manual Activation
|
||||||
|
|
||||||
|
See the [TSforge README](https://github.com/massgravel/TSforge) for information on manually using TSforge.
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
## Command Line Switches
|
||||||
|
|
||||||
|
- Check [here](command_line_switches.md).
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
## Setup Preactivation
|
||||||
|
|
||||||
|
- Check the Extract OEM option in the MAS Extras section if you want pre-activated Windows installation.
|
||||||
|
- Read more [here](oem-folder.md).
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
## Troubleshooting
|
||||||
|
|
||||||
|
- Check [here](troubleshoot.md).
|
||||||
|
@ -14,20 +14,6 @@
|
|||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## Windows Vista
|
|
||||||
|
|
||||||
- Download Windows Vista - [Link](windows_vista_links.md)
|
|
||||||
- **Activation**
|
|
||||||
- MAS doesn't support Windows Vista.
|
|
||||||
- Business and Enterprise Editions can be activated with KMS-VL-ALL by qewlpal [Official thread](https://forums.mydigitallife.net/threads/kms-vl-all-online-offline-kms-activator-for-microsoft-products.63471/) | [Mirror](https://app.box.com/s/q0nyib6bfylosvbbm5x8ztg87vy0kl8a) (Use 7.2RC2 version from the mirror link)
|
|
||||||
- To activate other Windows Vista editions in,
|
|
||||||
- Non-UEFI/GPT systems - Use Windows Loader [Official thread](https://forums.mydigitallife.net/forums/windows-loader.39/) | [Mirror](https://app.box.com/s/bnchc6hten44adunlcpz9ya9j0uucfs2)
|
|
||||||
- UEFI-GPT systems - [EzWindSLIC](https://github.com/Dir3ctr1x/EzWindSLIC)
|
|
||||||
|
|
||||||
**Note:** loader/slic activators sometimes may cause the system boot issue.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
|
|
||||||
## Windows XP Pro VL
|
## Windows XP Pro VL
|
||||||
|
|
||||||
- Download Windows XP Pro VL - [Link](windows_xp_links.md)
|
- Download Windows XP Pro VL - [Link](windows_xp_links.md)
|
||||||
@ -36,12 +22,12 @@
|
|||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## Office 2010 VL on Windows XP / Vista
|
## Office 2010 VL on Windows XP
|
||||||
|
|
||||||
- Download Office 2010 VL - [Link](office_msi_links#office-2010-pro-plus)
|
- Download Office 2010 VL - [Link](office_msi_links#office-2010-pro-plus)
|
||||||
- Activate with KMS-VL-ALL by qewlpal [Official thread](https://forums.mydigitallife.net/threads/kms-vl-all-online-offline-kms-activator-for-microsoft-products.63471/) | [Mirror](https://app.box.com/s/q0nyib6bfylosvbbm5x8ztg87vy0kl8a) (Use 7.2RC2 version from the mirror link)
|
- Activate with KMS-VL-ALL by qewlpal [Official thread](https://forums.mydigitallife.net/threads/kms-vl-all-online-offline-kms-activator-for-microsoft-products.63471/) | [Mirror](https://app.box.com/s/q0nyib6bfylosvbbm5x8ztg87vy0kl8a) (Use 7.2RC2 version from the mirror link)
|
||||||
|
|
||||||
**Note:** Online KMS option in MAS supports Office 2010 on Windows 7 and later versions.
|
**Note:** MAS supports Office on Windows Vista and later versions.
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -55,7 +41,20 @@
|
|||||||
## Remote Desktop Services / Client Access Licenses (RDS CALs)
|
## Remote Desktop Services / Client Access Licenses (RDS CALs)
|
||||||
|
|
||||||
**Installation**
|
**Installation**
|
||||||
https://learn.microsoft.com/windows-server/remote/remote-desktop-services/rds-activate-license-server
|
|
||||||
|
<details>
|
||||||
|
<summary>Click here for info</summary>
|
||||||
|
|
||||||
|
- Sign into the server you want to use as the license server using an administrator account.
|
||||||
|
- In Server Manager, select Manage > Add Roles and Features.
|
||||||
|
- On the Select installation type page, select Role-based or feature-based installation.
|
||||||
|
- Specify the server on which you install the licensing role.
|
||||||
|
- On the Server Roles page, check the box for Remote Desktop Services, then select Next until you see the Remote Desktop Services page.
|
||||||
|
- Select the roles you want to install. Make sure you include the Remote Desktop Licensing role.
|
||||||
|
- In the Add Roles and Features Wizard dialog box, select Add Features.
|
||||||
|
- Select Next until you see the Confirmation page, then select Install.
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
**Activation**
|
**Activation**
|
||||||
There is no validation during the activation of RDS licenses.
|
There is no validation during the activation of RDS licenses.
|
||||||
@ -72,6 +71,15 @@ There is no validation during the activation of RDS licenses.
|
|||||||
- Fill out the next page with your chosen values and click next
|
- Fill out the next page with your chosen values and click next
|
||||||
- The license wizard should report "The requested licenses have been successfully installed"
|
- The license wizard should report "The requested licenses have been successfully installed"
|
||||||
|
|
||||||
|
Alternatively, you can generate a key on the page below. Use web browser option in activation process to get Product ID. It works on old Server versions as well.
|
||||||
|
|
||||||
|
Website:
|
||||||
|
https://thecatontheceiling.github.io/LyssaRDSGen/
|
||||||
|
|
||||||
|
Source code and details:
|
||||||
|
https://github.com/thecatontheceiling/LyssaRDSGen
|
||||||
|
https://gist.github.com/WitherOrNot/c34c4c7b893e89ab849ce04e007d89a9
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## HEVC Video Extensions
|
## HEVC Video Extensions
|
||||||
@ -98,9 +106,22 @@ Alternatively, you can download AppxBundle installer from https://store.rg-adgua
|
|||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
## Microsoft DaRT
|
||||||
|
|
||||||
|
Microsoft DaRT (Diagnostics and Recovery Toolset, formerly ERD Commander) is an official bootable WinPE-based recovery image from Microsoft that contains diagnostic and troubleshooting tools for Windows recovery.
|
||||||
|
|
||||||
|
This product is no longer under active development.
|
||||||
|
|
||||||
|
**Download Link:** Microsoft Desktop Optimization Pack 2015
|
||||||
|
[mu_microsoft_desktop_optimization_pack_2015_x86_x64_dvd_5975282.iso](https://drive.massgrave.dev/mu_microsoft_desktop_optimization_pack_2015_x86_x64_dvd_5975282.iso)
|
||||||
|
|
||||||
|
**Guide:** https://woshub.com/create-dart-10-recovery-image/
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## SQL Server
|
## SQL Server
|
||||||
|
|
||||||
- Download - https://www.microsoft.com/evalcenter/evaluate-sql-server-2022
|
- Download - https://www.microsoft.com/en-us/evalcenter/evaluate-sql-server-2022
|
||||||
- Activation keys:
|
- Activation keys:
|
||||||
|
|
||||||
| Editions | Activation Key |
|
| Editions | Activation Key |
|
||||||
@ -122,22 +143,11 @@ Formerly known as Systems Management Server (SMS), System Center Configuration M
|
|||||||
|
|
||||||
**Microsoft Configuration Manager (Current Branch)**
|
**Microsoft Configuration Manager (Current Branch)**
|
||||||
|
|
||||||
Download - https://www.microsoft.com/evalcenter/evaluate-microsoft-endpoint-configuration-manager
|
Download - https://www.microsoft.com/en-us/evalcenter/evaluate-microsoft-endpoint-configuration-manager
|
||||||
Activation Key - `BXH69-M62YX-QQD6R-3GPWX-8WMFY`
|
Activation Key - `BXH69-M62YX-QQD6R-3GPWX-8WMFY`
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## System Center
|
|
||||||
|
|
||||||
- Download
|
|
||||||
- System Center 2025 - https://www.microsoft.com/en-us/evalcenter/evaluate-system-center-2025
|
|
||||||
- System Center 2022 - https://www.microsoft.com/en-us/evalcenter/evaluate-system-center-2022
|
|
||||||
- System Center 2019 - https://www.microsoft.com/en-us/evalcenter/evaluate-system-center-2019
|
|
||||||
|
|
||||||
- Activation Key - `BXH69-M62YX-QQD6R-3GPWX-8WMFY`
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
|
|
||||||
- If you need help with some other Microsoft products, reach out to us [here](contactus.md).
|
- If you need help with some other Microsoft products, reach out to us [here](contactus.md).
|
||||||
|
@ -9,11 +9,11 @@ Here are several solutions for you to choose from; feel free to select the one y
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Windows 10 ESU updates
|
## 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.
|
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).**
|
**You can use [TSforge option in MAS](intro.md#how-to-activate-windows--office) to activate 3 Years ESU (Oct 2025 to Oct 2028).**
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -21,17 +21,22 @@ Microsoft announced [Extended Security Updates (ESU)](https://learn.microsoft.co
|
|||||||
|
|
||||||
Microsoft releases Windows 10/11 in two servicing channels.
|
Microsoft releases Windows 10/11 in two servicing channels.
|
||||||
|
|
||||||
1- GAC (General Availability Channel) (i.e. Home, Pro, Enterprise). It will reach the end of support on [October 14, 2025](https://learn.microsoft.com/lifecycle/products/windows-10-home-and-pro).
|
1- GAC (General Availability Channel) (i.e. Home, Pro, Enterprise). It will reach the end of support on [October 14, 2025](https://learn.microsoft.com/en-us/lifecycle/products/windows-10-home-and-pro).
|
||||||
2- LTSC (Long-Term Servicing Channel) (i.e. Enterprise LTSC, IoT Enterprise LTSC). Windows 10 Enterprise LTSC 2021 will reach the end of support on [Jan 12, 2027](https://learn.microsoft.com/lifecycle/products/windows-10-enterprise-ltsc-2021)
|
2- LTSC (Long-Term Servicing Channel) (i.e. Enterprise LTSC, IoT Enterprise LTSC). Windows 10 Enterprise LTSC 2021 will reach the end of support on [Jan 12, 2027](https://learn.microsoft.com/en-us/lifecycle/products/windows-10-enterprise-ltsc-2021)
|
||||||
and Windows 10 IoT Enterprise LTSC 2021 will reach the end of support on [Jan 13, 2032](https://learn.microsoft.com/lifecycle/products/windows-10-iot-enterprise-ltsc-2021)
|
and Windows 10 IoT Enterprise LTSC 2021 will reach the end of support on [Jan 13, 2032](https://learn.microsoft.com/en-us/lifecycle/products/windows-10-iot-enterprise-ltsc-2021)
|
||||||
|
|
||||||
The solution is simple. You can just use the Official Windows 10 IoT Enterprise LTSC 2021 edition to get updates till Jan 13, 2032.
|
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**
|
<details>
|
||||||
https://massgrave.dev/windows_ltsc_links
|
<summary>Clean install Windows 10 (IoT) Enterprise LTSC 2021</summary>
|
||||||
|
|
||||||
**Clean installation guide**
|
The IoT edition ISO is available in English language only, but don't worry.
|
||||||
https://gravesoft.dev/clean_install_windows
|
|
||||||
|
- 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>
|
<details>
|
||||||
<summary>Upgrade Windows 10 Home, Pro, etc editions to Windows 10 IoT Enterprise LTSC 2021 while keeping files and apps</summary>
|
<summary>Upgrade Windows 10 Home, Pro, etc editions to Windows 10 IoT Enterprise LTSC 2021 while keeping files and apps</summary>
|
||||||
@ -46,7 +51,7 @@ https://gravesoft.dev/clean_install_windows
|
|||||||
- A new DVD drive will appear in Windows Explorer, which means the installation image has been mounted successfully.
|
- A new DVD drive will appear in Windows Explorer, which means the installation image has been mounted successfully.
|
||||||
- Now open the command prompt as admin and enter,
|
- Now open the command prompt as admin and enter,
|
||||||
`reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v EditionID /d IoTEnterpriseS /f`
|
`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)
|
- Now quickly go into that DVD drive and run setup.exe, and continue until you reach the final confirmation screen. (Don't delay at this step, otherwise it won't show an option to keep files and apps)
|
||||||
- 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.
|
- 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.
|
That's all.
|
||||||
@ -56,43 +61,42 @@ That's all.
|
|||||||
<details>
|
<details>
|
||||||
<summary>Notes</summary>
|
<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#microsoft-store-app-installation-on-ltsc).
|
||||||
- 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/en-us/windows/iot/iot-enterprise/Overview) to Enterprise editions. The difference is in licensing. You can use it just fine on a general-purpose device.
|
||||||
- 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.
|
- To learn about the advantages and disadvantages of LTSC, click [here](windows_ltsc_links.md#what-is-ltsc-and-is-it-the-right-choice-for-you)
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Windows 11 IoT Enterprise 24H2 / IoT Enterprise LTSC 2024
|
## Windows 11 IoT Enterprise 24H2
|
||||||
|
## Windows 11 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.
|
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.
|
||||||
|
|
||||||
However, a promising alternative is available.
|
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).
|
In 2024, Microsoft released Windows 11 IoT Enterprise 24H2 (GAC) / IoT Enterprise LTSC 2024 (LTSC) which has [relaxed hardware requirements](https://learn.microsoft.com/en-us/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.
|
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>
|
<details>
|
||||||
<summary>Clean installation guide</summary>
|
<summary>Clean install Windows 11 IoT Enterprise (GAC/LTSC) 2024</summary>
|
||||||
|
|
||||||
- Guide: https://gravesoft.dev/clean_install_windows
|
The IoT edition ISO is available in English language only, but don't worry.
|
||||||
- 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.
|
|
||||||
|
- 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>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Upgrade Windows 10 Home, Pro, etc editions to Windows 11 IoT Enterprise (GAC/LTSC) 2024 while keeping files and apps</summary>
|
<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.
|
||||||
- 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)
|
|
||||||
|
- 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,
|
- To check the installed Windows architecture, open Powershell as admin and enter,
|
||||||
`Get-WmiObject -Class Win32_OperatingSystem | Format-List OSArchitecture`
|
`Get-WmiObject -Class Win32_OperatingSystem | Format-List OSArchitecture`
|
||||||
x64 means 64 Bit, x86 means 32 Bit
|
x64 means 64 Bit, x86 means 32 Bit
|
||||||
@ -105,7 +109,7 @@ https://massgrave.dev/windows_ltsc_links
|
|||||||
`reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v EditionID /d IoTEnterprise /f`
|
`reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v EditionID /d IoTEnterprise /f`
|
||||||
**For LTSC**
|
**For LTSC**
|
||||||
`reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v EditionID /d IoTEnterpriseS /f`
|
`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)
|
- Now quickly go into that DVD drive and run setup.exe, and continue until you reach the final confirmation screen. (Don't delay at this step, otherwise it won't show an option to keep files and apps)
|
||||||
- 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.
|
- 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.
|
That's all.
|
||||||
@ -117,9 +121,14 @@ That's all.
|
|||||||
|
|
||||||
- Many tools can let you install Windows 11 if the hardware is not supported and monthly updates would work fine. However yearly feature updates will fail to install if hardware requirements are not met.
|
- Many tools can let you install Windows 11 if the hardware is not supported and monthly updates would work fine. However yearly feature updates will fail to install if hardware requirements are not met.
|
||||||
- This is why IoT (24H2/2024) editions are mentioned so that you can get official support on future feature upgrades.
|
- 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).
|
- 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#microsoft-store-app-installation-on-ltsc).
|
||||||
- Windows 11 24H2 / 2024 requires CPUs that support SSE4.2 and POPCNT instructions.
|
- 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.
|
- IoT editions are [binary identical](https://learn.microsoft.com/en-us/windows/iot/iot-enterprise/Overview) to Enterprise editions. The difference is in licensing. You can use it just fine on a general-purpose device.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
- To learn about the advantages and disadvantages of LTSC, click [here](windows_ltsc_links.md#what-is-ltsc-and-is-it-the-right-choice-for-you)
|
||||||
|
- You can install the [officially supported](https://learn.microsoft.com/en-us/windows/iot/iot-enterprise/Hardware/System_Requirements?tabs=Windows11LTSC#optional-minimum-requirements) Windows 11 24H2 IoT editions on a system without TPM; however, some games may not allow you to play if your system lacks TPM on Windows 11. In that case, you will need to stick with Windows 10.
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
@ -21,92 +21,92 @@ That is why we recommend getting the latest Windows 10 ISO file from the table b
|
|||||||
|
|
||||||
However, if you want direct Official links only then check
|
However, if you want direct Official links only then check
|
||||||
MSDL https://msdl.gravesoft.dev/#2618 It provides Official links straight from Microsoft and works even if Microsoft is blocking the download to Russian/VPN users.
|
MSDL https://msdl.gravesoft.dev/#2618 It provides Official links straight from Microsoft and works even if Microsoft is blocking the download to Russian/VPN users.
|
||||||
Windows 10 download from https://www.microsoft.com/software-download isn't recommended because it uses an ESD file to generate ISO and that process sometimes may generate corrupt ISO which can not be verified with known checksums.
|
Windows 10 download from https://www.microsoft.com/en-us/software-download isn't recommended because it uses an ESD file to generate ISO and that process sometimes may generate corrupt ISO which can not be verified with known checksums.
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
**Windows 10 Consumer 22H2**
|
**Windows 10 Consumer 22H2**
|
||||||
|
|
||||||
Updated Nov 2024 (Build - 19045.5131)
|
Build - 19045.5965 (June 2025)
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| Language | Arch | Link |
|
||||||
|:-----------------------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:-----------------------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| Arabic | x64 | [ar-sa_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/ar-sa_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Arabic | x64 | [ar-sa_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/ar-sa_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Arabic | x86 | [ar-sa_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/ar-sa_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Arabic | x86 | [ar-sa_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/ar-sa_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Bulgarian | x64 | [bg-bg_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/bg-bg_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Bulgarian | x64 | [bg-bg_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/bg-bg_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Bulgarian | x86 | [bg-bg_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/bg-bg_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Bulgarian | x86 | [bg-bg_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/bg-bg_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Czech | x64 | [cs-cz_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/cs-cz_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Czech | x64 | [cs-cz_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/cs-cz_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Czech | x86 | [cs-cz_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/cs-cz_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Czech | x86 | [cs-cz_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/cs-cz_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Danish | x64 | [da-dk_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/da-dk_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Danish | x64 | [da-dk_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/da-dk_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Danish | x86 | [da-dk_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/da-dk_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Danish | x86 | [da-dk_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/da-dk_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| German | x64 | [de-de_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/de-de_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| German | x64 | [de-de_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/de-de_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| German | x86 | [de-de_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/de-de_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| German | x86 | [de-de_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/de-de_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Greek | x64 | [el-gr_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/el-gr_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Greek | x64 | [el-gr_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/el-gr_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Greek | x86 | [el-gr_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/el-gr_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Greek | x86 | [el-gr_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/el-gr_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| English-United Kingdom | x64 | [en-gb_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/en-gb_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| English-United Kingdom | x64 | [en-gb_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/en-gb_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| English-United Kingdom | x86 | [en-gb_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/en-gb_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| English-United Kingdom | x86 | [en-gb_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/en-gb_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| English | x64 | [en-us_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/en-us_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| English | x64 | [en-us_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/en-us_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| English | x86 | [en-us_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/en-us_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| English | x86 | [en-us_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/en-us_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Spanish | x64 | [es-es_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/es-es_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Spanish | x64 | [es-es_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/es-es_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Spanish | x86 | [es-es_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/es-es_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Spanish | x86 | [es-es_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/es-es_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Spanish-Mexico | x64 | [es-mx_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/es-mx_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Spanish-Mexico | x64 | [es-mx_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/es-mx_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Spanish-Mexico | x86 | [es-mx_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/es-mx_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Spanish-Mexico | x86 | [es-mx_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/es-mx_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Estonian | x64 | [et-ee_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/et-ee_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Estonian | x64 | [et-ee_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/et-ee_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Estonian | x86 | [et-ee_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/et-ee_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Estonian | x86 | [et-ee_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/et-ee_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Finnish | x64 | [fi-fi_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/fi-fi_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Finnish | x64 | [fi-fi_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/fi-fi_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Finnish | x86 | [fi-fi_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/fi-fi_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Finnish | x86 | [fi-fi_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/fi-fi_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| French-Canada | x64 | [fr-ca_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/fr-ca_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| French-Canada | x64 | [fr-ca_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/fr-ca_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| French-Canada | x86 | [fr-ca_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/fr-ca_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| French-Canada | x86 | [fr-ca_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/fr-ca_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| French | x64 | [fr-fr_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/fr-fr_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| French | x64 | [fr-fr_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/fr-fr_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| French | x86 | [fr-fr_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/fr-fr_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| French | x86 | [fr-fr_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/fr-fr_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Hebrew | x64 | [he-il_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/he-il_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Hebrew | x64 | [he-il_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/he-il_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Hebrew | x86 | [he-il_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/he-il_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Hebrew | x86 | [he-il_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/he-il_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Croatian | x64 | [hr-hr_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/hr-hr_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Croatian | x64 | [hr-hr_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/hr-hr_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Croatian | x86 | [hr-hr_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/hr-hr_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Croatian | x86 | [hr-hr_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/hr-hr_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Hungarian | x64 | [hu-hu_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/hu-hu_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Hungarian | x64 | [hu-hu_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/hu-hu_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Hungarian | x86 | [hu-hu_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/hu-hu_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Hungarian | x86 | [hu-hu_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/hu-hu_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Italian | x64 | [it-it_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/it-it_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Italian | x64 | [it-it_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/it-it_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Italian | x86 | [it-it_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/it-it_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Italian | x86 | [it-it_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/it-it_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Japanese | x64 | [ja-jp_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/ja-jp_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Japanese | x64 | [ja-jp_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/ja-jp_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Japanese | x86 | [ja-jp_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/ja-jp_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Japanese | x86 | [ja-jp_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/ja-jp_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Korean | x64 | [ko-kr_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/ko-kr_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Korean | x64 | [ko-kr_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/ko-kr_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Korean | x86 | [ko-kr_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/ko-kr_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Korean | x86 | [ko-kr_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/ko-kr_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Lithuanian | x64 | [lt-lt_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/lt-lt_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Lithuanian | x64 | [lt-lt_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/lt-lt_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Lithuanian | x86 | [lt-lt_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/lt-lt_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Lithuanian | x86 | [lt-lt_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/lt-lt_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Latvian | x64 | [lv-lv_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/lv-lv_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Latvian | x64 | [lv-lv_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/lv-lv_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Latvian | x86 | [lv-lv_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/lv-lv_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Latvian | x86 | [lv-lv_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/lv-lv_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Norwegian-Bokmal | x64 | [nb-no_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/nb-no_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Norwegian-Bokmal | x64 | [nb-no_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/nb-no_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Norwegian-Bokmal | x86 | [nb-no_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/nb-no_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Norwegian-Bokmal | x86 | [nb-no_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/nb-no_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Dutch-Netherlands | x64 | [nl-nl_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/nl-nl_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Dutch-Netherlands | x64 | [nl-nl_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/nl-nl_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Dutch-Netherlands | x86 | [nl-nl_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/nl-nl_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Dutch-Netherlands | x86 | [nl-nl_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/nl-nl_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Polish | x64 | [pl-pl_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/pl-pl_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Polish | x64 | [pl-pl_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/pl-pl_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Polish | x86 | [pl-pl_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/pl-pl_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Polish | x86 | [pl-pl_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/pl-pl_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Portuguese-Brazil | x64 | [pt-br_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/pt-br_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Portuguese-Brazil | x64 | [pt-br_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/pt-br_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Portuguese-Brazil | x86 | [pt-br_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/pt-br_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Portuguese-Brazil | x86 | [pt-br_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/pt-br_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Portuguese-Portugal | x64 | [pt-pt_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/pt-pt_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Portuguese-Portugal | x64 | [pt-pt_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/pt-pt_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Portuguese-Portugal | x86 | [pt-pt_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/pt-pt_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Portuguese-Portugal | x86 | [pt-pt_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/pt-pt_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Romanian | x64 | [ro-ro_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/ro-ro_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Romanian | x64 | [ro-ro_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/ro-ro_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Romanian | x86 | [ro-ro_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/ro-ro_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Romanian | x86 | [ro-ro_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/ro-ro_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Russian | x64 | [ru-ru_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/ru-ru_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Russian | x64 | [ru-ru_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/ru-ru_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Russian | x86 | [ru-ru_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/ru-ru_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Russian | x86 | [ru-ru_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/ru-ru_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Slovak | x64 | [sk-sk_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/sk-sk_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Slovak | x64 | [sk-sk_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/sk-sk_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Slovak | x86 | [sk-sk_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/sk-sk_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Slovak | x86 | [sk-sk_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/sk-sk_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Slovenian | x64 | [sl-si_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/sl-si_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Slovenian | x64 | [sl-si_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/sl-si_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Slovenian | x86 | [sl-si_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/sl-si_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Slovenian | x86 | [sl-si_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/sl-si_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Serbian-Latin | x64 | [sr-latn-rs_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/sr-latn-rs_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Serbian-Latin | x64 | [sr-latn-rs_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/sr-latn-rs_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Serbian-Latin | x86 | [sr-latn-rs_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/sr-latn-rs_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Serbian-Latin | x86 | [sr-latn-rs_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/sr-latn-rs_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Swedish | x64 | [sv-se_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/sv-se_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Swedish | x64 | [sv-se_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/sv-se_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Swedish | x86 | [sv-se_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/sv-se_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Swedish | x86 | [sv-se_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/sv-se_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Thai | x64 | [th-th_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/th-th_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Thai | x64 | [th-th_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/th-th_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Thai | x86 | [th-th_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/th-th_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Thai | x86 | [th-th_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/th-th_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Turkish | x64 | [tr-tr_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/tr-tr_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Turkish | x64 | [tr-tr_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/tr-tr_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Turkish | x86 | [tr-tr_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/tr-tr_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Turkish | x86 | [tr-tr_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/tr-tr_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Ukranian | x64 | [uk-ua_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/uk-ua_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Ukranian | x64 | [uk-ua_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/uk-ua_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Ukranian | x86 | [uk-ua_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/uk-ua_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Ukranian | x86 | [uk-ua_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/uk-ua_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Chinese-Simplified | x64 | [zh-cn_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/zh-cn_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Chinese-Simplified | x64 | [zh-cn_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/zh-cn_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Chinese-Simplified | x86 | [zh-cn_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/zh-cn_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Chinese-Simplified | x86 | [zh-cn_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/zh-cn_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
| Chinese-Taiwan | x64 | [zh-tw_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso](https://drive.massgrave.dev/zh-tw_windows_10_consumer_editions_version_22h2_updated_nov_2024_x64_dvd_3eeacab9.iso) |
|
| Chinese-Traditional | x64 | [zh-tw_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso](https://drive.massgrave.dev/zh-tw_windows_10_consumer_editions_version_22h2_updated_june_2025_x64_dvd_aace2d00.iso) |
|
||||||
| Chinese-Taiwan | x86 | [zh-tw_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso](https://drive.massgrave.dev/zh-tw_windows_10_consumer_editions_version_22h2_updated_nov_2024_x86_dvd_3eeacab9.iso) |
|
| Chinese-Traditional | x86 | [zh-tw_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso](https://drive.massgrave.dev/zh-tw_windows_10_consumer_editions_version_22h2_updated_june_2025_x86_dvd_aace2d00.iso) |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -116,86 +116,86 @@ Updated Nov 2024 (Build - 19045.5131)
|
|||||||
|
|
||||||
**Windows 10 Business 22H2**
|
**Windows 10 Business 22H2**
|
||||||
|
|
||||||
Updated Nov 2024 (Build - 19045.5131)
|
Build - 19045.5965 (June 2025)
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| Language | Arch | Link |
|
||||||
|:-----------------------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:-----------------------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| Arabic | x64 | [ar-sa_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_67d6e8f0.iso](https://drive.massgrave.dev/ar-sa_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_67d6e8f0.iso) |
|
| Arabic | x64 | [ar-sa_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_2d8f03c6.iso](https://drive.massgrave.dev/ar-sa_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_2d8f03c6.iso) |
|
||||||
| Arabic | x86 | [ar-sa_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_23b44403.iso](https://drive.massgrave.dev/ar-sa_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_23b44403.iso) |
|
| Arabic | x86 | [ar-sa_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_06a0db31.iso](https://drive.massgrave.dev/ar-sa_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_06a0db31.iso) |
|
||||||
| Bulgarian | x64 | [bg-bg_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_86f63eaa.iso](https://drive.massgrave.dev/bg-bg_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_86f63eaa.iso) |
|
| Bulgarian | x64 | [bg-bg_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_caca7c1c.iso](https://drive.massgrave.dev/bg-bg_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_caca7c1c.iso) |
|
||||||
| Bulgarian | x86 | [bg-bg_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_a3f47459.iso](https://drive.massgrave.dev/bg-bg_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_a3f47459.iso) |
|
| Bulgarian | x86 | [bg-bg_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_dba41430.iso](https://drive.massgrave.dev/bg-bg_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_dba41430.iso) |
|
||||||
| Czech | x64 | [cs-cz_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_aecdc53c.iso](https://drive.massgrave.dev/cs-cz_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_aecdc53c.iso) |
|
| Czech | x64 | [cs-cz_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_77336d92.iso](https://drive.massgrave.dev/cs-cz_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_77336d92.iso) |
|
||||||
| Czech | x86 | [cs-cz_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_ec386163.iso](https://drive.massgrave.dev/cs-cz_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_ec386163.iso) |
|
| Czech | x86 | [cs-cz_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_a8d42313.iso](https://drive.massgrave.dev/cs-cz_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_a8d42313.iso) |
|
||||||
| Danish | x64 | [da-dk_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_6836b41e.iso](https://drive.massgrave.dev/da-dk_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_6836b41e.iso) |
|
| Danish | x64 | [da-dk_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_3c7158a3.iso](https://drive.massgrave.dev/da-dk_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_3c7158a3.iso) |
|
||||||
| Danish | x86 | [da-dk_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_46ba1bbd.iso](https://drive.massgrave.dev/da-dk_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_46ba1bbd.iso) |
|
| Danish | x86 | [da-dk_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_456b5a2e.iso](https://drive.massgrave.dev/da-dk_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_456b5a2e.iso) |
|
||||||
| German | x64 | [de-de_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_9b93792c.iso](https://drive.massgrave.dev/de-de_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_9b93792c.iso) |
|
| German | x64 | [de-de_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_4a73f716.iso](https://drive.massgrave.dev/de-de_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_4a73f716.iso) |
|
||||||
| German | x86 | [de-de_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_3c967d3f.iso](https://drive.massgrave.dev/de-de_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_3c967d3f.iso) |
|
| German | x86 | [de-de_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_5129403f.iso](https://drive.massgrave.dev/de-de_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_5129403f.iso) |
|
||||||
| Greek | x64 | [el-gr_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_5ce7f8cc.iso](https://drive.massgrave.dev/el-gr_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_5ce7f8cc.iso) |
|
| Greek | x64 | [el-gr_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_773559e7.iso](https://drive.massgrave.dev/el-gr_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_773559e7.iso) |
|
||||||
| Greek | x86 | [el-gr_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_6de52a3a.iso](https://drive.massgrave.dev/el-gr_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_6de52a3a.iso) |
|
| Greek | x86 | [el-gr_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_fef16eff.iso](https://drive.massgrave.dev/el-gr_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_fef16eff.iso) |
|
||||||
| English-United Kingdom | x64 | [en-gb_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_88a07eec.iso](https://drive.massgrave.dev/en-gb_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_88a07eec.iso) |
|
| English-United Kingdom | x64 | [en-gb_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_19461857.iso](https://drive.massgrave.dev/en-gb_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_19461857.iso) |
|
||||||
| English-United Kingdom | x86 | [en-gb_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_71f4bb58.iso](https://drive.massgrave.dev/en-gb_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_71f4bb58.iso) |
|
| English-United Kingdom | x86 | [en-gb_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_7334de6d.iso](https://drive.massgrave.dev/en-gb_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_7334de6d.iso) |
|
||||||
| English | x64 | [en-us_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_60ca6446.iso](https://drive.massgrave.dev/en-us_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_60ca6446.iso) |
|
| English | x64 | [en-us_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_e19f163d.iso](https://drive.massgrave.dev/en-us_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_e19f163d.iso) |
|
||||||
| English | x86 | [en-us_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_428d8965.iso](https://drive.massgrave.dev/en-us_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_428d8965.iso) |
|
| English | x86 | [en-us_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_85ae9def.iso](https://drive.massgrave.dev/en-us_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_85ae9def.iso) |
|
||||||
| Spanish | x64 | [es-es_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_8f7d11e6.iso](https://drive.massgrave.dev/es-es_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_8f7d11e6.iso) |
|
| Spanish | x64 | [es-es_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_94db0194.iso](https://drive.massgrave.dev/es-es_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_94db0194.iso) |
|
||||||
| Spanish | x86 | [es-es_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_48b5afc0.iso](https://drive.massgrave.dev/es-es_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_48b5afc0.iso) |
|
| Spanish | x86 | [es-es_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_b506138f.iso](https://drive.massgrave.dev/es-es_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_b506138f.iso) |
|
||||||
| Spanish-Mexico | x64 | [es-mx_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_96c38657.iso](https://drive.massgrave.dev/es-mx_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_96c38657.iso) |
|
| Spanish-Mexico | x64 | [es-mx_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_ca03dac6.iso](https://drive.massgrave.dev/es-mx_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_ca03dac6.iso) |
|
||||||
| Spanish-Mexico | x86 | [es-mx_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_a5ae99f6.iso](https://drive.massgrave.dev/es-mx_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_a5ae99f6.iso) |
|
| Spanish-Mexico | x86 | [es-mx_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_e6e832d0.iso](https://drive.massgrave.dev/es-mx_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_e6e832d0.iso) |
|
||||||
| Estonian | x64 | [et-ee_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_88e9acd2.iso](https://drive.massgrave.dev/et-ee_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_88e9acd2.iso) |
|
| Estonian | x64 | [et-ee_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_ffad32fd.iso](https://drive.massgrave.dev/et-ee_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_ffad32fd.iso) |
|
||||||
| Estonian | x86 | [et-ee_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_5d3a8415.iso](https://drive.massgrave.dev/et-ee_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_5d3a8415.iso) |
|
| Estonian | x86 | [et-ee_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_d28ae96e.iso](https://drive.massgrave.dev/et-ee_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_d28ae96e.iso) |
|
||||||
| Finnish | x64 | [fi-fi_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_b76122a8.iso](https://drive.massgrave.dev/fi-fi_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_b76122a8.iso) |
|
| Finnish | x64 | [fi-fi_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_bcb8c34f.iso](https://drive.massgrave.dev/fi-fi_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_bcb8c34f.iso) |
|
||||||
| Finnish | x86 | [fi-fi_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_f0c378b4.iso](https://drive.massgrave.dev/fi-fi_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_f0c378b4.iso) |
|
| Finnish | x86 | [fi-fi_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_bea284bd.iso](https://drive.massgrave.dev/fi-fi_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_bea284bd.iso) |
|
||||||
| French-Canada | x64 | [fr-ca_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_d75afc45.iso](https://drive.massgrave.dev/fr-ca_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_d75afc45.iso) |
|
| French-Canada | x64 | [fr-ca_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_69f8fe55.iso](https://drive.massgrave.dev/fr-ca_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_69f8fe55.iso) |
|
||||||
| French-Canada | x86 | [fr-ca_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_0027592d.iso](https://drive.massgrave.dev/fr-ca_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_0027592d.iso) |
|
| French-Canada | x86 | [fr-ca_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_e4196e21.iso](https://drive.massgrave.dev/fr-ca_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_e4196e21.iso) |
|
||||||
| French | x64 | [fr-fr_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_45ad96fc.iso](https://drive.massgrave.dev/fr-fr_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_45ad96fc.iso) |
|
| French | x64 | [fr-fr_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_133452c3.iso](https://drive.massgrave.dev/fr-fr_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_133452c3.iso) |
|
||||||
| French | x86 | [fr-fr_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_3cddfe1f.iso](https://drive.massgrave.dev/fr-fr_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_3cddfe1f.iso) |
|
| French | x86 | [fr-fr_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_31db96a3.iso](https://drive.massgrave.dev/fr-fr_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_31db96a3.iso) |
|
||||||
| Hebrew | x64 | [he-il_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_95e5edf1.iso](https://drive.massgrave.dev/he-il_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_95e5edf1.iso) |
|
| Hebrew | x64 | [he-il_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_2604150a.iso](https://drive.massgrave.dev/he-il_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_2604150a.iso) |
|
||||||
| Hebrew | x86 | [he-il_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_3fce6555.iso](https://drive.massgrave.dev/he-il_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_3fce6555.iso) |
|
| Hebrew | x86 | [he-il_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_3ce8a72b.iso](https://drive.massgrave.dev/he-il_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_3ce8a72b.iso) |
|
||||||
| Croatian | x64 | [hr-hr_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_f24da3c0.iso](https://drive.massgrave.dev/hr-hr_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_f24da3c0.iso) |
|
| Croatian | x64 | [hr-hr_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_20d95f3a.iso](https://drive.massgrave.dev/hr-hr_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_20d95f3a.iso) |
|
||||||
| Croatian | x86 | [hr-hr_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_4656b4d1.iso](https://drive.massgrave.dev/hr-hr_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_4656b4d1.iso) |
|
| Croatian | x86 | [hr-hr_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_61cbfb38.iso](https://drive.massgrave.dev/hr-hr_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_61cbfb38.iso) |
|
||||||
| Hungarian | x64 | [hu-hu_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_5479527d.iso](https://drive.massgrave.dev/hu-hu_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_5479527d.iso) |
|
| Hungarian | x64 | [hu-hu_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_362c119d.iso](https://drive.massgrave.dev/hu-hu_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_362c119d.iso) |
|
||||||
| Hungarian | x86 | [hu-hu_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_a1212658.iso](https://drive.massgrave.dev/hu-hu_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_a1212658.iso) |
|
| Hungarian | x86 | [hu-hu_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_96b25ff8.iso](https://drive.massgrave.dev/hu-hu_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_96b25ff8.iso) |
|
||||||
| Italian | x64 | [it-it_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_dc729017.iso](https://drive.massgrave.dev/it-it_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_dc729017.iso) |
|
| Italian | x64 | [it-it_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_1d464f89.iso](https://drive.massgrave.dev/it-it_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_1d464f89.iso) |
|
||||||
| Italian | x86 | [it-it_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_33ffbf45.iso](https://drive.massgrave.dev/it-it_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_33ffbf45.iso) |
|
| Italian | x86 | [it-it_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_41ee32eb.iso](https://drive.massgrave.dev/it-it_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_41ee32eb.iso) |
|
||||||
| Japanese | x64 | [ja-jp_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_7332e132.iso](https://drive.massgrave.dev/ja-jp_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_7332e132.iso) |
|
| Japanese | x64 | [ja-jp_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_4d4889fd.iso](https://drive.massgrave.dev/ja-jp_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_4d4889fd.iso) |
|
||||||
| Japanese | x86 | [ja-jp_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_2a743fad.iso](https://drive.massgrave.dev/ja-jp_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_2a743fad.iso) |
|
| Japanese | x86 | [ja-jp_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_2bda4bbb.iso](https://drive.massgrave.dev/ja-jp_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_2bda4bbb.iso) |
|
||||||
| Korean | x64 | [ko-kr_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_1c08446e.iso](https://drive.massgrave.dev/ko-kr_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_1c08446e.iso) |
|
| Korean | x64 | [ko-kr_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_a604ad33.iso](https://drive.massgrave.dev/ko-kr_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_a604ad33.iso) |
|
||||||
| Korean | x86 | [ko-kr_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_d6343311.iso](https://drive.massgrave.dev/ko-kr_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_d6343311.iso) |
|
| Korean | x86 | [ko-kr_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_1aca0b85.iso](https://drive.massgrave.dev/ko-kr_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_1aca0b85.iso) |
|
||||||
| Lithuanian | x64 | [lt-lt_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_757982ce.iso](https://drive.massgrave.dev/lt-lt_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_757982ce.iso) |
|
| Lithuanian | x64 | [lt-lt_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_d1fb00de.iso](https://drive.massgrave.dev/lt-lt_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_d1fb00de.iso) |
|
||||||
| Lithuanian | x86 | [lt-lt_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_cd75c019.iso](https://drive.massgrave.dev/lt-lt_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_cd75c019.iso) |
|
| Lithuanian | x86 | [lt-lt_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_72dc9936.iso](https://drive.massgrave.dev/lt-lt_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_72dc9936.iso) |
|
||||||
| Latvian | x64 | [lv-lv_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_64e1f178.iso](https://drive.massgrave.dev/lv-lv_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_64e1f178.iso) |
|
| Latvian | x64 | [lv-lv_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_2170bec5.iso](https://drive.massgrave.dev/lv-lv_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_2170bec5.iso) |
|
||||||
| Latvian | x86 | [lv-lv_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_bb702ce3.iso](https://drive.massgrave.dev/lv-lv_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_bb702ce3.iso) |
|
| Latvian | x86 | [lv-lv_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_33af2cfe.iso](https://drive.massgrave.dev/lv-lv_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_33af2cfe.iso) |
|
||||||
| Norwegian-Bokmal | x64 | [nb-no_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_6aa89abb.iso](https://drive.massgrave.dev/nb-no_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_6aa89abb.iso) |
|
| Norwegian-Bokmal | x64 | [nb-no_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_edd403b9.iso](https://drive.massgrave.dev/nb-no_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_edd403b9.iso) |
|
||||||
| Norwegian-Bokmal | x86 | [nb-no_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_2595712c.iso](https://drive.massgrave.dev/nb-no_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_2595712c.iso) |
|
| Norwegian-Bokmal | x86 | [nb-no_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_8b871671.iso](https://drive.massgrave.dev/nb-no_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_8b871671.iso) |
|
||||||
| Dutch-Netherlands | x64 | [nl-nl_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_02540c5a.iso](https://drive.massgrave.dev/nl-nl_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_02540c5a.iso) |
|
| Dutch-Netherlands | x64 | [nl-nl_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_9a7908ed.iso](https://drive.massgrave.dev/nl-nl_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_9a7908ed.iso) |
|
||||||
| Dutch-Netherlands | x86 | [nl-nl_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_15356de3.iso](https://drive.massgrave.dev/nl-nl_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_15356de3.iso) |
|
| Dutch-Netherlands | x86 | [nl-nl_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_cd935f23.iso](https://drive.massgrave.dev/nl-nl_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_cd935f23.iso) |
|
||||||
| Polish | x64 | [pl-pl_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_c1ca0bd4.iso](https://drive.massgrave.dev/pl-pl_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_c1ca0bd4.iso) |
|
| Polish | x64 | [pl-pl_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_9552ea5a.iso](https://drive.massgrave.dev/pl-pl_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_9552ea5a.iso) |
|
||||||
| Polish | x86 | [pl-pl_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_25acc4ff.iso](https://drive.massgrave.dev/pl-pl_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_25acc4ff.iso) |
|
| Polish | x86 | [pl-pl_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_a686dfcb.iso](https://drive.massgrave.dev/pl-pl_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_a686dfcb.iso) |
|
||||||
| Portuguese-Brazil | x64 | [pt-br_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_a82215d7.iso](https://drive.massgrave.dev/pt-br_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_a82215d7.iso) |
|
| Portuguese-Brazil | x64 | [pt-br_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_b4b56d4e.iso](https://drive.massgrave.dev/pt-br_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_b4b56d4e.iso) |
|
||||||
| Portuguese-Brazil | x86 | [pt-br_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_3672a6a9.iso](https://drive.massgrave.dev/pt-br_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_3672a6a9.iso) |
|
| Portuguese-Brazil | x86 | [pt-br_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_427a6515.iso](https://drive.massgrave.dev/pt-br_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_427a6515.iso) |
|
||||||
| Portuguese-Portugal | x64 | [pt-pt_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_45945740.iso](https://drive.massgrave.dev/pt-pt_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_45945740.iso) |
|
| Portuguese-Portugal | x64 | [pt-pt_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_8ae5860d.iso](https://drive.massgrave.dev/pt-pt_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_8ae5860d.iso) |
|
||||||
| Portuguese-Portugal | x86 | [pt-pt_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_c81eb0e9.iso](https://drive.massgrave.dev/pt-pt_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_c81eb0e9.iso) |
|
| Portuguese-Portugal | x86 | [pt-pt_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_8a15eac7.iso](https://drive.massgrave.dev/pt-pt_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_8a15eac7.iso) |
|
||||||
| Romanian | x64 | [ro-ro_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_ec20881d.iso](https://drive.massgrave.dev/ro-ro_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_ec20881d.iso) |
|
| Romanian | x64 | [ro-ro_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_11f692c7.iso](https://drive.massgrave.dev/ro-ro_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_11f692c7.iso) |
|
||||||
| Romanian | x86 | [ro-ro_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_1790c227.iso](https://drive.massgrave.dev/ro-ro_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_1790c227.iso) |
|
| Romanian | x86 | [ro-ro_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_8ee244ef.iso](https://drive.massgrave.dev/ro-ro_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_8ee244ef.iso) |
|
||||||
| Russian | x64 | [ru-ru_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_69d90916.iso](https://drive.massgrave.dev/ru-ru_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_69d90916.iso) |
|
| Russian | x64 | [ru-ru_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_9180c9d8.iso](https://drive.massgrave.dev/ru-ru_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_9180c9d8.iso) |
|
||||||
| Russian | x86 | [ru-ru_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_4f359085.iso](https://drive.massgrave.dev/ru-ru_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_4f359085.iso) |
|
| Russian | x86 | [ru-ru_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_d74f3974.iso](https://drive.massgrave.dev/ru-ru_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_d74f3974.iso) |
|
||||||
| Slovak | x64 | [sk-sk_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_3ebcf184.iso](https://drive.massgrave.dev/sk-sk_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_3ebcf184.iso) |
|
| Slovak | x64 | [sk-sk_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_70457dfa.iso](https://drive.massgrave.dev/sk-sk_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_70457dfa.iso) |
|
||||||
| Slovak | x86 | [sk-sk_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_7e6a535b.iso](https://drive.massgrave.dev/sk-sk_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_7e6a535b.iso) |
|
| Slovak | x86 | [sk-sk_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_9d833d2b.iso](https://drive.massgrave.dev/sk-sk_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_9d833d2b.iso) |
|
||||||
| Slovenian | x64 | [sl-si_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_042b1eac.iso](https://drive.massgrave.dev/sl-si_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_042b1eac.iso) |
|
| Slovenian | x64 | [sl-si_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_9c5f8f4d.iso](https://drive.massgrave.dev/sl-si_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_9c5f8f4d.iso) |
|
||||||
| Slovenian | x86 | [sl-si_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_ef2e6205.iso](https://drive.massgrave.dev/sl-si_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_ef2e6205.iso) |
|
| Slovenian | x86 | [sl-si_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_3437b216.iso](https://drive.massgrave.dev/sl-si_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_3437b216.iso) |
|
||||||
| Serbian-Latin | x64 | [sr-latn-rs_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_28cbc57b.iso](https://drive.massgrave.dev/sr-latn-rs_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_28cbc57b.iso) |
|
| Serbian-Latin | x64 | [sr-latn-rs_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_7779ff25.iso](https://drive.massgrave.dev/sr-latn-rs_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_7779ff25.iso) |
|
||||||
| Serbian-Latin | x86 | [sr-latn-rs_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_96a90887.iso](https://drive.massgrave.dev/sr-latn-rs_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_96a90887.iso) |
|
| Serbian-Latin | x86 | [sr-latn-rs_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_8de5fa79.iso](https://drive.massgrave.dev/sr-latn-rs_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_8de5fa79.iso) |
|
||||||
| Swedish | x64 | [sv-se_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_da5c7e3f.iso](https://drive.massgrave.dev/sv-se_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_da5c7e3f.iso) |
|
| Swedish | x64 | [sv-se_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_a7d87736.iso](https://drive.massgrave.dev/sv-se_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_a7d87736.iso) |
|
||||||
| Swedish | x86 | [sv-se_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_b0d61aa8.iso](https://drive.massgrave.dev/sv-se_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_b0d61aa8.iso) |
|
| Swedish | x86 | [sv-se_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_1b7c1c3b.iso](https://drive.massgrave.dev/sv-se_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_1b7c1c3b.iso) |
|
||||||
| Thai | x64 | [th-th_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_5cb21735.iso](https://drive.massgrave.dev/th-th_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_5cb21735.iso) |
|
| Thai | x64 | [th-th_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_ea3961ab.iso](https://drive.massgrave.dev/th-th_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_ea3961ab.iso) |
|
||||||
| Thai | x86 | [th-th_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_282ff7fa.iso](https://drive.massgrave.dev/th-th_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_282ff7fa.iso) |
|
| Thai | x86 | [th-th_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_45bc2878.iso](https://drive.massgrave.dev/th-th_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_45bc2878.iso) |
|
||||||
| Turkish | x64 | [tr-tr_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_83085fbb.iso](https://drive.massgrave.dev/tr-tr_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_83085fbb.iso) |
|
| Turkish | x64 | [tr-tr_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_a444be46.iso](https://drive.massgrave.dev/tr-tr_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_a444be46.iso) |
|
||||||
| Turkish | x86 | [tr-tr_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_a3480761.iso](https://drive.massgrave.dev/tr-tr_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_a3480761.iso) |
|
| Turkish | x86 | [tr-tr_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_9d5ca8c2.iso](https://drive.massgrave.dev/tr-tr_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_9d5ca8c2.iso) |
|
||||||
| Ukranian | x64 | [uk-ua_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_9a3b3742.iso](https://drive.massgrave.dev/uk-ua_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_9a3b3742.iso) |
|
| Ukranian | x64 | [uk-ua_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_93412089.iso](https://drive.massgrave.dev/uk-ua_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_93412089.iso) |
|
||||||
| Ukranian | x86 | [uk-ua_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_c8ca7dc3.iso](https://drive.massgrave.dev/uk-ua_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_c8ca7dc3.iso) |
|
| Ukranian | x86 | [uk-ua_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_e1bf0c8d.iso](https://drive.massgrave.dev/uk-ua_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_e1bf0c8d.iso) |
|
||||||
| Chinese-Simplified | x64 | [zh-cn_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_c850f3d7.iso](https://drive.massgrave.dev/zh-cn_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_c850f3d7.iso) |
|
| Chinese-Simplified | x64 | [zh-cn_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_2f9aa9bc.iso](https://drive.massgrave.dev/zh-cn_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_2f9aa9bc.iso) |
|
||||||
| Chinese-Simplified | x86 | [zh-cn_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_6f2c7c9a.iso](https://drive.massgrave.dev/zh-cn_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_6f2c7c9a.iso) |
|
| Chinese-Simplified | x86 | [zh-cn_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_86a33fb8.iso](https://drive.massgrave.dev/zh-cn_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_86a33fb8.iso) |
|
||||||
| Chinese-Taiwan | x64 | [zh-tw_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_c993963a.iso](https://drive.massgrave.dev/zh-tw_windows_10_business_editions_version_22h2_updated_nov_2024_x64_dvd_c993963a.iso) |
|
| Chinese-Traditional | x64 | [zh-tw_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_c6d107e7.iso](https://drive.massgrave.dev/zh-tw_windows_10_business_editions_version_22h2_updated_june_2025_x64_dvd_c6d107e7.iso) |
|
||||||
| Chinese-Taiwan | x86 | [zh-tw_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_c8bf03df.iso](https://drive.massgrave.dev/zh-tw_windows_10_business_editions_version_22h2_updated_nov_2024_x86_dvd_c8bf03df.iso) |
|
| Chinese-Traditional | x86 | [zh-tw_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_d68eeada.iso](https://drive.massgrave.dev/zh-tw_windows_10_business_editions_version_22h2_updated_june_2025_x86_dvd_d68eeada.iso) |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -207,9 +207,9 @@ Updated Nov 2024 (Build - 19045.5131)
|
|||||||
**(Not LTSC)**
|
**(Not LTSC)**
|
||||||
Updated Oct 2022 (Build - 19045.2006) (This ISO file is not updated every month)
|
Updated Oct 2022 (Build - 19045.2006) (This ISO file is not updated every month)
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| Language | Arch | Link |
|
||||||
|:---------|:------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:---------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| English | x64 | [en-us_windows_10_iot_enterprise_version_22h2_x64_dvd_51cc370f.iso](https://drive.massgrave.dev/en-us_windows_10_iot_enterprise_version_22h2_x64_dvd_51cc370f.iso) |
|
| English | x64 | [en-us_windows_10_iot_enterprise_version_22h2_x64_dvd_51cc370f.iso](https://drive.massgrave.dev/en-us_windows_10_iot_enterprise_version_22h2_x64_dvd_51cc370f.iso) |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -235,13 +235,14 @@ Check [here](windows_ltsc_links.md).
|
|||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
||||||
<TabItem value="Old Versions" label="Old Versions" default>
|
<TabItem value="Other Versions" label="Other Versions" default>
|
||||||
|
|
||||||
**Old Versions**
|
**Other Versions**
|
||||||
|
|
||||||
1) https://os.click/
|
- [MVS Bot](https://discord.gg/FajfGaH3nD)
|
||||||
OR
|
- https://os.click/
|
||||||
2) Download the [Official Microsoft ESD file](https://worproject.com/esd) and [ESD>ISO Converter](https://github.com/abbodi1406/WHD/raw/master/scripts/esd-decrypter-wimlib-65.7z) by [abbodi1406](https://forums.mydigitallife.net/threads/abbodi1406s-batch-scripts-repo.74197/),
|
- https://files.rg-adguard.net/version/f0bd8307-d897-ef77-dbd6-216fefbe94c5
|
||||||
|
- Download the [Official Microsoft ESD file](https://worproject.com/esd) and [ESD>ISO Converter](https://github.com/abbodi1406/WHD/raw/master/scripts/esd-decrypter-wimlib-65.7z) by [abbodi1406](https://forums.mydigitallife.net/threads/abbodi1406s-batch-scripts-repo.74197/),
|
||||||
- Put the ESD file beside `decrypt.cmd` and run that script.
|
- Put the ESD file beside `decrypt.cmd` and run that script.
|
||||||
- It will create the ISO file.
|
- It will create the ISO file.
|
||||||
- This process is same as how Official MCT tool creates Windows 10 and 11 ISOs.
|
- This process is same as how Official MCT tool creates Windows 10 and 11 ISOs.
|
||||||
|
@ -21,7 +21,58 @@ import TabItem from '@theme/TabItem';
|
|||||||
|
|
||||||
Build - 26100.1742 (RTM)
|
Build - 26100.1742 (RTM)
|
||||||
|
|
||||||
**Download Links:** [MSDL ❤](https://msdl.gravesoft.dev/#3113) / [Microsoft](https://www.microsoft.com/software-download/windows11)
|
**Download Links:** [MSDL ❤](https://msdl.gravesoft.dev/#3113) / [Microsoft](https://www.microsoft.com/en-us/software-download/windows11)
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
|
||||||
|
<TabItem value="Windows 11 Consumer 24H2 Updated" label="Windows 11 Consumer 24H2" default>
|
||||||
|
|
||||||
|
**Windows 11 Consumer 24H2**
|
||||||
|
|
||||||
|
Build - 26100.4349 (June 2025)
|
||||||
|
|
||||||
|
| Language | Arch | Link |
|
||||||
|
|:-----------------------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| Arabic | x64 | [ar-sa_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/ar-sa_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Bulgarian | x64 | [bg-bg_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/bg-bg_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Czech | x64 | [cs-cz_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/cs-cz_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Danish | x64 | [da-dk_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/da-dk_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| German | x64 | [de-de_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/de-de_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Greek | x64 | [el-gr_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/el-gr_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| English-United Kingdom | x64 | [en-gb_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/en-gb_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| English | x64 | [en-us_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/en-us_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Spanish | x64 | [es-es_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/es-es_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Spanish-Mexico | x64 | [es-mx_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/es-mx_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Estonian | x64 | [et-ee_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/et-ee_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Finnish | x64 | [fi-fi_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/fi-fi_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| French-Canada | x64 | [fr-ca_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/fr-ca_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| French | x64 | [fr-fr_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/fr-fr_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Hebrew | x64 | [he-il_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/he-il_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Croatian | x64 | [hr-hr_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/hr-hr_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Hungarian | x64 | [hu-hu_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/hu-hu_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Italian | x64 | [it-it_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/it-it_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Japanese | x64 | [ja-jp_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/ja-jp_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Korean | x64 | [ko-kr_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/ko-kr_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Lithuanian | x64 | [lt-lt_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/lt-lt_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Latvian | x64 | [lv-lv_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/lv-lv_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Norwegian-Bokmal | x64 | [nb-no_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/nb-no_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Dutch-Netherlands | x64 | [nl-nl_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/nl-nl_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Polish | x64 | [pl-pl_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/pl-pl_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Portuguese-Brazil | x64 | [pt-br_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/pt-br_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Portuguese-Portugal | x64 | [pt-pt_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/pt-pt_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Romanian | x64 | [ro-ro_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/ro-ro_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Russian | x64 | [ru-ru_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/ru-ru_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Slovak | x64 | [sk-sk_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/sk-sk_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Slovenian | x64 | [sl-si_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/sl-si_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Serbian-Latin | x64 | [sr-latn-rs_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/sr-latn-rs_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Swedish | x64 | [sv-se_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/sv-se_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Thai | x64 | [th-th_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/th-th_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Turkish | x64 | [tr-tr_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/tr-tr_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Ukranian | x64 | [uk-ua_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/uk-ua_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Chinese-Simplified | x64 | [zh-cn_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/zh-cn_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Chinese-Traditional | x64 | [zh-tw_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/zh-tw_windows_11_consumer_editions_version_24h2_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -31,48 +82,48 @@ Build - 26100.1742 (RTM)
|
|||||||
|
|
||||||
**Windows 11 Business 24H2**
|
**Windows 11 Business 24H2**
|
||||||
|
|
||||||
Build - 26100.1742 (RTM)
|
Build - 26100.4349 (June 2025)
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| Language | Arch | Link |
|
||||||
|:-----------------------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:-----------------------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| Arabic | x64 | [ar-sa_windows_11_business_editions_version_24h2_x64_dvd_47dae48e.iso](https://drive.massgrave.dev/ar-sa_windows_11_business_editions_version_24h2_x64_dvd_47dae48e.iso) |
|
| Arabic | x64 | [ar-sa_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_e30566cb.iso](https://drive.massgrave.dev/ar-sa_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_e30566cb.iso) |
|
||||||
| Bulgarian | x64 | [bg-bg_windows_11_business_editions_version_24h2_x64_dvd_4231caca.iso](https://drive.massgrave.dev/bg-bg_windows_11_business_editions_version_24h2_x64_dvd_4231caca.iso) |
|
| Bulgarian | x64 | [bg-bg_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_99807eea.iso](https://drive.massgrave.dev/bg-bg_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_99807eea.iso) |
|
||||||
| Czech | x64 | [cs-cz_windows_11_business_editions_version_24h2_x64_dvd_ca1661fd.iso](https://drive.massgrave.dev/cs-cz_windows_11_business_editions_version_24h2_x64_dvd_ca1661fd.iso) |
|
| Czech | x64 | [cs-cz_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_8793dab2.iso](https://drive.massgrave.dev/cs-cz_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_8793dab2.iso) |
|
||||||
| Danish | x64 | [da-dk_windows_11_business_editions_version_24h2_x64_dvd_ac0db9fc.iso](https://drive.massgrave.dev/da-dk_windows_11_business_editions_version_24h2_x64_dvd_ac0db9fc.iso) |
|
| Danish | x64 | [da-dk_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_a95e0e68.iso](https://drive.massgrave.dev/da-dk_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_a95e0e68.iso) |
|
||||||
| German | x64 | [de-de_windows_11_business_editions_version_24h2_x64_dvd_87a70226.iso](https://drive.massgrave.dev/de-de_windows_11_business_editions_version_24h2_x64_dvd_87a70226.iso) |
|
| German | x64 | [de-de_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_65b2a224.iso](https://drive.massgrave.dev/de-de_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_65b2a224.iso) |
|
||||||
| Greek | x64 | [el-gr_windows_11_business_editions_version_24h2_x64_dvd_946ba34d.iso](https://drive.massgrave.dev/el-gr_windows_11_business_editions_version_24h2_x64_dvd_946ba34d.iso) |
|
| Greek | x64 | [el-gr_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_f16a401f.iso](https://drive.massgrave.dev/el-gr_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_f16a401f.iso) |
|
||||||
| English-United Kingdom | x64 | [en-gb_windows_11_business_editions_version_24h2_x64_dvd_27d8c2f1.iso](https://drive.massgrave.dev/en-gb_windows_11_business_editions_version_24h2_x64_dvd_27d8c2f1.iso) |
|
| English-United Kingdom | x64 | [en-gb_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_cd09769c.iso](https://drive.massgrave.dev/en-gb_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_cd09769c.iso) |
|
||||||
| English | x64 | [en-us_windows_11_business_editions_version_24h2_x64_dvd_59a1851e.iso](https://drive.massgrave.dev/en-us_windows_11_business_editions_version_24h2_x64_dvd_59a1851e.iso) |
|
| English | x64 | [en-us_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_4cf132a4.iso](https://drive.massgrave.dev/en-us_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_4cf132a4.iso) |
|
||||||
| Spanish | x64 | [es-es_windows_11_business_editions_version_24h2_x64_dvd_86632f8d.iso](https://drive.massgrave.dev/es-es_windows_11_business_editions_version_24h2_x64_dvd_86632f8d.iso) |
|
| Spanish | x64 | [es-es_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_7b2cebf7.iso](https://drive.massgrave.dev/es-es_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_7b2cebf7.iso) |
|
||||||
| Spanish-Mexico | x64 | [es-mx_windows_11_business_editions_version_24h2_x64_dvd_6ee25ce4.iso](https://drive.massgrave.dev/es-mx_windows_11_business_editions_version_24h2_x64_dvd_6ee25ce4.iso) |
|
| Spanish-Mexico | x64 | [es-mx_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_e14f7dc6.iso](https://drive.massgrave.dev/es-mx_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_e14f7dc6.iso) |
|
||||||
| Estonian | x64 | [et-ee_windows_11_business_editions_version_24h2_x64_dvd_c26c1e3a.iso](https://drive.massgrave.dev/et-ee_windows_11_business_editions_version_24h2_x64_dvd_c26c1e3a.iso) |
|
| Estonian | x64 | [et-ee_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_ecafb5db.iso](https://drive.massgrave.dev/et-ee_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_ecafb5db.iso) |
|
||||||
| Finnish | x64 | [fi-fi_windows_11_business_editions_version_24h2_x64_dvd_59dd0bb5.iso](https://drive.massgrave.dev/fi-fi_windows_11_business_editions_version_24h2_x64_dvd_59dd0bb5.iso) |
|
| Finnish | x64 | [fi-fi_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_f68b77dc.iso](https://drive.massgrave.dev/fi-fi_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_f68b77dc.iso) |
|
||||||
| French-Canada | x64 | [fr-ca_windows_11_business_editions_version_24h2_x64_dvd_a02f0c99.iso](https://drive.massgrave.dev/fr-ca_windows_11_business_editions_version_24h2_x64_dvd_a02f0c99.iso) |
|
| French-Canada | x64 | [fr-ca_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_fa85a116.iso](https://drive.massgrave.dev/fr-ca_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_fa85a116.iso) |
|
||||||
| French | x64 | [fr-fr_windows_11_business_editions_version_24h2_x64_dvd_c0a4510e.iso](https://drive.massgrave.dev/fr-fr_windows_11_business_editions_version_24h2_x64_dvd_c0a4510e.iso) |
|
| French | x64 | [fr-fr_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_267efa5c.iso](https://drive.massgrave.dev/fr-fr_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_267efa5c.iso) |
|
||||||
| Hebrew | x64 | [he-il_windows_11_business_editions_version_24h2_x64_dvd_c844d280.iso](https://drive.massgrave.dev/he-il_windows_11_business_editions_version_24h2_x64_dvd_c844d280.iso) |
|
| Hebrew | x64 | [he-il_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_9f849221.iso](https://drive.massgrave.dev/he-il_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_9f849221.iso) |
|
||||||
| Croatian | x64 | [hr-hr_windows_11_business_editions_version_24h2_x64_dvd_6e4839cc.iso](https://drive.massgrave.dev/hr-hr_windows_11_business_editions_version_24h2_x64_dvd_6e4839cc.iso) |
|
| Croatian | x64 | [hr-hr_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_0cdb4cc3.iso](https://drive.massgrave.dev/hr-hr_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_0cdb4cc3.iso) |
|
||||||
| Hungarian | x64 | [hu-hu_windows_11_business_editions_version_24h2_x64_dvd_aed71101.iso](https://drive.massgrave.dev/hu-hu_windows_11_business_editions_version_24h2_x64_dvd_aed71101.iso) |
|
| Hungarian | x64 | [hu-hu_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_335003c6.iso](https://drive.massgrave.dev/hu-hu_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_335003c6.iso) |
|
||||||
| Italian | x64 | [it-it_windows_11_business_editions_version_24h2_x64_dvd_5552c3a1.iso](https://drive.massgrave.dev/it-it_windows_11_business_editions_version_24h2_x64_dvd_5552c3a1.iso) |
|
| Italian | x64 | [it-it_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_ceebfda0.iso](https://drive.massgrave.dev/it-it_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_ceebfda0.iso) |
|
||||||
| Japanese | x64 | [ja-jp_windows_11_business_editions_version_24h2_x64_dvd_7fdb7541.iso](https://drive.massgrave.dev/ja-jp_windows_11_business_editions_version_24h2_x64_dvd_7fdb7541.iso) |
|
| Japanese | x64 | [ja-jp_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_27277877.iso](https://drive.massgrave.dev/ja-jp_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_27277877.iso) |
|
||||||
| Korean | x64 | [ko-kr_windows_11_business_editions_version_24h2_x64_dvd_646bb9fc.iso](https://drive.massgrave.dev/ko-kr_windows_11_business_editions_version_24h2_x64_dvd_646bb9fc.iso) |
|
| Korean | x64 | [ko-kr_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_b9db4148.iso](https://drive.massgrave.dev/ko-kr_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_b9db4148.iso) |
|
||||||
| Lithuanian | x64 | [lt-lt_windows_11_business_editions_version_24h2_x64_dvd_54d6d7e2.iso](https://drive.massgrave.dev/lt-lt_windows_11_business_editions_version_24h2_x64_dvd_54d6d7e2.iso) |
|
| Lithuanian | x64 | [lt-lt_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_927668de.iso](https://drive.massgrave.dev/lt-lt_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_927668de.iso) |
|
||||||
| Latvian | x64 | [lv-lv_windows_11_business_editions_version_24h2_x64_dvd_acee0541.iso](https://drive.massgrave.dev/lv-lv_windows_11_business_editions_version_24h2_x64_dvd_acee0541.iso) |
|
| Latvian | x64 | [lv-lv_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_e43b50bb.iso](https://drive.massgrave.dev/lv-lv_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_e43b50bb.iso) |
|
||||||
| Norwegian-Bokmal | x64 | [nb-no_windows_11_business_editions_version_24h2_x64_dvd_78f22960.iso](https://drive.massgrave.dev/nb-no_windows_11_business_editions_version_24h2_x64_dvd_78f22960.iso) |
|
| Norwegian-Bokmal | x64 | [nb-no_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_bb0c5963.iso](https://drive.massgrave.dev/nb-no_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_bb0c5963.iso) |
|
||||||
| Dutch-Netherlands | x64 | [nl-nl_windows_11_business_editions_version_24h2_x64_dvd_0719b251.iso](https://drive.massgrave.dev/nl-nl_windows_11_business_editions_version_24h2_x64_dvd_0719b251.iso) |
|
| Dutch-Netherlands | x64 | [nl-nl_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_ae381aff.iso](https://drive.massgrave.dev/nl-nl_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_ae381aff.iso) |
|
||||||
| Polish | x64 | [pl-pl_windows_11_business_editions_version_24h2_x64_dvd_1a183794.iso](https://drive.massgrave.dev/pl-pl_windows_11_business_editions_version_24h2_x64_dvd_1a183794.iso) |
|
| Polish | x64 | [pl-pl_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_5981d4f3.iso](https://drive.massgrave.dev/pl-pl_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_5981d4f3.iso) |
|
||||||
| Portuguese-Brazil | x64 | [pt-br_windows_11_business_editions_version_24h2_x64_dvd_ecc90645.iso](https://drive.massgrave.dev/pt-br_windows_11_business_editions_version_24h2_x64_dvd_ecc90645.iso) |
|
| Portuguese-Brazil | x64 | [pt-br_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_930fbe7c.iso](https://drive.massgrave.dev/pt-br_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_930fbe7c.iso) |
|
||||||
| Portuguese-Portugal | x64 | [pt-pt_windows_11_business_editions_version_24h2_x64_dvd_e7bf77a1.iso](https://drive.massgrave.dev/pt-pt_windows_11_business_editions_version_24h2_x64_dvd_e7bf77a1.iso) |
|
| Portuguese-Portugal | x64 | [pt-pt_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_dcbbb636.iso](https://drive.massgrave.dev/pt-pt_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_dcbbb636.iso) |
|
||||||
| Romanian | x64 | [ro-ro_windows_11_business_editions_version_24h2_x64_dvd_9adc8d7b.iso](https://drive.massgrave.dev/ro-ro_windows_11_business_editions_version_24h2_x64_dvd_9adc8d7b.iso) |
|
| Romanian | x64 | [ro-ro_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_929e8f9f.iso](https://drive.massgrave.dev/ro-ro_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_929e8f9f.iso) |
|
||||||
| Russian | x64 | [ru-ru_windows_11_business_editions_version_24h2_x64_dvd_f9b9b5d6.iso](https://drive.massgrave.dev/ru-ru_windows_11_business_editions_version_24h2_x64_dvd_f9b9b5d6.iso) |
|
| Russian | x64 | [ru-ru_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_10107e4b.iso](https://drive.massgrave.dev/ru-ru_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_10107e4b.iso) |
|
||||||
| Slovak | x64 | [sk-sk_windows_11_business_editions_version_24h2_x64_dvd_1a91433b.iso](https://drive.massgrave.dev/sk-sk_windows_11_business_editions_version_24h2_x64_dvd_1a91433b.iso) |
|
| Slovak | x64 | [sk-sk_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_4443db41.iso](https://drive.massgrave.dev/sk-sk_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_4443db41.iso) |
|
||||||
| Slovenian | x64 | [sl-si_windows_11_business_editions_version_24h2_x64_dvd_0b79bd14.iso](https://drive.massgrave.dev/sl-si_windows_11_business_editions_version_24h2_x64_dvd_0b79bd14.iso) |
|
| Slovenian | x64 | [sl-si_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_f8f1c4b6.iso](https://drive.massgrave.dev/sl-si_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_f8f1c4b6.iso) |
|
||||||
| Serbian-Latin | x64 | [sr-latn-rs_windows_11_business_editions_version_24h2_x64_dvd_8a4b35b5.iso](https://drive.massgrave.dev/sr-latn-rs_windows_11_business_editions_version_24h2_x64_dvd_8a4b35b5.iso) |
|
| Serbian-Latin | x64 | [sr-latn-rs_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_381897cb.iso](https://drive.massgrave.dev/sr-latn-rs_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_381897cb.iso) |
|
||||||
| Swedish | x64 | [sv-se_windows_11_business_editions_version_24h2_x64_dvd_55ad9818.iso](https://drive.massgrave.dev/sv-se_windows_11_business_editions_version_24h2_x64_dvd_55ad9818.iso) |
|
| Swedish | x64 | [sv-se_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_1d9278d5.iso](https://drive.massgrave.dev/sv-se_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_1d9278d5.iso) |
|
||||||
| Thai | x64 | [th-th_windows_11_business_editions_version_24h2_x64_dvd_a2a350c3.iso](https://drive.massgrave.dev/th-th_windows_11_business_editions_version_24h2_x64_dvd_a2a350c3.iso) |
|
| Thai | x64 | [th-th_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_7ab44fc7.iso](https://drive.massgrave.dev/th-th_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_7ab44fc7.iso) |
|
||||||
| Turkish | x64 | [tr-tr_windows_11_business_editions_version_24h2_x64_dvd_f35a9f1b.iso](https://drive.massgrave.dev/tr-tr_windows_11_business_editions_version_24h2_x64_dvd_f35a9f1b.iso) |
|
| Turkish | x64 | [tr-tr_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_22d3ebe8.iso](https://drive.massgrave.dev/tr-tr_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_22d3ebe8.iso) |
|
||||||
| Ukranian | x64 | [uk-ua_windows_11_business_editions_version_24h2_x64_dvd_38ff1d1d.iso](https://drive.massgrave.dev/uk-ua_windows_11_business_editions_version_24h2_x64_dvd_38ff1d1d.iso) |
|
| Ukranian | x64 | [uk-ua_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_27db5734.iso](https://drive.massgrave.dev/uk-ua_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_27db5734.iso) |
|
||||||
| Chinese-Simplified | x64 | [zh-cn_windows_11_business_editions_version_24h2_x64_dvd_5f9e5858.iso](https://drive.massgrave.dev/zh-cn_windows_11_business_editions_version_24h2_x64_dvd_5f9e5858.iso) |
|
| Chinese-Simplified | x64 | [zh-cn_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_3a591782.iso](https://drive.massgrave.dev/zh-cn_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_3a591782.iso) |
|
||||||
| Chinese-Taiwan | x64 | [zh-tw_windows_11_business_editions_version_24h2_x64_dvd_a9b30de5.iso](https://drive.massgrave.dev/zh-tw_windows_11_business_editions_version_24h2_x64_dvd_a9b30de5.iso) |
|
| Chinese-Traditional | x64 | [zh-tw_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_a14a8cdf.iso](https://drive.massgrave.dev/zh-tw_windows_11_business_editions_version_24h2_updated_june_2025_x64_dvd_a14a8cdf.iso) |
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -113,13 +164,14 @@ Check [here](windows_ltsc_links.md).
|
|||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
||||||
<TabItem value="Old Versions" label="Old Versions" default>
|
<TabItem value="Other Versions" label="Other Versions" default>
|
||||||
|
|
||||||
**Old Versions**
|
**Other Versions**
|
||||||
|
|
||||||
1) https://os.click/
|
- [MVS Bot](https://discord.gg/FajfGaH3nD)
|
||||||
OR
|
- https://os.click/
|
||||||
2) Download the [Official Microsoft ESD file](https://worproject.com/esd) and [ESD>ISO Converter](https://github.com/abbodi1406/WHD/raw/master/scripts/esd-decrypter-wimlib-65.7z) by [abbodi1406](https://forums.mydigitallife.net/threads/abbodi1406s-batch-scripts-repo.74197/),
|
- https://files.rg-adguard.net/version/f0bd8307-d897-ef77-dbd6-216fefbe94c5
|
||||||
|
- Download the [Official Microsoft ESD file](https://worproject.com/esd) and [ESD>ISO Converter](https://github.com/abbodi1406/WHD/raw/master/scripts/esd-decrypter-wimlib-65.7z) by [abbodi1406](https://forums.mydigitallife.net/threads/abbodi1406s-batch-scripts-repo.74197/),
|
||||||
- Put the ESD file beside `decrypt.cmd` and run that script.
|
- Put the ESD file beside `decrypt.cmd` and run that script.
|
||||||
- It will create the ISO file.
|
- It will create the ISO file.
|
||||||
- This process is same as how Official MCT tool creates Windows 10 and 11 ISOs.
|
- This process is same as how Official MCT tool creates Windows 10 and 11 ISOs.
|
||||||
@ -137,48 +189,48 @@ OR
|
|||||||
<details>
|
<details>
|
||||||
<summary>Windows 11 Consumer 23H2</summary>
|
<summary>Windows 11 Consumer 23H2</summary>
|
||||||
|
|
||||||
Build - 22631.4460 (Nov-2024)
|
Build - 22631.5472 (June 2025)
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| Language | Arch | Link |
|
||||||
|:-----------------------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:-----------------------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| Arabic | x64 | [ar-sa_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/ar-sa_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Arabic | x64 | [ar-sa_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/ar-sa_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Bulgarian | x64 | [bg-bg_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/bg-bg_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Bulgarian | x64 | [bg-bg_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/bg-bg_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Czech | x64 | [cs-cz_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/cs-cz_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Czech | x64 | [cs-cz_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/cs-cz_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Danish | x64 | [da-dk_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/da-dk_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Danish | x64 | [da-dk_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/da-dk_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| German | x64 | [de-de_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/de-de_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| German | x64 | [de-de_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/de-de_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Greek | x64 | [el-gr_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/el-gr_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Greek | x64 | [el-gr_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/el-gr_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| English-United Kingdom | x64 | [en-gb_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/en-gb_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| English-United Kingdom | x64 | [en-gb_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/en-gb_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| English | x64 | [en-us_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/en-us_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| English | x64 | [en-us_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/en-us_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Spanish | x64 | [es-es_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/es-es_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Spanish | x64 | [es-es_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/es-es_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Spanish-Mexico | x64 | [es-mx_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/es-mx_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Spanish-Mexico | x64 | [es-mx_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/es-mx_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Estonian | x64 | [et-ee_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/et-ee_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Estonian | x64 | [et-ee_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/et-ee_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Finnish | x64 | [fi-fi_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/fi-fi_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Finnish | x64 | [fi-fi_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/fi-fi_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| French-Canada | x64 | [fr-ca_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/fr-ca_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| French-Canada | x64 | [fr-ca_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/fr-ca_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| French | x64 | [fr-fr_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/fr-fr_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| French | x64 | [fr-fr_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/fr-fr_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Hebrew | x64 | [he-il_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/he-il_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Hebrew | x64 | [he-il_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/he-il_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Croatian | x64 | [hr-hr_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/hr-hr_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Croatian | x64 | [hr-hr_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/hr-hr_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Hungarian | x64 | [hu-hu_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/hu-hu_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Hungarian | x64 | [hu-hu_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/hu-hu_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Italian | x64 | [it-it_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/it-it_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Italian | x64 | [it-it_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/it-it_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Japanese | x64 | [ja-jp_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/ja-jp_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Japanese | x64 | [ja-jp_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/ja-jp_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Korean | x64 | [ko-kr_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/ko-kr_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Korean | x64 | [ko-kr_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/ko-kr_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Lithuanian | x64 | [lt-lt_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/lt-lt_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Lithuanian | x64 | [lt-lt_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/lt-lt_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Latvian | x64 | [lv-lv_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/lv-lv_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Latvian | x64 | [lv-lv_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/lv-lv_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Norwegian-Bokmal | x64 | [nb-no_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/nb-no_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Norwegian-Bokmal | x64 | [nb-no_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/nb-no_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Dutch-Netherlands | x64 | [nl-nl_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/nl-nl_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Dutch-Netherlands | x64 | [nl-nl_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/nl-nl_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Polish | x64 | [pl-pl_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/pl-pl_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Polish | x64 | [pl-pl_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/pl-pl_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Portuguese-Brazil | x64 | [pt-br_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/pt-br_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Portuguese-Brazil | x64 | [pt-br_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/pt-br_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Portuguese-Portugal | x64 | [pt-pt_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/pt-pt_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Portuguese-Portugal | x64 | [pt-pt_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/pt-pt_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Romanian | x64 | [ro-ro_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/ro-ro_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Romanian | x64 | [ro-ro_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/ro-ro_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Russian | x64 | [ru-ru_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/ru-ru_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Russian | x64 | [ru-ru_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/ru-ru_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Slovak | x64 | [sk-sk_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/sk-sk_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Slovak | x64 | [sk-sk_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/sk-sk_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Slovenian | x64 | [sl-si_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/sl-si_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Slovenian | x64 | [sl-si_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/sl-si_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Serbian-Latin | x64 | [sr-latn-rs_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/sr-latn-rs_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Serbian-Latin | x64 | [sr-latn-rs_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/sr-latn-rs_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Swedish | x64 | [sv-se_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/sv-se_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Swedish | x64 | [sv-se_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/sv-se_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Thai | x64 | [th-th_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/th-th_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Thai | x64 | [th-th_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/th-th_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Turkish | x64 | [tr-tr_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/tr-tr_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Turkish | x64 | [tr-tr_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/tr-tr_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Ukranian | x64 | [uk-ua_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/uk-ua_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Ukranian | x64 | [uk-ua_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/uk-ua_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Chinese-Simplified | x64 | [zh-cn_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/zh-cn_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Chinese-Simplified | x64 | [zh-cn_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/zh-cn_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
| Chinese-Taiwan | x64 | [zh-tw_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso](https://drive.massgrave.dev/zh-tw_windows_11_consumer_editions_version_23h2_updated_nov_2024_x64_dvd_212bfc41.iso) |
|
| Chinese-Traditional | x64 | [zh-tw_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso](https://drive.massgrave.dev/zh-tw_windows_11_consumer_editions_version_23h2_updated_june_2025_x64_dvd_90f58599.iso) |
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
@ -190,48 +242,48 @@ Build - 22631.4460 (Nov-2024)
|
|||||||
|
|
||||||
**Windows 11 Business 23H2**
|
**Windows 11 Business 23H2**
|
||||||
|
|
||||||
Build - 22631.4460 (Nov-2024)
|
Build - 22631.5472 (June 2025)
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| Language | Arch | Link |
|
||||||
|:-----------------------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:-----------------------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| Arabic | x64 | [ar-sa_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_5f0b4c92.iso](https://drive.massgrave.dev/ar-sa_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_5f0b4c92.iso) |
|
| Arabic | x64 | [ar-sa_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_b86a77c0.iso](https://drive.massgrave.dev/ar-sa_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_b86a77c0.iso) |
|
||||||
| Bulgarian | x64 | [bg-bg_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_36c9aa2e.iso](https://drive.massgrave.dev/bg-bg_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_36c9aa2e.iso) |
|
| Bulgarian | x64 | [bg-bg_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_390623b6.iso](https://drive.massgrave.dev/bg-bg_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_390623b6.iso) |
|
||||||
| Czech | x64 | [cs-cz_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_9086a55a.iso](https://drive.massgrave.dev/cs-cz_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_9086a55a.iso) |
|
| Czech | x64 | [cs-cz_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_0142de0a.iso](https://drive.massgrave.dev/cs-cz_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_0142de0a.iso) |
|
||||||
| Danish | x64 | [da-dk_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_5b7b7674.iso](https://drive.massgrave.dev/da-dk_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_5b7b7674.iso) |
|
| Danish | x64 | [da-dk_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_26bd2511.iso](https://drive.massgrave.dev/da-dk_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_26bd2511.iso) |
|
||||||
| German | x64 | [de-de_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_ef9f7ed6.iso](https://drive.massgrave.dev/de-de_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_ef9f7ed6.iso) |
|
| German | x64 | [de-de_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_9f708406.iso](https://drive.massgrave.dev/de-de_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_9f708406.iso) |
|
||||||
| Greek | x64 | [el-gr_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_c11fd5e1.iso](https://drive.massgrave.dev/el-gr_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_c11fd5e1.iso) |
|
| Greek | x64 | [el-gr_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_78da123b.iso](https://drive.massgrave.dev/el-gr_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_78da123b.iso) |
|
||||||
| English-United Kingdom | x64 | [en-gb_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_67c8a926.iso](https://drive.massgrave.dev/en-gb_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_67c8a926.iso) |
|
| English-United Kingdom | x64 | [en-gb_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_aea9cf4a.iso](https://drive.massgrave.dev/en-gb_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_aea9cf4a.iso) |
|
||||||
| English | x64 | [en-us_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_834cd662.iso](https://drive.massgrave.dev/en-us_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_834cd662.iso) |
|
| English | x64 | [en-us_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_480ea244.iso](https://drive.massgrave.dev/en-us_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_480ea244.iso) |
|
||||||
| Spanish | x64 | [es-es_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_991115e0.iso](https://drive.massgrave.dev/es-es_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_991115e0.iso) |
|
| Spanish | x64 | [es-es_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_20be75fc.iso](https://drive.massgrave.dev/es-es_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_20be75fc.iso) |
|
||||||
| Spanish-Mexico | x64 | [es-mx_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_41c29997.iso](https://drive.massgrave.dev/es-mx_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_41c29997.iso) |
|
| Spanish-Mexico | x64 | [es-mx_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_879cdfd9.iso](https://drive.massgrave.dev/es-mx_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_879cdfd9.iso) |
|
||||||
| Estonian | x64 | [et-ee_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_8d223731.iso](https://drive.massgrave.dev/et-ee_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_8d223731.iso) |
|
| Estonian | x64 | [et-ee_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_34fdc0bd.iso](https://drive.massgrave.dev/et-ee_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_34fdc0bd.iso) |
|
||||||
| Finnish | x64 | [fi-fi_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_c99e212e.iso](https://drive.massgrave.dev/fi-fi_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_c99e212e.iso) |
|
| Finnish | x64 | [fi-fi_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_c080ac39.iso](https://drive.massgrave.dev/fi-fi_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_c080ac39.iso) |
|
||||||
| French-Canada | x64 | [fr-ca_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_9adfad08.iso](https://drive.massgrave.dev/fr-ca_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_9adfad08.iso) |
|
| French-Canada | x64 | [fr-ca_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_f63030be.iso](https://drive.massgrave.dev/fr-ca_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_f63030be.iso) |
|
||||||
| French | x64 | [fr-fr_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_5589113d.iso](https://drive.massgrave.dev/fr-fr_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_5589113d.iso) |
|
| French | x64 | [fr-fr_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_8b03ead5.iso](https://drive.massgrave.dev/fr-fr_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_8b03ead5.iso) |
|
||||||
| Hebrew | x64 | [he-il_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_e695b18a.iso](https://drive.massgrave.dev/he-il_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_e695b18a.iso) |
|
| Hebrew | x64 | [he-il_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_85a98305.iso](https://drive.massgrave.dev/he-il_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_85a98305.iso) |
|
||||||
| Croatian | x64 | [hr-hr_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_0809116a.iso](https://drive.massgrave.dev/hr-hr_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_0809116a.iso) |
|
| Croatian | x64 | [hr-hr_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_3a35b057.iso](https://drive.massgrave.dev/hr-hr_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_3a35b057.iso) |
|
||||||
| Hungarian | x64 | [hu-hu_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_4de9c8ab.iso](https://drive.massgrave.dev/hu-hu_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_4de9c8ab.iso) |
|
| Hungarian | x64 | [hu-hu_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_87b685b5.iso](https://drive.massgrave.dev/hu-hu_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_87b685b5.iso) |
|
||||||
| Italian | x64 | [it-it_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_84dc2adb.iso](https://drive.massgrave.dev/it-it_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_84dc2adb.iso) |
|
| Italian | x64 | [it-it_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_70403ca4.iso](https://drive.massgrave.dev/it-it_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_70403ca4.iso) |
|
||||||
| Japanese | x64 | [ja-jp_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_83904099.iso](https://drive.massgrave.dev/ja-jp_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_83904099.iso) |
|
| Japanese | x64 | [ja-jp_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_7b8c200e.iso](https://drive.massgrave.dev/ja-jp_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_7b8c200e.iso) |
|
||||||
| Korean | x64 | [ko-kr_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_05a572d0.iso](https://drive.massgrave.dev/ko-kr_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_05a572d0.iso) |
|
| Korean | x64 | [ko-kr_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_b4751f2c.iso](https://drive.massgrave.dev/ko-kr_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_b4751f2c.iso) |
|
||||||
| Lithuanian | x64 | [lt-lt_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_5bd82f0a.iso](https://drive.massgrave.dev/lt-lt_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_5bd82f0a.iso) |
|
| Lithuanian | x64 | [lt-lt_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_1ba7ee57.iso](https://drive.massgrave.dev/lt-lt_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_1ba7ee57.iso) |
|
||||||
| Latvian | x64 | [lv-lv_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_47522010.iso](https://drive.massgrave.dev/lv-lv_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_47522010.iso) |
|
| Latvian | x64 | [lv-lv_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_3a0c0068.iso](https://drive.massgrave.dev/lv-lv_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_3a0c0068.iso) |
|
||||||
| Norwegian-Bokmal | x64 | [nb-no_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_b47bca07.iso](https://drive.massgrave.dev/nb-no_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_b47bca07.iso) |
|
| Norwegian-Bokmal | x64 | [nb-no_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_c47448a8.iso](https://drive.massgrave.dev/nb-no_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_c47448a8.iso) |
|
||||||
| Dutch-Netherlands | x64 | [nl-nl_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_636a5b22.iso](https://drive.massgrave.dev/nl-nl_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_636a5b22.iso) |
|
| Dutch-Netherlands | x64 | [nl-nl_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_bc54b158.iso](https://drive.massgrave.dev/nl-nl_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_bc54b158.iso) |
|
||||||
| Polish | x64 | [pl-pl_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_ca89ea50.iso](https://drive.massgrave.dev/pl-pl_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_ca89ea50.iso) |
|
| Polish | x64 | [pl-pl_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_1edeaaf9.iso](https://drive.massgrave.dev/pl-pl_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_1edeaaf9.iso) |
|
||||||
| Portuguese-Brazil | x64 | [pt-br_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_3e27adad.iso](https://drive.massgrave.dev/pt-br_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_3e27adad.iso) |
|
| Portuguese-Brazil | x64 | [pt-br_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_c59d9955.iso](https://drive.massgrave.dev/pt-br_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_c59d9955.iso) |
|
||||||
| Portuguese-Portugal | x64 | [pt-pt_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_f850e595.iso](https://drive.massgrave.dev/pt-pt_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_f850e595.iso) |
|
| Portuguese-Portugal | x64 | [pt-pt_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_eff8f29e.iso](https://drive.massgrave.dev/pt-pt_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_eff8f29e.iso) |
|
||||||
| Romanian | x64 | [ro-ro_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_77385d1e.iso](https://drive.massgrave.dev/ro-ro_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_77385d1e.iso) |
|
| Romanian | x64 | [ro-ro_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_8dc3450e.iso](https://drive.massgrave.dev/ro-ro_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_8dc3450e.iso) |
|
||||||
| Russian | x64 | [ru-ru_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_444e600f.iso](https://drive.massgrave.dev/ru-ru_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_444e600f.iso) |
|
| Russian | x64 | [ru-ru_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_3394c5b7.iso](https://drive.massgrave.dev/ru-ru_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_3394c5b7.iso) |
|
||||||
| Slovak | x64 | [sk-sk_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_11513d7c.iso](https://drive.massgrave.dev/sk-sk_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_11513d7c.iso) |
|
| Slovak | x64 | [sk-sk_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_ca808ad7.iso](https://drive.massgrave.dev/sk-sk_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_ca808ad7.iso) |
|
||||||
| Slovenian | x64 | [sl-si_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_26ccd333.iso](https://drive.massgrave.dev/sl-si_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_26ccd333.iso) |
|
| Slovenian | x64 | [sl-si_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_30ced135.iso](https://drive.massgrave.dev/sl-si_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_30ced135.iso) |
|
||||||
| Serbian-Latin | x64 | [sr-latn-rs_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_22663230.iso](https://drive.massgrave.dev/sr-latn-rs_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_22663230.iso) |
|
| Serbian-Latin | x64 | [sr-latn-rs_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_35e9cdaf.iso](https://drive.massgrave.dev/sr-latn-rs_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_35e9cdaf.iso) |
|
||||||
| Swedish | x64 | [sv-se_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_8886e463.iso](https://drive.massgrave.dev/sv-se_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_8886e463.iso) |
|
| Swedish | x64 | [sv-se_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_2f768d54.iso](https://drive.massgrave.dev/sv-se_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_2f768d54.iso) |
|
||||||
| Thai | x64 | [th-th_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_eff1bd7f.iso](https://drive.massgrave.dev/th-th_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_eff1bd7f.iso) |
|
| Thai | x64 | [th-th_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_ddec6b7e.iso](https://drive.massgrave.dev/th-th_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_ddec6b7e.iso) |
|
||||||
| Turkish | x64 | [tr-tr_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_4b61b22a.iso](https://drive.massgrave.dev/tr-tr_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_4b61b22a.iso) |
|
| Turkish | x64 | [tr-tr_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_b87c3af6.iso](https://drive.massgrave.dev/tr-tr_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_b87c3af6.iso) |
|
||||||
| Ukranian | x64 | [uk-ua_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_2dc56f1f.iso](https://drive.massgrave.dev/uk-ua_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_2dc56f1f.iso) |
|
| Ukranian | x64 | [uk-ua_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_fece084b.iso](https://drive.massgrave.dev/uk-ua_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_fece084b.iso) |
|
||||||
| Chinese-Simplified | x64 | [zh-cn_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_1ad3af49.iso](https://drive.massgrave.dev/zh-cn_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_1ad3af49.iso) |
|
| Chinese-Simplified | x64 | [zh-cn_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_116d998d.iso](https://drive.massgrave.dev/zh-cn_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_116d998d.iso) |
|
||||||
| Chinese-Taiwan | x64 | [zh-tw_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_285d4825.iso](https://drive.massgrave.dev/zh-tw_windows_11_business_editions_version_23h2_updated_nov_2024_x64_dvd_285d4825.iso) |
|
| Chinese-Traditional | x64 | [zh-tw_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_aabadb03.iso](https://drive.massgrave.dev/zh-tw_windows_11_business_editions_version_23h2_updated_june_2025_x64_dvd_aabadb03.iso) |
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -243,9 +295,9 @@ Build - 22631.4460 (Nov-2024)
|
|||||||
**(Not LTSC)**
|
**(Not LTSC)**
|
||||||
Build - 22631.2428 (31-Oct-2023) (This ISO file is not updated every month)
|
Build - 22631.2428 (31-Oct-2023) (This ISO file is not updated every month)
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| Language | Arch | Link |
|
||||||
|:---------|:------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:---------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| English | x64 | [en-us_windows_11_iot_enterprise_version_23h2_x64_dvd_fb37549c.iso](https://drive.massgrave.dev/en-us_windows_11_iot_enterprise_version_23h2_x64_dvd_fb37549c.iso) |
|
| English | x64 | [en-us_windows_11_iot_enterprise_version_23h2_x64_dvd_fb37549c.iso](https://drive.massgrave.dev/en-us_windows_11_iot_enterprise_version_23h2_x64_dvd_fb37549c.iso) |
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -4,193 +4,24 @@ All download links lead to genuine files only.
|
|||||||
|
|
||||||
- [FAQ](genuine-installation-media.md#faq)
|
- [FAQ](genuine-installation-media.md#faq)
|
||||||
- **You can permanently activate Windows 7 with TSforge option in MAS.**
|
- **You can permanently activate Windows 7 with TSforge option in MAS.**
|
||||||
- Pro and Ultimate ISO's also contains other editions such as, Starter, Home Basic, Home Premium, Pro, Ultimate but by default they don't appear while installing Windows. You can easily choose any of them while installing and for that you need to delete or edit `sources\ei.cfg` file in the ISO.
|
- Ultimate, Professional, Home Premium, Home Basic and Starter ISOs contain all editions except Enterprise but by default they don't appear while installing Windows. You can easily choose any of them while installing and for that you need to delete or edit `sources\ei.cfg` file in the bootable USB or ISO.
|
||||||
- To get latest updates on Windows 7 install, you can use [Simplix Pack](https://blog-simplix-info.translate.goog/updatepack7r2/?_x_tr_sl=ru&_x_tr_tl=en&_x_tr_hl=nl&_x_tr_pto=sc) or activate ESU with TSforge option in MAS.
|
- To get latest updates on Windows 7 install, you can use [Simplix Pack](https://blog-simplix-info.translate.goog/updatepack7r2/?_x_tr_sl=ru&_x_tr_tl=en&_x_tr_hl=nl&_x_tr_pto=sc) or activate ESU with TSforge option in MAS.
|
||||||
- Windows Embedded POSReady 7 ISO is available in English language only. You need to use language pack for other languages.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## Download Links
|
## Download Links
|
||||||
|
|
||||||
|
**Windows 7 SP1**
|
||||||
|
**Build - 7601.17514**
|
||||||
|
|
||||||
import Tabs from '@theme/Tabs';
|
import Tabs from '@theme/Tabs';
|
||||||
import TabItem from '@theme/TabItem';
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
<Tabs>
|
<Tabs>
|
||||||
|
<TabItem value="Windows 7 Ultimate SP1" label="Windows 7 Ultimate SP1 ❤️" default>
|
||||||
<TabItem value="Windows 7 Professional SP1" label="Windows 7 Professional SP1" default>
|
|
||||||
|
|
||||||
**Windows 7 Professional SP1**
|
|
||||||
|
|
||||||
(Build - 7601.17514)
|
|
||||||
|
|
||||||
| Language | Arch | Link |
|
|
||||||
|:----------------------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
||||||
| Arabic | x64 | [ar_windows_7_professional_with_sp1_x64_dvd_u_676943.iso](https://drive.massgrave.dev/ar_windows_7_professional_with_sp1_x64_dvd_u_676943.iso) |
|
|
||||||
| Arabic | x86 | [ar_windows_7_professional_with_sp1_x86_dvd_u_677052.iso](https://drive.massgrave.dev/ar_windows_7_professional_with_sp1_x86_dvd_u_677052.iso) |
|
|
||||||
| Bulgarian | x64 | [bg_windows_7_professional_with_sp1_x64_dvd_u_676949.iso](https://drive.massgrave.dev/bg_windows_7_professional_with_sp1_x64_dvd_u_676949.iso) |
|
|
||||||
| Bulgarian | x86 | [bg_windows_7_professional_with_sp1_x86_dvd_u_677065.iso](https://drive.massgrave.dev/bg_windows_7_professional_with_sp1_x86_dvd_u_677065.iso) |
|
|
||||||
| Chinese-Simplified | x64 | [cn_windows_7_professional_with_sp1_x64_dvd_u_677031.iso](https://drive.massgrave.dev/cn_windows_7_professional_with_sp1_x64_dvd_u_677031.iso) |
|
|
||||||
| Chinese-Simplified | x86 | [cn_windows_7_professional_with_sp1_x86_dvd_u_677162.iso](https://drive.massgrave.dev/cn_windows_7_professional_with_sp1_x86_dvd_u_677162.iso) |
|
|
||||||
| Czech | x64 | [cs_windows_7_professional_with_sp1_x64_dvd_u_676956.iso](https://drive.massgrave.dev/cs_windows_7_professional_with_sp1_x64_dvd_u_676956.iso) |
|
|
||||||
| Czech | x86 | [cs_windows_7_professional_with_sp1_x86_dvd_u_677077.iso](https://drive.massgrave.dev/cs_windows_7_professional_with_sp1_x86_dvd_u_677077.iso) |
|
|
||||||
| Danish | x64 | [da_windows_7_professional_with_sp1_x64_dvd_u_676906.iso](https://drive.massgrave.dev/da_windows_7_professional_with_sp1_x64_dvd_u_676906.iso) |
|
|
||||||
| Danish | x86 | [da_windows_7_professional_with_sp1_x86_dvd_u_677086.iso](https://drive.massgrave.dev/da_windows_7_professional_with_sp1_x86_dvd_u_677086.iso) |
|
|
||||||
| German | x64 | [de_windows_7_professional_with_sp1_x64_dvd_u_676919.iso](https://drive.massgrave.dev/de_windows_7_professional_with_sp1_x64_dvd_u_676919.iso) |
|
|
||||||
| German | x86 | [de_windows_7_professional_with_sp1_x86_dvd_u_677093.iso](https://drive.massgrave.dev/de_windows_7_professional_with_sp1_x86_dvd_u_677093.iso) |
|
|
||||||
| Greek | x64 | [el_windows_7_professional_with_sp1_x64_dvd_u_676931.iso](https://drive.massgrave.dev/el_windows_7_professional_with_sp1_x64_dvd_u_676931.iso) |
|
|
||||||
| Greek | x86 | [el_windows_7_professional_with_sp1_x86_dvd_u_677044.iso](https://drive.massgrave.dev/el_windows_7_professional_with_sp1_x86_dvd_u_677044.iso) |
|
|
||||||
| English | x64 | [en_windows_7_professional_with_sp1_x64_dvd_u_676939.iso](https://drive.massgrave.dev/en_windows_7_professional_with_sp1_x64_dvd_u_676939.iso) |
|
|
||||||
| English | x86 | [en_windows_7_professional_with_sp1_x86_dvd_u_677056.iso](https://drive.massgrave.dev/en_windows_7_professional_with_sp1_x86_dvd_u_677056.iso) |
|
|
||||||
| Spanish | x64 | [es_windows_7_professional_with_sp1_x64_dvd_u_676947.iso](https://drive.massgrave.dev/es_windows_7_professional_with_sp1_x64_dvd_u_676947.iso) |
|
|
||||||
| Spanish | x86 | [es_windows_7_professional_with_sp1_x86_dvd_u_677069.iso](https://drive.massgrave.dev/es_windows_7_professional_with_sp1_x86_dvd_u_677069.iso) |
|
|
||||||
| Estonian | x64 | [et_windows_7_professional_with_sp1_x64_dvd_u_676954.iso](https://drive.massgrave.dev/et_windows_7_professional_with_sp1_x64_dvd_u_676954.iso) |
|
|
||||||
| Estonian | x86 | [et_windows_7_professional_with_sp1_x86_dvd_u_677079.iso](https://drive.massgrave.dev/et_windows_7_professional_with_sp1_x86_dvd_u_677079.iso) |
|
|
||||||
| Finnish | x64 | [fi_windows_7_professional_with_sp1_x64_dvd_u_676958.iso](https://drive.massgrave.dev/fi_windows_7_professional_with_sp1_x64_dvd_u_676958.iso) |
|
|
||||||
| Finnish | x86 | [fi_windows_7_professional_with_sp1_x86_dvd_u_677085.iso](https://drive.massgrave.dev/fi_windows_7_professional_with_sp1_x86_dvd_u_677085.iso) |
|
|
||||||
| French | x64 | [fr_windows_7_professional_with_sp1_x64_dvd_u_678724.iso](https://drive.massgrave.dev/fr_windows_7_professional_with_sp1_x64_dvd_u_678724.iso) |
|
|
||||||
| French | x86 | [fr_windows_7_professional_with_sp1_x86_dvd_u_677092.iso](https://drive.massgrave.dev/fr_windows_7_professional_with_sp1_x86_dvd_u_677092.iso) |
|
|
||||||
| Hebrew | x64 | [he_windows_7_professional_with_sp1_x64_dvd_u_676923.iso](https://drive.massgrave.dev/he_windows_7_professional_with_sp1_x64_dvd_u_676923.iso) |
|
|
||||||
| Hebrew | x86 | [he_windows_7_professional_with_sp1_x86_dvd_u_677055.iso](https://drive.massgrave.dev/he_windows_7_professional_with_sp1_x86_dvd_u_677055.iso) |
|
|
||||||
| Chinese-Hong Kong SAR | x64 | [hk_windows_7_professional_with_sp1_x64_dvd_u_677038.iso](https://drive.massgrave.dev/hk_windows_7_professional_with_sp1_x64_dvd_u_677038.iso) |
|
|
||||||
| Chinese-Hong Kong SAR | x86 | [hk_windows_7_professional_with_sp1_x86_dvd_u_677177.iso](https://drive.massgrave.dev/hk_windows_7_professional_with_sp1_x86_dvd_u_677177.iso) |
|
|
||||||
| Croatian | x64 | [hr_windows_7_professional_with_sp1_x64_dvd_u_676934.iso](https://drive.massgrave.dev/hr_windows_7_professional_with_sp1_x64_dvd_u_676934.iso) |
|
|
||||||
| Croatian | x86 | [hr_windows_7_professional_with_sp1_x86_dvd_u_677068.iso](https://drive.massgrave.dev/hr_windows_7_professional_with_sp1_x86_dvd_u_677068.iso) |
|
|
||||||
| Hungarian | x64 | [hu_windows_7_professional_with_sp1_x64_dvd_u_676942.iso](https://drive.massgrave.dev/hu_windows_7_professional_with_sp1_x64_dvd_u_676942.iso) |
|
|
||||||
| Hungarian | x86 | [hu_windows_7_professional_with_sp1_x86_dvd_u_677080.iso](https://drive.massgrave.dev/hu_windows_7_professional_with_sp1_x86_dvd_u_677080.iso) |
|
|
||||||
| Italian | x64 | [it_windows_7_professional_with_sp1_x64_dvd_u_676945.iso](https://drive.massgrave.dev/it_windows_7_professional_with_sp1_x64_dvd_u_676945.iso) |
|
|
||||||
| Italian | x86 | [it_windows_7_professional_with_sp1_x86_dvd_u_677088.iso](https://drive.massgrave.dev/it_windows_7_professional_with_sp1_x86_dvd_u_677088.iso) |
|
|
||||||
| Japanese | x64 | [ja_windows_7_professional_with_sp1_x64_dvd_u_676951.iso](https://drive.massgrave.dev/ja_windows_7_professional_with_sp1_x64_dvd_u_676951.iso) |
|
|
||||||
| Japanese | x86 | [ja_windows_7_professional_with_sp1_x86_dvd_u_677095.iso](https://drive.massgrave.dev/ja_windows_7_professional_with_sp1_x86_dvd_u_677095.iso) |
|
|
||||||
| Korean | x64 | [ko_windows_7_professional_k_with_sp1_x64_dvd_u_677155.iso](https://drive.massgrave.dev/ko_windows_7_professional_k_with_sp1_x64_dvd_u_677155.iso) |
|
|
||||||
| Korean | x86 | [ko_windows_7_professional_k_with_sp1_x86_dvd_u_677184.iso](https://drive.massgrave.dev/ko_windows_7_professional_k_with_sp1_x86_dvd_u_677184.iso) |
|
|
||||||
| Lithuanian | x64 | [lt_windows_7_professional_with_sp1_x64_dvd_u_676955.iso](https://drive.massgrave.dev/lt_windows_7_professional_with_sp1_x64_dvd_u_676955.iso) |
|
|
||||||
| Lithuanian | x86 | [lt_windows_7_professional_with_sp1_x86_dvd_u_677053.iso](https://drive.massgrave.dev/lt_windows_7_professional_with_sp1_x86_dvd_u_677053.iso) |
|
|
||||||
| Latvian | x64 | [lv_windows_7_professional_with_sp1_x64_dvd_u_676917.iso](https://drive.massgrave.dev/lv_windows_7_professional_with_sp1_x64_dvd_u_676917.iso) |
|
|
||||||
| Latvian | x86 | [lv_windows_7_professional_with_sp1_x86_dvd_u_677067.iso](https://drive.massgrave.dev/lv_windows_7_professional_with_sp1_x86_dvd_u_677067.iso) |
|
|
||||||
| Dutch | x64 | [nl_windows_7_professional_with_sp1_x64_dvd_u_676937.iso](https://drive.massgrave.dev/nl_windows_7_professional_with_sp1_x64_dvd_u_676937.iso) |
|
|
||||||
| Dutch | x86 | [nl_windows_7_professional_with_sp1_x86_dvd_u_677087.iso](https://drive.massgrave.dev/nl_windows_7_professional_with_sp1_x86_dvd_u_677087.iso) |
|
|
||||||
| Norwegian | x64 | [no_windows_7_professional_with_sp1_x64_dvd_u_676929.iso](https://drive.massgrave.dev/no_windows_7_professional_with_sp1_x64_dvd_u_676929.iso) |
|
|
||||||
| Norwegian | x86 | [no_windows_7_professional_with_sp1_x86_dvd_u_677078.iso](https://drive.massgrave.dev/no_windows_7_professional_with_sp1_x86_dvd_u_677078.iso) |
|
|
||||||
| Polish | x64 | [pl_windows_7_professional_with_sp1_x64_dvd_u_676944.iso](https://drive.massgrave.dev/pl_windows_7_professional_with_sp1_x64_dvd_u_676944.iso) |
|
|
||||||
| Polish | x86 | [pl_windows_7_professional_with_sp1_x86_dvd_u_677091.iso](https://drive.massgrave.dev/pl_windows_7_professional_with_sp1_x86_dvd_u_677091.iso) |
|
|
||||||
| Portuguese-Portugal | x64 | [pp_windows_7_professional_with_sp1_x64_dvd_u_676953.iso](https://drive.massgrave.dev/pp_windows_7_professional_with_sp1_x64_dvd_u_676953.iso) |
|
|
||||||
| Portuguese-Portugal | x86 | [pp_windows_7_professional_with_sp1_x86_dvd_u_677062.iso](https://drive.massgrave.dev/pp_windows_7_professional_with_sp1_x86_dvd_u_677062.iso) |
|
|
||||||
| Portuguese-Brazil | x64 | [pt_windows_7_professional_with_sp1_x64_dvd_u_676950.iso](https://drive.massgrave.dev/pt_windows_7_professional_with_sp1_x64_dvd_u_676950.iso) |
|
|
||||||
| Portuguese-Brazil | x86 | [pt_windows_7_professional_with_sp1_x86_dvd_u_677096.iso](https://drive.massgrave.dev/pt_windows_7_professional_with_sp1_x86_dvd_u_677096.iso) |
|
|
||||||
| Romanian | x64 | [ro_windows_7_professional_with_sp1_x64_dvd_u_676957.iso](https://drive.massgrave.dev/ro_windows_7_professional_with_sp1_x64_dvd_u_676957.iso) |
|
|
||||||
| Romanian | x86 | [ro_windows_7_professional_with_sp1_x86_dvd_u_677074.iso](https://drive.massgrave.dev/ro_windows_7_professional_with_sp1_x86_dvd_u_677074.iso) |
|
|
||||||
| Russian | x64 | [ru_windows_7_professional_with_sp1_x64_dvd_u_677024.iso](https://drive.massgrave.dev/ru_windows_7_professional_with_sp1_x64_dvd_u_677024.iso) |
|
|
||||||
| Russian | x86 | [ru_windows_7_professional_with_sp1_x86_dvd_u_677084.iso](https://drive.massgrave.dev/ru_windows_7_professional_with_sp1_x86_dvd_u_677084.iso) |
|
|
||||||
| Slovak | x64 | [sk_windows_7_professional_with_sp1_x64_dvd_u_677025.iso](https://drive.massgrave.dev/sk_windows_7_professional_with_sp1_x64_dvd_u_677025.iso) |
|
|
||||||
| Slovak | x86 | [sk_windows_7_professional_with_sp1_x86_dvd_u_677089.iso](https://drive.massgrave.dev/sk_windows_7_professional_with_sp1_x86_dvd_u_677089.iso) |
|
|
||||||
| Slovenian | x64 | [sl_windows_7_professional_with_sp1_x64_dvd_u_677030.iso](https://drive.massgrave.dev/sl_windows_7_professional_with_sp1_x64_dvd_u_677030.iso) |
|
|
||||||
| Slovenian | x86 | [sl_windows_7_professional_with_sp1_x86_dvd_u_677094.iso](https://drive.massgrave.dev/sl_windows_7_professional_with_sp1_x86_dvd_u_677094.iso) |
|
|
||||||
| Serbian | x64 | [sr_windows_7_professional_with_sp1_x64_dvd_u_677037.iso](https://drive.massgrave.dev/sr_windows_7_professional_with_sp1_x64_dvd_u_677037.iso) |
|
|
||||||
| Serbian | x86 | [sr_windows_7_professional_with_sp1_x86_dvd_u_677097.iso](https://drive.massgrave.dev/sr_windows_7_professional_with_sp1_x86_dvd_u_677097.iso) |
|
|
||||||
| Swedish | x64 | [sv_windows_7_professional_with_sp1_x64_dvd_u_677048.iso](https://drive.massgrave.dev/sv_windows_7_professional_with_sp1_x64_dvd_u_677048.iso) |
|
|
||||||
| Swedish | x86 | [sv_windows_7_professional_with_sp1_x86_dvd_u_677138.iso](https://drive.massgrave.dev/sv_windows_7_professional_with_sp1_x86_dvd_u_677138.iso) |
|
|
||||||
| Thai | x64 | [th_windows_7_professional_with_sp1_x64_dvd_u_677060.iso](https://drive.massgrave.dev/th_windows_7_professional_with_sp1_x64_dvd_u_677060.iso) |
|
|
||||||
| Thai | x86 | [th_windows_7_professional_with_sp1_x86_dvd_u_677140.iso](https://drive.massgrave.dev/th_windows_7_professional_with_sp1_x86_dvd_u_677140.iso) |
|
|
||||||
| Turkish | x64 | [tr_windows_7_professional_with_sp1_x64_dvd_u_677075.iso](https://drive.massgrave.dev/tr_windows_7_professional_with_sp1_x64_dvd_u_677075.iso) |
|
|
||||||
| Turkish | x86 | [tr_windows_7_professional_with_sp1_x86_dvd_u_677145.iso](https://drive.massgrave.dev/tr_windows_7_professional_with_sp1_x86_dvd_u_677145.iso) |
|
|
||||||
| Chinese-Taiwan | x64 | [tw_windows_7_professional_with_sp1_x64_dvd_u_677047.iso](https://drive.massgrave.dev/tw_windows_7_professional_with_sp1_x64_dvd_u_677047.iso) |
|
|
||||||
| Chinese-Taiwan | x86 | [tw_windows_7_professional_with_sp1_x86_dvd_u_677189.iso](https://drive.massgrave.dev/tw_windows_7_professional_with_sp1_x86_dvd_u_677189.iso) |
|
|
||||||
| Ukrainian | x64 | [uk_windows_7_professional_with_sp1_x64_dvd_u_677026.iso](https://drive.massgrave.dev/uk_windows_7_professional_with_sp1_x64_dvd_u_677026.iso) |
|
|
||||||
| Ukrainian | x86 | [uk_windows_7_professional_with_sp1_x86_dvd_u_677150.iso](https://drive.massgrave.dev/uk_windows_7_professional_with_sp1_x86_dvd_u_677150.iso) |
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
|
|
||||||
</TabItem>
|
|
||||||
<TabItem value="Windows 7 Enterprise SP1" label="Windows 7 Enterprise SP1" default>
|
|
||||||
|
|
||||||
**Windows 7 Enterprise SP1**
|
|
||||||
|
|
||||||
(Build - 7601.17514)
|
|
||||||
|
|
||||||
| Language | Arch | Link |
|
|
||||||
|:----------------------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------|
|
|
||||||
| Arabic | x64 | [ar_windows_7_enterprise_with_sp1_x64_dvd_u_677643.iso](https://drive.massgrave.dev/ar_windows_7_enterprise_with_sp1_x64_dvd_u_677643.iso) |
|
|
||||||
| Arabic | x86 | [ar_windows_7_enterprise_with_sp1_x86_dvd_u_677691.iso](https://drive.massgrave.dev/ar_windows_7_enterprise_with_sp1_x86_dvd_u_677691.iso) |
|
|
||||||
| Bulgarian | x64 | [bg_windows_7_enterprise_with_sp1_x64_dvd_u_677644.iso](https://drive.massgrave.dev/bg_windows_7_enterprise_with_sp1_x64_dvd_u_677644.iso) |
|
|
||||||
| Bulgarian | x86 | [bg_windows_7_enterprise_with_sp1_x86_dvd_u_677693.iso](https://drive.massgrave.dev/bg_windows_7_enterprise_with_sp1_x86_dvd_u_677693.iso) |
|
|
||||||
| Chinese-Simplified | x64 | [cn_windows_7_enterprise_with_sp1_x64_dvd_u_677685.iso](https://drive.massgrave.dev/cn_windows_7_enterprise_with_sp1_x64_dvd_u_677685.iso) |
|
|
||||||
| Chinese-Simplified | x86 | [cn_windows_7_enterprise_with_sp1_x86_dvd_u_677716.iso](https://drive.massgrave.dev/cn_windows_7_enterprise_with_sp1_x86_dvd_u_677716.iso) |
|
|
||||||
| Czech | x64 | [cs_windows_7_enterprise_with_sp1_x64_dvd_u_677646.iso](https://drive.massgrave.dev/cs_windows_7_enterprise_with_sp1_x64_dvd_u_677646.iso) |
|
|
||||||
| Czech | x86 | [cs_windows_7_enterprise_with_sp1_x86_dvd_u_677695.iso](https://drive.massgrave.dev/cs_windows_7_enterprise_with_sp1_x86_dvd_u_677695.iso) |
|
|
||||||
| Danish | x64 | [da_windows_7_enterprise_with_sp1_x64_dvd_u_677648.iso](https://drive.massgrave.dev/da_windows_7_enterprise_with_sp1_x64_dvd_u_677648.iso) |
|
|
||||||
| Danish | x86 | [da_windows_7_enterprise_with_sp1_x86_dvd_u_677698.iso](https://drive.massgrave.dev/da_windows_7_enterprise_with_sp1_x86_dvd_u_677698.iso) |
|
|
||||||
| German | x64 | [de_windows_7_enterprise_with_sp1_x64_dvd_u_677649.iso](https://drive.massgrave.dev/de_windows_7_enterprise_with_sp1_x64_dvd_u_677649.iso) |
|
|
||||||
| German | x86 | [de_windows_7_enterprise_with_sp1_x86_dvd_u_677702.iso](https://drive.massgrave.dev/de_windows_7_enterprise_with_sp1_x86_dvd_u_677702.iso) |
|
|
||||||
| Greek | x64 | [el_windows_7_enterprise_with_sp1_x64_dvd_u_677650.iso](https://drive.massgrave.dev/el_windows_7_enterprise_with_sp1_x64_dvd_u_677650.iso) |
|
|
||||||
| Greek | x86 | [el_windows_7_enterprise_with_sp1_x86_dvd_u_677706.iso](https://drive.massgrave.dev/el_windows_7_enterprise_with_sp1_x86_dvd_u_677706.iso) |
|
|
||||||
| English | x64 | [en_windows_7_enterprise_with_sp1_x64_dvd_u_677651.iso](https://drive.massgrave.dev/en_windows_7_enterprise_with_sp1_x64_dvd_u_677651.iso) |
|
|
||||||
| English | x86 | [en_windows_7_enterprise_with_sp1_x86_dvd_u_677710.iso](https://drive.massgrave.dev/en_windows_7_enterprise_with_sp1_x86_dvd_u_677710.iso) |
|
|
||||||
| Spanish | x64 | [es_windows_7_enterprise_with_sp1_x64_dvd_u_677652.iso](https://drive.massgrave.dev/es_windows_7_enterprise_with_sp1_x64_dvd_u_677652.iso) |
|
|
||||||
| Spanish | x86 | [es_windows_7_enterprise_with_sp1_x86_dvd_u_677714.iso](https://drive.massgrave.dev/es_windows_7_enterprise_with_sp1_x86_dvd_u_677714.iso) |
|
|
||||||
| Estonian | x64 | [et_windows_7_enterprise_with_sp1_x64_dvd_u_677653.iso](https://drive.massgrave.dev/et_windows_7_enterprise_with_sp1_x64_dvd_u_677653.iso) |
|
|
||||||
| Estonian | x86 | [et_windows_7_enterprise_with_sp1_x86_dvd_u_677718.iso](https://drive.massgrave.dev/et_windows_7_enterprise_with_sp1_x86_dvd_u_677718.iso) |
|
|
||||||
| Finnish | x64 | [fi_windows_7_enterprise_with_sp1_x64_dvd_u_677655.iso](https://drive.massgrave.dev/fi_windows_7_enterprise_with_sp1_x64_dvd_u_677655.iso) |
|
|
||||||
| Finnish | x86 | [fi_windows_7_enterprise_with_sp1_x86_dvd_u_677722.iso](https://drive.massgrave.dev/fi_windows_7_enterprise_with_sp1_x86_dvd_u_677722.iso) |
|
|
||||||
| French | x64 | [fr_windows_7_enterprise_with_sp1_x64_dvd_u_677656.iso](https://drive.massgrave.dev/fr_windows_7_enterprise_with_sp1_x64_dvd_u_677656.iso) |
|
|
||||||
| French | x86 | [fr_windows_7_enterprise_with_sp1_x86_dvd_u_677727.iso](https://drive.massgrave.dev/fr_windows_7_enterprise_with_sp1_x86_dvd_u_677727.iso) |
|
|
||||||
| Hebrew | x64 | [he_windows_7_enterprise_with_sp1_x64_dvd_u_677657.iso](https://drive.massgrave.dev/he_windows_7_enterprise_with_sp1_x64_dvd_u_677657.iso) |
|
|
||||||
| Hebrew | x86 | [he_windows_7_enterprise_with_sp1_x86_dvd_u_677733.iso](https://drive.massgrave.dev/he_windows_7_enterprise_with_sp1_x86_dvd_u_677733.iso) |
|
|
||||||
| Chinese-Hong Kong SAR | x64 | [hk_windows_7_enterprise_with_sp1_x64_dvd_u_677687.iso](https://drive.massgrave.dev/hk_windows_7_enterprise_with_sp1_x64_dvd_u_677687.iso) |
|
|
||||||
| Chinese-Hong Kong SAR | x86 | [hk_windows_7_enterprise_with_sp1_x86_dvd_u_677720.iso](https://drive.massgrave.dev/hk_windows_7_enterprise_with_sp1_x86_dvd_u_677720.iso) |
|
|
||||||
| Croatian | x64 | [hr_windows_7_enterprise_with_sp1_x64_dvd_u_677658.iso](https://drive.massgrave.dev/hr_windows_7_enterprise_with_sp1_x64_dvd_u_677658.iso) |
|
|
||||||
| Croatian | x86 | [hr_windows_7_enterprise_with_sp1_x86_dvd_u_677739.iso](https://drive.massgrave.dev/hr_windows_7_enterprise_with_sp1_x86_dvd_u_677739.iso) |
|
|
||||||
| Hungarian | x64 | [hu_windows_7_enterprise_with_sp1_x64_dvd_u_677659.iso](https://drive.massgrave.dev/hu_windows_7_enterprise_with_sp1_x64_dvd_u_677659.iso) |
|
|
||||||
| Hungarian | x86 | [hu_windows_7_enterprise_with_sp1_x86_dvd_u_677744.iso](https://drive.massgrave.dev/hu_windows_7_enterprise_with_sp1_x86_dvd_u_677744.iso) |
|
|
||||||
| Italian | x64 | [it_windows_7_enterprise_with_sp1_x64_dvd_u_677660.iso](https://drive.massgrave.dev/it_windows_7_enterprise_with_sp1_x64_dvd_u_677660.iso) |
|
|
||||||
| Italian | x86 | [it_windows_7_enterprise_with_sp1_x86_dvd_u_677749.iso](https://drive.massgrave.dev/it_windows_7_enterprise_with_sp1_x86_dvd_u_677749.iso) |
|
|
||||||
| Japanese | x64 | [ja_windows_7_enterprise_with_sp1_x64_dvd_u_677662.iso](https://drive.massgrave.dev/ja_windows_7_enterprise_with_sp1_x64_dvd_u_677662.iso) |
|
|
||||||
| Japanese | x86 | [ja_windows_7_enterprise_with_sp1_x86_dvd_u_677757.iso](https://drive.massgrave.dev/ja_windows_7_enterprise_with_sp1_x86_dvd_u_677757.iso) |
|
|
||||||
| Korean | x64 | [ko_windows_7_enterprise_k_with_sp1_x64_dvd_u_677728.iso](https://drive.massgrave.dev/ko_windows_7_enterprise_k_with_sp1_x64_dvd_u_677728.iso) |
|
|
||||||
| Korean | x86 | [ko_windows_7_enterprise_k_with_sp1_x86_dvd_u_677732.iso](https://drive.massgrave.dev/ko_windows_7_enterprise_k_with_sp1_x86_dvd_u_677732.iso) |
|
|
||||||
| Lithuanian | x64 | [lt_windows_7_enterprise_with_sp1_x64_dvd_u_677663.iso](https://drive.massgrave.dev/lt_windows_7_enterprise_with_sp1_x64_dvd_u_677663.iso) |
|
|
||||||
| Lithuanian | x86 | [lt_windows_7_enterprise_with_sp1_x86_dvd_u_677764.iso](https://drive.massgrave.dev/lt_windows_7_enterprise_with_sp1_x86_dvd_u_677764.iso) |
|
|
||||||
| Latvian | x64 | [lv_windows_7_enterprise_with_sp1_x64_dvd_u_677664.iso](https://drive.massgrave.dev/lv_windows_7_enterprise_with_sp1_x64_dvd_u_677664.iso) |
|
|
||||||
| Latvian | x86 | [lv_windows_7_enterprise_with_sp1_x86_dvd_u_677677.iso](https://drive.massgrave.dev/lv_windows_7_enterprise_with_sp1_x86_dvd_u_677677.iso) |
|
|
||||||
| Dutch | x64 | [nl_windows_7_enterprise_with_sp1_x64_dvd_u_677666.iso](https://drive.massgrave.dev/nl_windows_7_enterprise_with_sp1_x64_dvd_u_677666.iso) |
|
|
||||||
| Dutch | x86 | [nl_windows_7_enterprise_with_sp1_x86_dvd_u_677682.iso](https://drive.massgrave.dev/nl_windows_7_enterprise_with_sp1_x86_dvd_u_677682.iso) |
|
|
||||||
| Norwegian | x64 | [no_windows_7_enterprise_with_sp1_x64_dvd_u_677665.iso](https://drive.massgrave.dev/no_windows_7_enterprise_with_sp1_x64_dvd_u_677665.iso) |
|
|
||||||
| Norwegian | x86 | [no_windows_7_enterprise_with_sp1_x86_dvd_u_677679.iso](https://drive.massgrave.dev/no_windows_7_enterprise_with_sp1_x86_dvd_u_677679.iso) |
|
|
||||||
| Polish | x64 | [pl_windows_7_enterprise_with_sp1_x64_dvd_u_677667.iso](https://drive.massgrave.dev/pl_windows_7_enterprise_with_sp1_x64_dvd_u_677667.iso) |
|
|
||||||
| Polish | x86 | [pl_windows_7_enterprise_with_sp1_x86_dvd_u_677684.iso](https://drive.massgrave.dev/pl_windows_7_enterprise_with_sp1_x86_dvd_u_677684.iso) |
|
|
||||||
| Portuguese-Portugal | x64 | [pp_windows_7_enterprise_with_sp1_x64_dvd_u_677669.iso](https://drive.massgrave.dev/pp_windows_7_enterprise_with_sp1_x64_dvd_u_677669.iso) |
|
|
||||||
| Portuguese-Portugal | x86 | [pp_windows_7_enterprise_with_sp1_x86_dvd_u_677688.iso](https://drive.massgrave.dev/pp_windows_7_enterprise_with_sp1_x86_dvd_u_677688.iso) |
|
|
||||||
| Portuguese-Brazil | x64 | [pt_windows_7_enterprise_with_sp1_x64_dvd_u_677668.iso](https://drive.massgrave.dev/pt_windows_7_enterprise_with_sp1_x64_dvd_u_677668.iso) |
|
|
||||||
| Portuguese-Brazil | x86 | [pt_windows_7_enterprise_with_sp1_x86_dvd_u_677686.iso](https://drive.massgrave.dev/pt_windows_7_enterprise_with_sp1_x86_dvd_u_677686.iso) |
|
|
||||||
| Romanian | x64 | [ro_windows_7_enterprise_with_sp1_x64_dvd_u_677670.iso](https://drive.massgrave.dev/ro_windows_7_enterprise_with_sp1_x64_dvd_u_677670.iso) |
|
|
||||||
| Romanian | x86 | [ro_windows_7_enterprise_with_sp1_x86_dvd_u_677690.iso](https://drive.massgrave.dev/ro_windows_7_enterprise_with_sp1_x86_dvd_u_677690.iso) |
|
|
||||||
| Russian | x64 | [ru_windows_7_enterprise_with_sp1_x64_dvd_u_677671.iso](https://drive.massgrave.dev/ru_windows_7_enterprise_with_sp1_x64_dvd_u_677671.iso) |
|
|
||||||
| Russian | x86 | [ru_windows_7_enterprise_with_sp1_x86_dvd_u_677692.iso](https://drive.massgrave.dev/ru_windows_7_enterprise_with_sp1_x86_dvd_u_677692.iso) |
|
|
||||||
| Slovak | x64 | [sk_windows_7_enterprise_with_sp1_x64_dvd_u_677673.iso](https://drive.massgrave.dev/sk_windows_7_enterprise_with_sp1_x64_dvd_u_677673.iso) |
|
|
||||||
| Slovak | x86 | [sk_windows_7_enterprise_with_sp1_x86_dvd_u_677694.iso](https://drive.massgrave.dev/sk_windows_7_enterprise_with_sp1_x86_dvd_u_677694.iso) |
|
|
||||||
| Slovenian | x64 | [sl_windows_7_enterprise_with_sp1_x64_dvd_u_677674.iso](https://drive.massgrave.dev/sl_windows_7_enterprise_with_sp1_x64_dvd_u_677674.iso) |
|
|
||||||
| Slovenian | x86 | [sl_windows_7_enterprise_with_sp1_x86_dvd_u_677696.iso](https://drive.massgrave.dev/sl_windows_7_enterprise_with_sp1_x86_dvd_u_677696.iso) |
|
|
||||||
| Serbian | x64 | [sr_windows_7_enterprise_with_sp1_x64_dvd_u_677675.iso](https://drive.massgrave.dev/sr_windows_7_enterprise_with_sp1_x64_dvd_u_677675.iso) |
|
|
||||||
| Serbian | x86 | [sr_windows_7_enterprise_with_sp1_x86_dvd_u_677699.iso](https://drive.massgrave.dev/sr_windows_7_enterprise_with_sp1_x86_dvd_u_677699.iso) |
|
|
||||||
| Swedish | x64 | [sv_windows_7_enterprise_with_sp1_x64_dvd_u_677676.iso](https://drive.massgrave.dev/sv_windows_7_enterprise_with_sp1_x64_dvd_u_677676.iso) |
|
|
||||||
| Swedish | x86 | [sv_windows_7_enterprise_with_sp1_x86_dvd_u_677701.iso](https://drive.massgrave.dev/sv_windows_7_enterprise_with_sp1_x86_dvd_u_677701.iso) |
|
|
||||||
| Thai | x64 | [th_windows_7_enterprise_with_sp1_x64_dvd_u_677678.iso](https://drive.massgrave.dev/th_windows_7_enterprise_with_sp1_x64_dvd_u_677678.iso) |
|
|
||||||
| Thai | x86 | [th_windows_7_enterprise_with_sp1_x86_dvd_u_677705.iso](https://drive.massgrave.dev/th_windows_7_enterprise_with_sp1_x86_dvd_u_677705.iso) |
|
|
||||||
| Turkish | x64 | [tr_windows_7_enterprise_with_sp1_x64_dvd_u_677681.iso](https://drive.massgrave.dev/tr_windows_7_enterprise_with_sp1_x64_dvd_u_677681.iso) |
|
|
||||||
| Turkish | x86 | [tr_windows_7_enterprise_with_sp1_x86_dvd_u_677708.iso](https://drive.massgrave.dev/tr_windows_7_enterprise_with_sp1_x86_dvd_u_677708.iso) |
|
|
||||||
| Chinese-Taiwan | x64 | [tw_windows_7_enterprise_with_sp1_x64_dvd_u_677689.iso](https://drive.massgrave.dev/tw_windows_7_enterprise_with_sp1_x64_dvd_u_677689.iso) |
|
|
||||||
| Chinese-Taiwan | x86 | [tw_windows_7_enterprise_with_sp1_x86_dvd_u_677723.iso](https://drive.massgrave.dev/tw_windows_7_enterprise_with_sp1_x86_dvd_u_677723.iso) |
|
|
||||||
| Ukrainian | x64 | [uk_windows_7_enterprise_with_sp1_x64_dvd_u_677683.iso](https://drive.massgrave.dev/uk_windows_7_enterprise_with_sp1_x64_dvd_u_677683.iso) |
|
|
||||||
| Ukrainian | x86 | [uk_windows_7_enterprise_with_sp1_x86_dvd_u_677712.iso](https://drive.massgrave.dev/uk_windows_7_enterprise_with_sp1_x86_dvd_u_677712.iso) |
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
|
|
||||||
</TabItem>
|
|
||||||
<TabItem value="Windows 7 Ultimate SP1" label="Windows 7 Ultimate SP1" default>
|
|
||||||
|
|
||||||
**Windows 7 Ultimate SP1**
|
**Windows 7 Ultimate SP1**
|
||||||
|
|
||||||
(Build - 7601.17514)
|
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| Language | Arch | Link |
|
||||||
|:----------------------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------|
|
|:----------------------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| Arabic | x64 | [ar_windows_7_ultimate_with_sp1_x64_dvd_u_677345.iso](https://drive.massgrave.dev/ar_windows_7_ultimate_with_sp1_x64_dvd_u_677345.iso) |
|
| Arabic | x64 | [ar_windows_7_ultimate_with_sp1_x64_dvd_u_677345.iso](https://drive.massgrave.dev/ar_windows_7_ultimate_with_sp1_x64_dvd_u_677345.iso) |
|
||||||
@ -261,27 +92,452 @@ import TabItem from '@theme/TabItem';
|
|||||||
| Thai | x86 | [th_windows_7_ultimate_with_sp1_x86_dvd_u_677483.iso](https://drive.massgrave.dev/th_windows_7_ultimate_with_sp1_x86_dvd_u_677483.iso) |
|
| Thai | x86 | [th_windows_7_ultimate_with_sp1_x86_dvd_u_677483.iso](https://drive.massgrave.dev/th_windows_7_ultimate_with_sp1_x86_dvd_u_677483.iso) |
|
||||||
| Turkish | x64 | [tr_windows_7_ultimate_with_sp1_x64_dvd_u_677404.iso](https://drive.massgrave.dev/tr_windows_7_ultimate_with_sp1_x64_dvd_u_677404.iso) |
|
| Turkish | x64 | [tr_windows_7_ultimate_with_sp1_x64_dvd_u_677404.iso](https://drive.massgrave.dev/tr_windows_7_ultimate_with_sp1_x64_dvd_u_677404.iso) |
|
||||||
| Turkish | x86 | [tr_windows_7_ultimate_with_sp1_x86_dvd_u_677484.iso](https://drive.massgrave.dev/tr_windows_7_ultimate_with_sp1_x86_dvd_u_677484.iso) |
|
| Turkish | x86 | [tr_windows_7_ultimate_with_sp1_x86_dvd_u_677484.iso](https://drive.massgrave.dev/tr_windows_7_ultimate_with_sp1_x86_dvd_u_677484.iso) |
|
||||||
| Chinese-Taiwan | x64 | [tw_windows_7_ultimate_with_sp1_x64_dvd_u_677414.iso](https://drive.massgrave.dev/tw_windows_7_ultimate_with_sp1_x64_dvd_u_677414.iso) |
|
| Chinese-Traditional | x64 | [tw_windows_7_ultimate_with_sp1_x64_dvd_u_677414.iso](https://drive.massgrave.dev/tw_windows_7_ultimate_with_sp1_x64_dvd_u_677414.iso) |
|
||||||
| Chinese-Taiwan | x86 | [tw_windows_7_ultimate_with_sp1_x86_dvd_u_677488.iso](https://drive.massgrave.dev/tw_windows_7_ultimate_with_sp1_x86_dvd_u_677488.iso) |
|
| Chinese-Traditional | x86 | [tw_windows_7_ultimate_with_sp1_x86_dvd_u_677488.iso](https://drive.massgrave.dev/tw_windows_7_ultimate_with_sp1_x86_dvd_u_677488.iso) |
|
||||||
| Ukrainian | x64 | [uk_windows_7_ultimate_with_sp1_x64_dvd_u_677406.iso](https://drive.massgrave.dev/uk_windows_7_ultimate_with_sp1_x64_dvd_u_677406.iso) |
|
| Ukrainian | x64 | [uk_windows_7_ultimate_with_sp1_x64_dvd_u_677406.iso](https://drive.massgrave.dev/uk_windows_7_ultimate_with_sp1_x64_dvd_u_677406.iso) |
|
||||||
| Ukrainian | x86 | [uk_windows_7_ultimate_with_sp1_x86_dvd_u_677485.iso](https://drive.massgrave.dev/uk_windows_7_ultimate_with_sp1_x86_dvd_u_677485.iso) |
|
| Ukrainian | x86 | [uk_windows_7_ultimate_with_sp1_x86_dvd_u_677485.iso](https://drive.massgrave.dev/uk_windows_7_ultimate_with_sp1_x86_dvd_u_677485.iso) |
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="Embedded POSReady 7" label="Embedded POSReady 7" default>
|
|
||||||
|
|
||||||
**Embedded POSReady 7**
|
<TabItem value="Windows 7 Enterprise SP1" label="Windows 7 Enterprise SP1" default>
|
||||||
|
|
||||||
(Build - 7601.17514)
|
**Windows 7 Enterprise SP1**
|
||||||
Eval is just in the file name, it can be activated without any issues.
|
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| Language | Arch | Link |
|
||||||
|:----------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:----------------------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| English | x64 | [en_windows_embedded_posready_7_eval_x64_dvd_698169.iso](https://drive.massgrave.dev/en_windows_embedded_posready_7_eval_x64_dvd_698169.iso) |
|
| Arabic | x64 | [ar_windows_7_enterprise_with_sp1_x64_dvd_u_677643.iso](https://drive.massgrave.dev/ar_windows_7_enterprise_with_sp1_x64_dvd_u_677643.iso) |
|
||||||
| English | x86 | [en_windows_embedded_posready_7_eval_x86_dvd_698168.iso](https://drive.massgrave.dev/en_windows_embedded_posready_7_eval_x86_dvd_698168.iso) |
|
| Arabic | x86 | [ar_windows_7_enterprise_with_sp1_x86_dvd_u_677691.iso](https://drive.massgrave.dev/ar_windows_7_enterprise_with_sp1_x86_dvd_u_677691.iso) |
|
||||||
| Lang Pack | x64 | [en_windows_embedded_posready_7_lang_pack_x64_dvd_698178.iso](https://drive.massgrave.dev/en_windows_embedded_posready_7_lang_pack_x64_dvd_698178.iso) |
|
| Bulgarian | x64 | [bg_windows_7_enterprise_with_sp1_x64_dvd_u_677644.iso](https://drive.massgrave.dev/bg_windows_7_enterprise_with_sp1_x64_dvd_u_677644.iso) |
|
||||||
| Lang Pack | x86 | [en_windows_embedded_posready_7_lang_pack_x86_dvd_698172.iso](https://drive.massgrave.dev/en_windows_embedded_posready_7_lang_pack_x86_dvd_698172.iso) |
|
| Bulgarian | x86 | [bg_windows_7_enterprise_with_sp1_x86_dvd_u_677693.iso](https://drive.massgrave.dev/bg_windows_7_enterprise_with_sp1_x86_dvd_u_677693.iso) |
|
||||||
|
| Chinese-Simplified | x64 | [cn_windows_7_enterprise_with_sp1_x64_dvd_u_677685.iso](https://drive.massgrave.dev/cn_windows_7_enterprise_with_sp1_x64_dvd_u_677685.iso) |
|
||||||
|
| Chinese-Simplified | x86 | [cn_windows_7_enterprise_with_sp1_x86_dvd_u_677716.iso](https://drive.massgrave.dev/cn_windows_7_enterprise_with_sp1_x86_dvd_u_677716.iso) |
|
||||||
|
| Czech | x64 | [cs_windows_7_enterprise_with_sp1_x64_dvd_u_677646.iso](https://drive.massgrave.dev/cs_windows_7_enterprise_with_sp1_x64_dvd_u_677646.iso) |
|
||||||
|
| Czech | x86 | [cs_windows_7_enterprise_with_sp1_x86_dvd_u_677695.iso](https://drive.massgrave.dev/cs_windows_7_enterprise_with_sp1_x86_dvd_u_677695.iso) |
|
||||||
|
| Danish | x64 | [da_windows_7_enterprise_with_sp1_x64_dvd_u_677648.iso](https://drive.massgrave.dev/da_windows_7_enterprise_with_sp1_x64_dvd_u_677648.iso) |
|
||||||
|
| Danish | x86 | [da_windows_7_enterprise_with_sp1_x86_dvd_u_677698.iso](https://drive.massgrave.dev/da_windows_7_enterprise_with_sp1_x86_dvd_u_677698.iso) |
|
||||||
|
| German | x64 | [de_windows_7_enterprise_with_sp1_x64_dvd_u_677649.iso](https://drive.massgrave.dev/de_windows_7_enterprise_with_sp1_x64_dvd_u_677649.iso) |
|
||||||
|
| German | x86 | [de_windows_7_enterprise_with_sp1_x86_dvd_u_677702.iso](https://drive.massgrave.dev/de_windows_7_enterprise_with_sp1_x86_dvd_u_677702.iso) |
|
||||||
|
| Greek | x64 | [el_windows_7_enterprise_with_sp1_x64_dvd_u_677650.iso](https://drive.massgrave.dev/el_windows_7_enterprise_with_sp1_x64_dvd_u_677650.iso) |
|
||||||
|
| Greek | x86 | [el_windows_7_enterprise_with_sp1_x86_dvd_u_677706.iso](https://drive.massgrave.dev/el_windows_7_enterprise_with_sp1_x86_dvd_u_677706.iso) |
|
||||||
|
| English | x64 | [en_windows_7_enterprise_with_sp1_x64_dvd_u_677651.iso](https://drive.massgrave.dev/en_windows_7_enterprise_with_sp1_x64_dvd_u_677651.iso) |
|
||||||
|
| English | x86 | [en_windows_7_enterprise_with_sp1_x86_dvd_u_677710.iso](https://drive.massgrave.dev/en_windows_7_enterprise_with_sp1_x86_dvd_u_677710.iso) |
|
||||||
|
| Spanish | x64 | [es_windows_7_enterprise_with_sp1_x64_dvd_u_677652.iso](https://drive.massgrave.dev/es_windows_7_enterprise_with_sp1_x64_dvd_u_677652.iso) |
|
||||||
|
| Spanish | x86 | [es_windows_7_enterprise_with_sp1_x86_dvd_u_677714.iso](https://drive.massgrave.dev/es_windows_7_enterprise_with_sp1_x86_dvd_u_677714.iso) |
|
||||||
|
| Estonian | x64 | [et_windows_7_enterprise_with_sp1_x64_dvd_u_677653.iso](https://drive.massgrave.dev/et_windows_7_enterprise_with_sp1_x64_dvd_u_677653.iso) |
|
||||||
|
| Estonian | x86 | [et_windows_7_enterprise_with_sp1_x86_dvd_u_677718.iso](https://drive.massgrave.dev/et_windows_7_enterprise_with_sp1_x86_dvd_u_677718.iso) |
|
||||||
|
| Finnish | x64 | [fi_windows_7_enterprise_with_sp1_x64_dvd_u_677655.iso](https://drive.massgrave.dev/fi_windows_7_enterprise_with_sp1_x64_dvd_u_677655.iso) |
|
||||||
|
| Finnish | x86 | [fi_windows_7_enterprise_with_sp1_x86_dvd_u_677722.iso](https://drive.massgrave.dev/fi_windows_7_enterprise_with_sp1_x86_dvd_u_677722.iso) |
|
||||||
|
| French | x64 | [fr_windows_7_enterprise_with_sp1_x64_dvd_u_677656.iso](https://drive.massgrave.dev/fr_windows_7_enterprise_with_sp1_x64_dvd_u_677656.iso) |
|
||||||
|
| French | x86 | [fr_windows_7_enterprise_with_sp1_x86_dvd_u_677727.iso](https://drive.massgrave.dev/fr_windows_7_enterprise_with_sp1_x86_dvd_u_677727.iso) |
|
||||||
|
| Hebrew | x64 | [he_windows_7_enterprise_with_sp1_x64_dvd_u_677657.iso](https://drive.massgrave.dev/he_windows_7_enterprise_with_sp1_x64_dvd_u_677657.iso) |
|
||||||
|
| Hebrew | x86 | [he_windows_7_enterprise_with_sp1_x86_dvd_u_677733.iso](https://drive.massgrave.dev/he_windows_7_enterprise_with_sp1_x86_dvd_u_677733.iso) |
|
||||||
|
| Chinese-Hong Kong SAR | x64 | [hk_windows_7_enterprise_with_sp1_x64_dvd_u_677687.iso](https://drive.massgrave.dev/hk_windows_7_enterprise_with_sp1_x64_dvd_u_677687.iso) |
|
||||||
|
| Chinese-Hong Kong SAR | x86 | [hk_windows_7_enterprise_with_sp1_x86_dvd_u_677720.iso](https://drive.massgrave.dev/hk_windows_7_enterprise_with_sp1_x86_dvd_u_677720.iso) |
|
||||||
|
| Croatian | x64 | [hr_windows_7_enterprise_with_sp1_x64_dvd_u_677658.iso](https://drive.massgrave.dev/hr_windows_7_enterprise_with_sp1_x64_dvd_u_677658.iso) |
|
||||||
|
| Croatian | x86 | [hr_windows_7_enterprise_with_sp1_x86_dvd_u_677739.iso](https://drive.massgrave.dev/hr_windows_7_enterprise_with_sp1_x86_dvd_u_677739.iso) |
|
||||||
|
| Hungarian | x64 | [hu_windows_7_enterprise_with_sp1_x64_dvd_u_677659.iso](https://drive.massgrave.dev/hu_windows_7_enterprise_with_sp1_x64_dvd_u_677659.iso) |
|
||||||
|
| Hungarian | x86 | [hu_windows_7_enterprise_with_sp1_x86_dvd_u_677744.iso](https://drive.massgrave.dev/hu_windows_7_enterprise_with_sp1_x86_dvd_u_677744.iso) |
|
||||||
|
| Italian | x64 | [it_windows_7_enterprise_with_sp1_x64_dvd_u_677660.iso](https://drive.massgrave.dev/it_windows_7_enterprise_with_sp1_x64_dvd_u_677660.iso) |
|
||||||
|
| Italian | x86 | [it_windows_7_enterprise_with_sp1_x86_dvd_u_677749.iso](https://drive.massgrave.dev/it_windows_7_enterprise_with_sp1_x86_dvd_u_677749.iso) |
|
||||||
|
| Japanese | x64 | [ja_windows_7_enterprise_with_sp1_x64_dvd_u_677662.iso](https://drive.massgrave.dev/ja_windows_7_enterprise_with_sp1_x64_dvd_u_677662.iso) |
|
||||||
|
| Japanese | x86 | [ja_windows_7_enterprise_with_sp1_x86_dvd_u_677757.iso](https://drive.massgrave.dev/ja_windows_7_enterprise_with_sp1_x86_dvd_u_677757.iso) |
|
||||||
|
| Korean | x64 | [ko_windows_7_enterprise_k_with_sp1_x64_dvd_u_677728.iso](https://drive.massgrave.dev/ko_windows_7_enterprise_k_with_sp1_x64_dvd_u_677728.iso) |
|
||||||
|
| Korean | x86 | [ko_windows_7_enterprise_k_with_sp1_x86_dvd_u_677732.iso](https://drive.massgrave.dev/ko_windows_7_enterprise_k_with_sp1_x86_dvd_u_677732.iso) |
|
||||||
|
| Lithuanian | x64 | [lt_windows_7_enterprise_with_sp1_x64_dvd_u_677663.iso](https://drive.massgrave.dev/lt_windows_7_enterprise_with_sp1_x64_dvd_u_677663.iso) |
|
||||||
|
| Lithuanian | x86 | [lt_windows_7_enterprise_with_sp1_x86_dvd_u_677764.iso](https://drive.massgrave.dev/lt_windows_7_enterprise_with_sp1_x86_dvd_u_677764.iso) |
|
||||||
|
| Latvian | x64 | [lv_windows_7_enterprise_with_sp1_x64_dvd_u_677664.iso](https://drive.massgrave.dev/lv_windows_7_enterprise_with_sp1_x64_dvd_u_677664.iso) |
|
||||||
|
| Latvian | x86 | [lv_windows_7_enterprise_with_sp1_x86_dvd_u_677677.iso](https://drive.massgrave.dev/lv_windows_7_enterprise_with_sp1_x86_dvd_u_677677.iso) |
|
||||||
|
| Dutch | x64 | [nl_windows_7_enterprise_with_sp1_x64_dvd_u_677666.iso](https://drive.massgrave.dev/nl_windows_7_enterprise_with_sp1_x64_dvd_u_677666.iso) |
|
||||||
|
| Dutch | x86 | [nl_windows_7_enterprise_with_sp1_x86_dvd_u_677682.iso](https://drive.massgrave.dev/nl_windows_7_enterprise_with_sp1_x86_dvd_u_677682.iso) |
|
||||||
|
| Norwegian | x64 | [no_windows_7_enterprise_with_sp1_x64_dvd_u_677665.iso](https://drive.massgrave.dev/no_windows_7_enterprise_with_sp1_x64_dvd_u_677665.iso) |
|
||||||
|
| Norwegian | x86 | [no_windows_7_enterprise_with_sp1_x86_dvd_u_677679.iso](https://drive.massgrave.dev/no_windows_7_enterprise_with_sp1_x86_dvd_u_677679.iso) |
|
||||||
|
| Polish | x64 | [pl_windows_7_enterprise_with_sp1_x64_dvd_u_677667.iso](https://drive.massgrave.dev/pl_windows_7_enterprise_with_sp1_x64_dvd_u_677667.iso) |
|
||||||
|
| Polish | x86 | [pl_windows_7_enterprise_with_sp1_x86_dvd_u_677684.iso](https://drive.massgrave.dev/pl_windows_7_enterprise_with_sp1_x86_dvd_u_677684.iso) |
|
||||||
|
| Portuguese-Portugal | x64 | [pp_windows_7_enterprise_with_sp1_x64_dvd_u_677669.iso](https://drive.massgrave.dev/pp_windows_7_enterprise_with_sp1_x64_dvd_u_677669.iso) |
|
||||||
|
| Portuguese-Portugal | x86 | [pp_windows_7_enterprise_with_sp1_x86_dvd_u_677688.iso](https://drive.massgrave.dev/pp_windows_7_enterprise_with_sp1_x86_dvd_u_677688.iso) |
|
||||||
|
| Portuguese-Brazil | x64 | [pt_windows_7_enterprise_with_sp1_x64_dvd_u_677668.iso](https://drive.massgrave.dev/pt_windows_7_enterprise_with_sp1_x64_dvd_u_677668.iso) |
|
||||||
|
| Portuguese-Brazil | x86 | [pt_windows_7_enterprise_with_sp1_x86_dvd_u_677686.iso](https://drive.massgrave.dev/pt_windows_7_enterprise_with_sp1_x86_dvd_u_677686.iso) |
|
||||||
|
| Romanian | x64 | [ro_windows_7_enterprise_with_sp1_x64_dvd_u_677670.iso](https://drive.massgrave.dev/ro_windows_7_enterprise_with_sp1_x64_dvd_u_677670.iso) |
|
||||||
|
| Romanian | x86 | [ro_windows_7_enterprise_with_sp1_x86_dvd_u_677690.iso](https://drive.massgrave.dev/ro_windows_7_enterprise_with_sp1_x86_dvd_u_677690.iso) |
|
||||||
|
| Russian | x64 | [ru_windows_7_enterprise_with_sp1_x64_dvd_u_677671.iso](https://drive.massgrave.dev/ru_windows_7_enterprise_with_sp1_x64_dvd_u_677671.iso) |
|
||||||
|
| Russian | x86 | [ru_windows_7_enterprise_with_sp1_x86_dvd_u_677692.iso](https://drive.massgrave.dev/ru_windows_7_enterprise_with_sp1_x86_dvd_u_677692.iso) |
|
||||||
|
| Slovak | x64 | [sk_windows_7_enterprise_with_sp1_x64_dvd_u_677673.iso](https://drive.massgrave.dev/sk_windows_7_enterprise_with_sp1_x64_dvd_u_677673.iso) |
|
||||||
|
| Slovak | x86 | [sk_windows_7_enterprise_with_sp1_x86_dvd_u_677694.iso](https://drive.massgrave.dev/sk_windows_7_enterprise_with_sp1_x86_dvd_u_677694.iso) |
|
||||||
|
| Slovenian | x64 | [sl_windows_7_enterprise_with_sp1_x64_dvd_u_677674.iso](https://drive.massgrave.dev/sl_windows_7_enterprise_with_sp1_x64_dvd_u_677674.iso) |
|
||||||
|
| Slovenian | x86 | [sl_windows_7_enterprise_with_sp1_x86_dvd_u_677696.iso](https://drive.massgrave.dev/sl_windows_7_enterprise_with_sp1_x86_dvd_u_677696.iso) |
|
||||||
|
| Serbian | x64 | [sr_windows_7_enterprise_with_sp1_x64_dvd_u_677675.iso](https://drive.massgrave.dev/sr_windows_7_enterprise_with_sp1_x64_dvd_u_677675.iso) |
|
||||||
|
| Serbian | x86 | [sr_windows_7_enterprise_with_sp1_x86_dvd_u_677699.iso](https://drive.massgrave.dev/sr_windows_7_enterprise_with_sp1_x86_dvd_u_677699.iso) |
|
||||||
|
| Swedish | x64 | [sv_windows_7_enterprise_with_sp1_x64_dvd_u_677676.iso](https://drive.massgrave.dev/sv_windows_7_enterprise_with_sp1_x64_dvd_u_677676.iso) |
|
||||||
|
| Swedish | x86 | [sv_windows_7_enterprise_with_sp1_x86_dvd_u_677701.iso](https://drive.massgrave.dev/sv_windows_7_enterprise_with_sp1_x86_dvd_u_677701.iso) |
|
||||||
|
| Thai | x64 | [th_windows_7_enterprise_with_sp1_x64_dvd_u_677678.iso](https://drive.massgrave.dev/th_windows_7_enterprise_with_sp1_x64_dvd_u_677678.iso) |
|
||||||
|
| Thai | x86 | [th_windows_7_enterprise_with_sp1_x86_dvd_u_677705.iso](https://drive.massgrave.dev/th_windows_7_enterprise_with_sp1_x86_dvd_u_677705.iso) |
|
||||||
|
| Turkish | x64 | [tr_windows_7_enterprise_with_sp1_x64_dvd_u_677681.iso](https://drive.massgrave.dev/tr_windows_7_enterprise_with_sp1_x64_dvd_u_677681.iso) |
|
||||||
|
| Turkish | x86 | [tr_windows_7_enterprise_with_sp1_x86_dvd_u_677708.iso](https://drive.massgrave.dev/tr_windows_7_enterprise_with_sp1_x86_dvd_u_677708.iso) |
|
||||||
|
| Chinese-Traditional | x64 | [tw_windows_7_enterprise_with_sp1_x64_dvd_u_677689.iso](https://drive.massgrave.dev/tw_windows_7_enterprise_with_sp1_x64_dvd_u_677689.iso) |
|
||||||
|
| Chinese-Traditional | x86 | [tw_windows_7_enterprise_with_sp1_x86_dvd_u_677723.iso](https://drive.massgrave.dev/tw_windows_7_enterprise_with_sp1_x86_dvd_u_677723.iso) |
|
||||||
|
| Ukrainian | x64 | [uk_windows_7_enterprise_with_sp1_x64_dvd_u_677683.iso](https://drive.massgrave.dev/uk_windows_7_enterprise_with_sp1_x64_dvd_u_677683.iso) |
|
||||||
|
| Ukrainian | x86 | [uk_windows_7_enterprise_with_sp1_x86_dvd_u_677712.iso](https://drive.massgrave.dev/uk_windows_7_enterprise_with_sp1_x86_dvd_u_677712.iso) |
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
|
||||||
|
<TabItem value="Windows 7 Professional SP1" label="Windows 7 Professional SP1" default>
|
||||||
|
|
||||||
|
**Windows 7 Professional SP1**
|
||||||
|
|
||||||
|
| Language | Arch | Link |
|
||||||
|
|:----------------------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| Arabic | x64 | [ar_windows_7_professional_with_sp1_x64_dvd_u_676943.iso](https://drive.massgrave.dev/ar_windows_7_professional_with_sp1_x64_dvd_u_676943.iso) |
|
||||||
|
| Arabic | x86 | [ar_windows_7_professional_with_sp1_x86_dvd_u_677052.iso](https://drive.massgrave.dev/ar_windows_7_professional_with_sp1_x86_dvd_u_677052.iso) |
|
||||||
|
| Bulgarian | x64 | [bg_windows_7_professional_with_sp1_x64_dvd_u_676949.iso](https://drive.massgrave.dev/bg_windows_7_professional_with_sp1_x64_dvd_u_676949.iso) |
|
||||||
|
| Bulgarian | x86 | [bg_windows_7_professional_with_sp1_x86_dvd_u_677065.iso](https://drive.massgrave.dev/bg_windows_7_professional_with_sp1_x86_dvd_u_677065.iso) |
|
||||||
|
| Chinese-Simplified | x64 | [cn_windows_7_professional_with_sp1_x64_dvd_u_677031.iso](https://drive.massgrave.dev/cn_windows_7_professional_with_sp1_x64_dvd_u_677031.iso) |
|
||||||
|
| Chinese-Simplified | x86 | [cn_windows_7_professional_with_sp1_x86_dvd_u_677162.iso](https://drive.massgrave.dev/cn_windows_7_professional_with_sp1_x86_dvd_u_677162.iso) |
|
||||||
|
| Czech | x64 | [cs_windows_7_professional_with_sp1_x64_dvd_u_676956.iso](https://drive.massgrave.dev/cs_windows_7_professional_with_sp1_x64_dvd_u_676956.iso) |
|
||||||
|
| Czech | x86 | [cs_windows_7_professional_with_sp1_x86_dvd_u_677077.iso](https://drive.massgrave.dev/cs_windows_7_professional_with_sp1_x86_dvd_u_677077.iso) |
|
||||||
|
| Danish | x64 | [da_windows_7_professional_with_sp1_x64_dvd_u_676906.iso](https://drive.massgrave.dev/da_windows_7_professional_with_sp1_x64_dvd_u_676906.iso) |
|
||||||
|
| Danish | x86 | [da_windows_7_professional_with_sp1_x86_dvd_u_677086.iso](https://drive.massgrave.dev/da_windows_7_professional_with_sp1_x86_dvd_u_677086.iso) |
|
||||||
|
| German | x64 | [de_windows_7_professional_with_sp1_x64_dvd_u_676919.iso](https://drive.massgrave.dev/de_windows_7_professional_with_sp1_x64_dvd_u_676919.iso) |
|
||||||
|
| German | x86 | [de_windows_7_professional_with_sp1_x86_dvd_u_677093.iso](https://drive.massgrave.dev/de_windows_7_professional_with_sp1_x86_dvd_u_677093.iso) |
|
||||||
|
| Greek | x64 | [el_windows_7_professional_with_sp1_x64_dvd_u_676931.iso](https://drive.massgrave.dev/el_windows_7_professional_with_sp1_x64_dvd_u_676931.iso) |
|
||||||
|
| Greek | x86 | [el_windows_7_professional_with_sp1_x86_dvd_u_677044.iso](https://drive.massgrave.dev/el_windows_7_professional_with_sp1_x86_dvd_u_677044.iso) |
|
||||||
|
| English | x64 | [en_windows_7_professional_with_sp1_x64_dvd_u_676939.iso](https://drive.massgrave.dev/en_windows_7_professional_with_sp1_x64_dvd_u_676939.iso) |
|
||||||
|
| English | x86 | [en_windows_7_professional_with_sp1_x86_dvd_u_677056.iso](https://drive.massgrave.dev/en_windows_7_professional_with_sp1_x86_dvd_u_677056.iso) |
|
||||||
|
| Spanish | x64 | [es_windows_7_professional_with_sp1_x64_dvd_u_676947.iso](https://drive.massgrave.dev/es_windows_7_professional_with_sp1_x64_dvd_u_676947.iso) |
|
||||||
|
| Spanish | x86 | [es_windows_7_professional_with_sp1_x86_dvd_u_677069.iso](https://drive.massgrave.dev/es_windows_7_professional_with_sp1_x86_dvd_u_677069.iso) |
|
||||||
|
| Estonian | x64 | [et_windows_7_professional_with_sp1_x64_dvd_u_676954.iso](https://drive.massgrave.dev/et_windows_7_professional_with_sp1_x64_dvd_u_676954.iso) |
|
||||||
|
| Estonian | x86 | [et_windows_7_professional_with_sp1_x86_dvd_u_677079.iso](https://drive.massgrave.dev/et_windows_7_professional_with_sp1_x86_dvd_u_677079.iso) |
|
||||||
|
| Finnish | x64 | [fi_windows_7_professional_with_sp1_x64_dvd_u_676958.iso](https://drive.massgrave.dev/fi_windows_7_professional_with_sp1_x64_dvd_u_676958.iso) |
|
||||||
|
| Finnish | x86 | [fi_windows_7_professional_with_sp1_x86_dvd_u_677085.iso](https://drive.massgrave.dev/fi_windows_7_professional_with_sp1_x86_dvd_u_677085.iso) |
|
||||||
|
| French | x64 | [fr_windows_7_professional_with_sp1_x64_dvd_u_678724.iso](https://drive.massgrave.dev/fr_windows_7_professional_with_sp1_x64_dvd_u_678724.iso) |
|
||||||
|
| French | x86 | [fr_windows_7_professional_with_sp1_x86_dvd_u_677092.iso](https://drive.massgrave.dev/fr_windows_7_professional_with_sp1_x86_dvd_u_677092.iso) |
|
||||||
|
| Hebrew | x64 | [he_windows_7_professional_with_sp1_x64_dvd_u_676923.iso](https://drive.massgrave.dev/he_windows_7_professional_with_sp1_x64_dvd_u_676923.iso) |
|
||||||
|
| Hebrew | x86 | [he_windows_7_professional_with_sp1_x86_dvd_u_677055.iso](https://drive.massgrave.dev/he_windows_7_professional_with_sp1_x86_dvd_u_677055.iso) |
|
||||||
|
| Chinese-Hong Kong SAR | x64 | [hk_windows_7_professional_with_sp1_x64_dvd_u_677038.iso](https://drive.massgrave.dev/hk_windows_7_professional_with_sp1_x64_dvd_u_677038.iso) |
|
||||||
|
| Chinese-Hong Kong SAR | x86 | [hk_windows_7_professional_with_sp1_x86_dvd_u_677177.iso](https://drive.massgrave.dev/hk_windows_7_professional_with_sp1_x86_dvd_u_677177.iso) |
|
||||||
|
| Croatian | x64 | [hr_windows_7_professional_with_sp1_x64_dvd_u_676934.iso](https://drive.massgrave.dev/hr_windows_7_professional_with_sp1_x64_dvd_u_676934.iso) |
|
||||||
|
| Croatian | x86 | [hr_windows_7_professional_with_sp1_x86_dvd_u_677068.iso](https://drive.massgrave.dev/hr_windows_7_professional_with_sp1_x86_dvd_u_677068.iso) |
|
||||||
|
| Hungarian | x64 | [hu_windows_7_professional_with_sp1_x64_dvd_u_676942.iso](https://drive.massgrave.dev/hu_windows_7_professional_with_sp1_x64_dvd_u_676942.iso) |
|
||||||
|
| Hungarian | x86 | [hu_windows_7_professional_with_sp1_x86_dvd_u_677080.iso](https://drive.massgrave.dev/hu_windows_7_professional_with_sp1_x86_dvd_u_677080.iso) |
|
||||||
|
| Italian | x64 | [it_windows_7_professional_with_sp1_x64_dvd_u_676945.iso](https://drive.massgrave.dev/it_windows_7_professional_with_sp1_x64_dvd_u_676945.iso) |
|
||||||
|
| Italian | x86 | [it_windows_7_professional_with_sp1_x86_dvd_u_677088.iso](https://drive.massgrave.dev/it_windows_7_professional_with_sp1_x86_dvd_u_677088.iso) |
|
||||||
|
| Japanese | x64 | [ja_windows_7_professional_with_sp1_x64_dvd_u_676951.iso](https://drive.massgrave.dev/ja_windows_7_professional_with_sp1_x64_dvd_u_676951.iso) |
|
||||||
|
| Japanese | x86 | [ja_windows_7_professional_with_sp1_x86_dvd_u_677095.iso](https://drive.massgrave.dev/ja_windows_7_professional_with_sp1_x86_dvd_u_677095.iso) |
|
||||||
|
| Korean | x64 | [ko_windows_7_professional_k_with_sp1_x64_dvd_u_677155.iso](https://drive.massgrave.dev/ko_windows_7_professional_k_with_sp1_x64_dvd_u_677155.iso) |
|
||||||
|
| Korean | x86 | [ko_windows_7_professional_k_with_sp1_x86_dvd_u_677184.iso](https://drive.massgrave.dev/ko_windows_7_professional_k_with_sp1_x86_dvd_u_677184.iso) |
|
||||||
|
| Lithuanian | x64 | [lt_windows_7_professional_with_sp1_x64_dvd_u_676955.iso](https://drive.massgrave.dev/lt_windows_7_professional_with_sp1_x64_dvd_u_676955.iso) |
|
||||||
|
| Lithuanian | x86 | [lt_windows_7_professional_with_sp1_x86_dvd_u_677053.iso](https://drive.massgrave.dev/lt_windows_7_professional_with_sp1_x86_dvd_u_677053.iso) |
|
||||||
|
| Latvian | x64 | [lv_windows_7_professional_with_sp1_x64_dvd_u_676917.iso](https://drive.massgrave.dev/lv_windows_7_professional_with_sp1_x64_dvd_u_676917.iso) |
|
||||||
|
| Latvian | x86 | [lv_windows_7_professional_with_sp1_x86_dvd_u_677067.iso](https://drive.massgrave.dev/lv_windows_7_professional_with_sp1_x86_dvd_u_677067.iso) |
|
||||||
|
| Dutch | x64 | [nl_windows_7_professional_with_sp1_x64_dvd_u_676937.iso](https://drive.massgrave.dev/nl_windows_7_professional_with_sp1_x64_dvd_u_676937.iso) |
|
||||||
|
| Dutch | x86 | [nl_windows_7_professional_with_sp1_x86_dvd_u_677087.iso](https://drive.massgrave.dev/nl_windows_7_professional_with_sp1_x86_dvd_u_677087.iso) |
|
||||||
|
| Norwegian | x64 | [no_windows_7_professional_with_sp1_x64_dvd_u_676929.iso](https://drive.massgrave.dev/no_windows_7_professional_with_sp1_x64_dvd_u_676929.iso) |
|
||||||
|
| Norwegian | x86 | [no_windows_7_professional_with_sp1_x86_dvd_u_677078.iso](https://drive.massgrave.dev/no_windows_7_professional_with_sp1_x86_dvd_u_677078.iso) |
|
||||||
|
| Polish | x64 | [pl_windows_7_professional_with_sp1_x64_dvd_u_676944.iso](https://drive.massgrave.dev/pl_windows_7_professional_with_sp1_x64_dvd_u_676944.iso) |
|
||||||
|
| Polish | x86 | [pl_windows_7_professional_with_sp1_x86_dvd_u_677091.iso](https://drive.massgrave.dev/pl_windows_7_professional_with_sp1_x86_dvd_u_677091.iso) |
|
||||||
|
| Portuguese-Portugal | x64 | [pp_windows_7_professional_with_sp1_x64_dvd_u_676953.iso](https://drive.massgrave.dev/pp_windows_7_professional_with_sp1_x64_dvd_u_676953.iso) |
|
||||||
|
| Portuguese-Portugal | x86 | [pp_windows_7_professional_with_sp1_x86_dvd_u_677062.iso](https://drive.massgrave.dev/pp_windows_7_professional_with_sp1_x86_dvd_u_677062.iso) |
|
||||||
|
| Portuguese-Brazil | x64 | [pt_windows_7_professional_with_sp1_x64_dvd_u_676950.iso](https://drive.massgrave.dev/pt_windows_7_professional_with_sp1_x64_dvd_u_676950.iso) |
|
||||||
|
| Portuguese-Brazil | x86 | [pt_windows_7_professional_with_sp1_x86_dvd_u_677096.iso](https://drive.massgrave.dev/pt_windows_7_professional_with_sp1_x86_dvd_u_677096.iso) |
|
||||||
|
| Romanian | x64 | [ro_windows_7_professional_with_sp1_x64_dvd_u_676957.iso](https://drive.massgrave.dev/ro_windows_7_professional_with_sp1_x64_dvd_u_676957.iso) |
|
||||||
|
| Romanian | x86 | [ro_windows_7_professional_with_sp1_x86_dvd_u_677074.iso](https://drive.massgrave.dev/ro_windows_7_professional_with_sp1_x86_dvd_u_677074.iso) |
|
||||||
|
| Russian | x64 | [ru_windows_7_professional_with_sp1_x64_dvd_u_677024.iso](https://drive.massgrave.dev/ru_windows_7_professional_with_sp1_x64_dvd_u_677024.iso) |
|
||||||
|
| Russian | x86 | [ru_windows_7_professional_with_sp1_x86_dvd_u_677084.iso](https://drive.massgrave.dev/ru_windows_7_professional_with_sp1_x86_dvd_u_677084.iso) |
|
||||||
|
| Slovak | x64 | [sk_windows_7_professional_with_sp1_x64_dvd_u_677025.iso](https://drive.massgrave.dev/sk_windows_7_professional_with_sp1_x64_dvd_u_677025.iso) |
|
||||||
|
| Slovak | x86 | [sk_windows_7_professional_with_sp1_x86_dvd_u_677089.iso](https://drive.massgrave.dev/sk_windows_7_professional_with_sp1_x86_dvd_u_677089.iso) |
|
||||||
|
| Slovenian | x64 | [sl_windows_7_professional_with_sp1_x64_dvd_u_677030.iso](https://drive.massgrave.dev/sl_windows_7_professional_with_sp1_x64_dvd_u_677030.iso) |
|
||||||
|
| Slovenian | x86 | [sl_windows_7_professional_with_sp1_x86_dvd_u_677094.iso](https://drive.massgrave.dev/sl_windows_7_professional_with_sp1_x86_dvd_u_677094.iso) |
|
||||||
|
| Serbian | x64 | [sr_windows_7_professional_with_sp1_x64_dvd_u_677037.iso](https://drive.massgrave.dev/sr_windows_7_professional_with_sp1_x64_dvd_u_677037.iso) |
|
||||||
|
| Serbian | x86 | [sr_windows_7_professional_with_sp1_x86_dvd_u_677097.iso](https://drive.massgrave.dev/sr_windows_7_professional_with_sp1_x86_dvd_u_677097.iso) |
|
||||||
|
| Swedish | x64 | [sv_windows_7_professional_with_sp1_x64_dvd_u_677048.iso](https://drive.massgrave.dev/sv_windows_7_professional_with_sp1_x64_dvd_u_677048.iso) |
|
||||||
|
| Swedish | x86 | [sv_windows_7_professional_with_sp1_x86_dvd_u_677138.iso](https://drive.massgrave.dev/sv_windows_7_professional_with_sp1_x86_dvd_u_677138.iso) |
|
||||||
|
| Thai | x64 | [th_windows_7_professional_with_sp1_x64_dvd_u_677060.iso](https://drive.massgrave.dev/th_windows_7_professional_with_sp1_x64_dvd_u_677060.iso) |
|
||||||
|
| Thai | x86 | [th_windows_7_professional_with_sp1_x86_dvd_u_677140.iso](https://drive.massgrave.dev/th_windows_7_professional_with_sp1_x86_dvd_u_677140.iso) |
|
||||||
|
| Turkish | x64 | [tr_windows_7_professional_with_sp1_x64_dvd_u_677075.iso](https://drive.massgrave.dev/tr_windows_7_professional_with_sp1_x64_dvd_u_677075.iso) |
|
||||||
|
| Turkish | x86 | [tr_windows_7_professional_with_sp1_x86_dvd_u_677145.iso](https://drive.massgrave.dev/tr_windows_7_professional_with_sp1_x86_dvd_u_677145.iso) |
|
||||||
|
| Chinese-Traditional | x64 | [tw_windows_7_professional_with_sp1_x64_dvd_u_677047.iso](https://drive.massgrave.dev/tw_windows_7_professional_with_sp1_x64_dvd_u_677047.iso) |
|
||||||
|
| Chinese-Traditional | x86 | [tw_windows_7_professional_with_sp1_x86_dvd_u_677189.iso](https://drive.massgrave.dev/tw_windows_7_professional_with_sp1_x86_dvd_u_677189.iso) |
|
||||||
|
| Ukrainian | x64 | [uk_windows_7_professional_with_sp1_x64_dvd_u_677026.iso](https://drive.massgrave.dev/uk_windows_7_professional_with_sp1_x64_dvd_u_677026.iso) |
|
||||||
|
| Ukrainian | x86 | [uk_windows_7_professional_with_sp1_x86_dvd_u_677150.iso](https://drive.massgrave.dev/uk_windows_7_professional_with_sp1_x86_dvd_u_677150.iso) |
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
|
||||||
|
<TabItem value="Windows 7 Professional VL SP1" label="Windows 7 Professional VL SP1" default>
|
||||||
|
|
||||||
|
**Windows 7 Professional VL SP1**
|
||||||
|
This version contains only Professional edition index.
|
||||||
|
|
||||||
|
| Language | Arch | Link |
|
||||||
|
|:----------------------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| Arabic | x64 | [ar_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677754.iso](https://drive.massgrave.dev/ar_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677754.iso) |
|
||||||
|
| Arabic | x86 | [ar_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677837.iso](https://drive.massgrave.dev/ar_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677837.iso) |
|
||||||
|
| Bulgarian | x64 | [bg_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677761.iso](https://drive.massgrave.dev/bg_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677761.iso) |
|
||||||
|
| Bulgarian | x86 | [bg_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677846.iso](https://drive.massgrave.dev/bg_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677846.iso) |
|
||||||
|
| Chinese-Simplified | x64 | [cn_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677816.iso](https://drive.massgrave.dev/cn_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677816.iso) |
|
||||||
|
| Chinese-Simplified | x86 | [cn_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677939.iso](https://drive.massgrave.dev/cn_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677939.iso) |
|
||||||
|
| Czech | x64 | [cs_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677767.iso](https://drive.massgrave.dev/cs_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677767.iso) |
|
||||||
|
| Czech | x86 | [cs_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677860.iso](https://drive.massgrave.dev/cs_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677860.iso) |
|
||||||
|
| Danish | x64 | [da_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677772.iso](https://drive.massgrave.dev/da_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677772.iso) |
|
||||||
|
| Danish | x86 | [da_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677876.iso](https://drive.massgrave.dev/da_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677876.iso) |
|
||||||
|
| German | x64 | [de_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677778.iso](https://drive.massgrave.dev/de_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677778.iso) |
|
||||||
|
| German | x86 | [de_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677883.iso](https://drive.massgrave.dev/de_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677883.iso) |
|
||||||
|
| Greek | x64 | [el_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677783.iso](https://drive.massgrave.dev/el_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677783.iso) |
|
||||||
|
| Greek | x86 | [el_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677889.iso](https://drive.massgrave.dev/el_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677889.iso) |
|
||||||
|
| English | x64 | [en_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677791.iso](https://drive.massgrave.dev/en_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677791.iso) |
|
||||||
|
| English | x86 | [en_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677896.iso](https://drive.massgrave.dev/en_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677896.iso) |
|
||||||
|
| Spanish | x64 | [es_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677798.iso](https://drive.massgrave.dev/es_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677798.iso) |
|
||||||
|
| Spanish | x86 | [es_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677903.iso](https://drive.massgrave.dev/es_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677903.iso) |
|
||||||
|
| Estonian | x64 | [et_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677802.iso](https://drive.massgrave.dev/et_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677802.iso) |
|
||||||
|
| Estonian | x86 | [et_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677912.iso](https://drive.massgrave.dev/et_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677912.iso) |
|
||||||
|
| Finnish | x64 | [fi_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677808.iso](https://drive.massgrave.dev/fi_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677808.iso) |
|
||||||
|
| Finnish | x86 | [fi_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677759.iso](https://drive.massgrave.dev/fi_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677759.iso) |
|
||||||
|
| French | x64 | [fr_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677814.iso](https://drive.massgrave.dev/fr_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677814.iso) |
|
||||||
|
| French | x86 | [fr_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677765.iso](https://drive.massgrave.dev/fr_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677765.iso) |
|
||||||
|
| Hebrew | x64 | [he_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677820.iso](https://drive.massgrave.dev/he_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677820.iso) |
|
||||||
|
| Hebrew | x86 | [he_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677769.iso](https://drive.massgrave.dev/he_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677769.iso) |
|
||||||
|
| Chinese-Hong Kong SAR | x64 | [hk_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677823.iso](https://drive.massgrave.dev/hk_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677823.iso) |
|
||||||
|
| Chinese-Hong Kong SAR | x86 | [hk_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677951.iso](https://drive.massgrave.dev/hk_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677951.iso) |
|
||||||
|
| Croatian | x64 | [hr_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677826.iso](https://drive.massgrave.dev/hr_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677826.iso) |
|
||||||
|
| Croatian | x86 | [hr_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677773.iso](https://drive.massgrave.dev/hr_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677773.iso) |
|
||||||
|
| Hungarian | x64 | [hu_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677833.iso](https://drive.massgrave.dev/hu_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677833.iso) |
|
||||||
|
| Hungarian | x86 | [hu_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677777.iso](https://drive.massgrave.dev/hu_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677777.iso) |
|
||||||
|
| Italian | x64 | [it_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677841.iso](https://drive.massgrave.dev/it_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677841.iso) |
|
||||||
|
| Italian | x86 | [it_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677781.iso](https://drive.massgrave.dev/it_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677781.iso) |
|
||||||
|
| Japanese | x64 | [ja_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677851.iso](https://drive.massgrave.dev/ja_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677851.iso) |
|
||||||
|
| Japanese | x86 | [ja_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677786.iso](https://drive.massgrave.dev/ja_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677786.iso) |
|
||||||
|
| Korean | x64 | NA |
|
||||||
|
| Korean | x86 | NA |
|
||||||
|
| Lithuanian | x64 | [lt_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677861.iso](https://drive.massgrave.dev/lt_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677861.iso) |
|
||||||
|
| Lithuanian | x86 | [lt_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677792.iso](https://drive.massgrave.dev/lt_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677792.iso) |
|
||||||
|
| Latvian | x64 | [lv_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677872.iso](https://drive.massgrave.dev/lv_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677872.iso) |
|
||||||
|
| Latvian | x86 | [lv_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677797.iso](https://drive.massgrave.dev/lv_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677797.iso) |
|
||||||
|
| Dutch | x64 | [nl_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677745.iso](https://drive.massgrave.dev/nl_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677745.iso) |
|
||||||
|
| Dutch | x86 | [nl_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677812.iso](https://drive.massgrave.dev/nl_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677812.iso) |
|
||||||
|
| Norwegian | x64 | [no_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677881.iso](https://drive.massgrave.dev/no_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677881.iso) |
|
||||||
|
| Norwegian | x86 | [no_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677805.iso](https://drive.massgrave.dev/no_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677805.iso) |
|
||||||
|
| Polish | x64 | [pl_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677751.iso](https://drive.massgrave.dev/pl_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677751.iso) |
|
||||||
|
| Polish | x86 | [pl_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677818.iso](https://drive.massgrave.dev/pl_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677818.iso) |
|
||||||
|
| Portuguese-Portugal | x64 | [pp_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677763.iso](https://drive.massgrave.dev/pp_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677763.iso) |
|
||||||
|
| Portuguese-Portugal | x86 | [pp_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677834.iso](https://drive.massgrave.dev/pp_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677834.iso) |
|
||||||
|
| Portuguese-Brazil | x64 | [pt_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677756.iso](https://drive.massgrave.dev/pt_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677756.iso) |
|
||||||
|
| Portuguese-Brazil | x86 | [pt_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677827.iso](https://drive.massgrave.dev/pt_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677827.iso) |
|
||||||
|
| Romanian | x64 | [ro_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677768.iso](https://drive.massgrave.dev/ro_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677768.iso) |
|
||||||
|
| Romanian | x86 | [ro_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677842.iso](https://drive.massgrave.dev/ro_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677842.iso) |
|
||||||
|
| Russian | x64 | [ru_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677774.iso](https://drive.massgrave.dev/ru_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677774.iso) |
|
||||||
|
| Russian | x86 | [ru_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677853.iso](https://drive.massgrave.dev/ru_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677853.iso) |
|
||||||
|
| Slovak | x64 | [sk_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677779.iso](https://drive.massgrave.dev/sk_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677779.iso) |
|
||||||
|
| Slovak | x86 | [sk_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677866.iso](https://drive.massgrave.dev/sk_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677866.iso) |
|
||||||
|
| Slovenian | x64 | [sl_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677785.iso](https://drive.massgrave.dev/sl_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677785.iso) |
|
||||||
|
| Slovenian | x86 | [sl_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677878.iso](https://drive.massgrave.dev/sl_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677878.iso) |
|
||||||
|
| Serbian | x64 | [sr_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677790.iso](https://drive.massgrave.dev/sr_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677790.iso) |
|
||||||
|
| Serbian | x86 | [sr_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677888.iso](https://drive.massgrave.dev/sr_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677888.iso) |
|
||||||
|
| Swedish | x64 | [sv_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677795.iso](https://drive.massgrave.dev/sv_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677795.iso) |
|
||||||
|
| Swedish | x86 | [sv_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677898.iso](https://drive.massgrave.dev/sv_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677898.iso) |
|
||||||
|
| Thai | x64 | [th_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677800.iso](https://drive.massgrave.dev/th_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677800.iso) |
|
||||||
|
| Thai | x86 | [th_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677909.iso](https://drive.massgrave.dev/th_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677909.iso) |
|
||||||
|
| Turkish | x64 | [tr_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677806.iso](https://drive.massgrave.dev/tr_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677806.iso) |
|
||||||
|
| Turkish | x86 | [tr_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677920.iso](https://drive.massgrave.dev/tr_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677920.iso) |
|
||||||
|
| Chinese-Traditional | x64 | [tw_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677829.iso](https://drive.massgrave.dev/tw_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677829.iso) |
|
||||||
|
| Chinese-Traditional | x86 | [tw_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677771.iso](https://drive.massgrave.dev/tw_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677771.iso) |
|
||||||
|
| Ukrainian | x64 | [uk_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677811.iso](https://drive.massgrave.dev/uk_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677811.iso) |
|
||||||
|
| Ukrainian | x86 | [uk_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677928.iso](https://drive.massgrave.dev/uk_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677928.iso) |
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
|
||||||
|
<TabItem value="Windows 7 Home Premium SP1" label="Windows 7 Home Premium SP1" default>
|
||||||
|
|
||||||
|
**Windows 7 Home Premium SP1**
|
||||||
|
|
||||||
|
| Language | Arch | Link |
|
||||||
|
|:----------------------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| Arabic | x64 | [ar_windows_7_home_premium_with_sp1_x64_dvd_u_676551.iso](https://drive.massgrave.dev/ar_windows_7_home_premium_with_sp1_x64_dvd_u_676551.iso) |
|
||||||
|
| Arabic | x86 | [ar_windows_7_home_premium_with_sp1_x86_dvd_u_676666.iso](https://drive.massgrave.dev/ar_windows_7_home_premium_with_sp1_x86_dvd_u_676666.iso) |
|
||||||
|
| Bulgarian | x64 | [bg_windows_7_home_premium_with_sp1_x64_dvd_u_676515.iso](https://drive.massgrave.dev/bg_windows_7_home_premium_with_sp1_x64_dvd_u_676515.iso) |
|
||||||
|
| Bulgarian | x86 | [bg_windows_7_home_premium_with_sp1_x86_dvd_u_676671.iso](https://drive.massgrave.dev/bg_windows_7_home_premium_with_sp1_x86_dvd_u_676671.iso) |
|
||||||
|
| Chinese-Simplified | x64 | [cn_windows_7_home_premium_with_sp1_x64_dvd_u_676691.iso](https://drive.massgrave.dev/cn_windows_7_home_premium_with_sp1_x64_dvd_u_676691.iso) |
|
||||||
|
| Chinese-Simplified | x86 | [cn_windows_7_home_premium_with_sp1_x86_dvd_u_676770.iso](https://drive.massgrave.dev/cn_windows_7_home_premium_with_sp1_x86_dvd_u_676770.iso) |
|
||||||
|
| Czech | x64 | [cs_windows_7_home_premium_with_sp1_x64_dvd_u_676522.iso](https://drive.massgrave.dev/cs_windows_7_home_premium_with_sp1_x64_dvd_u_676522.iso) |
|
||||||
|
| Czech | x86 | [cs_windows_7_home_premium_with_sp1_x86_dvd_u_676676.iso](https://drive.massgrave.dev/cs_windows_7_home_premium_with_sp1_x86_dvd_u_676676.iso) |
|
||||||
|
| Danish | x64 | [da_windows_7_home_premium_with_sp1_x64_dvd_u_676529.iso](https://drive.massgrave.dev/da_windows_7_home_premium_with_sp1_x64_dvd_u_676529.iso) |
|
||||||
|
| Danish | x86 | [da_windows_7_home_premium_with_sp1_x86_dvd_u_676681.iso](https://drive.massgrave.dev/da_windows_7_home_premium_with_sp1_x86_dvd_u_676681.iso) |
|
||||||
|
| German | x64 | [de_windows_7_home_premium_with_sp1_x64_dvd_u_676536.iso](https://drive.massgrave.dev/de_windows_7_home_premium_with_sp1_x64_dvd_u_676536.iso) |
|
||||||
|
| German | x86 | [de_windows_7_home_premium_with_sp1_x86_dvd_u_676687.iso](https://drive.massgrave.dev/de_windows_7_home_premium_with_sp1_x86_dvd_u_676687.iso) |
|
||||||
|
| Greek | x64 | [el_windows_7_home_premium_with_sp1_x64_dvd_u_676544.iso](https://drive.massgrave.dev/el_windows_7_home_premium_with_sp1_x64_dvd_u_676544.iso) |
|
||||||
|
| Greek | x86 | [el_windows_7_home_premium_with_sp1_x86_dvd_u_676694.iso](https://drive.massgrave.dev/el_windows_7_home_premium_with_sp1_x86_dvd_u_676694.iso) |
|
||||||
|
| English | x64 | [en_windows_7_home_premium_with_sp1_x64_dvd_u_676549.iso](https://drive.massgrave.dev/en_windows_7_home_premium_with_sp1_x64_dvd_u_676549.iso) |
|
||||||
|
| English | x86 | [en_windows_7_home_premium_with_sp1_x86_dvd_u_676701.iso](https://drive.massgrave.dev/en_windows_7_home_premium_with_sp1_x86_dvd_u_676701.iso) |
|
||||||
|
| Spanish | x64 | [es_windows_7_home_premium_with_sp1_x64_dvd_u_676553.iso](https://drive.massgrave.dev/es_windows_7_home_premium_with_sp1_x64_dvd_u_676553.iso) |
|
||||||
|
| Spanish | x86 | [es_windows_7_home_premium_with_sp1_x86_dvd_u_676707.iso](https://drive.massgrave.dev/es_windows_7_home_premium_with_sp1_x86_dvd_u_676707.iso) |
|
||||||
|
| Estonian | x64 | [et_windows_7_home_premium_with_sp1_x64_dvd_u_676555.iso](https://drive.massgrave.dev/et_windows_7_home_premium_with_sp1_x64_dvd_u_676555.iso) |
|
||||||
|
| Estonian | x86 | [et_windows_7_home_premium_with_sp1_x86_dvd_u_676713.iso](https://drive.massgrave.dev/et_windows_7_home_premium_with_sp1_x86_dvd_u_676713.iso) |
|
||||||
|
| Finnish | x64 | [fi_windows_7_home_premium_with_sp1_x64_dvd_u_676517.iso](https://drive.massgrave.dev/fi_windows_7_home_premium_with_sp1_x64_dvd_u_676517.iso) |
|
||||||
|
| Finnish | x86 | [fi_windows_7_home_premium_with_sp1_x86_dvd_u_676672.iso](https://drive.massgrave.dev/fi_windows_7_home_premium_with_sp1_x86_dvd_u_676672.iso) |
|
||||||
|
| French | x64 | [fr_windows_7_home_premium_with_sp1_x64_dvd_u_676521.iso](https://drive.massgrave.dev/fr_windows_7_home_premium_with_sp1_x64_dvd_u_676521.iso) |
|
||||||
|
| French | x86 | [fr_windows_7_home_premium_with_sp1_x86_dvd_u_676678.iso](https://drive.massgrave.dev/fr_windows_7_home_premium_with_sp1_x86_dvd_u_676678.iso) |
|
||||||
|
| Hebrew | x64 | [he_windows_7_home_premium_with_sp1_x64_dvd_u_676527.iso](https://drive.massgrave.dev/he_windows_7_home_premium_with_sp1_x64_dvd_u_676527.iso) |
|
||||||
|
| Hebrew | x86 | [he_windows_7_home_premium_with_sp1_x86_dvd_u_676683.iso](https://drive.massgrave.dev/he_windows_7_home_premium_with_sp1_x86_dvd_u_676683.iso) |
|
||||||
|
| Chinese-Hong Kong SAR | x64 | [hk_windows_7_home_premium_with_sp1_x64_dvd_u_676697.iso](https://drive.massgrave.dev/hk_windows_7_home_premium_with_sp1_x64_dvd_u_676697.iso) |
|
||||||
|
| Chinese-Hong Kong SAR | x86 | [hk_windows_7_home_premium_with_sp1_x86_dvd_u_676771.iso](https://drive.massgrave.dev/hk_windows_7_home_premium_with_sp1_x86_dvd_u_676771.iso) |
|
||||||
|
| Croatian | x64 | [hr_windows_7_home_premium_with_sp1_x64_dvd_u_676533.iso](https://drive.massgrave.dev/hr_windows_7_home_premium_with_sp1_x64_dvd_u_676533.iso) |
|
||||||
|
| Croatian | x86 | [hr_windows_7_home_premium_with_sp1_x86_dvd_u_676688.iso](https://drive.massgrave.dev/hr_windows_7_home_premium_with_sp1_x86_dvd_u_676688.iso) |
|
||||||
|
| Hungarian | x64 | [hu_windows_7_home_premium_with_sp1_x64_dvd_u_676538.iso](https://drive.massgrave.dev/hu_windows_7_home_premium_with_sp1_x64_dvd_u_676538.iso) |
|
||||||
|
| Hungarian | x86 | [hu_windows_7_home_premium_with_sp1_x86_dvd_u_676696.iso](https://drive.massgrave.dev/hu_windows_7_home_premium_with_sp1_x86_dvd_u_676696.iso) |
|
||||||
|
| Italian | x64 | [it_windows_7_home_premium_with_sp1_x64_dvd_u_676543.iso](https://drive.massgrave.dev/it_windows_7_home_premium_with_sp1_x64_dvd_u_676543.iso) |
|
||||||
|
| Italian | x86 | [it_windows_7_home_premium_with_sp1_x86_dvd_u_676702.iso](https://drive.massgrave.dev/it_windows_7_home_premium_with_sp1_x86_dvd_u_676702.iso) |
|
||||||
|
| Japanese | x64 | [ja_windows_7_home_premium_with_sp1_x64_dvd_u_676548.iso](https://drive.massgrave.dev/ja_windows_7_home_premium_with_sp1_x64_dvd_u_676548.iso) |
|
||||||
|
| Japanese | x86 | [ja_windows_7_home_premium_with_sp1_x86_dvd_u_676708.iso](https://drive.massgrave.dev/ja_windows_7_home_premium_with_sp1_x86_dvd_u_676708.iso) |
|
||||||
|
| Korean | x64 | [ko_windows_7_home_premium_k_with_sp1_x64_dvd_u_676808.iso](https://drive.massgrave.dev/ko_windows_7_home_premium_k_with_sp1_x64_dvd_u_676808.iso) |
|
||||||
|
| Korean | x86 | [ko_windows_7_home_premium_k_with_sp1_x86_dvd_u_676814.iso](https://drive.massgrave.dev/ko_windows_7_home_premium_k_with_sp1_x86_dvd_u_676814.iso) |
|
||||||
|
| Lithuanian | x64 | [lt_windows_7_home_premium_with_sp1_x64_dvd_u_676552.iso](https://drive.massgrave.dev/lt_windows_7_home_premium_with_sp1_x64_dvd_u_676552.iso) |
|
||||||
|
| Lithuanian | x86 | [lt_windows_7_home_premium_with_sp1_x86_dvd_u_676715.iso](https://drive.massgrave.dev/lt_windows_7_home_premium_with_sp1_x86_dvd_u_676715.iso) |
|
||||||
|
| Latvian | x64 | [lv_windows_7_home_premium_with_sp1_x64_dvd_u_676523.iso](https://drive.massgrave.dev/lv_windows_7_home_premium_with_sp1_x64_dvd_u_676523.iso) |
|
||||||
|
| Latvian | x86 | [lv_windows_7_home_premium_with_sp1_x86_dvd_u_676720.iso](https://drive.massgrave.dev/lv_windows_7_home_premium_with_sp1_x86_dvd_u_676720.iso) |
|
||||||
|
| Dutch | x64 | [nl_windows_7_home_premium_with_sp1_x64_dvd_u_676534.iso](https://drive.massgrave.dev/nl_windows_7_home_premium_with_sp1_x64_dvd_u_676534.iso) |
|
||||||
|
| Dutch | x86 | [nl_windows_7_home_premium_with_sp1_x86_dvd_u_676693.iso](https://drive.massgrave.dev/nl_windows_7_home_premium_with_sp1_x86_dvd_u_676693.iso) |
|
||||||
|
| Norwegian | x64 | [no_windows_7_home_premium_with_sp1_x64_dvd_u_676528.iso](https://drive.massgrave.dev/no_windows_7_home_premium_with_sp1_x64_dvd_u_676528.iso) |
|
||||||
|
| Norwegian | x86 | [no_windows_7_home_premium_with_sp1_x86_dvd_u_676724.iso](https://drive.massgrave.dev/no_windows_7_home_premium_with_sp1_x86_dvd_u_676724.iso) |
|
||||||
|
| Polish | x64 | [pl_windows_7_home_premium_with_sp1_x64_dvd_u_676540.iso](https://drive.massgrave.dev/pl_windows_7_home_premium_with_sp1_x64_dvd_u_676540.iso) |
|
||||||
|
| Polish | x86 | [pl_windows_7_home_premium_with_sp1_x86_dvd_u_676699.iso](https://drive.massgrave.dev/pl_windows_7_home_premium_with_sp1_x86_dvd_u_676699.iso) |
|
||||||
|
| Portuguese-Portugal | x64 | [pp_windows_7_home_premium_with_sp1_x64_dvd_u_676550.iso](https://drive.massgrave.dev/pp_windows_7_home_premium_with_sp1_x64_dvd_u_676550.iso) |
|
||||||
|
| Portuguese-Portugal | x86 | [pp_windows_7_home_premium_with_sp1_x86_dvd_u_676711.iso](https://drive.massgrave.dev/pp_windows_7_home_premium_with_sp1_x86_dvd_u_676711.iso) |
|
||||||
|
| Portuguese-Brazil | x64 | [pt_windows_7_home_premium_with_sp1_x64_dvd_u_676545.iso](https://drive.massgrave.dev/pt_windows_7_home_premium_with_sp1_x64_dvd_u_676545.iso) |
|
||||||
|
| Portuguese-Brazil | x86 | [pt_windows_7_home_premium_with_sp1_x86_dvd_u_676705.iso](https://drive.massgrave.dev/pt_windows_7_home_premium_with_sp1_x86_dvd_u_676705.iso) |
|
||||||
|
| Romanian | x64 | [ro_windows_7_home_premium_with_sp1_x64_dvd_u_676554.iso](https://drive.massgrave.dev/ro_windows_7_home_premium_with_sp1_x64_dvd_u_676554.iso) |
|
||||||
|
| Romanian | x86 | [ro_windows_7_home_premium_with_sp1_x86_dvd_u_676716.iso](https://drive.massgrave.dev/ro_windows_7_home_premium_with_sp1_x86_dvd_u_676716.iso) |
|
||||||
|
| Russian | x64 | [ru_windows_7_home_premium_with_sp1_x64_dvd_u_676728.iso](https://drive.massgrave.dev/ru_windows_7_home_premium_with_sp1_x64_dvd_u_676728.iso) |
|
||||||
|
| Russian | x86 | [ru_windows_7_home_premium_with_sp1_x86_dvd_u_676719.iso](https://drive.massgrave.dev/ru_windows_7_home_premium_with_sp1_x86_dvd_u_676719.iso) |
|
||||||
|
| Slovak | x64 | [sk_windows_7_home_premium_with_sp1_x64_dvd_u_676654.iso](https://drive.massgrave.dev/sk_windows_7_home_premium_with_sp1_x64_dvd_u_676654.iso) |
|
||||||
|
| Slovak | x86 | [sk_windows_7_home_premium_with_sp1_x86_dvd_u_676723.iso](https://drive.massgrave.dev/sk_windows_7_home_premium_with_sp1_x86_dvd_u_676723.iso) |
|
||||||
|
| Slovenian | x64 | [sl_windows_7_home_premium_with_sp1_x64_dvd_u_676656.iso](https://drive.massgrave.dev/sl_windows_7_home_premium_with_sp1_x64_dvd_u_676656.iso) |
|
||||||
|
| Slovenian | x86 | [sl_windows_7_home_premium_with_sp1_x86_dvd_u_676725.iso](https://drive.massgrave.dev/sl_windows_7_home_premium_with_sp1_x86_dvd_u_676725.iso) |
|
||||||
|
| Serbian | x64 | [sr_windows_7_home_premium_with_sp1_x64_dvd_u_676659.iso](https://drive.massgrave.dev/sr_windows_7_home_premium_with_sp1_x64_dvd_u_676659.iso) |
|
||||||
|
| Serbian | x86 | [sr_windows_7_home_premium_with_sp1_x86_dvd_u_676726.iso](https://drive.massgrave.dev/sr_windows_7_home_premium_with_sp1_x86_dvd_u_676726.iso) |
|
||||||
|
| Swedish | x64 | [sv_windows_7_home_premium_with_sp1_x64_dvd_u_676664.iso](https://drive.massgrave.dev/sv_windows_7_home_premium_with_sp1_x64_dvd_u_676664.iso) |
|
||||||
|
| Swedish | x86 | [sv_windows_7_home_premium_with_sp1_x86_dvd_u_676766.iso](https://drive.massgrave.dev/sv_windows_7_home_premium_with_sp1_x86_dvd_u_676766.iso) |
|
||||||
|
| Thai | x64 | [th_windows_7_home_premium_with_sp1_x64_dvd_u_676670.iso](https://drive.massgrave.dev/th_windows_7_home_premium_with_sp1_x64_dvd_u_676670.iso) |
|
||||||
|
| Thai | x86 | [th_windows_7_home_premium_with_sp1_x86_dvd_u_676767.iso](https://drive.massgrave.dev/th_windows_7_home_premium_with_sp1_x86_dvd_u_676767.iso) |
|
||||||
|
| Turkish | x64 | [tr_windows_7_home_premium_with_sp1_x64_dvd_u_676677.iso](https://drive.massgrave.dev/tr_windows_7_home_premium_with_sp1_x64_dvd_u_676677.iso) |
|
||||||
|
| Turkish | x86 | [tr_windows_7_home_premium_with_sp1_x86_dvd_u_676768.iso](https://drive.massgrave.dev/tr_windows_7_home_premium_with_sp1_x86_dvd_u_676768.iso) |
|
||||||
|
| Chinese-Traditional | x64 | [tw_windows_7_home_premium_with_sp1_x64_dvd_u_676703.iso](https://drive.massgrave.dev/tw_windows_7_home_premium_with_sp1_x64_dvd_u_676703.iso) |
|
||||||
|
| Chinese-Traditional | x86 | [tw_windows_7_home_premium_with_sp1_x86_dvd_u_676772.iso](https://drive.massgrave.dev/tw_windows_7_home_premium_with_sp1_x86_dvd_u_676772.iso) |
|
||||||
|
| Ukrainian | x64 | [uk_windows_7_home_premium_with_sp1_x64_dvd_u_676684.iso](https://drive.massgrave.dev/uk_windows_7_home_premium_with_sp1_x64_dvd_u_676684.iso) |
|
||||||
|
| Ukrainian | x86 | [uk_windows_7_home_premium_with_sp1_x86_dvd_u_676769.iso](https://drive.massgrave.dev/uk_windows_7_home_premium_with_sp1_x86_dvd_u_676769.iso) |
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
|
||||||
|
<TabItem value="Windows 7 Home Basic SP1" label="Windows 7 Home Basic SP1" default>
|
||||||
|
|
||||||
|
**Windows 7 Home Basic SP1**
|
||||||
|
Available in x86 only on MVS.
|
||||||
|
|
||||||
|
| Language | Arch | Link |
|
||||||
|
|:----------------------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| Arabic | x86 | [ar_windows_7_home_basic_with_sp1_x86_dvd_u_676462.iso](https://drive.massgrave.dev/ar_windows_7_home_basic_with_sp1_x86_dvd_u_676462.iso) |
|
||||||
|
| Bulgarian | x86 | [bg_windows_7_home_basic_with_sp1_x86_dvd_u_676463.iso](https://drive.massgrave.dev/bg_windows_7_home_basic_with_sp1_x86_dvd_u_676463.iso) |
|
||||||
|
| Chinese-Simplified | x86 | [cn_windows_7_home_basic_with_sp1_x86_dvd_u_676500.iso](https://drive.massgrave.dev/cn_windows_7_home_basic_with_sp1_x86_dvd_u_676500.iso) |
|
||||||
|
| Czech | x86 | [cs_windows_7_home_basic_with_sp1_x86_dvd_u_676464.iso](https://drive.massgrave.dev/cs_windows_7_home_basic_with_sp1_x86_dvd_u_676464.iso) |
|
||||||
|
| Danish | x86 | [da_windows_7_home_basic_with_sp1_x86_dvd_u_676465.iso](https://drive.massgrave.dev/da_windows_7_home_basic_with_sp1_x86_dvd_u_676465.iso) |
|
||||||
|
| German | x86 | [de_windows_7_home_basic_with_sp1_x86_dvd_u_676467.iso](https://drive.massgrave.dev/de_windows_7_home_basic_with_sp1_x86_dvd_u_676467.iso) |
|
||||||
|
| Greek | x86 | [el_windows_7_home_basic_with_sp1_x86_dvd_u_676466.iso](https://drive.massgrave.dev/el_windows_7_home_basic_with_sp1_x86_dvd_u_676466.iso) |
|
||||||
|
| English | x86 | [en_windows_7_home_basic_with_sp1_x86_dvd_u_676470.iso](https://drive.massgrave.dev/en_windows_7_home_basic_with_sp1_x86_dvd_u_676470.iso) |
|
||||||
|
| Spanish | x86 | [es_windows_7_home_basic_with_sp1_x86_dvd_u_676468.iso](https://drive.massgrave.dev/es_windows_7_home_basic_with_sp1_x86_dvd_u_676468.iso) |
|
||||||
|
| Estonian | x86 | [et_windows_7_home_basic_with_sp1_x86_dvd_u_676471.iso](https://drive.massgrave.dev/et_windows_7_home_basic_with_sp1_x86_dvd_u_676471.iso) |
|
||||||
|
| Finnish | x86 | [fi_windows_7_home_basic_with_sp1_x86_dvd_u_676469.iso](https://drive.massgrave.dev/fi_windows_7_home_basic_with_sp1_x86_dvd_u_676469.iso) |
|
||||||
|
| French | x86 | [fr_windows_7_home_basic_with_sp1_x86_dvd_u_676472.iso](https://drive.massgrave.dev/fr_windows_7_home_basic_with_sp1_x86_dvd_u_676472.iso) |
|
||||||
|
| Hebrew | x86 | [he_windows_7_home_basic_with_sp1_x86_dvd_u_676473.iso](https://drive.massgrave.dev/he_windows_7_home_basic_with_sp1_x86_dvd_u_676473.iso) |
|
||||||
|
| Chinese-Hong Kong SAR | x86 | [hk_windows_7_home_basic_with_sp1_x86_dvd_u_676504.iso](https://drive.massgrave.dev/hk_windows_7_home_basic_with_sp1_x86_dvd_u_676504.iso) |
|
||||||
|
| Croatian | x86 | [hr_windows_7_home_basic_with_sp1_x86_dvd_u_676474.iso](https://drive.massgrave.dev/hr_windows_7_home_basic_with_sp1_x86_dvd_u_676474.iso) |
|
||||||
|
| Hungarian | x86 | [hu_windows_7_home_basic_with_sp1_x86_dvd_u_676475.iso](https://drive.massgrave.dev/hu_windows_7_home_basic_with_sp1_x86_dvd_u_676475.iso) |
|
||||||
|
| Italian | x86 | [it_windows_7_home_basic_with_sp1_x86_dvd_u_676477.iso](https://drive.massgrave.dev/it_windows_7_home_basic_with_sp1_x86_dvd_u_676477.iso) |
|
||||||
|
| Japanese | x86 | [ja_windows_7_home_basic_with_sp1_x86_dvd_u_676480.iso](https://drive.massgrave.dev/ja_windows_7_home_basic_with_sp1_x86_dvd_u_676480.iso) |
|
||||||
|
| Korean | x86 | NA |
|
||||||
|
| Lithuanian | x86 | [lt_windows_7_home_basic_with_sp1_x86_dvd_u_676485.iso](https://drive.massgrave.dev/lt_windows_7_home_basic_with_sp1_x86_dvd_u_676485.iso) |
|
||||||
|
| Latvian | x86 | [lv_windows_7_home_basic_with_sp1_x86_dvd_u_676476.iso](https://drive.massgrave.dev/lv_windows_7_home_basic_with_sp1_x86_dvd_u_676476.iso) |
|
||||||
|
| Dutch | x86 | [nl_windows_7_home_basic_with_sp1_x86_dvd_u_676483.iso](https://drive.massgrave.dev/nl_windows_7_home_basic_with_sp1_x86_dvd_u_676483.iso) |
|
||||||
|
| Norwegian | x86 | [no_windows_7_home_basic_with_sp1_x86_dvd_u_676479.iso](https://drive.massgrave.dev/no_windows_7_home_basic_with_sp1_x86_dvd_u_676479.iso) |
|
||||||
|
| Polish | x86 | [pl_windows_7_home_basic_with_sp1_x86_dvd_u_676486.iso](https://drive.massgrave.dev/pl_windows_7_home_basic_with_sp1_x86_dvd_u_676486.iso) |
|
||||||
|
| Portuguese-Portugal | x86 | [pp_windows_7_home_basic_with_sp1_x86_dvd_u_676496.iso](https://drive.massgrave.dev/pp_windows_7_home_basic_with_sp1_x86_dvd_u_676496.iso) |
|
||||||
|
| Portuguese-Brazil | x86 | [pt_windows_7_home_basic_with_sp1_x86_dvd_u_676491.iso](https://drive.massgrave.dev/pt_windows_7_home_basic_with_sp1_x86_dvd_u_676491.iso) |
|
||||||
|
| Romanian | x86 | [ro_windows_7_home_basic_with_sp1_x86_dvd_u_676478.iso](https://drive.massgrave.dev/ro_windows_7_home_basic_with_sp1_x86_dvd_u_676478.iso) |
|
||||||
|
| Russian | x86 | [ru_windows_7_home_basic_with_sp1_x86_dvd_u_676482.iso](https://drive.massgrave.dev/ru_windows_7_home_basic_with_sp1_x86_dvd_u_676482.iso) |
|
||||||
|
| Slovak | x86 | [sk_windows_7_home_basic_with_sp1_x86_dvd_u_676487.iso](https://drive.massgrave.dev/sk_windows_7_home_basic_with_sp1_x86_dvd_u_676487.iso) |
|
||||||
|
| Slovenian | x86 | [sl_windows_7_home_basic_with_sp1_x86_dvd_u_676492.iso](https://drive.massgrave.dev/sl_windows_7_home_basic_with_sp1_x86_dvd_u_676492.iso) |
|
||||||
|
| Serbian | x86 | [sr_windows_7_home_basic_with_sp1_x86_dvd_u_676497.iso](https://drive.massgrave.dev/sr_windows_7_home_basic_with_sp1_x86_dvd_u_676497.iso) |
|
||||||
|
| Swedish | x86 | [sv_windows_7_home_basic_with_sp1_x86_dvd_u_676501.iso](https://drive.massgrave.dev/sv_windows_7_home_basic_with_sp1_x86_dvd_u_676501.iso) |
|
||||||
|
| Thai | x86 | [th_windows_7_home_basic_with_sp1_x86_dvd_u_676481.iso](https://drive.massgrave.dev/th_windows_7_home_basic_with_sp1_x86_dvd_u_676481.iso) |
|
||||||
|
| Turkish | x86 | [tr_windows_7_home_basic_with_sp1_x86_dvd_u_676488.iso](https://drive.massgrave.dev/tr_windows_7_home_basic_with_sp1_x86_dvd_u_676488.iso) |
|
||||||
|
| Chinese-Traditional | x86 | [tw_windows_7_home_basic_with_sp1_x86_dvd_u_676507.iso](https://drive.massgrave.dev/tw_windows_7_home_basic_with_sp1_x86_dvd_u_676507.iso) |
|
||||||
|
| Ukrainian | x86 | [uk_windows_7_home_basic_with_sp1_x86_dvd_u_676494.iso](https://drive.massgrave.dev/uk_windows_7_home_basic_with_sp1_x86_dvd_u_676494.iso) |
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
|
||||||
|
<TabItem value="Windows 7 Starter SP1" label="Windows 7 Starter SP1" default>
|
||||||
|
|
||||||
|
**Windows 7 Starter SP1**
|
||||||
|
Available in x86 only.
|
||||||
|
|
||||||
|
| Language | Arch | Link |
|
||||||
|
|:----------------------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| Arabic | x86 | [ar_windows_7_starter_with_sp1_x86_dvd_u_678504.iso](https://drive.massgrave.dev/ar_windows_7_starter_with_sp1_x86_dvd_u_678504.iso) |
|
||||||
|
| Bulgarian | x86 | [bg_windows_7_starter_with_sp1_x86_dvd_u_678517.iso](https://drive.massgrave.dev/bg_windows_7_starter_with_sp1_x86_dvd_u_678517.iso) |
|
||||||
|
| Chinese-Simplified | x86 | [cn_windows_7_starter_with_sp1_x86_dvd_u_678536.iso](https://drive.massgrave.dev/cn_windows_7_starter_with_sp1_x86_dvd_u_678536.iso) |
|
||||||
|
| Czech | x86 | [cs_windows_7_starter_with_sp1_x86_dvd_u_678526.iso](https://drive.massgrave.dev/cs_windows_7_starter_with_sp1_x86_dvd_u_678526.iso) |
|
||||||
|
| Danish | x86 | [da_windows_7_starter_with_sp1_x86_dvd_u_678537.iso](https://drive.massgrave.dev/da_windows_7_starter_with_sp1_x86_dvd_u_678537.iso) |
|
||||||
|
| German | x86 | [de_windows_7_starter_with_sp1_x86_dvd_u_678545.iso](https://drive.massgrave.dev/de_windows_7_starter_with_sp1_x86_dvd_u_678545.iso) |
|
||||||
|
| Greek | x86 | [el_windows_7_starter_with_sp1_x86_dvd_u_678555.iso](https://drive.massgrave.dev/el_windows_7_starter_with_sp1_x86_dvd_u_678555.iso) |
|
||||||
|
| English | x86 | [en_windows_7_starter_with_sp1_x86_dvd_u_678562.iso](https://drive.massgrave.dev/en_windows_7_starter_with_sp1_x86_dvd_u_678562.iso) |
|
||||||
|
| Spanish | x86 | [es_windows_7_starter_with_sp1_x86_dvd_u_678236.iso](https://drive.massgrave.dev/es_windows_7_starter_with_sp1_x86_dvd_u_678236.iso) |
|
||||||
|
| Estonian | x86 | [et_windows_7_starter_with_sp1_x86_dvd_u_678249.iso](https://drive.massgrave.dev/et_windows_7_starter_with_sp1_x86_dvd_u_678249.iso) |
|
||||||
|
| Finnish | x86 | [fi_windows_7_starter_with_sp1_x86_dvd_u_678263.iso](https://drive.massgrave.dev/fi_windows_7_starter_with_sp1_x86_dvd_u_678263.iso) |
|
||||||
|
| French | x86 | [fr_windows_7_starter_with_sp1_x86_dvd_u_678275.iso](https://drive.massgrave.dev/fr_windows_7_starter_with_sp1_x86_dvd_u_678275.iso) |
|
||||||
|
| Hebrew | x86 | [he_windows_7_starter_with_sp1_x86_dvd_u_678290.iso](https://drive.massgrave.dev/he_windows_7_starter_with_sp1_x86_dvd_u_678290.iso) |
|
||||||
|
| Chinese-Hong Kong SAR | x86 | [hk_windows_7_starter_with_sp1_x86_dvd_u_678543.iso](https://drive.massgrave.dev/hk_windows_7_starter_with_sp1_x86_dvd_u_678543.iso) |
|
||||||
|
| Croatian | x86 | [hr_windows_7_starter_with_sp1_x86_dvd_u_678304.iso](https://drive.massgrave.dev/hr_windows_7_starter_with_sp1_x86_dvd_u_678304.iso) |
|
||||||
|
| Hungarian | x86 | [hu_windows_7_starter_with_sp1_x86_dvd_u_678318.iso](https://drive.massgrave.dev/hu_windows_7_starter_with_sp1_x86_dvd_u_678318.iso) |
|
||||||
|
| Italian | x86 | [it_windows_7_starter_with_sp1_x86_dvd_u_678331.iso](https://drive.massgrave.dev/it_windows_7_starter_with_sp1_x86_dvd_u_678331.iso) |
|
||||||
|
| Japanese | x86 | [ja_windows_7_starter_with_sp1_x86_dvd_u_678344.iso](https://drive.massgrave.dev/ja_windows_7_starter_with_sp1_x86_dvd_u_678344.iso) |
|
||||||
|
| Korean | x86 | [ko_windows_7_starter_k_with_sp1_x86_dvd_u_678554.iso](https://drive.massgrave.dev/ko_windows_7_starter_k_with_sp1_x86_dvd_u_678554.iso) |
|
||||||
|
| Lithuanian | x86 | [lt_windows_7_starter_with_sp1_x86_dvd_u_678360.iso](https://drive.massgrave.dev/lt_windows_7_starter_with_sp1_x86_dvd_u_678360.iso) |
|
||||||
|
| Latvian | x86 | [lv_windows_7_starter_with_sp1_x86_dvd_u_678374.iso](https://drive.massgrave.dev/lv_windows_7_starter_with_sp1_x86_dvd_u_678374.iso) |
|
||||||
|
| Dutch | x86 | [nl_windows_7_starter_with_sp1_x86_dvd_u_678399.iso](https://drive.massgrave.dev/nl_windows_7_starter_with_sp1_x86_dvd_u_678399.iso) |
|
||||||
|
| Norwegian | x86 | [no_windows_7_starter_with_sp1_x86_dvd_u_678386.iso](https://drive.massgrave.dev/no_windows_7_starter_with_sp1_x86_dvd_u_678386.iso) |
|
||||||
|
| Polish | x86 | [pl_windows_7_starter_with_sp1_x86_dvd_u_678412.iso](https://drive.massgrave.dev/pl_windows_7_starter_with_sp1_x86_dvd_u_678412.iso) |
|
||||||
|
| Portuguese-Portugal | x86 | [pp_windows_7_starter_with_sp1_x86_dvd_u_678439.iso](https://drive.massgrave.dev/pp_windows_7_starter_with_sp1_x86_dvd_u_678439.iso) |
|
||||||
|
| Portuguese-Brazil | x86 | [pt_windows_7_starter_with_sp1_x86_dvd_u_678426.iso](https://drive.massgrave.dev/pt_windows_7_starter_with_sp1_x86_dvd_u_678426.iso) |
|
||||||
|
| Romanian | x86 | [ro_windows_7_starter_with_sp1_x86_dvd_u_678452.iso](https://drive.massgrave.dev/ro_windows_7_starter_with_sp1_x86_dvd_u_678452.iso) |
|
||||||
|
| Russian | x86 | [ru_windows_7_starter_with_sp1_x86_dvd_u_678466.iso](https://drive.massgrave.dev/ru_windows_7_starter_with_sp1_x86_dvd_u_678466.iso) |
|
||||||
|
| Slovak | x86 | [sk_windows_7_starter_with_sp1_x86_dvd_u_678478.iso](https://drive.massgrave.dev/sk_windows_7_starter_with_sp1_x86_dvd_u_678478.iso) |
|
||||||
|
| Slovenian | x86 | [sl_windows_7_starter_with_sp1_x86_dvd_u_678490.iso](https://drive.massgrave.dev/sl_windows_7_starter_with_sp1_x86_dvd_u_678490.iso) |
|
||||||
|
| Serbian | x86 | [sr_windows_7_starter_with_sp1_x86_dvd_u_678501.iso](https://drive.massgrave.dev/sr_windows_7_starter_with_sp1_x86_dvd_u_678501.iso) |
|
||||||
|
| Swedish | x86 | [sv_windows_7_starter_with_sp1_x86_dvd_u_678508.iso](https://drive.massgrave.dev/sv_windows_7_starter_with_sp1_x86_dvd_u_678508.iso) |
|
||||||
|
| Thai | x86 | [th_windows_7_starter_with_sp1_x86_dvd_u_678516.iso](https://drive.massgrave.dev/th_windows_7_starter_with_sp1_x86_dvd_u_678516.iso) |
|
||||||
|
| Turkish | x86 | [tr_windows_7_starter_with_sp1_x86_dvd_u_678523.iso](https://drive.massgrave.dev/tr_windows_7_starter_with_sp1_x86_dvd_u_678523.iso) |
|
||||||
|
| Chinese-Traditional | x86 | [tw_windows_7_starter_with_sp1_x86_dvd_u_678549.iso](https://drive.massgrave.dev/tw_windows_7_starter_with_sp1_x86_dvd_u_678549.iso) |
|
||||||
|
| Ukrainian | x86 | [uk_windows_7_starter_with_sp1_x86_dvd_u_678529.iso](https://drive.massgrave.dev/uk_windows_7_starter_with_sp1_x86_dvd_u_678529.iso) |
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
|
||||||
|
<TabItem value="Other Versions" label="Other Versions" default>
|
||||||
|
|
||||||
|
**Other Versions**
|
||||||
|
|
||||||
|
- https://archive.isdn.network/artifacts/
|
||||||
|
- https://os.click/
|
||||||
|
- https://files.rg-adguard.net/language/a9e697fb-a83e-ef89-8279-5e876ce4d2c3
|
||||||
|
- [MVS Bot](https://discord.gg/FajfGaH3nD)
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -10,23 +10,111 @@ All download links lead to genuine files only.
|
|||||||
`Windows 8.1 Pro: XHQ8N-C3MCJ-RQXB6-WCHYG-C9WKB`
|
`Windows 8.1 Pro: XHQ8N-C3MCJ-RQXB6-WCHYG-C9WKB`
|
||||||
`Windows 8.1 Pro N: JRBBN-4Q997-H4RM2-H3B7W-Q68KC`
|
`Windows 8.1 Pro N: JRBBN-4Q997-H4RM2-H3B7W-Q68KC`
|
||||||
- **Windows 8.1 can be permanently activated with TSforge option in MAS.**
|
- **Windows 8.1 can be permanently activated with TSforge option in MAS.**
|
||||||
- Windows 8.1 Embedded Enterprise edition doesn't come with preinstalled store apps.
|
- Windows 8.1 Embedded editions don't come with preinstalled store apps.
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## Download Links
|
## Download Links
|
||||||
|
### Windows 8.1
|
||||||
|
|
||||||
import Tabs from '@theme/Tabs';
|
import Tabs from '@theme/Tabs';
|
||||||
import TabItem from '@theme/TabItem';
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
<Tabs>
|
<Tabs>
|
||||||
|
|
||||||
<TabItem value="Windows 8.1 Core / Pro - Official Links" label="Windows 8.1 Core / Pro - Official Links ❤️" default>
|
<TabItem value="Windows 8.1 Core / Pro Official" label="Windows 8.1 Core / Pro ❤️" default>
|
||||||
|
|
||||||
**Windows 8.1 Core / Pro**
|
**Windows 8.1 Core / Pro**
|
||||||
(Build - 9600.17415)
|
(Build - 9600.17415)
|
||||||
|
|
||||||
MSDL https://msdl.gravesoft.dev/#52 provides Official links straight from Microsoft.
|
MSDL https://msdl.gravesoft.dev/#52 provides official links directly from Microsoft.
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
|
||||||
|
<TabItem value="Windows 8.1 Core / Pro" label="Windows 8.1 Core / Pro" default>
|
||||||
|
|
||||||
|
**Windows 8.1 Core / Pro**
|
||||||
|
|
||||||
|
(Build - 9600.17415)
|
||||||
|
|
||||||
|
| Language | Arch | Link |
|
||||||
|
|:-----------------------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| Arabic | x64 | [ar_windows_8.1_with_update_x64_dvd_6051471.iso](https://drive.massgrave.dev/ar_windows_8.1_with_update_x64_dvd_6051471.iso) |
|
||||||
|
| Arabic | x86 | [ar_windows_8.1_with_update_x86_dvd_6051513.iso](https://drive.massgrave.dev/ar_windows_8.1_with_update_x86_dvd_6051513.iso) |
|
||||||
|
| Bulgarian | x64 | [bg_windows_8.1_with_update_x64_dvd_6051472.iso](https://drive.massgrave.dev/bg_windows_8.1_with_update_x64_dvd_6051472.iso) |
|
||||||
|
| Bulgarian | x86 | [bg_windows_8.1_with_update_x86_dvd_6051520.iso](https://drive.massgrave.dev/bg_windows_8.1_with_update_x86_dvd_6051520.iso) |
|
||||||
|
| Chinese-Simplified | x64 | [cn_windows_8.1_with_update_x64_dvd_6051473.iso](https://drive.massgrave.dev/cn_windows_8.1_with_update_x64_dvd_6051473.iso) |
|
||||||
|
| Chinese-Simplified | x86 | [cn_windows_8.1_with_update_x86_dvd_6051523.iso](https://drive.massgrave.dev/cn_windows_8.1_with_update_x86_dvd_6051523.iso) |
|
||||||
|
| Czech | x64 | [cs_windows_8.1_with_update_x64_dvd_6051477.iso](https://drive.massgrave.dev/cs_windows_8.1_with_update_x64_dvd_6051477.iso) |
|
||||||
|
| Czech | x86 | [cs_windows_8.1_with_update_x86_dvd_6051535.iso](https://drive.massgrave.dev/cs_windows_8.1_with_update_x86_dvd_6051535.iso) |
|
||||||
|
| Danish | x64 | [da_windows_8.1_with_update_x64_dvd_6051478.iso](https://drive.massgrave.dev/da_windows_8.1_with_update_x64_dvd_6051478.iso) |
|
||||||
|
| Danish | x86 | [da_windows_8.1_with_update_x86_dvd_6051541.iso](https://drive.massgrave.dev/da_windows_8.1_with_update_x86_dvd_6051541.iso) |
|
||||||
|
| German | x64 | [de_windows_8.1_with_update_x64_dvd_6051485.iso](https://drive.massgrave.dev/de_windows_8.1_with_update_x64_dvd_6051485.iso) |
|
||||||
|
| German | x86 | [de_windows_8.1_with_update_x86_dvd_6051588.iso](https://drive.massgrave.dev/de_windows_8.1_with_update_x86_dvd_6051588.iso) |
|
||||||
|
| Greek | x64 | [el_windows_8.1_with_update_x64_dvd_6051486.iso](https://drive.massgrave.dev/el_windows_8.1_with_update_x64_dvd_6051486.iso) |
|
||||||
|
| Greek | x86 | [el_windows_8.1_with_update_x86_dvd_6051592.iso](https://drive.massgrave.dev/el_windows_8.1_with_update_x86_dvd_6051592.iso) |
|
||||||
|
| English-United Kingdom | x64 | [en-gb_windows_8.1_with_update_x64_dvd_6051481.iso](https://drive.massgrave.dev/en-gb_windows_8.1_with_update_x64_dvd_6051481.iso) |
|
||||||
|
| English-United Kingdom | x86 | [en-gb_windows_8.1_with_update_x86_dvd_6051555.iso](https://drive.massgrave.dev/en-gb_windows_8.1_with_update_x86_dvd_6051555.iso) |
|
||||||
|
| English | x64 | [en_windows_8.1_with_update_x64_dvd_6051480.iso](https://drive.massgrave.dev/en_windows_8.1_with_update_x64_dvd_6051480.iso) |
|
||||||
|
| English | x86 | [en_windows_8.1_with_update_x86_dvd_6051550.iso](https://drive.massgrave.dev/en_windows_8.1_with_update_x86_dvd_6051550.iso) |
|
||||||
|
| Spanish | x64 | [es_windows_8.1_with_update_x64_dvd_6051503.iso](https://drive.massgrave.dev/es_windows_8.1_with_update_x64_dvd_6051503.iso) |
|
||||||
|
| Spanish | x86 | [es_windows_8.1_with_update_x86_dvd_6051666.iso](https://drive.massgrave.dev/es_windows_8.1_with_update_x86_dvd_6051666.iso) |
|
||||||
|
| Estonian | x64 | [et_windows_8.1_with_update_x64_dvd_6051482.iso](https://drive.massgrave.dev/et_windows_8.1_with_update_x64_dvd_6051482.iso) |
|
||||||
|
| Estonian | x86 | [et_windows_8.1_with_update_x86_dvd_6051565.iso](https://drive.massgrave.dev/et_windows_8.1_with_update_x86_dvd_6051565.iso) |
|
||||||
|
| Finnish | x64 | [fi_windows_8.1_with_update_x64_dvd_6051483.iso](https://drive.massgrave.dev/fi_windows_8.1_with_update_x64_dvd_6051483.iso) |
|
||||||
|
| Finnish | x86 | [fi_windows_8.1_with_update_x86_dvd_6051575.iso](https://drive.massgrave.dev/fi_windows_8.1_with_update_x86_dvd_6051575.iso) |
|
||||||
|
| French | x64 | [fr_windows_8.1_with_update_x64_dvd_6051484.iso](https://drive.massgrave.dev/fr_windows_8.1_with_update_x64_dvd_6051484.iso) |
|
||||||
|
| French | x86 | [fr_windows_8.1_with_update_x86_dvd_6051583.iso](https://drive.massgrave.dev/fr_windows_8.1_with_update_x86_dvd_6051583.iso) |
|
||||||
|
| Hebrew | x64 | [he_windows_8.1_with_update_x64_dvd_6051487.iso](https://drive.massgrave.dev/he_windows_8.1_with_update_x64_dvd_6051487.iso) |
|
||||||
|
| Hebrew | x86 | [he_windows_8.1_with_update_x86_dvd_6051597.iso](https://drive.massgrave.dev/he_windows_8.1_with_update_x86_dvd_6051597.iso) |
|
||||||
|
| Chinese-Hong Kong SAR | x64 | [hk_windows_8.1_with_update_x64_dvd_6051474.iso](https://drive.massgrave.dev/hk_windows_8.1_with_update_x64_dvd_6051474.iso) |
|
||||||
|
| Chinese-Hong Kong SAR | x86 | [hk_windows_8.1_with_update_x86_dvd_6051524.iso](https://drive.massgrave.dev/hk_windows_8.1_with_update_x86_dvd_6051524.iso) |
|
||||||
|
| Croatian | x64 | [hr_windows_8.1_with_update_x64_dvd_6051476.iso](https://drive.massgrave.dev/hr_windows_8.1_with_update_x64_dvd_6051476.iso) |
|
||||||
|
| Croatian | x86 | [hr_windows_8.1_with_update_x86_dvd_6051529.iso](https://drive.massgrave.dev/hr_windows_8.1_with_update_x86_dvd_6051529.iso) |
|
||||||
|
| Hungarian | x64 | [hu_windows_8.1_with_update_x64_dvd_6051488.iso](https://drive.massgrave.dev/hu_windows_8.1_with_update_x64_dvd_6051488.iso) |
|
||||||
|
| Hungarian | x86 | [hu_windows_8.1_with_update_x86_dvd_6051602.iso](https://drive.massgrave.dev/hu_windows_8.1_with_update_x86_dvd_6051602.iso) |
|
||||||
|
| Italian | x64 | [it_windows_8.1_with_update_x64_dvd_6051489.iso](https://drive.massgrave.dev/it_windows_8.1_with_update_x64_dvd_6051489.iso) |
|
||||||
|
| Italian | x86 | [it_windows_8.1_with_update_x86_dvd_6051607.iso](https://drive.massgrave.dev/it_windows_8.1_with_update_x86_dvd_6051607.iso) |
|
||||||
|
| Japanese | x64 | [ja_windows_8.1_with_update_x64_dvd_6051490.iso](https://drive.massgrave.dev/ja_windows_8.1_with_update_x64_dvd_6051490.iso) |
|
||||||
|
| Japanese | x86 | [ja_windows_8.1_with_update_x86_dvd_6051612.iso](https://drive.massgrave.dev/ja_windows_8.1_with_update_x86_dvd_6051612.iso) |
|
||||||
|
| Korean | x64 | [ko_windows_8.1_with_update_x64_dvd_6051491.iso](https://drive.massgrave.dev/ko_windows_8.1_with_update_x64_dvd_6051491.iso) |
|
||||||
|
| Korean | x86 | [ko_windows_8.1_with_update_x86_dvd_6051617.iso](https://drive.massgrave.dev/ko_windows_8.1_with_update_x86_dvd_6051617.iso) |
|
||||||
|
| Lithuanian | x64 | [lt_windows_8.1_with_update_x64_dvd_6051493.iso](https://drive.massgrave.dev/lt_windows_8.1_with_update_x64_dvd_6051493.iso) |
|
||||||
|
| Lithuanian | x86 | [lt_windows_8.1_with_update_x86_dvd_6051625.iso](https://drive.massgrave.dev/lt_windows_8.1_with_update_x86_dvd_6051625.iso) |
|
||||||
|
| Latvian | x64 | [lv_windows_8.1_with_update_x64_dvd_6051492.iso](https://drive.massgrave.dev/lv_windows_8.1_with_update_x64_dvd_6051492.iso) |
|
||||||
|
| Latvian | x86 | [lv_windows_8.1_with_update_x86_dvd_6051621.iso](https://drive.massgrave.dev/lv_windows_8.1_with_update_x86_dvd_6051621.iso) |
|
||||||
|
| Norwegian-Bokmal | x64 | [nb_windows_8.1_with_update_x64_dvd_6051494.iso](https://drive.massgrave.dev/nb_windows_8.1_with_update_x64_dvd_6051494.iso) |
|
||||||
|
| Norwegian-Bokmal | x86 | [nb_windows_8.1_with_update_x86_dvd_6051631.iso](https://drive.massgrave.dev/nb_windows_8.1_with_update_x86_dvd_6051631.iso) |
|
||||||
|
| Dutch | x64 | [nl_windows_8.1_with_update_x64_dvd_6051479.iso](https://drive.massgrave.dev/nl_windows_8.1_with_update_x64_dvd_6051479.iso) |
|
||||||
|
| Dutch | x86 | [nl_windows_8.1_with_update_x86_dvd_6051545.iso](https://drive.massgrave.dev/nl_windows_8.1_with_update_x86_dvd_6051545.iso) |
|
||||||
|
| Polish | x64 | [pl_windows_8.1_with_update_x64_dvd_6051495.iso](https://drive.massgrave.dev/pl_windows_8.1_with_update_x64_dvd_6051495.iso) |
|
||||||
|
| Polish | x86 | [pl_windows_8.1_with_update_x86_dvd_6051637.iso](https://drive.massgrave.dev/pl_windows_8.1_with_update_x86_dvd_6051637.iso) |
|
||||||
|
| Portuguese-Portugal | x64 | [pp_windows_8.1_with_update_x64_dvd_6051497.iso](https://drive.massgrave.dev/pp_windows_8.1_with_update_x64_dvd_6051497.iso) |
|
||||||
|
| Portuguese-Portugal | x86 | [pp_windows_8.1_with_update_x86_dvd_6051655.iso](https://drive.massgrave.dev/pp_windows_8.1_with_update_x86_dvd_6051655.iso) |
|
||||||
|
| Portuguese-Brazil | x64 | [pt_windows_8.1_with_update_x64_dvd_6051496.iso](https://drive.massgrave.dev/pt_windows_8.1_with_update_x64_dvd_6051496.iso) |
|
||||||
|
| Portuguese-Brazil | x86 | [pt_windows_8.1_with_update_x86_dvd_6051647.iso](https://drive.massgrave.dev/pt_windows_8.1_with_update_x86_dvd_6051647.iso) |
|
||||||
|
| Romanian | x64 | [ro_windows_8.1_with_update_x64_dvd_6051498.iso](https://drive.massgrave.dev/ro_windows_8.1_with_update_x64_dvd_6051498.iso) |
|
||||||
|
| Romanian | x86 | [ro_windows_8.1_with_update_x86_dvd_6051661.iso](https://drive.massgrave.dev/ro_windows_8.1_with_update_x86_dvd_6051661.iso) |
|
||||||
|
| Russian | x64 | [ru_windows_8.1_with_update_x64_dvd_6051499.iso](https://drive.massgrave.dev/ru_windows_8.1_with_update_x64_dvd_6051499.iso) |
|
||||||
|
| Russian | x86 | [ru_windows_8.1_with_update_x86_dvd_6051662.iso](https://drive.massgrave.dev/ru_windows_8.1_with_update_x86_dvd_6051662.iso) |
|
||||||
|
| Slovak | x64 | [sk_windows_8.1_with_update_x64_dvd_6051501.iso](https://drive.massgrave.dev/sk_windows_8.1_with_update_x64_dvd_6051501.iso) |
|
||||||
|
| Slovak | x86 | [sk_windows_8.1_with_update_x86_dvd_6051664.iso](https://drive.massgrave.dev/sk_windows_8.1_with_update_x86_dvd_6051664.iso) |
|
||||||
|
| Slovenian | x64 | [sl_windows_8.1_with_update_x64_dvd_6051502.iso](https://drive.massgrave.dev/sl_windows_8.1_with_update_x64_dvd_6051502.iso) |
|
||||||
|
| Slovenian | x86 | [sl_windows_8.1_with_update_x86_dvd_6051665.iso](https://drive.massgrave.dev/sl_windows_8.1_with_update_x86_dvd_6051665.iso) |
|
||||||
|
| Serbian-Latin | x64 | [sr-latn_windows_8.1_with_update_x64_dvd_6051500.iso](https://drive.massgrave.dev/sr-latn_windows_8.1_with_update_x64_dvd_6051500.iso) |
|
||||||
|
| Serbian-Latin | x86 | [sr-latn_windows_8.1_with_update_x86_dvd_6051663.iso](https://drive.massgrave.dev/sr-latn_windows_8.1_with_update_x86_dvd_6051663.iso) |
|
||||||
|
| Swedish | x64 | [sv_windows_8.1_with_update_x64_dvd_6051504.iso](https://drive.massgrave.dev/sv_windows_8.1_with_update_x64_dvd_6051504.iso) |
|
||||||
|
| Swedish | x86 | [sv_windows_8.1_with_update_x86_dvd_6051667.iso](https://drive.massgrave.dev/sv_windows_8.1_with_update_x86_dvd_6051667.iso) |
|
||||||
|
| Thai | x64 | [th_windows_8.1_with_update_x64_dvd_6051506.iso](https://drive.massgrave.dev/th_windows_8.1_with_update_x64_dvd_6051506.iso) |
|
||||||
|
| Thai | x86 | [th_windows_8.1_with_update_x86_dvd_6051668.iso](https://drive.massgrave.dev/th_windows_8.1_with_update_x86_dvd_6051668.iso) |
|
||||||
|
| Turkish | x64 | [tr_windows_8.1_with_update_x64_dvd_6051507.iso](https://drive.massgrave.dev/tr_windows_8.1_with_update_x64_dvd_6051507.iso) |
|
||||||
|
| Turkish | x86 | [tr_windows_8.1_with_update_x86_dvd_6051669.iso](https://drive.massgrave.dev/tr_windows_8.1_with_update_x86_dvd_6051669.iso) |
|
||||||
|
| Chinese-Taiwan | x64 | [tw_windows_8.1_with_update_x64_dvd_6051475.iso](https://drive.massgrave.dev/tw_windows_8.1_with_update_x64_dvd_6051475.iso) |
|
||||||
|
| Chinese-Taiwan | x86 | [tw_windows_8.1_with_update_x86_dvd_6051525.iso](https://drive.massgrave.dev/tw_windows_8.1_with_update_x86_dvd_6051525.iso) |
|
||||||
|
| Ukrainian | x64 | [uk_windows_8.1_with_update_x64_dvd_6051508.iso](https://drive.massgrave.dev/uk_windows_8.1_with_update_x64_dvd_6051508.iso) |
|
||||||
|
| Ukrainian | x86 | [uk_windows_8.1_with_update_x86_dvd_6051671.iso](https://drive.massgrave.dev/uk_windows_8.1_with_update_x86_dvd_6051671.iso) |
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -206,6 +294,93 @@ MSDL https://msdl.gravesoft.dev/#52 provides Official links straight from Micros
|
|||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
||||||
|
<TabItem value="Windows 8.1 Embedded Pro" label="Windows 8.1 Embedded Pro" default>
|
||||||
|
|
||||||
|
**Windows 8.1 Embedded Pro**
|
||||||
|
|
||||||
|
(Build - 9600.17415)
|
||||||
|
|
||||||
|
| Language | Arch | Link |
|
||||||
|
|:-----------------------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| Arabic | x64 | [ar_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052077.iso](https://drive.massgrave.dev/ar_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052077.iso) |
|
||||||
|
| Arabic | x86 | [ar_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052114.iso](https://drive.massgrave.dev/ar_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052114.iso) |
|
||||||
|
| Bulgarian | x64 | [bg_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052078.iso](https://drive.massgrave.dev/bg_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052078.iso) |
|
||||||
|
| Bulgarian | x86 | [bg_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052115.iso](https://drive.massgrave.dev/bg_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052115.iso) |
|
||||||
|
| Chinese-Simplified | x64 | [cn_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052079.iso](https://drive.massgrave.dev/cn_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052079.iso) |
|
||||||
|
| Chinese-Simplified | x86 | [cn_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052116.iso](https://drive.massgrave.dev/cn_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052116.iso) |
|
||||||
|
| Czech | x64 | [cs_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052083.iso](https://drive.massgrave.dev/cs_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052083.iso) |
|
||||||
|
| Czech | x86 | [cs_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052120.iso](https://drive.massgrave.dev/cs_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052120.iso) |
|
||||||
|
| Danish | x64 | [da_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052084.iso](https://drive.massgrave.dev/da_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052084.iso) |
|
||||||
|
| Danish | x86 | [da_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052121.iso](https://drive.massgrave.dev/da_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052121.iso) |
|
||||||
|
| German | x64 | [de_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052091.iso](https://drive.massgrave.dev/de_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052091.iso) |
|
||||||
|
| German | x86 | [de_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052128.iso](https://drive.massgrave.dev/de_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052128.iso) |
|
||||||
|
| Greek | x64 | [el_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052092.iso](https://drive.massgrave.dev/el_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052092.iso) |
|
||||||
|
| Greek | x86 | [el_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052129.iso](https://drive.massgrave.dev/el_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052129.iso) |
|
||||||
|
| English-United Kingdom | x64 | [en-gb_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052087.iso](https://drive.massgrave.dev/en-gb_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052087.iso) |
|
||||||
|
| English-United Kingdom | x86 | [en-gb_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052124.iso](https://drive.massgrave.dev/en-gb_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052124.iso) |
|
||||||
|
| English | x64 | [en_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052086.iso](https://drive.massgrave.dev/en_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052086.iso) |
|
||||||
|
| English | x86 | [en_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052123.iso](https://drive.massgrave.dev/en_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052123.iso) |
|
||||||
|
| Spanish | x64 | [es_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052109.iso](https://drive.massgrave.dev/es_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052109.iso) |
|
||||||
|
| Spanish | x86 | [es_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052146.iso](https://drive.massgrave.dev/es_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052146.iso) |
|
||||||
|
| Estonian | x64 | [et_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052088.iso](https://drive.massgrave.dev/et_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052088.iso) |
|
||||||
|
| Estonian | x86 | [et_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052125.iso](https://drive.massgrave.dev/et_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052125.iso) |
|
||||||
|
| Finnish | x64 | [fi_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052089.iso](https://drive.massgrave.dev/fi_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052089.iso) |
|
||||||
|
| Finnish | x86 | [fi_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052126.iso](https://drive.massgrave.dev/fi_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052126.iso) |
|
||||||
|
| French | x64 | [fr_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052090.iso](https://drive.massgrave.dev/fr_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052090.iso) |
|
||||||
|
| French | x86 | [fr_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052127.iso](https://drive.massgrave.dev/fr_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052127.iso) |
|
||||||
|
| Hebrew | x64 | [he_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052093.iso](https://drive.massgrave.dev/he_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052093.iso) |
|
||||||
|
| Hebrew | x86 | [he_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052130.iso](https://drive.massgrave.dev/he_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052130.iso) |
|
||||||
|
| Chinese-Hong Kong SAR | x64 | [hk_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052080.iso](https://drive.massgrave.dev/hk_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052080.iso) |
|
||||||
|
| Chinese-Hong Kong SAR | x86 | [hk_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052117.iso](https://drive.massgrave.dev/hk_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052117.iso) |
|
||||||
|
| Croatian | x64 | [hr_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052082.iso](https://drive.massgrave.dev/hr_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052082.iso) |
|
||||||
|
| Croatian | x86 | [hr_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052119.iso](https://drive.massgrave.dev/hr_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052119.iso) |
|
||||||
|
| Hungarian | x64 | [hu_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052094.iso](https://drive.massgrave.dev/hu_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052094.iso) |
|
||||||
|
| Hungarian | x86 | [hu_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052131.iso](https://drive.massgrave.dev/hu_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052131.iso) |
|
||||||
|
| Italian | x64 | [it_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052095.iso](https://drive.massgrave.dev/it_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052095.iso) |
|
||||||
|
| Italian | x86 | [it_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052132.iso](https://drive.massgrave.dev/it_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052132.iso) |
|
||||||
|
| Japanese | x64 | [ja_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052096.iso](https://drive.massgrave.dev/ja_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052096.iso) |
|
||||||
|
| Japanese | x86 | [ja_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052133.iso](https://drive.massgrave.dev/ja_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052133.iso) |
|
||||||
|
| Korean | x64 | [ko_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052097.iso](https://drive.massgrave.dev/ko_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052097.iso) |
|
||||||
|
| Korean | x86 | [ko_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052134.iso](https://drive.massgrave.dev/ko_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052134.iso) |
|
||||||
|
| Lithuanian | x64 | [lt_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052099.iso](https://drive.massgrave.dev/lt_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052099.iso) |
|
||||||
|
| Lithuanian | x86 | [lt_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052136.iso](https://drive.massgrave.dev/lt_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052136.iso) |
|
||||||
|
| Latvian | x64 | [lv_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052098.iso](https://drive.massgrave.dev/lv_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052098.iso) |
|
||||||
|
| Latvian | x86 | [lv_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052135.iso](https://drive.massgrave.dev/lv_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052135.iso) |
|
||||||
|
| Norwegian-Bokmal | x64 | [nb_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052100.iso](https://drive.massgrave.dev/nb_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052100.iso) |
|
||||||
|
| Norwegian-Bokmal | x86 | [nb_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052137.iso](https://drive.massgrave.dev/nb_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052137.iso) |
|
||||||
|
| Dutch | x64 | [nl_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052085.iso](https://drive.massgrave.dev/nl_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052085.iso) |
|
||||||
|
| Dutch | x86 | [nl_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052122.iso](https://drive.massgrave.dev/nl_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052122.iso) |
|
||||||
|
| Polish | x64 | [pl_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052101.iso](https://drive.massgrave.dev/pl_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052101.iso) |
|
||||||
|
| Polish | x86 | [pl_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052138.iso](https://drive.massgrave.dev/pl_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052138.iso) |
|
||||||
|
| Portuguese-Portugal | x64 | [pp_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052103.iso](https://drive.massgrave.dev/pp_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052103.iso) |
|
||||||
|
| Portuguese-Portugal | x86 | [pp_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052140.iso](https://drive.massgrave.dev/pp_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052140.iso) |
|
||||||
|
| Portuguese-Brazil | x64 | [pt_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052102.iso](https://drive.massgrave.dev/pt_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052102.iso) |
|
||||||
|
| Portuguese-Brazil | x86 | [pt_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052139.iso](https://drive.massgrave.dev/pt_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052139.iso) |
|
||||||
|
| Romanian | x64 | [ro_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052104.iso](https://drive.massgrave.dev/ro_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052104.iso) |
|
||||||
|
| Romanian | x86 | [ro_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052141.iso](https://drive.massgrave.dev/ro_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052141.iso) |
|
||||||
|
| Russian | x64 | [ru_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052105.iso](https://drive.massgrave.dev/ru_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052105.iso) |
|
||||||
|
| Russian | x86 | [ru_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052142.iso](https://drive.massgrave.dev/ru_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052142.iso) |
|
||||||
|
| Slovak | x64 | [sk_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052107.iso](https://drive.massgrave.dev/sk_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052107.iso) |
|
||||||
|
| Slovak | x86 | [sk_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6075523.iso](https://drive.massgrave.dev/sk_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6075523.iso) |
|
||||||
|
| Slovenian | x64 | [sl_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052108.iso](https://drive.massgrave.dev/sl_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052108.iso) |
|
||||||
|
| Slovenian | x86 | [sl_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052145.iso](https://drive.massgrave.dev/sl_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052145.iso) |
|
||||||
|
| Serbian-Latin | x64 | [sr-latn_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052106.iso](https://drive.massgrave.dev/sr-latn_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052106.iso) |
|
||||||
|
| Serbian-Latin | x86 | [sr-latn_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6075508.iso](https://drive.massgrave.dev/sr-latn_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6075508.iso) |
|
||||||
|
| Swedish | x64 | [sv_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052110.iso](https://drive.massgrave.dev/sv_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052110.iso) |
|
||||||
|
| Swedish | x86 | [sv_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052147.iso](https://drive.massgrave.dev/sv_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052147.iso) |
|
||||||
|
| Thai | x64 | [th_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052111.iso](https://drive.massgrave.dev/th_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052111.iso) |
|
||||||
|
| Thai | x86 | [th_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052148.iso](https://drive.massgrave.dev/th_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052148.iso) |
|
||||||
|
| Turkish | x64 | [tr_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052112.iso](https://drive.massgrave.dev/tr_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052112.iso) |
|
||||||
|
| Turkish | x86 | [tr_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052149.iso](https://drive.massgrave.dev/tr_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052149.iso) |
|
||||||
|
| Chinese-Taiwan | x64 | [tw_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052081.iso](https://drive.massgrave.dev/tw_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052081.iso) |
|
||||||
|
| Chinese-Taiwan | x86 | [tw_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052118.iso](https://drive.massgrave.dev/tw_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052118.iso) |
|
||||||
|
| Ukrainian | x64 | [uk_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052113.iso](https://drive.massgrave.dev/uk_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052113.iso) |
|
||||||
|
| Ukrainian | x86 | [uk_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052150.iso](https://drive.massgrave.dev/uk_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052150.iso) |
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
|
||||||
<TabItem value="Windows 8.1 Embedded Enterprise" label="Windows 8.1 Embedded Enterprise" default>
|
<TabItem value="Windows 8.1 Embedded Enterprise" label="Windows 8.1 Embedded Enterprise" default>
|
||||||
|
|
||||||
**Windows 8.1 Embedded Enterprise**
|
**Windows 8.1 Embedded Enterprise**
|
||||||
@ -293,11 +468,14 @@ MSDL https://msdl.gravesoft.dev/#52 provides Official links straight from Micros
|
|||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
||||||
<TabItem value="Old Versions" label="Old Versions" default>
|
<TabItem value="Other Versions" label="Other Versions" default>
|
||||||
|
|
||||||
**Old Versions**
|
**Other Versions**
|
||||||
|
|
||||||
https://os.click/
|
- https://archive.isdn.network/artifacts/
|
||||||
|
- https://os.click/
|
||||||
|
- https://files.rg-adguard.net/language/1c50237d-03ef-617b-41f0-a7c44b76e808
|
||||||
|
- [MVS Bot](https://discord.gg/FajfGaH3nD)
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
All download links lead to genuine files only.
|
All download links lead to genuine files only.
|
||||||
|
|
||||||
- [FAQ](genuine-installation-media.md#faq)
|
- [FAQ](genuine-installation-media.md#faq)
|
||||||
- You need ARM64 processor (CPU) to install Windows ARM64 architecture OS.
|
- You need an ARM64 processor (CPU) to install Windows ARM64 architecture OS.
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -22,57 +22,7 @@ import TabItem from '@theme/TabItem';
|
|||||||
|
|
||||||
Build - 26100.1742
|
Build - 26100.1742
|
||||||
|
|
||||||
**Download Links:** [MSDL ❤](https://msdl.gravesoft.dev/#3131) / [Microsoft](https://www.microsoft.com/software-download/windows11arm64)
|
**Download Links:** [MSDL ❤](https://msdl.gravesoft.dev/#3131) / [Microsoft](https://www.microsoft.com/en-us/software-download/windows11arm64)
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
|
|
||||||
</TabItem>
|
|
||||||
<TabItem value="Windows 11 Business 24H2" label="Windows 11 Business 24H2" default>
|
|
||||||
|
|
||||||
**Windows 11 Business 24H2**
|
|
||||||
|
|
||||||
Build - 26100.1742
|
|
||||||
|
|
||||||
| Language | Arch | Link |
|
|
||||||
|:-----------------------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
||||||
| Arabic | ARM64 | [ar-sa_windows_11_business_editions_version_24h2_arm64_dvd_0b673385.iso](https://drive.massgrave.dev/ar-sa_windows_11_business_editions_version_24h2_arm64_dvd_0b673385.iso) |
|
|
||||||
| Bulgarian | ARM64 | [bg-bg_windows_11_business_editions_version_24h2_arm64_dvd_788c03e0.iso](https://drive.massgrave.dev/bg-bg_windows_11_business_editions_version_24h2_arm64_dvd_788c03e0.iso) |
|
|
||||||
| Czech | ARM64 | [cs-cz_windows_11_business_editions_version_24h2_arm64_dvd_1f7bc350.iso](https://drive.massgrave.dev/cs-cz_windows_11_business_editions_version_24h2_arm64_dvd_1f7bc350.iso) |
|
|
||||||
| Danish | ARM64 | [da-dk_windows_11_business_editions_version_24h2_arm64_dvd_9d466587.iso](https://drive.massgrave.dev/da-dk_windows_11_business_editions_version_24h2_arm64_dvd_9d466587.iso) |
|
|
||||||
| German | ARM64 | [de-de_windows_11_business_editions_version_24h2_arm64_dvd_c2e28d02.iso](https://drive.massgrave.dev/de-de_windows_11_business_editions_version_24h2_arm64_dvd_c2e28d02.iso) |
|
|
||||||
| Greek | ARM64 | [el-gr_windows_11_business_editions_version_24h2_arm64_dvd_549d89e0.iso](https://drive.massgrave.dev/el-gr_windows_11_business_editions_version_24h2_arm64_dvd_549d89e0.iso) |
|
|
||||||
| English-United Kingdom | ARM64 | [en-gb_windows_11_business_editions_version_24h2_arm64_dvd_4b053a98.iso](https://drive.massgrave.dev/en-gb_windows_11_business_editions_version_24h2_arm64_dvd_4b053a98.iso) |
|
|
||||||
| English | ARM64 | [en-us_windows_11_business_editions_version_24h2_arm64_dvd_ad92e9d8.iso](https://drive.massgrave.dev/en-us_windows_11_business_editions_version_24h2_arm64_dvd_ad92e9d8.iso) |
|
|
||||||
| Spanish | ARM64 | [es-es_windows_11_business_editions_version_24h2_arm64_dvd_81ab0494.iso](https://drive.massgrave.dev/es-es_windows_11_business_editions_version_24h2_arm64_dvd_81ab0494.iso) |
|
|
||||||
| Spanish-Mexico | ARM64 | [es-mx_windows_11_business_editions_version_24h2_arm64_dvd_2f7a4f0e.iso](https://drive.massgrave.dev/es-mx_windows_11_business_editions_version_24h2_arm64_dvd_2f7a4f0e.iso) |
|
|
||||||
| Estonian | ARM64 | [et-ee_windows_11_business_editions_version_24h2_arm64_dvd_49e9e4b9.iso](https://drive.massgrave.dev/et-ee_windows_11_business_editions_version_24h2_arm64_dvd_49e9e4b9.iso) |
|
|
||||||
| Finnish | ARM64 | [fi-fi_windows_11_business_editions_version_24h2_arm64_dvd_18c415d6.iso](https://drive.massgrave.dev/fi-fi_windows_11_business_editions_version_24h2_arm64_dvd_18c415d6.iso) |
|
|
||||||
| French-Canada | ARM64 | [fr-ca_windows_11_business_editions_version_24h2_arm64_dvd_9de095b9.iso](https://drive.massgrave.dev/fr-ca_windows_11_business_editions_version_24h2_arm64_dvd_9de095b9.iso) |
|
|
||||||
| French | ARM64 | [fr-fr_windows_11_business_editions_version_24h2_arm64_dvd_dadf21c7.iso](https://drive.massgrave.dev/fr-fr_windows_11_business_editions_version_24h2_arm64_dvd_dadf21c7.iso) |
|
|
||||||
| Hebrew | ARM64 | [he-il_windows_11_business_editions_version_24h2_arm64_dvd_a836dc29.iso](https://drive.massgrave.dev/he-il_windows_11_business_editions_version_24h2_arm64_dvd_a836dc29.iso) |
|
|
||||||
| Croatian | ARM64 | [hr-hr_windows_11_business_editions_version_24h2_arm64_dvd_8b68a3fd.iso](https://drive.massgrave.dev/hr-hr_windows_11_business_editions_version_24h2_arm64_dvd_8b68a3fd.iso) |
|
|
||||||
| Hungarian | ARM64 | [hu-hu_windows_11_business_editions_version_24h2_arm64_dvd_0e1fd665.iso](https://drive.massgrave.dev/hu-hu_windows_11_business_editions_version_24h2_arm64_dvd_0e1fd665.iso) |
|
|
||||||
| Italian | ARM64 | [it-it_windows_11_business_editions_version_24h2_arm64_dvd_c4e7511f.iso](https://drive.massgrave.dev/it-it_windows_11_business_editions_version_24h2_arm64_dvd_c4e7511f.iso) |
|
|
||||||
| Japanese | ARM64 | [ja-jp_windows_11_business_editions_version_24h2_arm64_dvd_28e70c96.iso](https://drive.massgrave.dev/ja-jp_windows_11_business_editions_version_24h2_arm64_dvd_28e70c96.iso) |
|
|
||||||
| Korean | ARM64 | [ko-kr_windows_11_business_editions_version_24h2_arm64_dvd_739157b9.iso](https://drive.massgrave.dev/ko-kr_windows_11_business_editions_version_24h2_arm64_dvd_739157b9.iso) |
|
|
||||||
| Lithuanian | ARM64 | [lt-lt_windows_11_business_editions_version_24h2_arm64_dvd_896253e8.iso](https://drive.massgrave.dev/lt-lt_windows_11_business_editions_version_24h2_arm64_dvd_896253e8.iso) |
|
|
||||||
| Latvian | ARM64 | [lv-lv_windows_11_business_editions_version_24h2_arm64_dvd_e5fd8399.iso](https://drive.massgrave.dev/lv-lv_windows_11_business_editions_version_24h2_arm64_dvd_e5fd8399.iso) |
|
|
||||||
| Norwegian-Bokmal | ARM64 | [nb-no_windows_11_business_editions_version_24h2_arm64_dvd_698e7791.iso](https://drive.massgrave.dev/nb-no_windows_11_business_editions_version_24h2_arm64_dvd_698e7791.iso) |
|
|
||||||
| Dutch-Netherlands | ARM64 | [nl-nl_windows_11_business_editions_version_24h2_arm64_dvd_7e6e0919.iso](https://drive.massgrave.dev/nl-nl_windows_11_business_editions_version_24h2_arm64_dvd_7e6e0919.iso) |
|
|
||||||
| Polish | ARM64 | [pl-pl_windows_11_business_editions_version_24h2_arm64_dvd_b297967a.iso](https://drive.massgrave.dev/pl-pl_windows_11_business_editions_version_24h2_arm64_dvd_b297967a.iso) |
|
|
||||||
| Portuguese-Brazil | ARM64 | [pt-br_windows_11_business_editions_version_24h2_arm64_dvd_7011721a.iso](https://drive.massgrave.dev/pt-br_windows_11_business_editions_version_24h2_arm64_dvd_7011721a.iso) |
|
|
||||||
| Portuguese-Portugal | ARM64 | [pt-pt_windows_11_business_editions_version_24h2_arm64_dvd_221e64a5.iso](https://drive.massgrave.dev/pt-pt_windows_11_business_editions_version_24h2_arm64_dvd_221e64a5.iso) |
|
|
||||||
| Romanian | ARM64 | [ro-ro_windows_11_business_editions_version_24h2_arm64_dvd_82cbceb3.iso](https://drive.massgrave.dev/ro-ro_windows_11_business_editions_version_24h2_arm64_dvd_82cbceb3.iso) |
|
|
||||||
| Russian | ARM64 | [ru-ru_windows_11_business_editions_version_24h2_arm64_dvd_6ab7f1a4.iso](https://drive.massgrave.dev/ru-ru_windows_11_business_editions_version_24h2_arm64_dvd_6ab7f1a4.iso) |
|
|
||||||
| Slovak | ARM64 | [sk-sk_windows_11_business_editions_version_24h2_arm64_dvd_04ce533b.iso](https://drive.massgrave.dev/sk-sk_windows_11_business_editions_version_24h2_arm64_dvd_04ce533b.iso) |
|
|
||||||
| Slovenian | ARM64 | [sl-si_windows_11_business_editions_version_24h2_arm64_dvd_dd345ed1.iso](https://drive.massgrave.dev/sl-si_windows_11_business_editions_version_24h2_arm64_dvd_dd345ed1.iso) |
|
|
||||||
| Serbian-Latin | ARM64 | [sr-latn-rs_windows_11_business_editions_version_24h2_arm64_dvd_f2b86976.iso](https://drive.massgrave.dev/sr-latn-rs_windows_11_business_editions_version_24h2_arm64_dvd_f2b86976.iso) |
|
|
||||||
| Swedish | ARM64 | [sv-se_windows_11_business_editions_version_24h2_arm64_dvd_88f0e36f.iso](https://drive.massgrave.dev/sv-se_windows_11_business_editions_version_24h2_arm64_dvd_88f0e36f.iso) |
|
|
||||||
| Thai | ARM64 | [th-th_windows_11_business_editions_version_24h2_arm64_dvd_9c714026.iso](https://drive.massgrave.dev/th-th_windows_11_business_editions_version_24h2_arm64_dvd_9c714026.iso) |
|
|
||||||
| Turkish | ARM64 | [tr-tr_windows_11_business_editions_version_24h2_arm64_dvd_4da6f82d.iso](https://drive.massgrave.dev/tr-tr_windows_11_business_editions_version_24h2_arm64_dvd_4da6f82d.iso) |
|
|
||||||
| Ukranian | ARM64 | [uk-ua_windows_11_business_editions_version_24h2_arm64_dvd_65304891.iso](https://drive.massgrave.dev/uk-ua_windows_11_business_editions_version_24h2_arm64_dvd_65304891.iso) |
|
|
||||||
| Chinese-Simplified | ARM64 | [zh-cn_windows_11_business_editions_version_24h2_arm64_dvd_9696a5e8.iso](https://drive.massgrave.dev/zh-cn_windows_11_business_editions_version_24h2_arm64_dvd_9696a5e8.iso) |
|
|
||||||
| Chinese-Taiwan | ARM64 | [zh-tw_windows_11_business_editions_version_24h2_arm64_dvd_99a82a4f.iso](https://drive.massgrave.dev/zh-tw_windows_11_business_editions_version_24h2_arm64_dvd_99a82a4f.iso) |
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -82,7 +32,7 @@ Build - 26100.1742
|
|||||||
**Windows 11 IoT Enterprise 24H2**
|
**Windows 11 IoT Enterprise 24H2**
|
||||||
**(Not LTSC)**
|
**(Not LTSC)**
|
||||||
Build - 26100.1742
|
Build - 26100.1742
|
||||||
These ISO's contain below editions,
|
These ISOs contain below editions,
|
||||||
|
|
||||||
Windows 11 Enterprise
|
Windows 11 Enterprise
|
||||||
Windows 11 IoT Enterprise
|
Windows 11 IoT Enterprise
|
||||||
@ -90,8 +40,8 @@ Windows 11 IoT Enterprise Subscription
|
|||||||
|
|
||||||
ARM64 version for IoT Enterprise ISO is available only in English language.
|
ARM64 version for IoT Enterprise ISO is available only in English language.
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| Language | Arch | Link |
|
||||||
|:---------|:------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:---------|:------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| English | ARM64 | [en-us_windows_11_iot_enterprise_version_24h2_arm64_dvd_e9155a10.iso](https://drive.massgrave.dev/en-us_windows_11_iot_enterprise_version_24h2_arm64_dvd_e9155a10.iso) |
|
| English | ARM64 | [en-us_windows_11_iot_enterprise_version_24h2_arm64_dvd_e9155a10.iso](https://drive.massgrave.dev/en-us_windows_11_iot_enterprise_version_24h2_arm64_dvd_e9155a10.iso) |
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
@ -102,7 +52,7 @@ ARM64 version for IoT Enterprise ISO is available only in English language.
|
|||||||
**Windows 11 IoT Enterprise LTSC 2024**
|
**Windows 11 IoT Enterprise LTSC 2024**
|
||||||
|
|
||||||
Build - 26100.1742
|
Build - 26100.1742
|
||||||
These ISO's contain below editions.
|
These ISOs contain below editions.
|
||||||
|
|
||||||
Windows 11 Enterprise LTSC
|
Windows 11 Enterprise LTSC
|
||||||
Windows 11 IoT Enterprise LTSC
|
Windows 11 IoT Enterprise LTSC
|
||||||
@ -110,22 +60,22 @@ Windows 11 IoT Enterprise Subscription LTSC
|
|||||||
|
|
||||||
ARM64 version for LTSC is available only in English language.
|
ARM64 version for LTSC is available only in English language.
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| Language | Arch | Link |
|
||||||
|:---------|:------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:---------|:------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| English | ARM64 | [en-us_windows_11_iot_enterprise_ltsc_2024_arm64_dvd_ec517836.iso](https://drive.massgrave.dev/en-us_windows_11_iot_enterprise_ltsc_2024_arm64_dvd_ec517836.iso) |
|
| English | ARM64 | [en-us_windows_11_iot_enterprise_ltsc_2024_arm64_dvd_ec517836.iso](https://drive.massgrave.dev/en-us_windows_11_iot_enterprise_ltsc_2024_arm64_dvd_ec517836.iso) |
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
||||||
<TabItem value="Old Versions" label="Old Versions" default>
|
<TabItem value="Other Versions" label="Other Versions" default>
|
||||||
|
|
||||||
**Old Versions**
|
**Other Versions**
|
||||||
|
|
||||||
- Download the [Official Microsoft ESD file](https://worproject.com/esd) and [ESD>ISO Converter](https://github.com/abbodi1406/WHD/raw/master/scripts/esd-decrypter-wimlib-65.7z) by [abbodi1406](https://forums.mydigitallife.net/threads/abbodi1406s-batch-scripts-repo.74197/),
|
- Download the [official Microsoft ESD file](https://worproject.com/esd) and [ESD>ISO Converter](https://github.com/abbodi1406/WHD/raw/master/scripts/esd-decrypter-wimlib-65.7z) by [abbodi1406](https://forums.mydigitallife.net/threads/abbodi1406s-batch-scripts-repo.74197/),
|
||||||
- Put the ESD file beside `decrypt.cmd` and run that script.
|
- Put the ESD file beside `decrypt.cmd` and run that script.
|
||||||
- It will create the ISO file.
|
- It will create the ISO file.
|
||||||
- This process is same as how Official MCT tool creates Windows 10 and 11 ISOs.
|
- This process is the same as how the official MCT tool creates Windows 10 and 11 ISOs.
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -140,48 +90,48 @@ ARM64 version for LTSC is available only in English language.
|
|||||||
|
|
||||||
**Windows 10 Business 22H2**
|
**Windows 10 Business 22H2**
|
||||||
|
|
||||||
Build - 19045.3930
|
Build - 19045.5854
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| Language | Arch | Link |
|
||||||
|:---------------|:------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:---------------|:------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| Arabic | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Arabic_Pro_Ent_EDU_N_MLF_X23-67213.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Arabic_Pro_Ent_EDU_N_MLF_X23-67213.ISO) |
|
| Arabic | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Arabic_Pro_Ent_EDU_N_MLF_X24-05064.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Arabic_Pro_Ent_EDU_N_MLF_X24-05064.ISO) |
|
||||||
| Brazilian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Brazilian_Pro_Ent_EDU_N_MLF_X23-67214.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Brazilian_Pro_Ent_EDU_N_MLF_X23-67214.ISO) |
|
| Brazilian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Brazilian_Pro_Ent_EDU_N_MLF_X24-05065.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Brazilian_Pro_Ent_EDU_N_MLF_X24-05065.ISO) |
|
||||||
| Bulgarian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Bulgarian_Pro_Ent_EDU_N_MLF_X23-67215.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Bulgarian_Pro_Ent_EDU_N_MLF_X23-67215.ISO) |
|
| Bulgarian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Bulgarian_Pro_Ent_EDU_N_MLF_X24-05066.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Bulgarian_Pro_Ent_EDU_N_MLF_X24-05066.ISO) |
|
||||||
| ChnSimp | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_ChnSimp_Pro_Ent_EDU_N_MLF_X23-67216.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_ChnSimp_Pro_Ent_EDU_N_MLF_X23-67216.ISO) |
|
| ChnSimp | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_ChnSimp_Pro_Ent_EDU_N_MLF_X24-05067.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_ChnSimp_Pro_Ent_EDU_N_MLF_X24-05067.ISO) |
|
||||||
| ChnTrad | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_ChnTrad_Pro_Ent_EDU_N_MLF_X23-67217.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_ChnTrad_Pro_Ent_EDU_N_MLF_X23-67217.ISO) |
|
| ChnTrad | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_ChnTrad_Pro_Ent_EDU_N_MLF_X24-05068.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_ChnTrad_Pro_Ent_EDU_N_MLF_X24-05068.ISO) |
|
||||||
| Croatian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Croatian_Pro_Ent_EDU_N_MLF_X23-67218.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Croatian_Pro_Ent_EDU_N_MLF_X23-67218.ISO) |
|
| Croatian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Croatian_Pro_Ent_EDU_N_MLF_X24-05069.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Croatian_Pro_Ent_EDU_N_MLF_X24-05069.ISO) |
|
||||||
| Czech | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Czech_Pro_Ent_EDU_N_MLF_X23-67219.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Czech_Pro_Ent_EDU_N_MLF_X23-67219.ISO) |
|
| Czech | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Czech_Pro_Ent_EDU_N_MLF_X24-05070.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Czech_Pro_Ent_EDU_N_MLF_X24-05070.ISO) |
|
||||||
| Danish | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Danish_Pro_Ent_EDU_N_MLF_X23-67220.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Danish_Pro_Ent_EDU_N_MLF_X23-67220.ISO) |
|
| Danish | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Danish_Pro_Ent_EDU_N_MLF_X24-05071.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Danish_Pro_Ent_EDU_N_MLF_X24-05071.ISO) |
|
||||||
| Dutch | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Dutch_Pro_Ent_EDU_N_MLF_X23-67221.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Dutch_Pro_Ent_EDU_N_MLF_X23-67221.ISO) |
|
| Dutch | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Dutch_Pro_Ent_EDU_N_MLF_X24-05072.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Dutch_Pro_Ent_EDU_N_MLF_X24-05072.ISO) |
|
||||||
| Eng Intl | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Eng_Intl_Pro_Ent_EDU_N_MLF_X23-67222.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Eng_Intl_Pro_Ent_EDU_N_MLF_X23-67222.ISO) |
|
| Eng Intl | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Eng_Intl_Pro_Ent_EDU_N_MLF_X24-05073.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Eng_Intl_Pro_Ent_EDU_N_MLF_X24-05073.ISO) |
|
||||||
| English | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_English_Pro_Ent_EDU_N_MLF_X23-67223.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_English_Pro_Ent_EDU_N_MLF_X23-67223.ISO) |
|
| English | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_English_Pro_Ent_EDU_N_MLF_X24-05074.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_English_Pro_Ent_EDU_N_MLF_X24-05074.ISO) |
|
||||||
| Estonian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Estonian_Pro_Ent_EDU_N_MLF_X23-67224.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Estonian_Pro_Ent_EDU_N_MLF_X23-67224.ISO) |
|
| Estonian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Estonian_Pro_Ent_EDU_N_MLF_X24-05075.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Estonian_Pro_Ent_EDU_N_MLF_X24-05075.ISO) |
|
||||||
| Finnish | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Finnish_Pro_Ent_EDU_N_MLF_X23-67225.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Finnish_Pro_Ent_EDU_N_MLF_X23-67225.ISO) |
|
| Finnish | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Finnish_Pro_Ent_EDU_N_MLF_X24-05076.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Finnish_Pro_Ent_EDU_N_MLF_X24-05076.ISO) |
|
||||||
| FrenchCanadian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_FrenchCanadian_Pro_Ent_EDU_N_MLF_X23-67227.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_FrenchCanadian_Pro_Ent_EDU_N_MLF_X23-67227.ISO) |
|
| FrenchCanadian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_FrenchCanadian_Pro_Ent_EDU_N_MLF_X24-05078.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_FrenchCanadian_Pro_Ent_EDU_N_MLF_X24-05078.ISO) |
|
||||||
| French | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_French_Pro_Ent_EDU_N_MLF_X23-67226.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_French_Pro_Ent_EDU_N_MLF_X23-67226.ISO) |
|
| French | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_French_Pro_Ent_EDU_N_MLF_X24-05077.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_French_Pro_Ent_EDU_N_MLF_X24-05077.ISO) |
|
||||||
| German | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_German_Pro_Ent_EDU_N_MLF_X23-67228.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_German_Pro_Ent_EDU_N_MLF_X23-67228.ISO) |
|
| German | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_German_Pro_Ent_EDU_N_MLF_X24-05079.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_German_Pro_Ent_EDU_N_MLF_X24-05079.ISO) |
|
||||||
| Greek | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Greek_Pro_Ent_EDU_N_MLF_X23-67229.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Greek_Pro_Ent_EDU_N_MLF_X23-67229.ISO) |
|
| Greek | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Greek_Pro_Ent_EDU_N_MLF_X24-05080.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Greek_Pro_Ent_EDU_N_MLF_X24-05080.ISO) |
|
||||||
| Hebrew | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Hebrew_Pro_Ent_EDU_N_MLF_X23-67230.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Hebrew_Pro_Ent_EDU_N_MLF_X23-67230.ISO) |
|
| Hebrew | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Hebrew_Pro_Ent_EDU_N_MLF_X24-05081.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Hebrew_Pro_Ent_EDU_N_MLF_X24-05081.ISO) |
|
||||||
| Hungarian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Hungarian_Pro_Ent_EDU_N_MLF_X23-67231.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Hungarian_Pro_Ent_EDU_N_MLF_X23-67231.ISO) |
|
| Hungarian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Hungarian_Pro_Ent_EDU_N_MLF_X24-05082.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Hungarian_Pro_Ent_EDU_N_MLF_X24-05082.ISO) |
|
||||||
| Italian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Italian_Pro_Ent_EDU_N_MLF_X23-67232.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Italian_Pro_Ent_EDU_N_MLF_X23-67232.ISO) |
|
| Italian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Italian_Pro_Ent_EDU_N_MLF_X24-05083.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Italian_Pro_Ent_EDU_N_MLF_X24-05083.ISO) |
|
||||||
| Japanese | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Japanese_Pro_Ent_EDU_N_MLF_X23-67233.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Japanese_Pro_Ent_EDU_N_MLF_X23-67233.ISO) |
|
| Japanese | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Japanese_Pro_Ent_EDU_N_MLF_X24-05084.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Japanese_Pro_Ent_EDU_N_MLF_X24-05084.ISO) |
|
||||||
| Korean | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Korean_Pro_Ent_EDU_N_MLF_X23-67234.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Korean_Pro_Ent_EDU_N_MLF_X23-67234.ISO) |
|
| Korean | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Korean_Pro_Ent_EDU_N_MLF_X24-05085.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Korean_Pro_Ent_EDU_N_MLF_X24-05085.ISO) |
|
||||||
| Latvian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Latvian_Pro_Ent_EDU_N_MLF_X23-67235.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Latvian_Pro_Ent_EDU_N_MLF_X23-67235.ISO) |
|
| Latvian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Latvian_Pro_Ent_EDU_N_MLF_X24-05086.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Latvian_Pro_Ent_EDU_N_MLF_X24-05086.ISO) |
|
||||||
| Lithuanian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Lithuanian_Pro_Ent_EDU_N_MLF_X23-67236.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Lithuanian_Pro_Ent_EDU_N_MLF_X23-67236.ISO) |
|
| Lithuanian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Lithuanian_Pro_Ent_EDU_N_MLF_X24-05087.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Lithuanian_Pro_Ent_EDU_N_MLF_X24-05087.ISO) |
|
||||||
| Norwegian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Norwegian_Pro_Ent_EDU_N_MLF_X23-67237.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Norwegian_Pro_Ent_EDU_N_MLF_X23-67237.ISO) |
|
| Norwegian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Norwegian_Pro_Ent_EDU_N_MLF_X24-05088.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Norwegian_Pro_Ent_EDU_N_MLF_X24-05088.ISO) |
|
||||||
| Polish | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Polish_Pro_Ent_EDU_N_MLF_X23-67238.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Polish_Pro_Ent_EDU_N_MLF_X23-67238.ISO) |
|
| Polish | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Polish_Pro_Ent_EDU_N_MLF_X24-05089.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Polish_Pro_Ent_EDU_N_MLF_X24-05089.ISO) |
|
||||||
| Portuguese | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Portuguese_Pro_Ent_EDU_N_MLF_X23-67239.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Portuguese_Pro_Ent_EDU_N_MLF_X23-67239.ISO) |
|
| Portuguese | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Portuguese_Pro_Ent_EDU_N_MLF_X24-05090.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Portuguese_Pro_Ent_EDU_N_MLF_X24-05090.ISO) |
|
||||||
| Romanian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Romanian_Pro_Ent_EDU_N_MLF_X23-67240.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Romanian_Pro_Ent_EDU_N_MLF_X23-67240.ISO) |
|
| Romanian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Romanian_Pro_Ent_EDU_N_MLF_X24-05091.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Romanian_Pro_Ent_EDU_N_MLF_X24-05091.ISO) |
|
||||||
| Russian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Russian_Pro_Ent_EDU_N_MLF_X23-67241.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Russian_Pro_Ent_EDU_N_MLF_X23-67241.ISO) |
|
| Russian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Russian_Pro_Ent_EDU_N_MLF_X24-05092.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Russian_Pro_Ent_EDU_N_MLF_X24-05092.ISO) |
|
||||||
| SerbianLatin | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Serbian_Latin_Pro_Ent_EDU_N_MLF_X23-67242.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Serbian_Latin_Pro_Ent_EDU_N_MLF_X23-67242.ISO) |
|
| SerbianLatin | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Serbian_Latin_Pro_Ent_EDU_N_MLF_X24-05093.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Serbian_Latin_Pro_Ent_EDU_N_MLF_X24-05093.ISO) |
|
||||||
| Slovak | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Slovak_Pro_Ent_EDU_N_MLF_X23-67243.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Slovak_Pro_Ent_EDU_N_MLF_X23-67243.ISO) |
|
| Slovak | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Slovak_Pro_Ent_EDU_N_MLF_X24-05094.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Slovak_Pro_Ent_EDU_N_MLF_X24-05094.ISO) |
|
||||||
| Slovenian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Slovenian_Pro_Ent_EDU_N_MLF_X23-67244.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Slovenian_Pro_Ent_EDU_N_MLF_X23-67244.ISO) |
|
| Slovenian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Slovenian_Pro_Ent_EDU_N_MLF_X24-05095.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Slovenian_Pro_Ent_EDU_N_MLF_X24-05095.ISO) |
|
||||||
| SpanishLatam | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Spanish_Latam_Pro_Ent_EDU_N_MLF_X23-67245.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Spanish_Latam_Pro_Ent_EDU_N_MLF_X23-67245.ISO) |
|
| SpanishLatam | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Spanish_Latam_Pro_Ent_EDU_N_MLF_X24-05096.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Spanish_Latam_Pro_Ent_EDU_N_MLF_X24-05096.ISO) |
|
||||||
| Spanish | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Spanish_Pro_Ent_EDU_N_MLF_X23-67246.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Spanish_Pro_Ent_EDU_N_MLF_X23-67246.ISO) |
|
| Spanish | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Spanish_Pro_Ent_EDU_N_MLF_X24-05097.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Spanish_Pro_Ent_EDU_N_MLF_X24-05097.ISO) |
|
||||||
| Swedish | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Swedish_Pro_Ent_EDU_N_MLF_X23-67247.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Swedish_Pro_Ent_EDU_N_MLF_X23-67247.ISO) |
|
| Swedish | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Swedish_Pro_Ent_EDU_N_MLF_X24-05098.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Swedish_Pro_Ent_EDU_N_MLF_X24-05098.ISO) |
|
||||||
| Thai | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Thai_Pro_Ent_EDU_N_MLF_X23-67248.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Thai_Pro_Ent_EDU_N_MLF_X23-67248.ISO) |
|
| Thai | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Thai_Pro_Ent_EDU_N_MLF_X24-05099.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Thai_Pro_Ent_EDU_N_MLF_X24-05099.ISO) |
|
||||||
| Turkish | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Turkish_Pro_Ent_EDU_N_MLF_X23-67249.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Turkish_Pro_Ent_EDU_N_MLF_X23-67249.ISO) |
|
| Turkish | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Turkish_Pro_Ent_EDU_N_MLF_X24-05100.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Turkish_Pro_Ent_EDU_N_MLF_X24-05100.ISO) |
|
||||||
| Ukrainian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.15_Arm64_Ukrainian_Pro_Ent_EDU_N_MLF_X23-67250.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.15_Arm64_Ukrainian_Pro_Ent_EDU_N_MLF_X23-67250.ISO) |
|
| Ukrainian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Ukrainian_Pro_Ent_EDU_N_MLF_X24-05101.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Ukrainian_Pro_Ent_EDU_N_MLF_X24-05101.ISO) |
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -215,14 +165,14 @@ ARM64 version for LTSC is available only in English language.
|
|||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
||||||
<TabItem value="Old Versions" label="Old Versions" default>
|
<TabItem value="Old Versions" label="Other Versions" default>
|
||||||
|
|
||||||
**Old Versions**
|
**Other Versions**
|
||||||
|
|
||||||
- Download the [Official Microsoft ESD file](https://worproject.com/esd) and [ESD>ISO Converter](https://github.com/abbodi1406/WHD/raw/master/scripts/esd-decrypter-wimlib-65.7z) by [abbodi1406](https://forums.mydigitallife.net/threads/abbodi1406s-batch-scripts-repo.74197/),
|
- Download an [official Microsoft ESD file](https://worproject.com/esd) and [ESD>ISO Converter](https://github.com/abbodi1406/WHD/raw/master/scripts/esd-decrypter-wimlib-65.7z) by [abbodi1406](https://forums.mydigitallife.net/threads/abbodi1406s-batch-scripts-repo.74197/),
|
||||||
- Put the ESD file beside `decrypt.cmd` and run that script.
|
- Put the ESD file beside `decrypt.cmd` and run that script.
|
||||||
- It will create the ISO file.
|
- It will create the ISO file.
|
||||||
- This process is same as how Official MCT tool creates Windows 10 and 11 ISOs.
|
- This process is the same as how the official MCT tool creates Windows 10 and 11 ISOs.
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -1,13 +1,18 @@
|
|||||||
# Windows LTSC Download
|
# Windows LTSC Download
|
||||||
|
|
||||||
All download links lead to genuine files only.
|
All download links lead to genuine files only.
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
|
||||||
- [FAQ](genuine-installation-media.md#faq)
|
- [FAQ](genuine-installation-media.md#faq)
|
||||||
- Microsoft provides Evaluation ISO public [links](https://www.microsoft.com/evalcenter) for Windows LTSC releases, but as the name states, those ISO's are for evaluation purposes and can not be activated for more than 90 days. Below listed ISOs are full version that can be activated.
|
- Microsoft provides Evaluation ISO public [links](https://www.microsoft.com/en-us/evalcenter) for Windows LTSC releases, but as the name states, those ISOs are for evaluation purposes and can not be activated for more than 90 days. Below listed ISOs are full version that can be activated.
|
||||||
|
|
||||||
|
#### What is LTSC, and is it the right choice for you?
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>What is LTSC, and is it the right choice for you?</summary>
|
<summary>Click here for info</summary>
|
||||||
|
|
||||||
TL;DR if you're uncertain, avoid LTSC and choose the general availability channel and its editions.
|
TL;DR if you're uncertain, avoid LTSC and choose the general availability channel and its editions (Home, Pro, Enterprise, etc).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -16,12 +21,12 @@ Microsoft releases Windows 10 and 11 through two servicing channels.
|
|||||||
1) **GAC** (General Availability Channel)
|
1) **GAC** (General Availability Channel)
|
||||||
- It is intended for both general and enterprise customers.
|
- It is intended for both general and enterprise customers.
|
||||||
- Edition examples include options such as Home, Pro, and Enterprise.
|
- Edition examples include options such as Home, Pro, and Enterprise.
|
||||||
- Maximum support on the same build is usually [2 years](https://learn.microsoft.com/lifecycle/products/windows-11-home-and-pro) for consumers and [3 years](https://learn.microsoft.com/lifecycle/products/windows-11-enterprise-and-education) for the enterprise. After that, you need to install feature updates.
|
- Maximum support on the same build is usually [2 years](https://learn.microsoft.com/en-us/lifecycle/products/windows-11-home-and-pro) for consumers and [3 years](https://learn.microsoft.com/en-us/lifecycle/products/windows-11-enterprise-and-education) for the enterprise. After that, you need to install feature updates.
|
||||||
- This is the main servicing channel and other software and games usually follow this channel's life cycle to provide support.
|
- This is the main servicing channel and other software and games usually follow this channel's life cycle to provide support.
|
||||||
2) **LTSC** (Long-Term Servicing Channel)
|
2) **LTSC** (Long-Term Servicing Channel)
|
||||||
- It is designed for devices where functionality and features must remain constant over time, such as medical systems, industrial controllers, and air traffic control devices.
|
- It is designed for devices where functionality and features must remain constant over time, such as medical systems, industrial controllers, and air traffic control devices.
|
||||||
- Examples of editions include: Enterprise LTSC and IoT Enterprise LTSC.
|
- Examples of editions include: Enterprise LTSC and IoT Enterprise LTSC.
|
||||||
- Maximum support on the same build is usually [5 years](https://learn.microsoft.com/lifecycle/products/windows-11-enterprise-ltsc-2024) for LTSC and [10 years](https://learn.microsoft.com/lifecycle/products/windows-11-iot-enterprise-ltsc-2024) for the IoT LTSC.
|
- Maximum support on the same build is usually [5 years](https://learn.microsoft.com/en-us/lifecycle/products/windows-11-enterprise-ltsc-2024) for LTSC and [10 years](https://learn.microsoft.com/en-us/lifecycle/products/windows-11-iot-enterprise-ltsc-2024) for the IoT LTSC.
|
||||||
- This is not the main servicing channel and other software and games usually don't follow this channel's life cycle. For example, browsers and games might not provide support for 10 years on same build.
|
- This is not the main servicing channel and other software and games usually don't follow this channel's life cycle. For example, browsers and games might not provide support for 10 years on same build.
|
||||||
- It lacks most of the Store (UWP) apps.
|
- It lacks most of the Store (UWP) apps.
|
||||||
|
|
||||||
@ -47,10 +52,13 @@ Microsoft releases Windows 10 and 11 through two servicing channels.
|
|||||||
It's not fast, although there might be a bit more RAM available because of no store apps running in the background, and you can achieve the same result in GAC channel editions by [turning off](https://www.elevenforum.com/t/enable-or-disable-background-apps-in-windows-11.923/) background apps and startup apps.
|
It's not fast, although there might be a bit more RAM available because of no store apps running in the background, and you can achieve the same result in GAC channel editions by [turning off](https://www.elevenforum.com/t/enable-or-disable-background-apps-in-windows-11.923/) background apps and startup apps.
|
||||||
- It's more privacy-oriented.
|
- It's more privacy-oriented.
|
||||||
No, [telemetry options](https://gist.github.com/ave9858/a2153957afb053f7d0e7ffdd6c3dcb89) are the same as GAC Enterprise.
|
No, [telemetry options](https://gist.github.com/ave9858/a2153957afb053f7d0e7ffdd6c3dcb89) are the same as GAC Enterprise.
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
#### Microsoft store app installation on LTSC
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Microsoft store app installation on LTSC</summary>
|
<summary>Click here for info</summary>
|
||||||
|
|
||||||
Applicable on Windows 11 LTSC 2024 and Windows 10 LTSC 2021.
|
Applicable on Windows 11 LTSC 2024 and Windows 10 LTSC 2021.
|
||||||
|
|
||||||
@ -81,37 +89,44 @@ https://github.com/stdin82/htfx/releases/tag/v0.0.24
|
|||||||
import Tabs from '@theme/Tabs';
|
import Tabs from '@theme/Tabs';
|
||||||
import TabItem from '@theme/TabItem';
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
|
#### Differences between IoT and Non-IoT Windows Enterprise LTSC
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Differences between IoT and Non-IoT Windows Enterprise LTSC</summary>
|
<summary>Click here for info</summary>
|
||||||
|
|
||||||
<Tabs>
|
<Tabs>
|
||||||
|
|
||||||
<TabItem value="Windows 11 LTSC 2024" label="Windows 11 LTSC 2024" default>
|
<TabItem value="Windows 11 LTSC 2024" label="Windows 11 LTSC 2024" default>
|
||||||
|
|
||||||
|
|
||||||
| Features | Enterprise LTSC | IoT Enterprise LTSC / IoT Enterprise Subscription LTSC |
|
| 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) |
|
| **TPM / Secure boot / UEFI / 4GB RAM** | All required | [Not Required](https://learn.microsoft.com/en-us/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 |
|
| **Automatic Device Encryption** | Enabled | Disabled |
|
||||||
| **Update Support** | 5 Years | 10 Years |
|
| **Update Support** | 5 Years | 10 Years |
|
||||||
| **Reserved Storage Feature** | Enabled | Disabled |
|
| **Reserved Storage Feature** | Enabled | Disabled |
|
||||||
| **Digital License (HWID)** | Not supported | Supported |
|
| **Digital License (HWID)** | Not supported | Supported |
|
||||||
| **Uninstallable Edge outside of EEA** | Yes | No |
|
| **Uninstallable Edge outside of EEA** | Yes | No |
|
||||||
| **2 Simultaneous RDP Sessions** | No | Yes |
|
| **2 Simultaneous RDP Sessions** | No | Yes |
|
||||||
|
|
||||||
|
|
||||||
- IoT Enterprise LTSC is a winner.
|
- 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.
|
- 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.
|
- 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 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.
|
|
||||||
|
| | | |
|
||||||
|
|--------------------------|----------------|-------------------------------|
|
||||||
|
| IoT Enterprise LTSC 2024 | IoTEnterpriseS | KBN8V-HFGQ4-MGXVD-347P6-PDQGT |
|
||||||
|
| Enterprise LTSC 2024 | EnterpriseS | M7XTQ-FN8P6-TTKYV-9D4CC-J462D |
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
||||||
<TabItem value="Windows 10 LTSC 2021" label="Windows 10 LTSC 2021" default>
|
<TabItem value="Windows 10 LTSC 2021" label="Windows 10 LTSC 2021" default>
|
||||||
|
|
||||||
|
|
||||||
| Features | Enterprise LTSC | IoT Enterprise LTSC |
|
| 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) |
|
| **Update Support** | [5 Years (till 2027)](https://learn.microsoft.com/en-us/lifecycle/products/windows-10-enterprise-ltsc-2021) | [10 Years (till 2032)](https://learn.microsoft.com/en-us/lifecycle/products/windows-10-iot-enterprise-ltsc-2021) |
|
||||||
| **Reserved Storage Feature** | Enabled | Disabled |
|
| **Reserved Storage Feature** | Enabled | Disabled |
|
||||||
| **Digital License (HWID)** | Not supported | Supported |
|
| **Digital License (HWID)** | Not supported | Supported |
|
||||||
| **KMS License** | Supported | Support added after the update 19044.2788 |
|
| **KMS License** | Supported | Support added after the update 19044.2788 |
|
||||||
@ -120,8 +135,12 @@ import TabItem from '@theme/TabItem';
|
|||||||
|
|
||||||
|
|
||||||
- IoT Enterprise LTSC is a winner.
|
- 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.
|
- 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 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.
|
|
||||||
|
| | | |
|
||||||
|
|--------------------------|----------------|-------------------------------|
|
||||||
|
| IoT Enterprise LTSC 2021 | IoTEnterpriseS | QPM6N-7J2WJ-P88HH-P3YRH-YY74H |
|
||||||
|
| Enterprise LTSC 2021 | EnterpriseS | M7XTQ-FN8P6-TTKYV-9D4CC-J462D |
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
||||||
@ -136,6 +155,46 @@ import TabItem from '@theme/TabItem';
|
|||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
#### How to upgrade from non-LTSC to LTSC edition while keeping files and apps?
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Click here for info</summary>
|
||||||
|
|
||||||
|
You might want to check [Windows 10 EOL guide](windows10_eol.md).
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
#### How to clean install Windows 11 IoT Enterprise LTSC 2024 in Non-English language?
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Click here for info</summary>
|
||||||
|
|
||||||
|
IoT LTSC edition ISOs 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 `KBN8V-HFGQ4-MGXVD-347P6-PDQGT` in activation page in Windows settings to change the edition.
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
#### How to clean install Windows 10 IoT Enterprise LTSC 2021 in Non-English language?
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Click here for info</summary>
|
||||||
|
|
||||||
|
IoT LTSC edition ISOs 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
|
## Download Links
|
||||||
@ -145,19 +204,18 @@ import TabItem from '@theme/TabItem';
|
|||||||
|
|
||||||
<TabItem value="Windows 11 LTSC 2024" label="Windows 11 LTSC 2024" default>
|
<TabItem value="Windows 11 LTSC 2024" label="Windows 11 LTSC 2024" default>
|
||||||
|
|
||||||
|
|
||||||
**Windows 11 IoT Enterprise LTSC 2024**
|
**Windows 11 IoT Enterprise LTSC 2024**
|
||||||
|
|
||||||
Build - 26100.1742
|
Build - 26100.1742
|
||||||
|
|
||||||
These ISO's contain below editions.
|
These ISOs contain below editions.
|
||||||
Windows 11 Enterprise LTSC
|
Windows 11 Enterprise LTSC
|
||||||
Windows 11 IoT Enterprise LTSC
|
Windows 11 IoT Enterprise LTSC
|
||||||
Windows 11 IoT Enterprise Subscription LTSC
|
Windows 11 IoT Enterprise Subscription LTSC
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| 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 |
|
| 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 from the official 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 +223,46 @@ Windows 11 IoT Enterprise Subscription LTSC
|
|||||||
|
|
||||||
Build - 26100.1742
|
Build - 26100.1742
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| 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) |
|
| 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) |
|
| 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) |
|
| 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) |
|
| 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) |
|
| 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) |
|
| 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-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) |
|
| 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 | 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) |
|
| 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) |
|
| 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) |
|
| 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-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) |
|
| 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) |
|
| 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) |
|
| 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) |
|
| 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) |
|
| 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) |
|
| 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) |
|
| 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) |
|
| 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) |
|
| 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) |
|
| 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) |
|
| 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) |
|
| 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-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) |
|
| 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) |
|
| 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) |
|
| 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) |
|
| 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) |
|
| 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) |
|
| 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) |
|
| 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) |
|
| 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) |
|
| 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) |
|
| 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-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) |
|
| Chinese-Traditional | 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) |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -215,13 +273,13 @@ Build - 26100.1742
|
|||||||
|
|
||||||
(Build - 19044.1288)
|
(Build - 19044.1288)
|
||||||
|
|
||||||
These ISO's contain below editions.
|
These ISOs contain below editions.
|
||||||
Windows 10 Enterprise LTSC
|
Windows 10 Enterprise LTSC
|
||||||
Windows 10 IoT Enterprise LTSC
|
Windows 10 IoT Enterprise LTSC
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| 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) |
|
| 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 +288,7 @@ Windows 10 IoT Enterprise LTSC
|
|||||||
(Build - 19044.1288)
|
(Build - 19044.1288)
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| 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 | 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) |
|
| 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) |
|
| 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) |
|
||||||
@ -305,8 +363,8 @@ Windows 10 IoT Enterprise LTSC
|
|||||||
| Ukranian | x86 | [uk-ua_windows_10_enterprise_ltsc_2021_x86_dvd_aa372ed6.iso](https://drive.massgrave.dev/uk-ua_windows_10_enterprise_ltsc_2021_x86_dvd_aa372ed6.iso) |
|
| Ukranian | x86 | [uk-ua_windows_10_enterprise_ltsc_2021_x86_dvd_aa372ed6.iso](https://drive.massgrave.dev/uk-ua_windows_10_enterprise_ltsc_2021_x86_dvd_aa372ed6.iso) |
|
||||||
| Chinese-Simplified | x64 | [zh-cn_windows_10_enterprise_ltsc_2021_x64_dvd_033b7312.iso](https://drive.massgrave.dev/zh-cn_windows_10_enterprise_ltsc_2021_x64_dvd_033b7312.iso) |
|
| Chinese-Simplified | x64 | [zh-cn_windows_10_enterprise_ltsc_2021_x64_dvd_033b7312.iso](https://drive.massgrave.dev/zh-cn_windows_10_enterprise_ltsc_2021_x64_dvd_033b7312.iso) |
|
||||||
| Chinese-Simplified | x86 | [zh-cn_windows_10_enterprise_ltsc_2021_x86_dvd_30600d9c.iso](https://drive.massgrave.dev/zh-cn_windows_10_enterprise_ltsc_2021_x86_dvd_30600d9c.iso) |
|
| Chinese-Simplified | x86 | [zh-cn_windows_10_enterprise_ltsc_2021_x86_dvd_30600d9c.iso](https://drive.massgrave.dev/zh-cn_windows_10_enterprise_ltsc_2021_x86_dvd_30600d9c.iso) |
|
||||||
| Chinese-Taiwan | x64 | [zh-tw_windows_10_enterprise_ltsc_2021_x64_dvd_80dba877.iso](https://drive.massgrave.dev/zh-tw_windows_10_enterprise_ltsc_2021_x64_dvd_80dba877.iso) |
|
| Chinese-Traditional | x64 | [zh-tw_windows_10_enterprise_ltsc_2021_x64_dvd_80dba877.iso](https://drive.massgrave.dev/zh-tw_windows_10_enterprise_ltsc_2021_x64_dvd_80dba877.iso) |
|
||||||
| Chinese-Taiwan | x86 | [zh-tw_windows_10_enterprise_ltsc_2021_x86_dvd_03be1c20.iso](https://drive.massgrave.dev/zh-tw_windows_10_enterprise_ltsc_2021_x86_dvd_03be1c20.iso) |
|
| Chinese-Traditional | x86 | [zh-tw_windows_10_enterprise_ltsc_2021_x86_dvd_03be1c20.iso](https://drive.massgrave.dev/zh-tw_windows_10_enterprise_ltsc_2021_x86_dvd_03be1c20.iso) |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -319,7 +377,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.
|
It doesn't have the actual IotEnterpriseS edition, it's just EnterpriseS with OEM key (generic, not-activated) installed.
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| 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 | 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) |
|
| 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 +388,7 @@ It doesn't have the actual IotEnterpriseS edition, it's just EnterpriseS with OE
|
|||||||
(Build - 17763.316)
|
(Build - 17763.316)
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| 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 | 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) |
|
| 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) |
|
| 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) |
|
||||||
@ -413,26 +471,12 @@ It doesn't have the actual IotEnterpriseS edition, it's just EnterpriseS with OE
|
|||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="Windows 10 LTSB 2016" label="Windows 10 LTSB 2016" default>
|
<TabItem value="Windows 10 LTSB 2016" label="Windows 10 LTSB 2016" default>
|
||||||
|
|
||||||
**Windows 10 IoT Enterprise LTSB 2016**
|
|
||||||
|
|
||||||
(Build - 14393)
|
|
||||||
It doesn't have the actual IotEnterpriseS edition, it's just EnterpriseS with OEM key (generic, not-activated) installed.
|
|
||||||
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) |
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Windows 10 Enterprise LTSB 2016**
|
**Windows 10 Enterprise LTSB 2016**
|
||||||
|
|
||||||
(Build - 14393)
|
(Build - 14393)
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| 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 | 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) |
|
| 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) |
|
| 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) |
|
||||||
@ -515,27 +559,12 @@ Rename the .IMG extension to .iso.
|
|||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="Windows 10 LTSB 2015" label="Windows 10 LTSB 2015" default>
|
<TabItem value="Windows 10 LTSB 2015" label="Windows 10 LTSB 2015" default>
|
||||||
|
|
||||||
**Windows 10 IoT Enterprise LTSB 2015**
|
|
||||||
|
|
||||||
(Build - 10240)
|
|
||||||
It doesn't have the actual IotEnterpriseS edition, it's just EnterpriseS with OEM key (generic, not-activated) installed.
|
|
||||||
This ISO file is taken from the Microsoft's OEM portal.
|
|
||||||
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) |
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Windows 10 Enterprise LTSB 2015**
|
**Windows 10 Enterprise LTSB 2015**
|
||||||
|
|
||||||
(Build - 10240)
|
(Build - 10240)
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| 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 | 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) |
|
| 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) |
|
| 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) |
|
||||||
@ -610,8 +639,8 @@ Enter `FWN7H-PF93Q-4GGP8-M8RF3-MDWWW` key while installing Windows.
|
|||||||
| Thai | x86 | [th_windows_10_enterprise_2015_ltsb_x86_dvd_6850902.iso](https://drive.massgrave.dev/th_windows_10_enterprise_2015_ltsb_x86_dvd_6850902.iso) |
|
| Thai | x86 | [th_windows_10_enterprise_2015_ltsb_x86_dvd_6850902.iso](https://drive.massgrave.dev/th_windows_10_enterprise_2015_ltsb_x86_dvd_6850902.iso) |
|
||||||
| Turkish | x64 | [tr_windows_10_enterprise_2015_ltsb_x64_dvd_6850904.iso](https://drive.massgrave.dev/tr_windows_10_enterprise_2015_ltsb_x64_dvd_6850904.iso) |
|
| Turkish | x64 | [tr_windows_10_enterprise_2015_ltsb_x64_dvd_6850904.iso](https://drive.massgrave.dev/tr_windows_10_enterprise_2015_ltsb_x64_dvd_6850904.iso) |
|
||||||
| Turkish | x86 | [tr_windows_10_enterprise_2015_ltsb_x86_dvd_6850915.iso](https://drive.massgrave.dev/tr_windows_10_enterprise_2015_ltsb_x86_dvd_6850915.iso) |
|
| Turkish | x86 | [tr_windows_10_enterprise_2015_ltsb_x86_dvd_6850915.iso](https://drive.massgrave.dev/tr_windows_10_enterprise_2015_ltsb_x86_dvd_6850915.iso) |
|
||||||
| Chinese-Taiwan | x64 | [tw_windows_10_enterprise_2015_ltsb_x64_dvd_6848430.iso](https://drive.massgrave.dev/tw_windows_10_enterprise_2015_ltsb_x64_dvd_6848430.iso) |
|
| Chinese-Traditional | x64 | [tw_windows_10_enterprise_2015_ltsb_x64_dvd_6848430.iso](https://drive.massgrave.dev/tw_windows_10_enterprise_2015_ltsb_x64_dvd_6848430.iso) |
|
||||||
| Chinese-Taiwan | x86 | [tw_windows_10_enterprise_2015_ltsb_x86_dvd_6848432.iso](https://drive.massgrave.dev/tw_windows_10_enterprise_2015_ltsb_x86_dvd_6848432.iso) |
|
| Chinese-Traditional | x86 | [tw_windows_10_enterprise_2015_ltsb_x86_dvd_6848432.iso](https://drive.massgrave.dev/tw_windows_10_enterprise_2015_ltsb_x86_dvd_6848432.iso) |
|
||||||
| Ukrainian | x64 | [uk_windows_10_enterprise_2015_ltsb_x64_dvd_6850925.iso](https://drive.massgrave.dev/uk_windows_10_enterprise_2015_ltsb_x64_dvd_6850925.iso) |
|
| Ukrainian | x64 | [uk_windows_10_enterprise_2015_ltsb_x64_dvd_6850925.iso](https://drive.massgrave.dev/uk_windows_10_enterprise_2015_ltsb_x64_dvd_6850925.iso) |
|
||||||
| Ukrainian | x86 | [uk_windows_10_enterprise_2015_ltsb_x86_dvd_6850935.iso](https://drive.massgrave.dev/uk_windows_10_enterprise_2015_ltsb_x86_dvd_6850935.iso) |
|
| Ukrainian | x86 | [uk_windows_10_enterprise_2015_ltsb_x86_dvd_6850935.iso](https://drive.massgrave.dev/uk_windows_10_enterprise_2015_ltsb_x86_dvd_6850935.iso) |
|
||||||
|
|
||||||
|
@ -3,15 +3,42 @@
|
|||||||
All download links lead to genuine files only.
|
All download links lead to genuine files only.
|
||||||
|
|
||||||
- [FAQ](genuine-installation-media.md#faq)
|
- [FAQ](genuine-installation-media.md#faq)
|
||||||
- **Windows Server 2008 R2 and later can be permanently activated with TSforge option in MAS.**
|
- **Windows Server 2008 and later can be permanently activated with TSforge option in MAS.**
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## Windows Server 2025
|
## Windows Server 2025
|
||||||
|
|
||||||
|
Build - 26100.4349 (June 2025)
|
||||||
|
|
||||||
|
| Language | Arch | Link |
|
||||||
|
|:--------------------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| Czech | x64 | [cs-cz_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/cs-cz_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| German | x64 | [de-de_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/de-de_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| English | x64 | [en-us_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/en-us_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Spanish | x64 | [es-es_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/es-es_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| French | x64 | [fr-fr_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/fr-fr_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Hungarian | x64 | [hu-hu_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/hu-hu_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Italian | x64 | [it-it_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/it-it_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Japanese | x64 | [ja-jp_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/ja-jp_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Korean | x64 | [ko-kr_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/ko-kr_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Dutch-Netherlands | x64 | [nl-nl_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/nl-nl_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Polish | x64 | [pl-pl_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/pl-pl_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Portuguese-Brazil | x64 | [pt-br_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/pt-br_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Portuguese-Portugal | x64 | [pt-pt_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/pt-pt_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Russian | x64 | [ru-ru_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/ru-ru_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Swedish | x64 | [sv-se_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/sv-se_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Turkish | x64 | [tr-tr_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/tr-tr_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Chinese-Simplified | x64 | [zh-cn_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/zh-cn_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
| Chinese-Traditional | x64 | [zh-tw_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso](https://drive.massgrave.dev/zh-tw_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso) |
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Windows Server 2025
|
||||||
|
|
||||||
Build - 26100.1742
|
Build - 26100.1742
|
||||||
The below ISO's links are taken from the Official OEM portal.
|
The below ISO links are taken from the Official OEM portal.
|
||||||
Note: You need to rename extension to .iso after file is downloaded.
|
**Note: You need to rename extension to .iso after file is downloaded**.
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| Language | Arch | Link |
|
||||||
|:--------------------|:-----|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:--------------------|:-----|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
@ -32,7 +59,7 @@ Note: You need to rename extension to .iso after file is downloaded.
|
|||||||
| Swedish | x64 | [X23-81969_26100.1742.240906-0331.ge_release_svc_refresh_SERVER_OEMRET_x64FRE_sv-se.iso](https://oemsoc.download.prss.microsoft.com/dbazure/X23-81969_26100.1742.240906-0331.ge_release_svc_refresh_SERVER_OEMRET_x64FRE_sv-se.iso_b25abdb8-44ab-4ec9-8c83-8e72ed7d4569?t=38ff620b-0afc-4602-a9db-f10b6e6b489e&P1=102817441899&P2=601&P3=2&P4=aaNFrn678yCFJDMSw5NetSCCxo28UN5UoPVvsG13dST1Y8UodID5eVbh5f1G9fIPMnq4TRkR4saOrRx42UXrI1iaXw8YO%2fQP4CcdfUKhZCYCFL8dkHOuQlSgU73hwKUcQP7rrqtG0eAEk2681v88jjDDsG8TZco4b6SNJU42jjICjvzYFK2S%2fHrScMm4s2yvwYYNspd6aw9FX95wD5KwayU3RUx8w%2bS%2bR4WduYyRLZZz80ZUU%2bddYzQhU8Tbwf3TSH84QHNjTgZ0WBgvv9G0y%2f29%2bpmBr6OE8R86u9MhlQzsmcZZyjCTkC4ZJqJEaXZS5cEwA93aBS5kkVQlVN3UBg%3d%3d) |
|
| Swedish | x64 | [X23-81969_26100.1742.240906-0331.ge_release_svc_refresh_SERVER_OEMRET_x64FRE_sv-se.iso](https://oemsoc.download.prss.microsoft.com/dbazure/X23-81969_26100.1742.240906-0331.ge_release_svc_refresh_SERVER_OEMRET_x64FRE_sv-se.iso_b25abdb8-44ab-4ec9-8c83-8e72ed7d4569?t=38ff620b-0afc-4602-a9db-f10b6e6b489e&P1=102817441899&P2=601&P3=2&P4=aaNFrn678yCFJDMSw5NetSCCxo28UN5UoPVvsG13dST1Y8UodID5eVbh5f1G9fIPMnq4TRkR4saOrRx42UXrI1iaXw8YO%2fQP4CcdfUKhZCYCFL8dkHOuQlSgU73hwKUcQP7rrqtG0eAEk2681v88jjDDsG8TZco4b6SNJU42jjICjvzYFK2S%2fHrScMm4s2yvwYYNspd6aw9FX95wD5KwayU3RUx8w%2bS%2bR4WduYyRLZZz80ZUU%2bddYzQhU8Tbwf3TSH84QHNjTgZ0WBgvv9G0y%2f29%2bpmBr6OE8R86u9MhlQzsmcZZyjCTkC4ZJqJEaXZS5cEwA93aBS5kkVQlVN3UBg%3d%3d) |
|
||||||
| Turkish | x64 | [X23-81970_26100.1742.240906-0331.ge_release_svc_refresh_SERVER_OEMRET_x64FRE_tr-tr.iso](https://oemsoc.download.prss.microsoft.com/dbazure/X23-81970_26100.1742.240906-0331.ge_release_svc_refresh_SERVER_OEMRET_x64FRE_tr-tr.iso_8edc904f-1125-4ee8-a958-60434e0bfb5c?t=4a1a646c-731c-4c4a-8856-346ed90c5254&P1=102817441901&P2=601&P3=2&P4=nniUfaOMYwwv5Ek3DTY6wPjq5ZpR23xejuybPDpSTFrDme6HKvnL2LetpPheP4JPbNOKFpHeKqOQC2RRohdC1EKu%2bDevuFnm6skz8GkmeLaFboVVJYgiaZqiJBmV%2bP7hr5XVQMDdgPz%2fpZ6AFExhdfeJ6DWYMC%2bDMBJlsrdL6nonNfff1e9RPhEJsmzusKkdBWfvcggZT5CUaBybd1lnfqc%2fx1QTsHcVK1R0UwzFP6BFOYKjx9pyUUJjXCoGR%2bexCh882TN92K2QvorObKlCWJiiAXG43zkflY2NPLaJn8JGZq27%2b%2fBQjYB1J%2fEWznlQNr318oxvLejmGCB7oRXApA%3d%3d) |
|
| Turkish | x64 | [X23-81970_26100.1742.240906-0331.ge_release_svc_refresh_SERVER_OEMRET_x64FRE_tr-tr.iso](https://oemsoc.download.prss.microsoft.com/dbazure/X23-81970_26100.1742.240906-0331.ge_release_svc_refresh_SERVER_OEMRET_x64FRE_tr-tr.iso_8edc904f-1125-4ee8-a958-60434e0bfb5c?t=4a1a646c-731c-4c4a-8856-346ed90c5254&P1=102817441901&P2=601&P3=2&P4=nniUfaOMYwwv5Ek3DTY6wPjq5ZpR23xejuybPDpSTFrDme6HKvnL2LetpPheP4JPbNOKFpHeKqOQC2RRohdC1EKu%2bDevuFnm6skz8GkmeLaFboVVJYgiaZqiJBmV%2bP7hr5XVQMDdgPz%2fpZ6AFExhdfeJ6DWYMC%2bDMBJlsrdL6nonNfff1e9RPhEJsmzusKkdBWfvcggZT5CUaBybd1lnfqc%2fx1QTsHcVK1R0UwzFP6BFOYKjx9pyUUJjXCoGR%2bexCh882TN92K2QvorObKlCWJiiAXG43zkflY2NPLaJn8JGZq27%2b%2fBQjYB1J%2fEWznlQNr318oxvLejmGCB7oRXApA%3d%3d) |
|
||||||
| Chinese-Simplified | x64 | [X23-81954_26100.1742.240906-0331.ge_release_svc_refresh_SERVER_OEMRET_x64FRE_zh-cn.iso](https://oemsoc.download.prss.microsoft.com/dbazure/X23-81954_26100.1742.240906-0331.ge_release_svc_refresh_SERVER_OEMRET_x64FRE_zh-cn.iso_c0a03233-3c87-4c90-9fac-9cbf668255c1?t=fdfcc05d-ef3b-45a4-8f87-cd492f6d10de&P1=102817441905&P2=601&P3=2&P4=phtRoTOxQBx%2bH5nhSijWBQw9deo3wwkODOj9HbwaH1%2fC%2bYTg5C7FrUUduOXIC9TzweFPlCY0YlpXM1ZD%2fj3dYrYwBbRnCeeDOvzHTjIMoZvtjfKHH%2bfI3IdPFJBa6gv5sL69QQFUUmaWqRHCTT81p6IYcNwuwOUrNW9u3BVttXiQNIAX9XrrYbWAHHmfkLW3wR2YdstEsFxF8sIQ4w1V6Znm3B7NO7Rv%2fjk3nyhQ9zzMjZFjdIlkZg4NbAhYE12EZr9pHHR0AHQeW2%2fN%2fVhGjoaYWYjHMTtfNV48EJbeQoQKrrfdLTQ%2fHk6%2bGUxO5D8xCPfkr0vpr7oBo2uICepJ3w%3d%3d) |
|
| Chinese-Simplified | x64 | [X23-81954_26100.1742.240906-0331.ge_release_svc_refresh_SERVER_OEMRET_x64FRE_zh-cn.iso](https://oemsoc.download.prss.microsoft.com/dbazure/X23-81954_26100.1742.240906-0331.ge_release_svc_refresh_SERVER_OEMRET_x64FRE_zh-cn.iso_c0a03233-3c87-4c90-9fac-9cbf668255c1?t=fdfcc05d-ef3b-45a4-8f87-cd492f6d10de&P1=102817441905&P2=601&P3=2&P4=phtRoTOxQBx%2bH5nhSijWBQw9deo3wwkODOj9HbwaH1%2fC%2bYTg5C7FrUUduOXIC9TzweFPlCY0YlpXM1ZD%2fj3dYrYwBbRnCeeDOvzHTjIMoZvtjfKHH%2bfI3IdPFJBa6gv5sL69QQFUUmaWqRHCTT81p6IYcNwuwOUrNW9u3BVttXiQNIAX9XrrYbWAHHmfkLW3wR2YdstEsFxF8sIQ4w1V6Znm3B7NO7Rv%2fjk3nyhQ9zzMjZFjdIlkZg4NbAhYE12EZr9pHHR0AHQeW2%2fN%2fVhGjoaYWYjHMTtfNV48EJbeQoQKrrfdLTQ%2fHk6%2bGUxO5D8xCPfkr0vpr7oBo2uICepJ3w%3d%3d) |
|
||||||
| Chinese-Taiwan | x64 | [X23-81955_26100.1742.240906-0331.ge_release_svc_refresh_SERVER_OEMRET_x64FRE_zh-tw.iso](https://oemsoc.download.prss.microsoft.com/dbazure/X23-81955_26100.1742.240906-0331.ge_release_svc_refresh_SERVER_OEMRET_x64FRE_zh-tw.iso_731ec99c-0ae2-483c-afed-710e3a0750b3?t=c3b71371-8723-4813-a386-bc318bceeb76&P1=102817441907&P2=601&P3=2&P4=KuAEtUuMYLfQx87GAmqpib39D%2btSY5MZeQGwPC05VTmqP%2fsfU7dXKrzBMpuHixmU91%2f1lO%2flfwhkPa9xnm24%2fDP4GyTrKqe3XP44IvPDS%2b4zfL%2fy%2fJhFxnlY8xnXOp%2f8aCQxgJcREil%2f8AlGPnX0%2fe3H12UIqMg84a97IESvHBBarYIvtHl3itix8vlEqC%2fq60EVzQh2jSgr9zBejd2homnuYbgMpgv1LZkN7NDG6zL1%2f8hvnENJ%2bkpK9OZmXNC7e49yJigT%2ffBnnPtTqlDv7qzVEAplS1vc522GMjqJdf4%2bueXjcsZohDHHzparCp5Nxy4kTStUDRL3LqPT5LEcKw%3d%3d) |
|
| Chinese-Traditional | x64 | [X23-81955_26100.1742.240906-0331.ge_release_svc_refresh_SERVER_OEMRET_x64FRE_zh-tw.iso](https://oemsoc.download.prss.microsoft.com/dbazure/X23-81955_26100.1742.240906-0331.ge_release_svc_refresh_SERVER_OEMRET_x64FRE_zh-tw.iso_731ec99c-0ae2-483c-afed-710e3a0750b3?t=c3b71371-8723-4813-a386-bc318bceeb76&P1=102817441907&P2=601&P3=2&P4=KuAEtUuMYLfQx87GAmqpib39D%2btSY5MZeQGwPC05VTmqP%2fsfU7dXKrzBMpuHixmU91%2f1lO%2flfwhkPa9xnm24%2fDP4GyTrKqe3XP44IvPDS%2b4zfL%2fy%2fJhFxnlY8xnXOp%2f8aCQxgJcREil%2f8AlGPnX0%2fe3H12UIqMg84a97IESvHBBarYIvtHl3itix8vlEqC%2fq60EVzQh2jSgr9zBejd2homnuYbgMpgv1LZkN7NDG6zL1%2f8hvnENJ%2bkpK9OZmXNC7e49yJigT%2ffBnnPtTqlDv7qzVEAplS1vc522GMjqJdf4%2bueXjcsZohDHHzparCp5Nxy4kTStUDRL3LqPT5LEcKw%3d%3d) |
|
||||||
|
|
||||||
Above OEM files have same checksums as the below MVS files. Only name is changed.
|
Above OEM files have same checksums as the below MVS files. Only name is changed.
|
||||||
```
|
```
|
||||||
@ -60,38 +87,38 @@ zh-tw_windows_server_2025_x64_dvd_6d2c01e3.iso
|
|||||||
|
|
||||||
## Windows Server 2022
|
## Windows Server 2022
|
||||||
|
|
||||||
Updated Nov 2024 (Build - 20348.2849)
|
Build - 20348.3807 (June 2025)
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| Language | Arch | Link |
|
||||||
|:--------------------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:--------------------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| Czech | x64 | [cs-cz_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso](https://drive.massgrave.dev/cs-cz_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso) |
|
| Czech | x64 | [cs-cz_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso](https://drive.massgrave.dev/cs-cz_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso) |
|
||||||
| German | x64 | [de-de_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso](https://drive.massgrave.dev/de-de_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso) |
|
| German | x64 | [de-de_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso](https://drive.massgrave.dev/de-de_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso) |
|
||||||
| English | x64 | [en-us_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso](https://drive.massgrave.dev/en-us_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso) |
|
| English | x64 | [en-us_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso](https://drive.massgrave.dev/en-us_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso) |
|
||||||
| Spanish | x64 | [es-es_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso](https://drive.massgrave.dev/es-es_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso) |
|
| Spanish | x64 | [es-es_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso](https://drive.massgrave.dev/es-es_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso) |
|
||||||
| French | x64 | [fr-fr_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso](https://drive.massgrave.dev/fr-fr_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso) |
|
| French | x64 | [fr-fr_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso](https://drive.massgrave.dev/fr-fr_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso) |
|
||||||
| Hungarian | x64 | [hu-hu_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso](https://drive.massgrave.dev/hu-hu_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso) |
|
| Hungarian | x64 | [hu-hu_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso](https://drive.massgrave.dev/hu-hu_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso) |
|
||||||
| Italian | x64 | [it-it_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso](https://drive.massgrave.dev/it-it_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso) |
|
| Italian | x64 | [it-it_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso](https://drive.massgrave.dev/it-it_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso) |
|
||||||
| Japanese | x64 | [ja-jp_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso](https://drive.massgrave.dev/ja-jp_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso) |
|
| Japanese | x64 | [ja-jp_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso](https://drive.massgrave.dev/ja-jp_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso) |
|
||||||
| Korean | x64 | [ko-kr_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso](https://drive.massgrave.dev/ko-kr_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso) |
|
| Korean | x64 | [ko-kr_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso](https://drive.massgrave.dev/ko-kr_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso) |
|
||||||
| Dutch-Netherlands | x64 | [nl-nl_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso](https://drive.massgrave.dev/nl-nl_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso) |
|
| Dutch-Netherlands | x64 | [nl-nl_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso](https://drive.massgrave.dev/nl-nl_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso) |
|
||||||
| Polish | x64 | [pl-pl_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso](https://drive.massgrave.dev/pl-pl_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso) |
|
| Polish | x64 | [pl-pl_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso](https://drive.massgrave.dev/pl-pl_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso) |
|
||||||
| Portuguese-Brazil | x64 | [pt-br_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso](https://drive.massgrave.dev/pt-br_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso) |
|
| Portuguese-Brazil | x64 | [pt-br_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso](https://drive.massgrave.dev/pt-br_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso) |
|
||||||
| Portuguese-Portugal | x64 | [pt-pt_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso](https://drive.massgrave.dev/pt-pt_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso) |
|
| Portuguese-Portugal | x64 | [pt-pt_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso](https://drive.massgrave.dev/pt-pt_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso) |
|
||||||
| Russian | x64 | [ru-ru_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso](https://drive.massgrave.dev/ru-ru_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso) |
|
| Russian | x64 | [ru-ru_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso](https://drive.massgrave.dev/ru-ru_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso) |
|
||||||
| Swedish | x64 | [sv-se_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso](https://drive.massgrave.dev/sv-se_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso) |
|
| Swedish | x64 | [sv-se_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso](https://drive.massgrave.dev/sv-se_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso) |
|
||||||
| Turkish | x64 | [tr-tr_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso](https://drive.massgrave.dev/tr-tr_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso) |
|
| Turkish | x64 | [tr-tr_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso](https://drive.massgrave.dev/tr-tr_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso) |
|
||||||
| Chinese-Simplified | x64 | [zh-cn_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso](https://drive.massgrave.dev/zh-cn_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso) |
|
| Chinese-Simplified | x64 | [zh-cn_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso](https://drive.massgrave.dev/zh-cn_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso) |
|
||||||
| Chinese-Taiwan | x64 | [zh-tw_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso](https://drive.massgrave.dev/zh-tw_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso) |
|
| Chinese-Traditional | x64 | [zh-tw_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso](https://drive.massgrave.dev/zh-tw_windows_server_2022_updated_june_2025_x64_dvd_e200772d.iso) |
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## Windows Server 23H2 (No GUI)
|
## Windows Server 23H2 (No GUI)
|
||||||
#### (Only English ISO is available)
|
#### (Only English ISO is available)
|
||||||
Updated Nov 2024 (Build - 25398.1251)
|
Build - 25398.1665 (June 2025)
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| Language | Arch | Link |
|
||||||
|:----------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:----------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| English | x64 | [en-us_windows_server_version_23h2_updated_nov_2024_x64_dvd_bb9718dc.iso](https://drive.massgrave.dev/en-us_windows_server_version_23h2_updated_nov_2024_x64_dvd_bb9718dc.iso) |
|
| English | x64 | [en-us_windows_server_version_23h2_updated_june_2025_x64_dvd_614f78b3.iso](https://drive.massgrave.dev/en-us_windows_server_version_23h2_updated_june_2025_x64_dvd_614f78b3.iso) |
|
||||||
| Lang Pack | x64 | [mul_languages_and_optional_features_for_windows_server_version_23h2_x64_dvd_f49e7fd8.iso](https://drive.massgrave.dev/mul_languages_and_optional_features_for_windows_server_version_23h2_x64_dvd_f49e7fd8.iso) |
|
| Lang Pack | x64 | [mul_languages_and_optional_features_for_windows_server_version_23h2_x64_dvd_f49e7fd8.iso](https://drive.massgrave.dev/mul_languages_and_optional_features_for_windows_server_version_23h2_x64_dvd_f49e7fd8.iso) |
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
@ -119,7 +146,7 @@ Updated November 2022 (Build - 17763.3650)
|
|||||||
| Swedish | x64 | [sv-se_windows_server_2019_x64_dvd_48c1aeff.iso](https://drive.massgrave.dev/sv-se_windows_server_2019_x64_dvd_48c1aeff.iso) |
|
| Swedish | x64 | [sv-se_windows_server_2019_x64_dvd_48c1aeff.iso](https://drive.massgrave.dev/sv-se_windows_server_2019_x64_dvd_48c1aeff.iso) |
|
||||||
| Turkish | x64 | [tr-tr_windows_server_2019_x64_dvd_b51af600.iso](https://drive.massgrave.dev/tr-tr_windows_server_2019_x64_dvd_b51af600.iso) |
|
| Turkish | x64 | [tr-tr_windows_server_2019_x64_dvd_b51af600.iso](https://drive.massgrave.dev/tr-tr_windows_server_2019_x64_dvd_b51af600.iso) |
|
||||||
| Chinese-Simplified | x64 | [zh-cn_windows_server_2019_x64_dvd_19d65722.iso](https://drive.massgrave.dev/zh-cn_windows_server_2019_x64_dvd_19d65722.iso) |
|
| Chinese-Simplified | x64 | [zh-cn_windows_server_2019_x64_dvd_19d65722.iso](https://drive.massgrave.dev/zh-cn_windows_server_2019_x64_dvd_19d65722.iso) |
|
||||||
| Chinese-Taiwan | x64 | [zh-tw_windows_server_2019_x64_dvd_a4c80409.iso](https://drive.massgrave.dev/zh-tw_windows_server_2019_x64_dvd_a4c80409.iso) |
|
| Chinese-Traditional | x64 | [zh-tw_windows_server_2019_x64_dvd_a4c80409.iso](https://drive.massgrave.dev/zh-tw_windows_server_2019_x64_dvd_a4c80409.iso) |
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -174,7 +201,7 @@ Updated February 2018 (Build - 14393.1884)
|
|||||||
| Russian | x64 | [ru_windows_server_2012_r2_vl_with_update_x64_dvd_6052827.iso](https://drive.massgrave.dev/ru_windows_server_2012_r2_vl_with_update_x64_dvd_6052827.iso) |
|
| Russian | x64 | [ru_windows_server_2012_r2_vl_with_update_x64_dvd_6052827.iso](https://drive.massgrave.dev/ru_windows_server_2012_r2_vl_with_update_x64_dvd_6052827.iso) |
|
||||||
| Swedish | x64 | [sv_windows_server_2012_r2_vl_with_update_x64_dvd_6052835.iso](https://drive.massgrave.dev/sv_windows_server_2012_r2_vl_with_update_x64_dvd_6052835.iso) |
|
| Swedish | x64 | [sv_windows_server_2012_r2_vl_with_update_x64_dvd_6052835.iso](https://drive.massgrave.dev/sv_windows_server_2012_r2_vl_with_update_x64_dvd_6052835.iso) |
|
||||||
| Turkish | x64 | [tr_windows_server_2012_r2_vl_with_update_x64_dvd_6052838.iso](https://drive.massgrave.dev/tr_windows_server_2012_r2_vl_with_update_x64_dvd_6052838.iso) |
|
| Turkish | x64 | [tr_windows_server_2012_r2_vl_with_update_x64_dvd_6052838.iso](https://drive.massgrave.dev/tr_windows_server_2012_r2_vl_with_update_x64_dvd_6052838.iso) |
|
||||||
| Chinese-Taiwan | x64 | [tw_windows_server_2012_r2_vl_with_update_x64_dvd_6052746.iso](https://drive.massgrave.dev/tw_windows_server_2012_r2_vl_with_update_x64_dvd_6052746.iso) |
|
| Chinese-Traditional | x64 | [tw_windows_server_2012_r2_vl_with_update_x64_dvd_6052746.iso](https://drive.massgrave.dev/tw_windows_server_2012_r2_vl_with_update_x64_dvd_6052746.iso) |
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -202,7 +229,7 @@ Updated February 2018 (Build - 14393.1884)
|
|||||||
| Russian | x64 | [ru_windows_server_2008_r2_with_sp1_vl_build_x64_dvd_617421.iso](https://drive.massgrave.dev/ru_windows_server_2008_r2_with_sp1_vl_build_x64_dvd_617421.iso) |
|
| Russian | x64 | [ru_windows_server_2008_r2_with_sp1_vl_build_x64_dvd_617421.iso](https://drive.massgrave.dev/ru_windows_server_2008_r2_with_sp1_vl_build_x64_dvd_617421.iso) |
|
||||||
| Swedish | x64 | [sv_windows_server_2008_r2_with_sp1_vl_build_x64_dvd_617400.iso](https://drive.massgrave.dev/sv_windows_server_2008_r2_with_sp1_vl_build_x64_dvd_617400.iso) |
|
| Swedish | x64 | [sv_windows_server_2008_r2_with_sp1_vl_build_x64_dvd_617400.iso](https://drive.massgrave.dev/sv_windows_server_2008_r2_with_sp1_vl_build_x64_dvd_617400.iso) |
|
||||||
| Turkish | x64 | [tr_windows_server_2008_r2_with_sp1_vl_build_x64_dvd_617416.iso](https://drive.massgrave.dev/tr_windows_server_2008_r2_with_sp1_vl_build_x64_dvd_617416.iso) |
|
| Turkish | x64 | [tr_windows_server_2008_r2_with_sp1_vl_build_x64_dvd_617416.iso](https://drive.massgrave.dev/tr_windows_server_2008_r2_with_sp1_vl_build_x64_dvd_617416.iso) |
|
||||||
| Chinese-Taiwan | x64 | [tw_windows_server_2008_r2_with_sp1_vl_build_x64_dvd_617405.iso](https://drive.massgrave.dev/tw_windows_server_2008_r2_with_sp1_vl_build_x64_dvd_617405.iso) |
|
| Chinese-Traditional | x64 | [tw_windows_server_2008_r2_with_sp1_vl_build_x64_dvd_617405.iso](https://drive.massgrave.dev/tw_windows_server_2008_r2_with_sp1_vl_build_x64_dvd_617405.iso) |
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -248,7 +275,7 @@ Updated February 2018 (Build - 14393.1884)
|
|||||||
| Swedish | x86 | [sv_windows_server_2008_with_sp2_x86_dvd_x15-41089.iso](https://drive.massgrave.dev/sv_windows_server_2008_with_sp2_x86_dvd_x15-41089.iso) |
|
| Swedish | x86 | [sv_windows_server_2008_with_sp2_x86_dvd_x15-41089.iso](https://drive.massgrave.dev/sv_windows_server_2008_with_sp2_x86_dvd_x15-41089.iso) |
|
||||||
| Turkish | x64 | [tr_windows_server_2008_with_sp2_x64_dvd_x15-41367.iso](https://drive.massgrave.dev/tr_windows_server_2008_with_sp2_x64_dvd_x15-41367.iso) |
|
| Turkish | x64 | [tr_windows_server_2008_with_sp2_x64_dvd_x15-41367.iso](https://drive.massgrave.dev/tr_windows_server_2008_with_sp2_x64_dvd_x15-41367.iso) |
|
||||||
| Turkish | x86 | [tr_windows_server_2008_with_sp2_x86_dvd_x15-41093.iso](https://drive.massgrave.dev/tr_windows_server_2008_with_sp2_x86_dvd_x15-41093.iso) |
|
| Turkish | x86 | [tr_windows_server_2008_with_sp2_x86_dvd_x15-41093.iso](https://drive.massgrave.dev/tr_windows_server_2008_with_sp2_x86_dvd_x15-41093.iso) |
|
||||||
| Chinese-Taiwan | x64 | [tw_windows_server_2008_with_sp2_x64_dvd_x15-41323.iso](https://drive.massgrave.dev/tw_windows_server_2008_with_sp2_x64_dvd_x15-41323.iso) |
|
| Chinese-Traditional | x64 | [tw_windows_server_2008_with_sp2_x64_dvd_x15-41323.iso](https://drive.massgrave.dev/tw_windows_server_2008_with_sp2_x64_dvd_x15-41323.iso) |
|
||||||
| Chinese-Taiwan | x86 | [tw_windows_server_2008_with_sp2_x86_dvd_x15-41049.iso](https://drive.massgrave.dev/tw_windows_server_2008_with_sp2_x86_dvd_x15-41049.iso) |
|
| Chinese-Traditional | x86 | [tw_windows_server_2008_with_sp2_x86_dvd_x15-41049.iso](https://drive.massgrave.dev/tw_windows_server_2008_with_sp2_x86_dvd_x15-41049.iso) |
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
122
docs/windows_vista__links.md
Normal file
122
docs/windows_vista__links.md
Normal file
@ -0,0 +1,122 @@
|
|||||||
|
# Windows Vista Download
|
||||||
|
|
||||||
|
All download links lead to genuine files only.
|
||||||
|
|
||||||
|
- [FAQ](genuine-installation-media.md#faq)
|
||||||
|
- Below listed ISO have these editions available to choose from when installing Windows.
|
||||||
|
Windows Vista Business
|
||||||
|
Windows Vista HomeBasic
|
||||||
|
Windows Vista HomePremium
|
||||||
|
Windows Vista Ultimate
|
||||||
|
Windows Vista HomeBasic N
|
||||||
|
Windows Vista Business N
|
||||||
|
Windows Vista Starter
|
||||||
|
Where N editions are available only in English language ISOs and Starter edition is available only in x86 version ISO.
|
||||||
|
- **Windows Vista can be permanently activated with TSforge option in MAS.**
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
## Download Links
|
||||||
|
|
||||||
|
import Tabs from '@theme/Tabs';
|
||||||
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
|
<Tabs>
|
||||||
|
|
||||||
|
<TabItem value="Windows Vista SP2" label="Windows Vista SP2" default>
|
||||||
|
|
||||||
|
**Windows Vista SP2**
|
||||||
|
|
||||||
|
(Build - 6002.18005)
|
||||||
|
|
||||||
|
| Language | Arch | Link |
|
||||||
|
|:----------------------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| Arabic | x64 | [ar_windows_vista_with_sp2_x64_dvd_x15-36318.iso](https://drive.massgrave.dev/ar_windows_vista_with_sp2_x64_dvd_x15-36318.iso) |
|
||||||
|
| Arabic | x86 | [ar_windows_vista_with_sp2_x86_dvd_x15-36282.iso](https://drive.massgrave.dev/ar_windows_vista_with_sp2_x86_dvd_x15-36282.iso) |
|
||||||
|
| Bulgarian | x64 | [bg_windows_vista_with_sp2_x64_dvd_x15-36321.iso](https://drive.massgrave.dev/bg_windows_vista_with_sp2_x64_dvd_x15-36321.iso) |
|
||||||
|
| Bulgarian | x86 | [bg_windows_vista_with_sp2_x86_dvd_x15-36284.iso](https://drive.massgrave.dev/bg_windows_vista_with_sp2_x86_dvd_x15-36284.iso) |
|
||||||
|
| Chinese-Simplified | x64 | [cn_windows_vista_with_sp2_x64_dvd_x15-36322.iso](https://drive.massgrave.dev/cn_windows_vista_with_sp2_x64_dvd_x15-36322.iso) |
|
||||||
|
| Chinese-Simplified | x86 | [cn_windows_vista_with_sp2_x86_dvd_x15-36285.iso](https://drive.massgrave.dev/cn_windows_vista_with_sp2_x86_dvd_x15-36285.iso) |
|
||||||
|
| Czech | x64 | [cs_windows_vista_with_sp2_x64_dvd_x15-36327.iso](https://drive.massgrave.dev/cs_windows_vista_with_sp2_x64_dvd_x15-36327.iso) |
|
||||||
|
| Czech | x86 | [cs_windows_vista_with_sp2_x86_dvd_x15-36289.iso](https://drive.massgrave.dev/cs_windows_vista_with_sp2_x86_dvd_x15-36289.iso) |
|
||||||
|
| Danish | x64 | [da_windows_vista_with_sp2_x64_dvd_x15-36329.iso](https://drive.massgrave.dev/da_windows_vista_with_sp2_x64_dvd_x15-36329.iso) |
|
||||||
|
| Danish | x86 | [da_windows_vista_with_sp2_x86_dvd_x15-36290.iso](https://drive.massgrave.dev/da_windows_vista_with_sp2_x86_dvd_x15-36290.iso) |
|
||||||
|
| German | x64 | [de_windows_vista_sp2_x64_dvd_342287.iso](https://drive.massgrave.dev/de_windows_vista_sp2_x64_dvd_342287.iso) |
|
||||||
|
| German | x86 | [de_windows_vista_sp2_x86_dvd_342286.iso](https://drive.massgrave.dev/de_windows_vista_sp2_x86_dvd_342286.iso) |
|
||||||
|
| Greek | x64 | [el_windows_vista_with_sp2_x64_dvd_x15-36343.iso](https://drive.massgrave.dev/el_windows_vista_with_sp2_x64_dvd_x15-36343.iso) |
|
||||||
|
| Greek | x86 | [el_windows_vista_with_sp2_x86_dvd_x15-36297.iso](https://drive.massgrave.dev/el_windows_vista_with_sp2_x86_dvd_x15-36297.iso) |
|
||||||
|
| English | x64 | [en_windows_vista_sp2_x64_dvd_342267.iso](https://drive.massgrave.dev/en_windows_vista_sp2_x64_dvd_342267.iso) |
|
||||||
|
| English | x86 | [en_windows_vista_with_sp2_x86_dvd_342266.iso](https://drive.massgrave.dev/en_windows_vista_with_sp2_x86_dvd_342266.iso) |
|
||||||
|
| Spanish | x64 | [es_windows_vista_sp2_x64_dvd_342309.iso](https://drive.massgrave.dev/es_windows_vista_sp2_x64_dvd_342309.iso) |
|
||||||
|
| Spanish | x86 | [es_windows_vista_sp2_x86_dvd_342308.iso](https://drive.massgrave.dev/es_windows_vista_sp2_x86_dvd_342308.iso) |
|
||||||
|
| Estonian | x64 | [et_windows_vista_with_sp2_x64_dvd_x15-36335.iso](https://drive.massgrave.dev/et_windows_vista_with_sp2_x64_dvd_x15-36335.iso) |
|
||||||
|
| Estonian | x86 | [et_windows_vista_with_sp2_x86_dvd_x15-36293.iso](https://drive.massgrave.dev/et_windows_vista_with_sp2_x86_dvd_x15-36293.iso) |
|
||||||
|
| Finnish | x64 | [fi_windows_vista_with_sp2_x64_dvd_x15-36337.iso](https://drive.massgrave.dev/fi_windows_vista_with_sp2_x64_dvd_x15-36337.iso) |
|
||||||
|
| Finnish | x86 | [fi_windows_vista_with_sp2_x86_dvd_x15-36294.iso](https://drive.massgrave.dev/fi_windows_vista_with_sp2_x86_dvd_x15-36294.iso) |
|
||||||
|
| French | x64 | [fr_windows_vista_sp2_x64_dvd_342277.iso](https://drive.massgrave.dev/fr_windows_vista_sp2_x64_dvd_342277.iso) |
|
||||||
|
| French | x86 | [fr_windows_vista_sp2_x86_dvd_342276.iso](https://drive.massgrave.dev/fr_windows_vista_sp2_x86_dvd_342276.iso) |
|
||||||
|
| Hebrew | x64 | [he_windows_vista_with_sp2_x64_dvd_x15-36344.iso](https://drive.massgrave.dev/he_windows_vista_with_sp2_x64_dvd_x15-36344.iso) |
|
||||||
|
| Hebrew | x86 | [he_windows_vista_with_sp2_x86_dvd_x15-36298.iso](https://drive.massgrave.dev/he_windows_vista_with_sp2_x86_dvd_x15-36298.iso) |
|
||||||
|
| Chinese-Hong Kong SAR | x64 | [hk_windows_vista_with_sp2_x64_dvd_x15-36324.iso](https://drive.massgrave.dev/hk_windows_vista_with_sp2_x64_dvd_x15-36324.iso) |
|
||||||
|
| Chinese-Hong Kong SAR | x86 | [hk_windows_vista_with_sp2_x86_dvd_x15-36287.iso](https://drive.massgrave.dev/hk_windows_vista_with_sp2_x86_dvd_x15-36287.iso) |
|
||||||
|
| Croatian | x64 | [hr_windows_vista_with_sp2_x64_dvd_x15-36325.iso](https://drive.massgrave.dev/hr_windows_vista_with_sp2_x64_dvd_x15-36325.iso) |
|
||||||
|
| Croatian | x86 | [hr_windows_vista_with_sp2_x86_dvd_x15-36288.iso](https://drive.massgrave.dev/hr_windows_vista_with_sp2_x86_dvd_x15-36288.iso) |
|
||||||
|
| Hungarian | x64 | [hu_windows_vista_with_sp2_x64_dvd_x15-36346.iso](https://drive.massgrave.dev/hu_windows_vista_with_sp2_x64_dvd_x15-36346.iso) |
|
||||||
|
| Hungarian | x86 | [hu_windows_vista_with_sp2_x86_dvd_x15-36299.iso](https://drive.massgrave.dev/hu_windows_vista_with_sp2_x86_dvd_x15-36299.iso) |
|
||||||
|
| Italian | x64 | [it_windows_vista_with_sp2_x64_dvd_x15-36348.iso](https://drive.massgrave.dev/it_windows_vista_with_sp2_x64_dvd_x15-36348.iso) |
|
||||||
|
| Italian | x86 | [it_windows_vista_with_sp2_x86_dvd_x15-36300.iso](https://drive.massgrave.dev/it_windows_vista_with_sp2_x86_dvd_x15-36300.iso) |
|
||||||
|
| Japanese | x64 | [ja_windows_vista_sp2_x64_dvd_342298.iso](https://drive.massgrave.dev/ja_windows_vista_sp2_x64_dvd_342298.iso) |
|
||||||
|
| Japanese | x86 | [ja_windows_vista_sp2_x86_dvd_342296.iso](https://drive.massgrave.dev/ja_windows_vista_sp2_x86_dvd_342296.iso) |
|
||||||
|
| Korean | x64 | [ko_windows_vista_k_with_sp2_x64_dvd_x15-36350.iso](https://drive.massgrave.dev/ko_windows_vista_k_with_sp2_x64_dvd_x15-36350.iso) |
|
||||||
|
| Korean | x86 | [ko_windows_vista_k_and_kn_with_sp2_x86_dvd_x15-36302.iso](https://drive.massgrave.dev/ko_windows_vista_k_and_kn_with_sp2_x86_dvd_x15-36302.iso) |
|
||||||
|
| Lithuanian | x64 | [lt_windows_vista_with_sp2_x64_dvd_x15-36355.iso](https://drive.massgrave.dev/lt_windows_vista_with_sp2_x64_dvd_x15-36355.iso) |
|
||||||
|
| Lithuanian | x86 | [lt_windows_vista_with_sp2_x86_dvd_x15-36304.iso](https://drive.massgrave.dev/lt_windows_vista_with_sp2_x86_dvd_x15-36304.iso) |
|
||||||
|
| Latvian | x64 | [lv_windows_vista_with_sp2_x64_dvd_x15-36353.iso](https://drive.massgrave.dev/lv_windows_vista_with_sp2_x64_dvd_x15-36353.iso) |
|
||||||
|
| Latvian | x86 | [lv_windows_vista_with_sp2_x86_dvd_x15-36303.iso](https://drive.massgrave.dev/lv_windows_vista_with_sp2_x86_dvd_x15-36303.iso) |
|
||||||
|
| Dutch | x64 | [nl_windows_vista_with_sp2_x64_dvd_x15-36331.iso](https://drive.massgrave.dev/nl_windows_vista_with_sp2_x64_dvd_x15-36331.iso) |
|
||||||
|
| Dutch | x86 | [nl_windows_vista_with_sp2_x86_dvd_x15-36291.iso](https://drive.massgrave.dev/nl_windows_vista_with_sp2_x86_dvd_x15-36291.iso) |
|
||||||
|
| Norwegian | x64 | [no_windows_vista_with_sp2_x64_dvd_x15-36357.iso](https://drive.massgrave.dev/no_windows_vista_with_sp2_x64_dvd_x15-36357.iso) |
|
||||||
|
| Norwegian | x86 | [no_windows_vista_with_sp2_x86_dvd_x15-36305.iso](https://drive.massgrave.dev/no_windows_vista_with_sp2_x86_dvd_x15-36305.iso) |
|
||||||
|
| Polish | x64 | [pl_windows_vista_with_sp2_x64_dvd_x15-36359.iso](https://drive.massgrave.dev/pl_windows_vista_with_sp2_x64_dvd_x15-36359.iso) |
|
||||||
|
| Polish | x86 | [pl_windows_vista_with_sp2_x86_dvd_x15-36306.iso](https://drive.massgrave.dev/pl_windows_vista_with_sp2_x86_dvd_x15-36306.iso) |
|
||||||
|
| Portuguese-Portugal | x64 | [pp_windows_vista_with_sp2_x64_dvd_x15-36361.iso](https://drive.massgrave.dev/pp_windows_vista_with_sp2_x64_dvd_x15-36361.iso) |
|
||||||
|
| Portuguese-Portugal | x86 | [pp_windows_vista_with_sp2_x86_dvd_x15-36307.iso](https://drive.massgrave.dev/pp_windows_vista_with_sp2_x86_dvd_x15-36307.iso) |
|
||||||
|
| Portuguese-Brazil | x64 | [pt_windows_vista_with_sp2_x64_dvd_x15-36319.iso](https://drive.massgrave.dev/pt_windows_vista_with_sp2_x64_dvd_x15-36319.iso) |
|
||||||
|
| Portuguese-Brazil | x86 | [pt_windows_vista_with_sp2_x86_dvd_x15-36283.iso](https://drive.massgrave.dev/pt_windows_vista_with_sp2_x86_dvd_x15-36283.iso) |
|
||||||
|
| Romanian | x64 | [ro_windows_vista_with_sp2_x64_dvd_x15-36363.iso](https://drive.massgrave.dev/ro_windows_vista_with_sp2_x64_dvd_x15-36363.iso) |
|
||||||
|
| Romanian | x86 | [ro_windows_vista_with_sp2_x86_dvd_x15-36308.iso](https://drive.massgrave.dev/ro_windows_vista_with_sp2_x86_dvd_x15-36308.iso) |
|
||||||
|
| Russian | x64 | [ru_windows_vista_with_sp2_x64_dvd_x15-36364.iso](https://drive.massgrave.dev/ru_windows_vista_with_sp2_x64_dvd_x15-36364.iso) |
|
||||||
|
| Russian | x86 | [ru_windows_vista_with_sp2_x86_dvd_x15-36309.iso](https://drive.massgrave.dev/ru_windows_vista_with_sp2_x86_dvd_x15-36309.iso) |
|
||||||
|
| Slovak | x64 | [sk_windows_vista_with_sp2_x64_dvd_x15-36367.iso](https://drive.massgrave.dev/sk_windows_vista_with_sp2_x64_dvd_x15-36367.iso) |
|
||||||
|
| Slovak | x86 | [sk_windows_vista_with_sp2_x86_dvd_x15-36311.iso](https://drive.massgrave.dev/sk_windows_vista_with_sp2_x86_dvd_x15-36311.iso) |
|
||||||
|
| Slovenian | x64 | [sl_windows_vista_with_sp2_x64_dvd_x15-36369.iso](https://drive.massgrave.dev/sl_windows_vista_with_sp2_x64_dvd_x15-36369.iso) |
|
||||||
|
| Slovenian | x86 | [sl_windows_vista_with_sp2_x86_dvd_x15-36312.iso](https://drive.massgrave.dev/sl_windows_vista_with_sp2_x86_dvd_x15-36312.iso) |
|
||||||
|
| Serbian | x64 | [sr_windows_vista_with_sp2_x64_dvd_x15-36365.iso](https://drive.massgrave.dev/sr_windows_vista_with_sp2_x64_dvd_x15-36365.iso) |
|
||||||
|
| Serbian | x86 | [sr_windows_vista_with_sp2_x86_dvd_x15-36310.iso](https://drive.massgrave.dev/sr_windows_vista_with_sp2_x86_dvd_x15-36310.iso) |
|
||||||
|
| Swedish | x64 | [sv_windows_vista_with_sp2_x64_dvd_x15-36373.iso](https://drive.massgrave.dev/sv_windows_vista_with_sp2_x64_dvd_x15-36373.iso) |
|
||||||
|
| Swedish | x86 | [sv_windows_vista_with_sp2_x86_dvd_x15-36314.iso](https://drive.massgrave.dev/sv_windows_vista_with_sp2_x86_dvd_x15-36314.iso) |
|
||||||
|
| Thai | x64 | [th_windows_vista_with_sp2_x64_dvd_x15-36374.iso](https://drive.massgrave.dev/th_windows_vista_with_sp2_x64_dvd_x15-36374.iso) |
|
||||||
|
| Thai | x86 | [th_windows_vista_with_sp2_x86_dvd_x15-36315.iso](https://drive.massgrave.dev/th_windows_vista_with_sp2_x86_dvd_x15-36315.iso) |
|
||||||
|
| Turkish | x64 | [tr_windows_vista_with_sp2_x64_dvd_x15-36375.iso](https://drive.massgrave.dev/tr_windows_vista_with_sp2_x64_dvd_x15-36375.iso) |
|
||||||
|
| Turkish | x86 | [tr_windows_vista_with_sp2_x86_dvd_x15-36316.iso](https://drive.massgrave.dev/tr_windows_vista_with_sp2_x86_dvd_x15-36316.iso) |
|
||||||
|
| Chinese-Traditional | x64 | [tw_windows_vista_with_sp2_x64_dvd_x15-36323.iso](https://drive.massgrave.dev/tw_windows_vista_with_sp2_x64_dvd_x15-36323.iso) |
|
||||||
|
| Chinese-Traditional | x86 | [tw_windows_vista_with_sp2_x86_dvd_x15-36286.iso](https://drive.massgrave.dev/tw_windows_vista_with_sp2_x86_dvd_x15-36286.iso) |
|
||||||
|
| Ukrainian | x64 | [uk_windows_vista_with_sp2_x64_dvd_x15-36376.iso](https://drive.massgrave.dev/uk_windows_vista_with_sp2_x64_dvd_x15-36376.iso) |
|
||||||
|
| Ukrainian | x86 | [uk_windows_vista_with_sp2_x86_dvd_x15-36317.iso](https://drive.massgrave.dev/uk_windows_vista_with_sp2_x86_dvd_x15-36317.iso) |
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
|
||||||
|
<TabItem value="Other Versions" label="Other Versions" default>
|
||||||
|
|
||||||
|
**Other Versions**
|
||||||
|
|
||||||
|
- https://os.click/
|
||||||
|
- https://files.rg-adguard.net/language/7639fac9-2977-69dd-e02e-d0609bc3435e
|
||||||
|
- [MVS Bot](https://discord.gg/FajfGaH3nD)
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
</Tabs>
|
@ -1,180 +0,0 @@
|
|||||||
# Windows Vista Download
|
|
||||||
|
|
||||||
All download links lead to genuine files only.
|
|
||||||
|
|
||||||
- [FAQ](genuine-installation-media.md#faq)
|
|
||||||
- Below listed ISO have these editions available to choose from when installing Windows.
|
|
||||||
Windows Vista Business
|
|
||||||
Windows Vista HomeBasic
|
|
||||||
Windows Vista HomePremium
|
|
||||||
Windows Vista Ultimate
|
|
||||||
Windows Vista HomeBasic N
|
|
||||||
Windows Vista Business N
|
|
||||||
Windows Vista Starter
|
|
||||||
Where N editions are available only in English language ISO's and Starter edition is available only in x86 version ISO.
|
|
||||||
- Business and Enterprise Editions can be activated with KMS-VL-ALL by qewlpal [Official thread](https://forums.mydigitallife.net/threads/kms-vl-all-online-offline-kms-activator-for-microsoft-products.63471/) - [Mirror](https://app.box.com/s/q0nyib6bfylosvbbm5x8ztg87vy0kl8a) (Use 7.2RC2 version from the mirror link)
|
|
||||||
Other editions can be activated with Windows Loader by Daz [Official thread](https://forums.mydigitallife.net/forums/windows-loader.39/) - [Mirror](https://app.box.com/s/bnchc6hten44adunlcpz9ya9j0uucfs2)
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
|
|
||||||
## Windows Vista SP2
|
|
||||||
|
|
||||||
(Build - 6002.18005)
|
|
||||||
|
|
||||||
| Language | Arch | Link |
|
|
||||||
|:----------------------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
||||||
| Arabic | x64 | [ar_windows_vista_with_sp2_x64_dvd_x15-36318.iso](https://drive.massgrave.dev/ar_windows_vista_with_sp2_x64_dvd_x15-36318.iso) |
|
|
||||||
| Arabic | x86 | [ar_windows_vista_with_sp2_x86_dvd_x15-36282.iso](https://drive.massgrave.dev/ar_windows_vista_with_sp2_x86_dvd_x15-36282.iso) |
|
|
||||||
| Bulgarian | x64 | [bg_windows_vista_with_sp2_x64_dvd_x15-36321.iso](https://drive.massgrave.dev/bg_windows_vista_with_sp2_x64_dvd_x15-36321.iso) |
|
|
||||||
| Bulgarian | x86 | [bg_windows_vista_with_sp2_x86_dvd_x15-36284.iso](https://drive.massgrave.dev/bg_windows_vista_with_sp2_x86_dvd_x15-36284.iso) |
|
|
||||||
| Chinese-Simplified | x64 | [cn_windows_vista_with_sp2_x64_dvd_x15-36322.iso](https://drive.massgrave.dev/cn_windows_vista_with_sp2_x64_dvd_x15-36322.iso) |
|
|
||||||
| Chinese-Simplified | x86 | [cn_windows_vista_with_sp2_x86_dvd_x15-36285.iso](https://drive.massgrave.dev/cn_windows_vista_with_sp2_x86_dvd_x15-36285.iso) |
|
|
||||||
| Czech | x64 | [cs_windows_vista_with_sp2_x64_dvd_x15-36327.iso](https://drive.massgrave.dev/cs_windows_vista_with_sp2_x64_dvd_x15-36327.iso) |
|
|
||||||
| Czech | x86 | [cs_windows_vista_with_sp2_x86_dvd_x15-36289.iso](https://drive.massgrave.dev/cs_windows_vista_with_sp2_x86_dvd_x15-36289.iso) |
|
|
||||||
| Danish | x64 | [da_windows_vista_with_sp2_x64_dvd_x15-36329.iso](https://drive.massgrave.dev/da_windows_vista_with_sp2_x64_dvd_x15-36329.iso) |
|
|
||||||
| Danish | x86 | [da_windows_vista_with_sp2_x86_dvd_x15-36290.iso](https://drive.massgrave.dev/da_windows_vista_with_sp2_x86_dvd_x15-36290.iso) |
|
|
||||||
| German | x64 | [de_windows_vista_sp2_x64_dvd_342287.iso](https://drive.massgrave.dev/de_windows_vista_sp2_x64_dvd_342287.iso) |
|
|
||||||
| German | x86 | [de_windows_vista_sp2_x86_dvd_342286.iso](https://drive.massgrave.dev/de_windows_vista_sp2_x86_dvd_342286.iso) |
|
|
||||||
| Greek | x64 | [el_windows_vista_with_sp2_x64_dvd_x15-36343.iso](https://drive.massgrave.dev/el_windows_vista_with_sp2_x64_dvd_x15-36343.iso) |
|
|
||||||
| Greek | x86 | [el_windows_vista_with_sp2_x86_dvd_x15-36297.iso](https://drive.massgrave.dev/el_windows_vista_with_sp2_x86_dvd_x15-36297.iso) |
|
|
||||||
| English | x64 | [en_windows_vista_sp2_x64_dvd_342267.iso](https://drive.massgrave.dev/en_windows_vista_sp2_x64_dvd_342267.iso) |
|
|
||||||
| English | x86 | [en_windows_vista_with_sp2_x86_dvd_342266.iso](https://drive.massgrave.dev/en_windows_vista_with_sp2_x86_dvd_342266.iso) |
|
|
||||||
| Spanish | x64 | [es_windows_vista_sp2_x64_dvd_342309.iso](https://drive.massgrave.dev/es_windows_vista_sp2_x64_dvd_342309.iso) |
|
|
||||||
| Spanish | x86 | [es_windows_vista_sp2_x86_dvd_342308.iso](https://drive.massgrave.dev/es_windows_vista_sp2_x86_dvd_342308.iso) |
|
|
||||||
| Estonian | x64 | [et_windows_vista_with_sp2_x64_dvd_x15-36335.iso](https://drive.massgrave.dev/et_windows_vista_with_sp2_x64_dvd_x15-36335.iso) |
|
|
||||||
| Estonian | x86 | [et_windows_vista_with_sp2_x86_dvd_x15-36293.iso](https://drive.massgrave.dev/et_windows_vista_with_sp2_x86_dvd_x15-36293.iso) |
|
|
||||||
| Finnish | x64 | [fi_windows_vista_with_sp2_x64_dvd_x15-36337.iso](https://drive.massgrave.dev/fi_windows_vista_with_sp2_x64_dvd_x15-36337.iso) |
|
|
||||||
| Finnish | x86 | [fi_windows_vista_with_sp2_x86_dvd_x15-36294.iso](https://drive.massgrave.dev/fi_windows_vista_with_sp2_x86_dvd_x15-36294.iso) |
|
|
||||||
| French | x64 | [fr_windows_vista_sp2_x64_dvd_342277.iso](https://drive.massgrave.dev/fr_windows_vista_sp2_x64_dvd_342277.iso) |
|
|
||||||
| French | x86 | [fr_windows_vista_sp2_x86_dvd_342276.iso](https://drive.massgrave.dev/fr_windows_vista_sp2_x86_dvd_342276.iso) |
|
|
||||||
| Hebrew | x64 | [he_windows_vista_with_sp2_x64_dvd_x15-36344.iso](https://drive.massgrave.dev/he_windows_vista_with_sp2_x64_dvd_x15-36344.iso) |
|
|
||||||
| Hebrew | x86 | [he_windows_vista_with_sp2_x86_dvd_x15-36298.iso](https://drive.massgrave.dev/he_windows_vista_with_sp2_x86_dvd_x15-36298.iso) |
|
|
||||||
| Chinese-Hong Kong SAR | x64 | [hk_windows_vista_with_sp2_x64_dvd_x15-36324.iso](https://drive.massgrave.dev/hk_windows_vista_with_sp2_x64_dvd_x15-36324.iso) |
|
|
||||||
| Chinese-Hong Kong SAR | x86 | [hk_windows_vista_with_sp2_x86_dvd_x15-36287.iso](https://drive.massgrave.dev/hk_windows_vista_with_sp2_x86_dvd_x15-36287.iso) |
|
|
||||||
| Croatian | x64 | [hr_windows_vista_with_sp2_x64_dvd_x15-36325.iso](https://drive.massgrave.dev/hr_windows_vista_with_sp2_x64_dvd_x15-36325.iso) |
|
|
||||||
| Croatian | x86 | [hr_windows_vista_with_sp2_x86_dvd_x15-36288.iso](https://drive.massgrave.dev/hr_windows_vista_with_sp2_x86_dvd_x15-36288.iso) |
|
|
||||||
| Hungarian | x64 | [hu_windows_vista_with_sp2_x64_dvd_x15-36346.iso](https://drive.massgrave.dev/hu_windows_vista_with_sp2_x64_dvd_x15-36346.iso) |
|
|
||||||
| Hungarian | x86 | [hu_windows_vista_with_sp2_x86_dvd_x15-36299.iso](https://drive.massgrave.dev/hu_windows_vista_with_sp2_x86_dvd_x15-36299.iso) |
|
|
||||||
| Italian | x64 | [it_windows_vista_with_sp2_x64_dvd_x15-36348.iso](https://drive.massgrave.dev/it_windows_vista_with_sp2_x64_dvd_x15-36348.iso) |
|
|
||||||
| Italian | x86 | [it_windows_vista_with_sp2_x86_dvd_x15-36300.iso](https://drive.massgrave.dev/it_windows_vista_with_sp2_x86_dvd_x15-36300.iso) |
|
|
||||||
| Japanese | x64 | [ja_windows_vista_sp2_x64_dvd_342298.iso](https://drive.massgrave.dev/ja_windows_vista_sp2_x64_dvd_342298.iso) |
|
|
||||||
| Japanese | x86 | [ja_windows_vista_sp2_x86_dvd_342296.iso](https://drive.massgrave.dev/ja_windows_vista_sp2_x86_dvd_342296.iso) |
|
|
||||||
| Korean | x64 | [ko_windows_vista_k_and_kn_with_sp2_x86_dvd_x15-36302.iso](https://drive.massgrave.dev/ko_windows_vista_k_and_kn_with_sp2_x86_dvd_x15-36302.iso) |
|
|
||||||
| Korean | x86 | [ko_windows_vista_k_with_sp2_x64_dvd_x15-36350.iso](https://drive.massgrave.dev/ko_windows_vista_k_with_sp2_x64_dvd_x15-36350.iso) |
|
|
||||||
| Lithuanian | x64 | [lt_windows_vista_with_sp2_x64_dvd_x15-36355.iso](https://drive.massgrave.dev/lt_windows_vista_with_sp2_x64_dvd_x15-36355.iso) |
|
|
||||||
| Lithuanian | x86 | [lt_windows_vista_with_sp2_x86_dvd_x15-36304.iso](https://drive.massgrave.dev/lt_windows_vista_with_sp2_x86_dvd_x15-36304.iso) |
|
|
||||||
| Latvian | x64 | [lv_windows_vista_with_sp2_x64_dvd_x15-36353.iso](https://drive.massgrave.dev/lv_windows_vista_with_sp2_x64_dvd_x15-36353.iso) |
|
|
||||||
| Latvian | x86 | [lv_windows_vista_with_sp2_x86_dvd_x15-36303.iso](https://drive.massgrave.dev/lv_windows_vista_with_sp2_x86_dvd_x15-36303.iso) |
|
|
||||||
| Dutch | x64 | [nl_windows_vista_with_sp2_x64_dvd_x15-36331.iso](https://drive.massgrave.dev/nl_windows_vista_with_sp2_x64_dvd_x15-36331.iso) |
|
|
||||||
| Dutch | x86 | [nl_windows_vista_with_sp2_x86_dvd_x15-36291.iso](https://drive.massgrave.dev/nl_windows_vista_with_sp2_x86_dvd_x15-36291.iso) |
|
|
||||||
| Norwegian | x64 | [no_windows_vista_with_sp2_x64_dvd_x15-36357.iso](https://drive.massgrave.dev/no_windows_vista_with_sp2_x64_dvd_x15-36357.iso) |
|
|
||||||
| Norwegian | x86 | [no_windows_vista_with_sp2_x86_dvd_x15-36305.iso](https://drive.massgrave.dev/no_windows_vista_with_sp2_x86_dvd_x15-36305.iso) |
|
|
||||||
| Polish | x64 | [pl_windows_vista_with_sp2_x64_dvd_x15-36359.iso](https://drive.massgrave.dev/pl_windows_vista_with_sp2_x64_dvd_x15-36359.iso) |
|
|
||||||
| Polish | x86 | [pl_windows_vista_with_sp2_x86_dvd_x15-36306.iso](https://drive.massgrave.dev/pl_windows_vista_with_sp2_x86_dvd_x15-36306.iso) |
|
|
||||||
| Portuguese-Portugal | x64 | [pp_windows_vista_with_sp2_x64_dvd_x15-36361.iso](https://drive.massgrave.dev/pp_windows_vista_with_sp2_x64_dvd_x15-36361.iso) |
|
|
||||||
| Portuguese-Portugal | x86 | [pp_windows_vista_with_sp2_x86_dvd_x15-36307.iso](https://drive.massgrave.dev/pp_windows_vista_with_sp2_x86_dvd_x15-36307.iso) |
|
|
||||||
| Portuguese-Brazil | x64 | [pt_windows_vista_with_sp2_x64_dvd_x15-36319.iso](https://drive.massgrave.dev/pt_windows_vista_with_sp2_x64_dvd_x15-36319.iso) |
|
|
||||||
| Portuguese-Brazil | x86 | [pt_windows_vista_with_sp2_x86_dvd_x15-36283.iso](https://drive.massgrave.dev/pt_windows_vista_with_sp2_x86_dvd_x15-36283.iso) |
|
|
||||||
| Romanian | x64 | [ro_windows_vista_with_sp2_x64_dvd_x15-36363.iso](https://drive.massgrave.dev/ro_windows_vista_with_sp2_x64_dvd_x15-36363.iso) |
|
|
||||||
| Romanian | x86 | [ro_windows_vista_with_sp2_x86_dvd_x15-36308.iso](https://drive.massgrave.dev/ro_windows_vista_with_sp2_x86_dvd_x15-36308.iso) |
|
|
||||||
| Russian | x64 | [ru_windows_vista_with_sp2_x64_dvd_x15-36364.iso](https://drive.massgrave.dev/ru_windows_vista_with_sp2_x64_dvd_x15-36364.iso) |
|
|
||||||
| Russian | x86 | [ru_windows_vista_with_sp2_x86_dvd_x15-36309.iso](https://drive.massgrave.dev/ru_windows_vista_with_sp2_x86_dvd_x15-36309.iso) |
|
|
||||||
| Slovak | x64 | [sk_windows_vista_with_sp2_x64_dvd_x15-36367.iso](https://drive.massgrave.dev/sk_windows_vista_with_sp2_x64_dvd_x15-36367.iso) |
|
|
||||||
| Slovak | x86 | [sk_windows_vista_with_sp2_x86_dvd_x15-36311.iso](https://drive.massgrave.dev/sk_windows_vista_with_sp2_x86_dvd_x15-36311.iso) |
|
|
||||||
| Slovenian | x64 | [sl_windows_vista_with_sp2_x64_dvd_x15-36369.iso](https://drive.massgrave.dev/sl_windows_vista_with_sp2_x64_dvd_x15-36369.iso) |
|
|
||||||
| Slovenian | x86 | [sl_windows_vista_with_sp2_x86_dvd_x15-36312.iso](https://drive.massgrave.dev/sl_windows_vista_with_sp2_x86_dvd_x15-36312.iso) |
|
|
||||||
| Serbian | x64 | [sr_windows_vista_with_sp2_x64_dvd_x15-36365.iso](https://drive.massgrave.dev/sr_windows_vista_with_sp2_x64_dvd_x15-36365.iso) |
|
|
||||||
| Serbian | x86 | [sr_windows_vista_with_sp2_x86_dvd_x15-36310.iso](https://drive.massgrave.dev/sr_windows_vista_with_sp2_x86_dvd_x15-36310.iso) |
|
|
||||||
| Swedish | x64 | [sv_windows_vista_with_sp2_x64_dvd_x15-36373.iso](https://drive.massgrave.dev/sv_windows_vista_with_sp2_x64_dvd_x15-36373.iso) |
|
|
||||||
| Swedish | x86 | [sv_windows_vista_with_sp2_x86_dvd_x15-36314.iso](https://drive.massgrave.dev/sv_windows_vista_with_sp2_x86_dvd_x15-36314.iso) |
|
|
||||||
| Thai | x64 | [th_windows_vista_with_sp2_x64_dvd_x15-36374.iso](https://drive.massgrave.dev/th_windows_vista_with_sp2_x64_dvd_x15-36374.iso) |
|
|
||||||
| Thai | x86 | [th_windows_vista_with_sp2_x86_dvd_x15-36315.iso](https://drive.massgrave.dev/th_windows_vista_with_sp2_x86_dvd_x15-36315.iso) |
|
|
||||||
| Turkish | x64 | [tr_windows_vista_with_sp2_x64_dvd_x15-36375.iso](https://drive.massgrave.dev/tr_windows_vista_with_sp2_x64_dvd_x15-36375.iso) |
|
|
||||||
| Turkish | x86 | [tr_windows_vista_with_sp2_x86_dvd_x15-36316.iso](https://drive.massgrave.dev/tr_windows_vista_with_sp2_x86_dvd_x15-36316.iso) |
|
|
||||||
| Chinese-Taiwan | x64 | [tw_windows_vista_with_sp2_x64_dvd_x15-36323.iso](https://drive.massgrave.dev/tw_windows_vista_with_sp2_x64_dvd_x15-36323.iso) |
|
|
||||||
| Chinese-Taiwan | x86 | [tw_windows_vista_with_sp2_x86_dvd_x15-36286.iso](https://drive.massgrave.dev/tw_windows_vista_with_sp2_x86_dvd_x15-36286.iso) |
|
|
||||||
| Ukrainian | x64 | [uk_windows_vista_with_sp2_x64_dvd_x15-36376.iso](https://drive.massgrave.dev/uk_windows_vista_with_sp2_x64_dvd_x15-36376.iso) |
|
|
||||||
| Ukrainian | x86 | [uk_windows_vista_with_sp2_x86_dvd_x15-36317.iso](https://drive.massgrave.dev/uk_windows_vista_with_sp2_x86_dvd_x15-36317.iso) |
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
|
|
||||||
## Windows Vista Enterprise SP2
|
|
||||||
|
|
||||||
(Build - 6002.18005)
|
|
||||||
|
|
||||||
| Language | Arch | Link |
|
|
||||||
|:----------------------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
||||||
| Arabic | x64 | [ar_windows_vista_enterprise_with_sp2_x64_dvd_x15-40408.iso](https://drive.massgrave.dev/ar_windows_vista_enterprise_with_sp2_x64_dvd_x15-40408.iso) |
|
|
||||||
| Arabic | x86 | [ar_windows_vista_enterprise_with_sp2_x86_dvd_x15-40263.iso](https://drive.massgrave.dev/ar_windows_vista_enterprise_with_sp2_x86_dvd_x15-40263.iso) |
|
|
||||||
| Bulgarian | x64 | [bg_windows_vista_enterprise_with_sp2_x64_dvd_x15-40410.iso](https://drive.massgrave.dev/bg_windows_vista_enterprise_with_sp2_x64_dvd_x15-40410.iso) |
|
|
||||||
| Bulgarian | x86 | [bg_windows_vista_enterprise_with_sp2_x86_dvd_x15-40265.iso](https://drive.massgrave.dev/bg_windows_vista_enterprise_with_sp2_x86_dvd_x15-40265.iso) |
|
|
||||||
| Chinese-Simplified | x64 | [cn_windows_vista_enterprise_with_sp2_x64_dvd_x15-40402.iso](https://drive.massgrave.dev/cn_windows_vista_enterprise_with_sp2_x64_dvd_x15-40402.iso) |
|
|
||||||
| Chinese-Simplified | x86 | [cn_windows_vista_enterprise_with_sp2_x86_dvd_x15-40257.iso](https://drive.massgrave.dev/cn_windows_vista_enterprise_with_sp2_x86_dvd_x15-40257.iso) |
|
|
||||||
| Czech | x64 | [cs_windows_vista_enterprise_with_sp2_x64_dvd_x15-40412.iso](https://drive.massgrave.dev/cs_windows_vista_enterprise_with_sp2_x64_dvd_x15-40412.iso) |
|
|
||||||
| Czech | x86 | [cs_windows_vista_enterprise_with_sp2_x86_dvd_x15-40267.iso](https://drive.massgrave.dev/cs_windows_vista_enterprise_with_sp2_x86_dvd_x15-40267.iso) |
|
|
||||||
| Danish | x64 | [da_windows_vista_enterprise_with_sp2_x64_dvd_x15-40416.iso](https://drive.massgrave.dev/da_windows_vista_enterprise_with_sp2_x64_dvd_x15-40416.iso) |
|
|
||||||
| Danish | x86 | [da_windows_vista_enterprise_with_sp2_x86_dvd_x15-40271.iso](https://drive.massgrave.dev/da_windows_vista_enterprise_with_sp2_x86_dvd_x15-40271.iso) |
|
|
||||||
| German | x64 | [de_windows_vista_enterprise_sp2_x64_dvd_342376.iso](https://drive.massgrave.dev/de_windows_vista_enterprise_sp2_x64_dvd_342376.iso) |
|
|
||||||
| German | x86 | [de_windows_vista_enterprise_sp2_x86_dvd_342373.iso](https://drive.massgrave.dev/de_windows_vista_enterprise_sp2_x86_dvd_342373.iso) |
|
|
||||||
| Greek | x64 | [el_windows_vista_enterprise_with_sp2_x64_dvd_x15-40423.iso](https://drive.massgrave.dev/el_windows_vista_enterprise_with_sp2_x64_dvd_x15-40423.iso) |
|
|
||||||
| Greek | x86 | [el_windows_vista_enterprise_with_sp2_x86_dvd_x15-40277.iso](https://drive.massgrave.dev/el_windows_vista_enterprise_with_sp2_x86_dvd_x15-40277.iso) |
|
|
||||||
| English | x64 | [en_windows_vista_enterprise_sp2_x64_dvd_342332.iso](https://drive.massgrave.dev/en_windows_vista_enterprise_sp2_x64_dvd_342332.iso) |
|
|
||||||
| English | x86 | [en_windows_vista_enterprise_sp2_x86_dvd_342329.iso](https://drive.massgrave.dev/en_windows_vista_enterprise_sp2_x86_dvd_342329.iso) |
|
|
||||||
| Spanish | x64 | [es_windows_vista_enterprise_sp2_x64_dvd_342415.iso](https://drive.massgrave.dev/es_windows_vista_enterprise_sp2_x64_dvd_342415.iso) |
|
|
||||||
| Spanish | x86 | [es_windows_vista_enterprise_sp2_x86_dvd_342413.iso](https://drive.massgrave.dev/es_windows_vista_enterprise_sp2_x86_dvd_342413.iso) |
|
|
||||||
| Estonian | x64 | [et_windows_vista_enterprise_with_sp2_x64_dvd_x15-40437.iso](https://drive.massgrave.dev/et_windows_vista_enterprise_with_sp2_x64_dvd_x15-40437.iso) |
|
|
||||||
| Estonian | x86 | [et_windows_vista_enterprise_with_sp2_x86_dvd_x15-40291.iso](https://drive.massgrave.dev/et_windows_vista_enterprise_with_sp2_x86_dvd_x15-40291.iso) |
|
|
||||||
| Finnish | x64 | [fi_windows_vista_enterprise_with_sp2_x64_dvd_x15-40451.iso](https://drive.massgrave.dev/fi_windows_vista_enterprise_with_sp2_x64_dvd_x15-40451.iso) |
|
|
||||||
| Finnish | x86 | [fi_windows_vista_enterprise_with_sp2_x86_dvd_x15-40305.iso](https://drive.massgrave.dev/fi_windows_vista_enterprise_with_sp2_x86_dvd_x15-40305.iso) |
|
|
||||||
| French | x64 | [fr_windows_vista_enterprise_sp2_x64_dvd_342355.iso](https://drive.massgrave.dev/fr_windows_vista_enterprise_sp2_x64_dvd_342355.iso) |
|
|
||||||
| French | x86 | [fr_windows_vista_enterprise_sp2_x86_dvd_342352.iso](https://drive.massgrave.dev/fr_windows_vista_enterprise_sp2_x86_dvd_342352.iso) |
|
|
||||||
| Hebrew | x64 | [he_windows_vista_enterprise_with_sp2_x64_dvd_x15-40425.iso](https://drive.massgrave.dev/he_windows_vista_enterprise_with_sp2_x64_dvd_x15-40425.iso) |
|
|
||||||
| Hebrew | x86 | [he_windows_vista_enterprise_with_sp2_x86_dvd_x15-40279.iso](https://drive.massgrave.dev/he_windows_vista_enterprise_with_sp2_x86_dvd_x15-40279.iso) |
|
|
||||||
| Chinese-Hong Kong SAR | x64 | [hk_windows_vista_enterprise_with_sp2_x64_dvd_x15-40463.iso](https://drive.massgrave.dev/hk_windows_vista_enterprise_with_sp2_x64_dvd_x15-40463.iso) |
|
|
||||||
| Chinese-Hong Kong SAR | x86 | [hk_windows_vista_enterprise_with_sp2_x86_dvd_x15-40317.iso](https://drive.massgrave.dev/hk_windows_vista_enterprise_with_sp2_x86_dvd_x15-40317.iso) |
|
|
||||||
| Croatian | x64 | [hr_windows_vista_enterprise_with_sp2_x64_dvd_x15-40396.iso](https://drive.massgrave.dev/hr_windows_vista_enterprise_with_sp2_x64_dvd_x15-40396.iso) |
|
|
||||||
| Croatian | x86 | [hr_windows_vista_enterprise_with_sp2_x86_dvd_x15-40251.iso](https://drive.massgrave.dev/hr_windows_vista_enterprise_with_sp2_x86_dvd_x15-40251.iso) |
|
|
||||||
| Hungarian | x64 | [hu_windows_vista_enterprise_with_sp2_x64_dvd_x15-40427.iso](https://drive.massgrave.dev/hu_windows_vista_enterprise_with_sp2_x64_dvd_x15-40427.iso) |
|
|
||||||
| Hungarian | x86 | [hu_windows_vista_enterprise_with_sp2_x86_dvd_x15-40281.iso](https://drive.massgrave.dev/hu_windows_vista_enterprise_with_sp2_x86_dvd_x15-40281.iso) |
|
|
||||||
| Italian | x64 | [it_windows_vista_enterprise_with_sp2_x64_dvd_x15-40429.iso](https://drive.massgrave.dev/it_windows_vista_enterprise_with_sp2_x64_dvd_x15-40429.iso) |
|
|
||||||
| Italian | x86 | [it_windows_vista_enterprise_with_sp2_x86_dvd_x15-40283.iso](https://drive.massgrave.dev/it_windows_vista_enterprise_with_sp2_x86_dvd_x15-40283.iso) |
|
|
||||||
| Japanese | x64 | [ja_windows_vista_enterprise_sp2_x64_dvd_342393.iso](https://drive.massgrave.dev/ja_windows_vista_enterprise_sp2_x64_dvd_342393.iso) |
|
|
||||||
| Japanese | x86 | [ja_windows_vista_enterprise_sp2_x86_dvd_342391.iso](https://drive.massgrave.dev/ja_windows_vista_enterprise_sp2_x86_dvd_342391.iso) |
|
|
||||||
| Korean | x64 | [ko_windows_vista_enterprise_k_with_sp2_x64_dvd_x15-40433.iso](https://drive.massgrave.dev/ko_windows_vista_enterprise_k_with_sp2_x64_dvd_x15-40433.iso) |
|
|
||||||
| Korean | x86 | [ko_windows_vista_enterprise_k_with_sp2_x86_dvd_x15-40287.iso](https://drive.massgrave.dev/ko_windows_vista_enterprise_k_with_sp2_x86_dvd_x15-40287.iso) |
|
|
||||||
| Lithuanian | x64 | [lt_windows_vista_enterprise_with_sp2_x64_dvd_x15-40394.iso](https://drive.massgrave.dev/lt_windows_vista_enterprise_with_sp2_x64_dvd_x15-40394.iso) |
|
|
||||||
| Lithuanian | x86 | [lt_windows_vista_enterprise_with_sp2_x86_dvd_x15-40249.iso](https://drive.massgrave.dev/lt_windows_vista_enterprise_with_sp2_x86_dvd_x15-40249.iso) |
|
|
||||||
| Latvian | x64 | [lv_windows_vista_enterprise_with_sp2_x64_dvd_x15-40392.iso](https://drive.massgrave.dev/lv_windows_vista_enterprise_with_sp2_x64_dvd_x15-40392.iso) |
|
|
||||||
| Latvian | x86 | [lv_windows_vista_enterprise_with_sp2_x86_dvd_x15-40247.iso](https://drive.massgrave.dev/lv_windows_vista_enterprise_with_sp2_x86_dvd_x15-40247.iso) |
|
|
||||||
| Dutch | x64 | [nl_windows_vista_enterprise_with_sp2_x64_dvd_x15-40441.iso](https://drive.massgrave.dev/nl_windows_vista_enterprise_with_sp2_x64_dvd_x15-40441.iso) |
|
|
||||||
| Dutch | x86 | [nl_windows_vista_enterprise_with_sp2_x86_dvd_x15-40295.iso](https://drive.massgrave.dev/nl_windows_vista_enterprise_with_sp2_x86_dvd_x15-40295.iso) |
|
|
||||||
| Norwegian | x64 | [no_windows_vista_enterprise_with_sp2_x64_dvd_x15-40439.iso](https://drive.massgrave.dev/no_windows_vista_enterprise_with_sp2_x64_dvd_x15-40439.iso) |
|
|
||||||
| Norwegian | x86 | [no_windows_vista_enterprise_with_sp2_x86_dvd_x15-40293.iso](https://drive.massgrave.dev/no_windows_vista_enterprise_with_sp2_x86_dvd_x15-40293.iso) |
|
|
||||||
| Polish | x64 | [pl_windows_vista_enterprise_with_sp2_x64_dvd_x15-40445.iso](https://drive.massgrave.dev/pl_windows_vista_enterprise_with_sp2_x64_dvd_x15-40445.iso) |
|
|
||||||
| Polish | x86 | [pl_windows_vista_enterprise_with_sp2_x86_dvd_x15-40299.iso](https://drive.massgrave.dev/pl_windows_vista_enterprise_with_sp2_x86_dvd_x15-40299.iso) |
|
|
||||||
| Portuguese-Portugal | x64 | [pp_windows_vista_enterprise_with_sp2_x64_dvd_x15-40443.iso](https://drive.massgrave.dev/pp_windows_vista_enterprise_with_sp2_x64_dvd_x15-40443.iso) |
|
|
||||||
| Portuguese-Portugal | x86 | [pp_windows_vista_enterprise_with_sp2_x86_dvd_x15-40297.iso](https://drive.massgrave.dev/pp_windows_vista_enterprise_with_sp2_x86_dvd_x15-40297.iso) |
|
|
||||||
| Portuguese-Brazil | x64 | [pt_windows_vista_enterprise_with_sp2_x64_dvd_x15-40400.iso](https://drive.massgrave.dev/pt_windows_vista_enterprise_with_sp2_x64_dvd_x15-40400.iso) |
|
|
||||||
| Portuguese-Brazil | x86 | [pt_windows_vista_enterprise_with_sp2_x86_dvd_x15-40255.iso](https://drive.massgrave.dev/pt_windows_vista_enterprise_with_sp2_x86_dvd_x15-40255.iso) |
|
|
||||||
| Romanian | x64 | [ro_windows_vista_enterprise_with_sp2_x64_dvd_x15-40447.iso](https://drive.massgrave.dev/ro_windows_vista_enterprise_with_sp2_x64_dvd_x15-40447.iso) |
|
|
||||||
| Romanian | x86 | [ro_windows_vista_enterprise_with_sp2_x86_dvd_x15-40301.iso](https://drive.massgrave.dev/ro_windows_vista_enterprise_with_sp2_x86_dvd_x15-40301.iso) |
|
|
||||||
| Russian | x64 | [ru_windows_vista_enterprise_with_sp2_x64_dvd_x15-40455.iso](https://drive.massgrave.dev/ru_windows_vista_enterprise_with_sp2_x64_dvd_x15-40455.iso) |
|
|
||||||
| Russian | x86 | [ru_windows_vista_enterprise_with_sp2_x86_dvd_x15-40309.iso](https://drive.massgrave.dev/ru_windows_vista_enterprise_with_sp2_x86_dvd_x15-40309.iso) |
|
|
||||||
| Slovak | x64 | [sk_windows_vista_enterprise_with_sp2_x64_dvd_x15-40453.iso](https://drive.massgrave.dev/sk_windows_vista_enterprise_with_sp2_x64_dvd_x15-40453.iso) |
|
|
||||||
| Slovak | x86 | [sk_windows_vista_enterprise_with_sp2_x86_dvd_x15-40307.iso](https://drive.massgrave.dev/sk_windows_vista_enterprise_with_sp2_x86_dvd_x15-40307.iso) |
|
|
||||||
| Slovenian | x64 | [sl_windows_vista_enterprise_with_sp2_x64_dvd_x15-40435.iso](https://drive.massgrave.dev/sl_windows_vista_enterprise_with_sp2_x64_dvd_x15-40435.iso) |
|
|
||||||
| Slovenian | x86 | [sl_windows_vista_enterprise_with_sp2_x86_dvd_x15-40289.iso](https://drive.massgrave.dev/sl_windows_vista_enterprise_with_sp2_x86_dvd_x15-40289.iso) |
|
|
||||||
| Serbian | x64 | [sr_windows_vista_enterprise_with_sp2_x64_dvd_x15-40406.iso](https://drive.massgrave.dev/sr_windows_vista_enterprise_with_sp2_x64_dvd_x15-40406.iso) |
|
|
||||||
| Serbian | x86 | [sr_windows_vista_enterprise_with_sp2_x86_dvd_x15-40261.iso](https://drive.massgrave.dev/sr_windows_vista_enterprise_with_sp2_x86_dvd_x15-40261.iso) |
|
|
||||||
| Swedish | x64 | [sv_windows_vista_enterprise_with_sp2_x64_dvd_x15-40449.iso](https://drive.massgrave.dev/sv_windows_vista_enterprise_with_sp2_x64_dvd_x15-40449.iso) |
|
|
||||||
| Swedish | x86 | [sv_windows_vista_enterprise_with_sp2_x86_dvd_x15-40303.iso](https://drive.massgrave.dev/sv_windows_vista_enterprise_with_sp2_x86_dvd_x15-40303.iso) |
|
|
||||||
| Thai | x64 | [th_windows_vista_enterprise_with_sp2_x64_dvd_x15-40457.iso](https://drive.massgrave.dev/th_windows_vista_enterprise_with_sp2_x64_dvd_x15-40457.iso) |
|
|
||||||
| Thai | x86 | [th_windows_vista_enterprise_with_sp2_x86_dvd_x15-40311.iso](https://drive.massgrave.dev/th_windows_vista_enterprise_with_sp2_x86_dvd_x15-40311.iso) |
|
|
||||||
| Turkish | x64 | [tr_windows_vista_enterprise_with_sp2_x64_dvd_x15-40459.iso](https://drive.massgrave.dev/tr_windows_vista_enterprise_with_sp2_x64_dvd_x15-40459.iso) |
|
|
||||||
| Turkish | x86 | [tr_windows_vista_enterprise_with_sp2_x86_dvd_x15-40313.iso](https://drive.massgrave.dev/tr_windows_vista_enterprise_with_sp2_x86_dvd_x15-40313.iso) |
|
|
||||||
| Chinese-Taiwan | x64 | [tw_windows_vista_enterprise_with_sp2_x64_dvd_x15-40461.iso](https://drive.massgrave.dev/tw_windows_vista_enterprise_with_sp2_x64_dvd_x15-40461.iso) |
|
|
||||||
| Chinese-Taiwan | x86 | [tw_windows_vista_enterprise_with_sp2_x86_dvd_x15-40315.iso](https://drive.massgrave.dev/tw_windows_vista_enterprise_with_sp2_x86_dvd_x15-40315.iso) |
|
|
||||||
| Ukrainian | x64 | [uk_windows_vista_enterprise_with_sp2_x64_dvd_x15-40398.iso](https://drive.massgrave.dev/uk_windows_vista_enterprise_with_sp2_x64_dvd_x15-40398.iso) |
|
|
||||||
| Ukrainian | x86 | [uk_windows_vista_enterprise_with_sp2_x86_dvd_x15-40253.iso](https://drive.massgrave.dev/uk_windows_vista_enterprise_with_sp2_x86_dvd_x15-40253.iso) |
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
@ -3,9 +3,9 @@
|
|||||||
All download links lead to genuine files only.
|
All download links lead to genuine files only.
|
||||||
|
|
||||||
- [FAQ](genuine-installation-media.md#faq)
|
- [FAQ](genuine-installation-media.md#faq)
|
||||||
- For x86, SP3 and for x64, SP2 are the last released ISO's available. x64 SP2 version was released in English language only.
|
- For x86, SP3 and for x64, SP2 are the last released ISOs available. x64 SP2 version was released in English language only.
|
||||||
- x86 VL ISO's can be activated with the key `XCYBK-2B3KV-G8T8F-WXJM7-WCTYT`
|
- x86 VL ISOs can be activated with the key `XCYBK-2B3KV-G8T8F-WXJM7-WCTYT`
|
||||||
- x64 VL ISO's can be activated with the key `VCFQD-V9FX9-46WVH-K3CD4-4J3JM`
|
- x64 VL ISOs can be activated with the key `VCFQD-V9FX9-46WVH-K3CD4-4J3JM`
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -140,6 +140,10 @@ const config = {
|
|||||||
label: 'Our Non-Piracy Site',
|
label: 'Our Non-Piracy Site',
|
||||||
to: '/our_non-piracy_site',
|
to: '/our_non-piracy_site',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Contribute',
|
||||||
|
to: '/contribute',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{ to: '/blog', label: 'Blog', position: 'right' },
|
{ to: '/blog', label: 'Blog', position: 'right' },
|
||||||
|
35405
package-lock.json
generated
35405
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
90
package.json
90
package.json
@ -1,45 +1,45 @@
|
|||||||
{
|
{
|
||||||
"name": "mas-docs",
|
"name": "mas-docs",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"docusaurus": "docusaurus",
|
"docusaurus": "docusaurus",
|
||||||
"start": "docusaurus start",
|
"start": "docusaurus start",
|
||||||
"build": "docusaurus build",
|
"build": "docusaurus build",
|
||||||
"swizzle": "docusaurus swizzle",
|
"swizzle": "docusaurus swizzle",
|
||||||
"deploy": "docusaurus deploy",
|
"deploy": "docusaurus deploy",
|
||||||
"clear": "docusaurus clear",
|
"clear": "docusaurus clear",
|
||||||
"serve": "docusaurus serve",
|
"serve": "docusaurus serve",
|
||||||
"write-translations": "docusaurus write-translations",
|
"write-translations": "docusaurus write-translations",
|
||||||
"write-heading-ids": "docusaurus write-heading-ids"
|
"write-heading-ids": "docusaurus write-heading-ids"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docusaurus/core": "^3.7.0",
|
"@docusaurus/core": "^3.8.0",
|
||||||
"@docusaurus/preset-classic": "^3.7.0",
|
"@docusaurus/preset-classic": "^3.8.0",
|
||||||
"@mdx-js/react": "^3.0.0",
|
"@mdx-js/react": "^3.0.0",
|
||||||
"clsx": "^2.0.0",
|
"clsx": "^2.0.0",
|
||||||
"prism-react-renderer": "^2.3.0",
|
"prism-react-renderer": "^2.3.0",
|
||||||
"react": "^18.0.0",
|
"react": "^18.0.0",
|
||||||
"react-dom": "^18.0.0",
|
"react-dom": "^18.0.0",
|
||||||
"react-player": "^2.16.0"
|
"react-player": "^2.16.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@docusaurus/module-type-aliases": "file:latest@docusaurus/types@latest",
|
"@docusaurus/module-type-aliases": "file:latest@docusaurus/types@latest",
|
||||||
"@docusaurus/types": "^3.3.2"
|
"@docusaurus/types": "^3.3.2"
|
||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
"production": [
|
"production": [
|
||||||
">0.5%",
|
">0.5%",
|
||||||
"not dead",
|
"not dead",
|
||||||
"not op_mini all"
|
"not op_mini all"
|
||||||
],
|
],
|
||||||
"development": [
|
"development": [
|
||||||
"last 3 chrome version",
|
"last 3 chrome version",
|
||||||
"last 3 firefox version",
|
"last 3 firefox version",
|
||||||
"last 5 safari version"
|
"last 5 safari version"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.0"
|
"node": ">=18.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -34,10 +34,11 @@ const sidebars = {
|
|||||||
items: ['manual_hwid_activation', 'manual_ohook_activation', 'manual_kms38_activation']
|
items: ['manual_hwid_activation', 'manual_ohook_activation', 'manual_kms38_activation']
|
||||||
},
|
},
|
||||||
'guide_links',
|
'guide_links',
|
||||||
|
'unsupported_products_activation',
|
||||||
'news',
|
'news',
|
||||||
'changelog',
|
'changelog',
|
||||||
'unsupported_products_activation',
|
|
||||||
'our_non-piracy_site',
|
'our_non-piracy_site',
|
||||||
|
'contribute',
|
||||||
'credits',
|
'credits',
|
||||||
'contactus',
|
'contactus',
|
||||||
],
|
],
|
||||||
|
@ -33,9 +33,9 @@ function CheckFile {
|
|||||||
|
|
||||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
||||||
$URLs = @(
|
$URLs = @(
|
||||||
'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/313f240448953cd5fe3c5631f4e4de502f23fc9a/MAS/All-In-One-Version-KL/MAS_AIO.cmd',
|
'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/67abcd0c8925832fcf4365b9cf3706ab6fbf8571/MAS/All-In-One-Version-KL/MAS_AIO.cmd',
|
||||||
'https://dev.azure.com/massgrave/Microsoft-Activation-Scripts/_apis/git/repositories/Microsoft-Activation-Scripts/items?path=/MAS/All-In-One-Version-KL/MAS_AIO.cmd&versionType=Commit&version=313f240448953cd5fe3c5631f4e4de502f23fc9a',
|
'https://dev.azure.com/massgrave/Microsoft-Activation-Scripts/_apis/git/repositories/Microsoft-Activation-Scripts/items?path=/MAS/All-In-One-Version-KL/MAS_AIO.cmd&versionType=Commit&version=67abcd0c8925832fcf4365b9cf3706ab6fbf8571',
|
||||||
'https://git.activated.win/massgrave/Microsoft-Activation-Scripts/raw/commit/313f240448953cd5fe3c5631f4e4de502f23fc9a/MAS/All-In-One-Version-KL/MAS_AIO.cmd'
|
'https://git.activated.win/massgrave/Microsoft-Activation-Scripts/raw/commit/67abcd0c8925832fcf4365b9cf3706ab6fbf8571/MAS/All-In-One-Version-KL/MAS_AIO.cmd'
|
||||||
)
|
)
|
||||||
|
|
||||||
foreach ($URL in $URLs | Sort-Object { Get-Random }) {
|
foreach ($URL in $URLs | Sort-Object { Get-Random }) {
|
||||||
@ -50,7 +50,7 @@ if (-not $response) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Verify script integrity
|
# Verify script integrity
|
||||||
$releaseHash = '919F17B46BF62169E8811201F75EFDF1D5C1504321B78A7B0FB47C335ECBC1B0'
|
$releaseHash = 'EF2F705B9E8BE2816598E2E8B70BADB200733F2287B917D6C9666D95C63AFBF9'
|
||||||
$stream = New-Object IO.MemoryStream
|
$stream = New-Object IO.MemoryStream
|
||||||
$writer = New-Object IO.StreamWriter $stream
|
$writer = New-Object IO.StreamWriter $stream
|
||||||
$writer.Write($response)
|
$writer.Write($response)
|
||||||
|
Reference in New Issue
Block a user