Compare commits
43 Commits
4e6477f216
...
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 |
@ -34,7 +34,7 @@ C02D8FE6-5242-4DA8-972F-82EE55E00671 - Microsoft2024 VL - Microsoft::LTSC
|
|||||||
```
|
```
|
||||||
|
|
||||||
- The script has the above list in its database and only offers officially supported upgrades.
|
- 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/microsoft-365-apps/updates/overview-update-channels
|
- 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 script uses an official method to change the update channel:
|
- 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
|
||||||
@ -47,7 +47,7 @@ Also, if the installed channel is not an LTSC channel, the script won't offer to
|
|||||||
|
|
||||||
### Windows 7/8/8.1 limitations
|
### Windows 7/8/8.1 limitations
|
||||||
|
|
||||||
Office C2R is no longer 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), and [8.1](https://learn.microsoft.com/microsoft-365-apps/end-of-support/windows-81-support).
|
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 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.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
- It can change Windows versions 7 through 11 and the equivalent server editions.
|
- It can change Windows versions 7 through 11 and the equivalent server editions.
|
||||||
- The script incorporates four 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 for Windows 10/11 virtual editions
|
- [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
|
||||||
- The script will show editions available via any of the four methods.
|
- 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 editions because it 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.
|
||||||
@ -33,7 +33,7 @@ If you want to manually change the edition instead of using the script, please f
|
|||||||
|
|
||||||
### Windows Server 2016 and Later
|
### Windows Server 2016 and Later
|
||||||
|
|
||||||
- Follow the [official Microsoft guide](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
|
||||||
|
@ -4,38 +4,42 @@ Below is a comparison of activation methods offered by Microsoft Activation Scri
|
|||||||
|
|
||||||
Basics
|
Basics
|
||||||
------
|
------
|
||||||
| | HWID | Ohook | KMS38 | Online KMS | TSforge (ZeroCID) |
|
| | HWID | Ohook | KMS38 | Online KMS | ZeroCID[^1] | StaticCID[^1] | KMS4k[^1] |
|
||||||
| --- | :---: | :---: | :---: | :---: | :---: |
|
| --- | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|
||||||
| Works offline | ❌ | ✅ | ✅ | ❌ | ✅ |
|
| Works offline | ❌ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ |
|
||||||
| Activation is permanent | ✅ | ✅ | ✅[^1] | ✅[^2] | ✅ |
|
| Activation is permanent | ✅ | ✅ | ✅[^2] | ✅[^3] | ✅ | ✅ | ✅[^4] |
|
||||||
| Does not leave any files in the system to maintain 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.
|
[^1]: Provided by [TSforge](tsforge.md).
|
||||||
[^2]: Valid for 180 days by default. Permanent with renewal task installed.
|
[^2]: Valid until the year 2038.
|
||||||
[^3]: Volume activation capable editions only.
|
[^3]: Valid for 180 days by default. Permanent with renewal task installed.
|
||||||
[^4]: Supported only on Windows 8 and later.
|
[^4]: Valid for 4083 years.
|
||||||
[^5]: Supported only on Windows 8 and later; subscription editions are not supported.
|
[^5]: Volume activation capable editions only.
|
||||||
|
[^6]: Supported only on Windows 8 and later; subscription editions are not supported.
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
| Switches | Meaning |
|
| Switches | Meaning |
|
||||||
|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| `/HWID` | Activate with HWID |
|
| `/HWID` | Activate with HWID |
|
||||||
| `/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. |
|
| `/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,24 +21,37 @@
|
|||||||
|
|
||||||
### 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 parameters, 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-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, so by default the script changes the edition to nearest available edition to enable activation. This switch runs KMS38 without allowing edition changes. |
|
||||||
| `/KMS38-RemoveProtection` | Remove KMS38 protection |
|
| `/KMS38-RemoveProtection` | Remove KMS38 protection |
|
||||||
|
|
||||||
|
@ -7,14 +7,6 @@ However, if you would like to support us, you can do so in non-financial ways.
|
|||||||
|
|
||||||
At the moment, we don't need any help with coding.
|
At the moment, we don't need any help with coding.
|
||||||
|
|
||||||
## Help Fight Malware & Fake Content
|
|
||||||
|
|
||||||
If you search for ways to activate Windows or Office for free on Google or YouTube, you may come across malware disguised as real activators.
|
|
||||||
While removing such content from websites is challenging, taking down fraudulent YouTube videos is easier—all it takes is enough reports against them.
|
|
||||||
|
|
||||||
- Check [this list](https://gist.githubusercontent.com/WindowsAddict/a2eb95d2a88e403fa4dda2f0bbac9065/raw) of fraudulent YouTube videos
|
|
||||||
- **Report** these videos and channels to help make the internet a safer place.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
We will update this list as needed in the future.
|
We will update this list as needed in the future.
|
||||||
|
@ -4,32 +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 /> [**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] |
|
||||||
| [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
|
||||||
@ -44,6 +44,8 @@ LTSC means long-term servicing channel. Microsoft provides longer update support
|
|||||||
- 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.
|
||||||
|
|
||||||
@ -59,6 +61,8 @@ GAC means general availability channel, aka normal version.
|
|||||||
- 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).
|
||||||
|
|
||||||
|
@ -51,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.
|
||||||
@ -65,8 +65,8 @@ 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?
|
||||||
Yes, TSforge and online KMS options work on Windows 7/8.1.
|
Yes, TSforge, Ohook, and online KMS options work on Windows Vista/7/8.1.
|
||||||
|
|
||||||
#### How can I donate or contribute to the project?
|
#### How can I donate or contribute to the project?
|
||||||
The MASSGRAVE project doesn't accept donations and it's free.
|
The MASSGRAVE project doesn't accept donations and it's free.
|
||||||
|
@ -13,10 +13,10 @@ 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.
|
Activation with [MAS](intro.md#how-to-activate-windows--office) is required after the installation of Office.
|
||||||
@ -42,7 +42,7 @@ Activation with [MAS](intro.md#how-to-activate-windows--office) is required afte
|
|||||||
<details>
|
<details>
|
||||||
<summary>Click here for info</summary>
|
<summary>Click here for info</summary>
|
||||||
|
|
||||||
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.
|
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>
|
</details>
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ The Consumer ISO includes all editions such as Home, Pro, and Education, but exc
|
|||||||
<details>
|
<details>
|
||||||
<summary>Click here for info</summary>
|
<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/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.
|
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>
|
</details>
|
||||||
|
|
||||||
@ -104,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>
|
||||||
|
@ -28,15 +28,13 @@ 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.
|
3. You will see the activation options. Choose the activation options highlighted in green.
|
||||||
Press [1] HWID for Windows activation.
|
|
||||||
Press [2] Ohook for Office activation.
|
|
||||||
|
|
||||||
4. That's all
|
4. That's all
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
#### Method 2 - Traditional (Windows 7 and later)
|
#### Method 2 - Traditional (Windows Vista and later)
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Click here to view</summary>
|
<summary>Click here to view</summary>
|
||||||
@ -55,6 +53,11 @@ or
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
- 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).
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### Not working ❓
|
### Not working ❓
|
||||||
|
|
||||||
- If you are **unable to launch MAS** using the PowerShell method, please refer to **Method 2** above.
|
- If you are **unable to launch MAS** using the PowerShell method, please refer to **Method 2** above.
|
||||||
@ -75,7 +78,7 @@ or
|
|||||||
|
|
||||||
## MAS Latest Release
|
## MAS Latest Release
|
||||||
|
|
||||||
Last Release - v3.0 (14-Feb-2025)
|
Last Release - v3.4 (3-June-2025)
|
||||||
[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)
|
[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)
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
@ -104,7 +107,7 @@ Last Release - v3.0 (14-Feb-2025)
|
|||||||
|:----------------|:-----------------------|:-------------------------------------|:--------------------|
|
|:----------------|:-----------------------|:-------------------------------------|:--------------------|
|
||||||
| HWID | Windows 10-11 | Permanent | Yes |
|
| HWID | Windows 10-11 | Permanent | Yes |
|
||||||
| Ohook | Office | Permanent | No |
|
| Ohook | Office | Permanent | No |
|
||||||
| TSforge | Windows / ESU / 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 |
|
| KMS38 | Windows 10-11-Server | Till the Year 2038 | No |
|
||||||
| Online KMS | Windows / Office | 180 Days. Lifetime With Renewal Task | Yes |
|
| Online KMS | Windows / Office | 180 Days. Lifetime With Renewal Task | Yes |
|
||||||
|
|
||||||
|
@ -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 |
|
||||||
|
25
docs/news.md
25
docs/news.md
@ -1,15 +1,40 @@
|
|||||||
# 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 the [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 ISOs
|
### [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)
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ To create a pre-activated Windows installation ISO, do the following:
|
|||||||
|
|
||||||
:::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.
|
- 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.
|
||||||
@ -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 |
|
||||||
|:------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------|
|
|:------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------|
|
||||||
|
@ -4,11 +4,20 @@ All download links lead to genuine files only.
|
|||||||
|
|
||||||
- [FAQ](genuine-installation-media.md#faq)
|
- [FAQ](genuine-installation-media.md#faq)
|
||||||
- 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
|
- 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 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`
|
- 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 |
|
||||||
|:--------------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:--------------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
@ -95,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 |
|
||||||
|:-----------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:-----------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
@ -158,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 |
|
||||||
|:-----------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:-----------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
@ -221,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 |
|
||||||
|:--------------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:--------------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
@ -308,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 |
|
||||||
|:-----------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:-----------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
@ -371,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 |
|
||||||
|:-----------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:-----------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
@ -434,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 |
|
||||||
|:--------------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:--------------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
@ -515,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 |
|
||||||
|:-----------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:-----------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
@ -576,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 |
|
||||||
|:-----------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:-----------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
@ -637,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 |
|
||||||
|:----------------------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:----------------------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
@ -677,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>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
- How to use it? Please find the instructions [here](intro.md#how-to-activate-windows--office).
|
- 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 2010
|
|
||||||
- Office UWP (Store apps)
|
- Office UWP (Store apps)
|
||||||
|
Use TSforge activation option for this.
|
||||||
**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.
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### 阅读并遵循脚本中的蓝色线路。
|
### 阅读并遵循脚本中的蓝色行指示。
|
||||||
|
|
||||||
### Читайте и следуйте синим линиям в сценарии.
|
### Читайте и следуйте синим линиям в сценарии.
|
||||||
|
|
||||||
|
136
docs/tsforge.md
136
docs/tsforge.md
@ -6,10 +6,10 @@
|
|||||||
- 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)
|
||||||
@ -21,7 +21,9 @@
|
|||||||
|
|
||||||
## How does it work?
|
## How does it work?
|
||||||
|
|
||||||
**Process on Windows 7**
|
### ZeroCID
|
||||||
|
|
||||||
|
**Process on Windows Vista and 7**
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@ -33,20 +35,39 @@
|
|||||||
- SPP stores information about the activation state in files called the "physical store" and "token store".
|
- 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.
|
- The physical store's contents are cryptographically protected and integrity-checked by SPPSvc/SPSys, preventing users from easily modifying it.
|
||||||
- The physical store is usually found at these locations:
|
- The physical store is usually found at these locations:
|
||||||
|
- 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`
|
||||||
- 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\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 8 - `C:\Windows\System32\spp\store\data.dat`
|
- Windows 8 - `C:\Windows\System32\spp\store\data.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\data.dat`
|
||||||
- The token store is usually found at these locations:
|
- The token store is usually found at these locations:
|
||||||
|
- Windows Vista - `C:\Windows\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareLicensing\tokens.dat`
|
||||||
- Windows 7 - `C:\Windows\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.dat`
|
- Windows 7 - `C:\Windows\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.dat`
|
||||||
- Windows 8 - `C:\Windows\System32\spp\store\tokens.dat`
|
- Windows 8 - `C:\Windows\System32\spp\store\tokens.dat`
|
||||||
- Windows 8.1/10/11 - `C:\Windows\System32\spp\store\2.0\tokens.dat`
|
- Windows 8.1/10/11 - `C:\Windows\System32\spp\store\2.0\tokens.dat`
|
||||||
- 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.
|
- 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.
|
||||||
- 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.
|
- 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.
|
- 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.
|
- 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.
|
- 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.
|
||||||
- This process is implemented as the ZeroCID option in [TSforge](https://github.com/massgravel/TSforge).
|
- This process is implemented as the ZeroCID option in [TSforge](https://github.com/massgravel/TSforge).
|
||||||
|
|
||||||
|
### StaticCID
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
- 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.
|
||||||
|
- 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.
|
||||||
|
- 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.
|
||||||
|
- Depositing this CID causes activation, since the CID matches the IID and SPP never checks if the IID matches the installed product key.
|
||||||
|
- The following product keys are used in StaticCID:
|
||||||
|
- RTM Licenses - `744NM-C4FXY-YGM8B-7MVJC-BBFB9`
|
||||||
|
- Test Licenses - `PCPHN-JH4DV-KW84V-JTWT3-VXHBC`
|
||||||
|
|
||||||
|
### KMS4k
|
||||||
|
|
||||||
|
- In KMS4k, fake cached KMS server response data is written to the trusted store.
|
||||||
|
- 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.
|
||||||
|
- This allows for offline KMS activation that is effectively infinite for all practical purposes.
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## Supported Products
|
## Supported Products
|
||||||
@ -54,19 +75,21 @@
|
|||||||
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.
|
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**
|
- **Windows**
|
||||||
|
- Windows Vista
|
||||||
- Windows 7
|
- Windows 7
|
||||||
- Windows 8
|
- Windows 8
|
||||||
- Windows 8.1
|
- Windows 8.1
|
||||||
- Windows 10
|
- Windows 10
|
||||||
- Windows 11
|
- Windows 11 (Does not support ZeroCID since 26100.4188)
|
||||||
- **Windows Server**
|
- **Windows Server**
|
||||||
|
- Windows Server 2008
|
||||||
- Windows Server 2008 R2
|
- Windows Server 2008 R2
|
||||||
- Windows Server 2012
|
- Windows Server 2012
|
||||||
- Windows Server 2012 R2
|
- Windows Server 2012 R2
|
||||||
- Windows Server 2016
|
- Windows Server 2016
|
||||||
- Windows Server 2019
|
- Windows Server 2019
|
||||||
- Windows Server 2022
|
- Windows Server 2022
|
||||||
- Windows Server 2025
|
- Windows Server 2025 (Does not support ZeroCID since 26100.4188)
|
||||||
- **Microsoft Office** (Requires Windows 8 or later) (Also supports UWP version of Office)
|
- **Microsoft Office** (Requires Windows 8 or later) (Also supports UWP version of Office)
|
||||||
- Office 2013
|
- Office 2013
|
||||||
- Office 2016
|
- Office 2016
|
||||||
@ -78,6 +101,7 @@ This activation method can activate any of the following products if a phone lic
|
|||||||
- **Windows 7** (Enterprise, Professional, Ultimate and their E/N variants)
|
- **Windows 7** (Enterprise, Professional, Ultimate and their E/N variants)
|
||||||
- **Windows Embedded POSReady 7** (Embedded)
|
- **Windows Embedded POSReady 7** (Embedded)
|
||||||
- **Windows Embedded Standard 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 2008 R2** (ServerDatacenter, ServerStandard, ServerEnterprise and their V/Core/VCore variants)
|
||||||
- **Windows Server 2012** (ServerDatacenter, ServerStandard and their Core variants)
|
- **Windows Server 2012** (ServerDatacenter, ServerStandard and their Core variants)
|
||||||
- **Windows 8.1** (Enterprise, Professional, EmbeddedIndustry and their E/N variants)
|
- **Windows 8.1** (Enterprise, Professional, EmbeddedIndustry and their E/N variants)
|
||||||
@ -91,8 +115,8 @@ This activation method can activate any of the following products if a phone lic
|
|||||||
- **Others** (Can be selected from the manual option)
|
- **Others** (Can be selected from the manual option)
|
||||||
- OCUR
|
- OCUR
|
||||||
- **KMS Hosts** (CSVLK)
|
- **KMS Hosts** (CSVLK)
|
||||||
- Windows 7 and later
|
- Windows Vista and later
|
||||||
- Windows Server 2008 R2 and later
|
- Windows Server 2008 and later
|
||||||
- Office 2010 and later
|
- Office 2010 and later
|
||||||
|
|
||||||
:::info
|
:::info
|
||||||
@ -105,18 +129,89 @@ This activation method can activate any of the following products if a phone lic
|
|||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
## Keys
|
||||||
|
|
||||||
|
TSforge activation generates keys for PKey2009-based products and sets product key data for PKey2005-based products.
|
||||||
|
However, it cannot handle keys for Windows Vista and Windows Server 2008. That is why only the keys for these products are listed here.
|
||||||
|
|
||||||
|
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
|
||||||
|
```
|
||||||
|
|
||||||
|
### Windows Vista
|
||||||
|
| Edition | Generic Key | Key Type |
|
||||||
|
|--------------|-------------------------------|----------|
|
||||||
|
| Business | 4D2XH-PRBMM-8Q22B-K8BM3-MRW4W | Retail |
|
||||||
|
| BusinessN | 76884-QXFY2-6Q2WX-2QTQ8-QXX44 | Retail |
|
||||||
|
| Enterprise | YQPQV-RW8R3-XMPFG-RXG9R-JGTVF | Retail |
|
||||||
|
| EnterpriseN | Q7J9R-G63R4-BFMHF-FWM9R-RWDMV | Retail |
|
||||||
|
| HomeBasic | RCG7P-TX42D-HM8FM-TCFCW-3V4VD | Retail |
|
||||||
|
| HomeBasicN | HY2VV-XC6FF-MD6WV-FPYBQ-GFJBT | Retail |
|
||||||
|
| HomePremium | X9HTF-MKJQQ-XK376-TJ7T4-76PKF | Retail |
|
||||||
|
| HomePremiumN | KJ6TP-PF9W2-23T3Q-XTV7M-PXDT2 | Retail |
|
||||||
|
| Starter | X9PYV-YBQRV-9BXWV-TQDMK-QDWK4 | Retail |
|
||||||
|
| Ultimate | VMCB9-FDRV6-6CDQM-RV23K-RP8F7 | Retail |
|
||||||
|
| UltimateN | CVX38-P27B4-2X8BT-RXD4J-V7CKX | Retail |
|
||||||
|
|
||||||
|
|
||||||
|
### Windows Server 2008
|
||||||
|
| Edition | Generic Key | Key Type |
|
||||||
|
|--------------------------------|-------------------------------|------------|
|
||||||
|
| ServerComputeCluster | 24FV9-H7JW8-C8Q6X-BQKMK-K977J | Retail |
|
||||||
|
| ServerDatacenter | 6QBHY-DXTPJ-T9W3P-DTJXX-4VQMB | Retail |
|
||||||
|
| ServerDatacenterV | 83TWG-TD3TC-HRDP2-K93FJ-Y34YC | OEM:NONSLP |
|
||||||
|
| ServerEnterprise | MRB7H-QJRHG-FXTBR-B2Q2M-8WMTJ | Retail |
|
||||||
|
| ServerEnterpriseIA64 | H4VB6-QPRWH-VDCYM-996P8-MHKFY | OEM:NONSLP |
|
||||||
|
| ServerEnterpriseV | H8H7M-HDPQT-PJHQF-M7B83-9CVGV | Retail |
|
||||||
|
| ServerHomePremium | RGBMC-PQBVF-94Q9K-HD63B-VY6MP | Retail |
|
||||||
|
| ServerHomeStandard | 6C8KR-MD3QK-9GWFW-44CY2-W9CBM | Retail |
|
||||||
|
| ServerMediumBusinessManagement | 7XRBY-6MP2K-VQPT8-F37JV-YYQ83 | Retail |
|
||||||
|
| ServerMediumBusinessMessaging | 6PDTD-JK48J-662TF-8J2QV-R4CRB | Retail |
|
||||||
|
| 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 |
|
||||||
|
| ServerStandard | 8YVM4-YQBDH-7WDQM-R27WR-WVCWG | Retail |
|
||||||
|
| ServerStandardV | H9MW3-6V7GK-94P9G-7FTPJ-VKCKF | Retail |
|
||||||
|
| ServerStorageEnterprise | 2264C-TD9T8-P8HPW-CC9GH-MHM2V | Retail |
|
||||||
|
| ServerStorageExpress | RCYMT-YX342-8T6YY-XYHYC-3DD7X | Retail |
|
||||||
|
| ServerStorageStandard | FKFT2-WXYY9-WBPY7-6YMY4-X48JF | Retail |
|
||||||
|
| ServerStorageWorkgroup | 8X9J7-HCJ7J-3WDJT-QM7D8-464YH | Retail |
|
||||||
|
| ServerWeb | BGT39-9FYH7-X2CYD-T628F-QPQPW | Retail |
|
||||||
|
| ServerWinSB | HPH76-FHFPP-DRW9D-7W2V4-HWGKT | Retail |
|
||||||
|
| ServerWinSBV | 2V8G6-KRXYR-MMGXJ-6RWM3-GXCCG | Retail |
|
||||||
|
|
||||||
|
### Windows Server 2008 ESU
|
||||||
|
| ESU Version | Blocked key sourced from the Internet | Key Type |
|
||||||
|
|---------------|---------------------------------------|------------|
|
||||||
|
| Server-ESU-PA | 9FPV7-MWGT8-7XPDF-JC23W-WT7TW | Volume:MAK |
|
||||||
|
|
||||||
|
### KMS Host - Windows Vista
|
||||||
|
| Editions | Blocked keys sourced from the Internet | Key Type |
|
||||||
|
|-------------------------------------------|----------------------------------------|--------------|
|
||||||
|
| Business, Enterprise and their N editions | TWVG3-9Q4P8-W9XJF-Y76FJ-DWQ4R | Volume:CSVLK |
|
||||||
|
|
||||||
|
### KMS Host - Windows Server 2008
|
||||||
|
| Editions | Blocked keys sourced from the Internet | Key Type |
|
||||||
|
|-----------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------|--------------|
|
||||||
|
| 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 |
|
||||||
|
| ServerComputeCluster, ServerWeb | KH4PC-KJFX6-XFVHQ-GDK2G-JCJY9 | Volume:CSVLK |
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## Unsupported Products
|
## Unsupported Products
|
||||||
|
|
||||||
This activation method does not work if a phone license is not available or if licensing is not managed by the system's SPP.
|
This activation method does not work if a phone license is not available or if licensing is not managed by the system's SPP.
|
||||||
|
|
||||||
- **Windows Vista / Server 2008**
|
|
||||||
- You can use these [alternative options](unsupported_products_activation.md#windows-vista) to activate.
|
|
||||||
- **Office on Windows 7**
|
- **Office on Windows 7**
|
||||||
- Its licensing is based on OSPP, not SPP.
|
- Its licensing is based on OSPP, not SPP.
|
||||||
- You can use Online KMS option in MAS to activate it.
|
- You can use Ohook option in MAS to activate it.
|
||||||
- **Office 2010**
|
- **Office 2010**
|
||||||
- Its licensing is based on OSPP, not SPP.
|
- Its licensing is based on OSPP, not SPP.
|
||||||
- You can use Online KMS option in MAS to activate it.
|
- You can use Ohook option in MAS to activate it.
|
||||||
- **Office 365**
|
- **Office 365**
|
||||||
- Phone activation license is not available. TSforge option will install Mondo 2016 license (feature-wise equivalent to 365) instead to activate Office.
|
- 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.
|
- You can use Ohook option in MAS to activate it.
|
||||||
@ -132,8 +227,6 @@ This activation method does not work if a phone license is not available or if l
|
|||||||
|
|
||||||
:::info
|
:::info
|
||||||
|
|
||||||
**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.
|
|
||||||
|
|
||||||
**OSPP based Office:** Physical store is stored in the registry in a format that has not yet been reverse engineered.
|
**OSPP based Office:** Physical store is stored in the registry in a format that has not yet been reverse engineered.
|
||||||
|
|
||||||
:::
|
:::
|
||||||
@ -144,8 +237,8 @@ This activation method does not work if a phone license is not available or if l
|
|||||||
|
|
||||||
- TSforge is included in MAS and it also has its own [standalone release](https://github.com/massgravel/TSforge).
|
- 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.
|
- TSforge includes the ZeroCID / KMS4k / AVMA4k activation methods.
|
||||||
- KMS4k and AVMA4k are proof-of-concept methods with limitations, so we do not recommend using them.
|
- AVMA4k is a proof-of-concept method with many limitations, so we do not recommend using it.
|
||||||
- MAS uses the ZeroCID method only and does not include KMS4k or AVMA4k, as ZeroCID can already activate all available products permanently.
|
- MAS only uses the ZeroCID and KMS4k method and does not include AVMA4k, as ZeroCID can already activate all available products permanently.
|
||||||
|
|
||||||
| Methods | Info |
|
| Methods | Info |
|
||||||
|---------|------------------------------------------------------------------------------------------------------|
|
|---------|------------------------------------------------------------------------------------------------------|
|
||||||
@ -157,11 +250,12 @@ This activation method does not work if a phone license is not available or if l
|
|||||||
|
|
||||||
## Windows ESU
|
## Windows ESU
|
||||||
|
|
||||||
- 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.
|
- 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.
|
- You can activate the Windows ESU / Premium Assurance license using the TSforge option in MAS.
|
||||||
|
|
||||||
| Windows Version | Supported Editions List | ESU Period | Minimum Required Updates |
|
| Windows Version | Supported Editions List | ESU Period | Minimum Required Updates |
|
||||||
|------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| 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) |
|
| 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) |
|
||||||
| 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 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 |
|
| 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 |
|
||||||
@ -181,7 +275,7 @@ This activation method does not work if a phone license is not available or if l
|
|||||||
- With Windows KMS host, you can activate the KMS client in your network.
|
- 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.
|
- This option is for the advanced users, you can check the below guides to understand more about it.
|
||||||
|
|
||||||
https://learn.microsoft.com/windows-server/get-started/kms-create-host
|
https://learn.microsoft.com/en-us/windows-server/get-started/kms-create-host
|
||||||
|
|
||||||
**Notes:**
|
**Notes:**
|
||||||
- **Use this activation only when necessary.**
|
- **Use this activation only when necessary.**
|
||||||
@ -198,7 +292,7 @@ https://learn.microsoft.com/windows-server/get-started/kms-create-host
|
|||||||
- With Office KMS host, you can activate the Office KMS client in your network.
|
- 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.
|
- This option is for the advanced users, you can check the below guides to understand more about it.
|
||||||
|
|
||||||
https://learn.microsoft.com/office/volume-license-activation/plan-volume-activation-of-office#key-management-service-kms-activation-of-office
|
https://learn.microsoft.com/en-us/office/volume-license-activation/plan-volume-activation-of-office#key-management-service-kms-activation-of-office
|
||||||
|
|
||||||
**Notes:**
|
**Notes:**
|
||||||
- **Use this activation only when necessary.**
|
- **Use this activation only when necessary.**
|
||||||
|
@ -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.
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -85,8 +71,14 @@ 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. It works on old Server versions as well.
|
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://github.com/thecatontheceiling/LyssaRDSGen
|
||||||
|
https://gist.github.com/WitherOrNot/c34c4c7b893e89ab849ce04e007d89a9
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -114,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 |
|
||||||
@ -138,7 +143,7 @@ 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`
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
@ -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,9 +21,9 @@ 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.
|
||||||
|
|
||||||
@ -61,20 +61,21 @@ That's all.
|
|||||||
<details>
|
<details>
|
||||||
<summary>Notes</summary>
|
<summary>Notes</summary>
|
||||||
|
|
||||||
- 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).
|
||||||
- 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)
|
||||||
</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.
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
@ -120,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) |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -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) |
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -138,48 +189,48 @@ Check [here](windows_ltsc_links.md).
|
|||||||
<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>
|
||||||
|
|
||||||
@ -191,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) |
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -244,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,109 +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.**
|
||||||
- Professional and Ultimate ISOs also contain 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 bootable USB or 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.
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## 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 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) |
|
||||||
@ -177,20 +92,19 @@ 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="Windows 7 Enterprise SP1" label="Windows 7 Enterprise SP1" default>
|
<TabItem value="Windows 7 Enterprise SP1" label="Windows 7 Enterprise SP1" default>
|
||||||
|
|
||||||
**Windows 7 Enterprise SP1**
|
**Windows 7 Enterprise SP1**
|
||||||
|
|
||||||
(Build - 7601.17514)
|
|
||||||
|
|
||||||
| Language | Arch | Link |
|
| 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 | 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) |
|
||||||
@ -261,8 +175,8 @@ import TabItem from '@theme/TabItem';
|
|||||||
| 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) |
|
| 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 | 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) |
|
| 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-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-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) |
|
| 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 | 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) |
|
| 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) |
|
||||||
|
|
||||||
@ -270,10 +184,357 @@ import TabItem from '@theme/TabItem';
|
|||||||
|
|
||||||
</TabItem>
|
</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>
|
<TabItem value="Other Versions" label="Other Versions" default>
|
||||||
|
|
||||||
**Other Versions**
|
**Other Versions**
|
||||||
|
|
||||||
|
- https://archive.isdn.network/artifacts/
|
||||||
- https://os.click/
|
- https://os.click/
|
||||||
- https://files.rg-adguard.net/language/a9e697fb-a83e-ef89-8279-5e876ce4d2c3
|
- https://files.rg-adguard.net/language/a9e697fb-a83e-ef89-8279-5e876ce4d2c3
|
||||||
- [MVS Bot](https://discord.gg/FajfGaH3nD)
|
- [MVS Bot](https://discord.gg/FajfGaH3nD)
|
||||||
|
@ -10,18 +10,19 @@ 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)
|
||||||
@ -32,6 +33,93 @@ MSDL https://msdl.gravesoft.dev/#52 provides official links directly from Micros
|
|||||||
|
|
||||||
</TabItem>
|
</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) |
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
|
||||||
<TabItem value="Windows 8.1 Pro VL" label="Windows 8.1 Pro VL" default>
|
<TabItem value="Windows 8.1 Pro VL" label="Windows 8.1 Pro VL" default>
|
||||||
|
|
||||||
**Windows 8.1 Pro VL**
|
**Windows 8.1 Pro VL**
|
||||||
@ -206,6 +294,93 @@ MSDL https://msdl.gravesoft.dev/#52 provides official links directly 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**
|
||||||
@ -297,6 +472,7 @@ MSDL https://msdl.gravesoft.dev/#52 provides official links directly from Micros
|
|||||||
|
|
||||||
**Other Versions**
|
**Other Versions**
|
||||||
|
|
||||||
|
- https://archive.isdn.network/artifacts/
|
||||||
- https://os.click/
|
- https://os.click/
|
||||||
- https://files.rg-adguard.net/language/1c50237d-03ef-617b-41f0-a7c44b76e808
|
- https://files.rg-adguard.net/language/1c50237d-03ef-617b-41f0-a7c44b76e808
|
||||||
- [MVS Bot](https://discord.gg/FajfGaH3nD)
|
- [MVS Bot](https://discord.gg/FajfGaH3nD)
|
||||||
|
@ -22,7 +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)
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -40,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) |
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
@ -60,9 +60,9 @@ 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) |
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -90,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) |
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -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 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.
|
- 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,8 +89,10 @@ 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>
|
||||||
|
|
||||||
@ -91,7 +101,7 @@ import TabItem from '@theme/TabItem';
|
|||||||
|
|
||||||
| 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 |
|
||||||
@ -106,7 +116,7 @@ import TabItem from '@theme/TabItem';
|
|||||||
|
|
||||||
| | | |
|
| | | |
|
||||||
|--------------------------|----------------|-------------------------------|
|
|--------------------------|----------------|-------------------------------|
|
||||||
| IoT Enterprise LTSC 2024 | IoTEnterpriseS | CGK42-GYN6Y-VD22B-BX98W-J8JXD |
|
| IoT Enterprise LTSC 2024 | IoTEnterpriseS | KBN8V-HFGQ4-MGXVD-347P6-PDQGT |
|
||||||
| Enterprise LTSC 2024 | EnterpriseS | M7XTQ-FN8P6-TTKYV-9D4CC-J462D |
|
| Enterprise LTSC 2024 | EnterpriseS | M7XTQ-FN8P6-TTKYV-9D4CC-J462D |
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
@ -116,7 +126,7 @@ import TabItem from '@theme/TabItem';
|
|||||||
|
|
||||||
| 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 |
|
||||||
@ -145,27 +155,33 @@ import TabItem from '@theme/TabItem';
|
|||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
#### How to upgrade from non-LTSC to LTSC edition while keeping files and apps?
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>How to upgrade from non-LTSC to LTSC edition while keeping files and apps?</summary>
|
<summary>Click here for info</summary>
|
||||||
|
|
||||||
You might want to check [Windows 10 EOL guide](windows10_eol.md).
|
You might want to check [Windows 10 EOL guide](windows10_eol.md).
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
#### How to clean install Windows 11 IoT Enterprise LTSC 2024 in Non-English language?
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>How to clean install Windows 11 IoT Enterprise LTSC **2024** in Non-English language?</summary>
|
<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.
|
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.
|
- 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.
|
- Follow [PID.txt method](https://gravesoft.dev/clean_install_windows#windows-11-on-unsupported-hardware) to install IoT version from scratch.
|
||||||
|
|
||||||
Alternatively, You can install Non-IoT LTSC in another language and later install IoT LTSC 2024 key `CGK42-GYN6Y-VD22B-BX98W-J8JXD` in activation page in Windows settings to change the edition.
|
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>
|
</details>
|
||||||
|
|
||||||
|
#### How to clean install Windows 10 IoT Enterprise LTSC 2021 in Non-English language?
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>How to clean install Windows 10 IoT Enterprise LTSC **2021** in Non-English language?</summary>
|
<summary>Click here for info</summary>
|
||||||
|
|
||||||
IoT LTSC edition ISOs are available in English language only.
|
IoT LTSC edition ISOs are available in English language only.
|
||||||
|
|
||||||
@ -188,7 +204,6 @@ Our recommendation is as follows:
|
|||||||
|
|
||||||
<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
|
||||||
@ -247,7 +262,7 @@ Build - 26100.1742
|
|||||||
| 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) |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -348,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) |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -456,20 +471,6 @@ 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)
|
||||||
@ -558,21 +559,6 @@ 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)
|
||||||
@ -653,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,12 +3,39 @@
|
|||||||
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 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**.
|
||||||
@ -32,7 +59,7 @@ The below ISO links are taken from the Official OEM portal.
|
|||||||
| 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,208 +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 ISOs 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)
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
|
|
||||||
## 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-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) |
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
|
|
||||||
</TabItem>
|
|
||||||
|
|
||||||
<TabItem value="Windows Vista Enterprise SP2" label="Windows Vista Enterprise SP2" default>
|
|
||||||
|
|
||||||
**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) |
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
|
|
||||||
</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>
|
|
4815
package-lock.json
generated
4815
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -14,8 +14,8 @@
|
|||||||
"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",
|
||||||
|
@ -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