Compare commits
30 Commits
0f41b3e3de
...
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 |
@ -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.
|
||||
- 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
|
||||
- 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
|
||||
@ -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
|
||||
|
||||
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.
|
||||
|
||||
---
|
||||
|
@ -4,8 +4,8 @@
|
||||
- It can change Windows versions 7 through 11 and the equivalent server editions.
|
||||
- The script incorporates four methods for edition changing:
|
||||
- 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
|
||||
- [DISM Method](https://learn.microsoft.com/windows-server/get-started/upgrade-conversion-options) - Used in Server 2016 and later server versions
|
||||
- [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/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
|
||||
- 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.
|
||||
@ -33,7 +33,7 @@ If you want to manually change the edition instead of using the script, please f
|
||||
|
||||
### 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,39 @@
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
## 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**
|
||||
@ -127,7 +160,7 @@ dbe3aee0-5183-4ff7-8142-66050173cb01 Retail SmallBusBasicsR_[SmallBusBas
|
||||
#### 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).
|
||||
- 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 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.
|
||||
@ -140,7 +173,7 @@ dbe3aee0-5183-4ff7-8142-66050173cb01 Retail SmallBusBasicsR_[SmallBusBas
|
||||
- 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 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.
|
||||
- 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.
|
||||
@ -157,14 +190,14 @@ dbe3aee0-5183-4ff7-8142-66050173cb01 Retail SmallBusBasicsR_[SmallBusBas
|
||||
|
||||
#### 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.
|
||||
- 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 check the running Office apps and will ask to close them before proceeding.
|
||||
- Added more detailed info in case Ohook installation fails.
|
||||
- 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 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.
|
||||
|
||||
@ -197,7 +230,7 @@ Difference from the previous version:
|
||||
|
||||
#### 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.
|
||||
|
||||
#### Misc
|
||||
|
@ -4,37 +4,42 @@ Below is a comparison of activation methods offered by Microsoft Activation Scri
|
||||
|
||||
Basics
|
||||
------
|
||||
| | HWID | Ohook | KMS38 | Online KMS | TSforge (ZeroCID) |
|
||||
| --- | :---: | :---: | :---: | :---: | :---: |
|
||||
| Works offline | ❌ | ✅ | ✅ | ❌ | ✅ |
|
||||
| Activation is permanent | ✅ | ✅ | ✅[^1] | ✅[^2] | ✅ |
|
||||
| Does not leave any files in the system to maintain activation status | ✅ | ❌ | ✅ | ❌ | ✅ |
|
||||
| | HWID | Ohook | KMS38 | Online KMS | ZeroCID[^1] | StaticCID[^1] | KMS4k[^1] |
|
||||
| --- | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|
||||
| Works offline | ❌ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ |
|
||||
| Activation is permanent | ✅ | ✅ | ✅[^2] | ✅[^3] | ✅ | ✅ | ✅[^4] |
|
||||
| Does not leave any files in the system to maintain activation status | ✅ | ❌ | ✅ | ❌ | ✅ | ✅ | ✅ |
|
||||
|
||||
Persistence
|
||||
-----------
|
||||
| | HWID | Ohook | KMS38 | Online KMS | TSforge (ZeroCID) |
|
||||
| --- | :---: | :---: | :---: | :---: | :---: |
|
||||
| Persists between hardware changes | ❌ | ✅ | ❌ | ✅ | ✅ |
|
||||
| Persists between clean installations on the same hardware | ✅ | ❌ | ❌ | ❌ | ❌ |
|
||||
| Persists between Windows 10 / 11 feature upgrades | ✅ | ✅ | ✅ | ✅ | ❌ |
|
||||
| | HWID | Ohook | KMS38 | Online KMS | ZeroCID[^1] | StaticCID[^1] | KMS4k[^1] |
|
||||
| --- | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|
||||
| Persists between hardware changes | ❌ | ✅ | ❌ | ✅ | ✅ | ❌ | ✅
|
||||
| Persists between clean installations on the same hardware | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
||||
| Persists between Windows 10 / 11 feature upgrades | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ |
|
||||
|
||||
Support
|
||||
-------
|
||||
| | HWID | Ohook | KMS38 | Online KMS | TSforge (ZeroCID) |
|
||||
| --- | :---: | :---: | :---: | :---: | :---: |
|
||||
| Windows Vista / 7 / 8 / 8.1 | ❌ | ❌ | ❌ | ✅[^3] | ✅ |
|
||||
| Windows 10 / 11 | ✅ | ❌ | ✅[^3] | ✅[^3] | ✅ |
|
||||
| Windows Server 2008 / 2008 R2 / 2012 / 2012 R2 | ❌ | ❌ | ❌ | ✅ | ✅ |
|
||||
| Windows Server 2016 and later | ❌ | ❌ | ✅ | ✅ | ✅ |
|
||||
| Office 2010 | ❌ | ✅ | ❌ | ✅[^3] | ❌ |
|
||||
| Office 2013 and later | ❌ | ✅ | ❌ | ✅[^3] | ✅[^4] |
|
||||
| Windows / Office KMS Host | ❌ | ❌ | ❌ | ❌ | ✅ |
|
||||
| Windows Extended Security Updates | ❌ | ❌ | ❌ | ❌ | ✅ |
|
||||
| OCUR / RP / APPXLOB addons | ❌ | ❌ | ❌ | ❌ | ✅ |
|
||||
| | HWID | Ohook | KMS38 | Online KMS | ZeroCID[^1] | StaticCID[^1] | KMS4k[^1] |
|
||||
| --- | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|
||||
| Windows Vista / 7 | ❌ | ❌ | ❌ | ✅[^5] | ✅ | ❌ | ✅[^5] |
|
||||
| Windows 8 / 8.1 | ❌ | ❌ | ❌ | ✅[^5] | ✅ | ✅ | ✅[^5] |
|
||||
| Windows 10 / 11 | ✅ | ❌ | ✅[^5] | ✅[^5] | ✅ | ✅ | ✅[^5] |
|
||||
| Windows 11 (26100.4188 and later) | ✅ | ❌ | ✅[^5] | ✅[^5] | ❌ | ✅ | ✅[^5] |
|
||||
| Windows Server 2008 / 2008 R2 | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ | ✅ |
|
||||
| Windows Server 2012 / 2012 R2 | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Windows Server 2016 and later | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Office 2010 | ❌ | ✅ | ❌ | ✅[^5] | ❌ | ❌ | ❌ |
|
||||
| Office 2013 and later | ❌ | ✅ | ❌ | ✅[^5] | ✅[^6] | ✅[^6] |✅[^5] [^6] |
|
||||
| Windows / Office KMS Host | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ |
|
||||
| Windows Extended Security Updates | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ |
|
||||
| OCUR / RP / APPXLOB addons | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ |
|
||||
|
||||
---
|
||||
|
||||
[^1]: Valid until the year 2038.
|
||||
[^2]: Valid for 180 days by default. Permanent with renewal task installed.
|
||||
[^3]: Volume activation capable editions only.
|
||||
[^4]: Supported only on Windows 8 and later; subscription editions are not supported.
|
||||
[^1]: Provided by [TSforge](tsforge.md).
|
||||
[^2]: Valid until the year 2038.
|
||||
[^3]: Valid for 180 days by default. Permanent with renewal task installed.
|
||||
[^4]: Valid for 4083 years.
|
||||
[^5]: Volume activation capable editions only.
|
||||
[^6]: Supported only on Windows 8 and later; subscription editions are not supported.
|
||||
|
@ -22,7 +22,7 @@
|
||||
### TSforge
|
||||
|
||||
| Switches | Meaning |
|
||||
|------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
|------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `/Z-Windows` | Activate only Windows with TSforge |
|
||||
| `/Z-ESU` | Activate only ESU with TSforge |
|
||||
| `/Z-Office` | Activate only Office with TSforge |
|
||||
@ -34,6 +34,19 @@
|
||||
| `/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 |
|
||||
|
||||
**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
|
||||
|
||||
| Switches | Meaning |
|
||||
|
@ -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.
|
||||
|
||||
https://www.microsoft.com/evalcenter
|
||||
https://www.microsoft.com/en-us/evalcenter
|
||||
Microsoft provides Windows 10/11 Enterprise and Server in evaluation version.
|
||||
|
||||
:::warning
|
||||
@ -74,7 +74,7 @@ It will upgrade your eval Windows version to the full version.
|
||||
### Windows Server Evaluation
|
||||
|
||||
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
|
||||
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.
|
||||
|
||||
#### 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?
|
||||
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.
|
||||
Run Ohook activation from the latest MAS version.
|
||||
|
@ -13,10 +13,10 @@ All download links available on our website lead to genuine files only.
|
||||
- [Windows ARM64](windows_arm_links.md)
|
||||
- [Windows 8.1](windows_8.1_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 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
|
||||
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>
|
||||
<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>
|
||||
|
||||
@ -72,7 +72,7 @@ The Consumer ISO includes all editions such as Home, Pro, and Education, but exc
|
||||
<details>
|
||||
<summary>Click here for info</summary>
|
||||
|
||||
It takes too much effort and resources when users can and should simply run Windows updates (cumulative) themselves. We have decided to maintain the same build number as the consumer ISOs publicly provided by Microsoft unless there are issues with them. For example, we provide updated ISOs for Windows 10 to resolve the issue where Windows update may fail to install [KB5028997](https://support.microsoft.com/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>
|
||||
|
||||
@ -104,8 +104,8 @@ There are many places where you can find these checksums for verification. Examp
|
||||
Microsoft's Official free links for checksums:
|
||||
|
||||
- [MVS](https://my.visualstudio.com/Downloads)
|
||||
- [Windows 11](https://www.microsoft.com/software-download/windows11)
|
||||
- [Windows 10](https://www.microsoft.com/software-download/windows10)
|
||||
- [Windows 11](https://www.microsoft.com/en-us/software-download/windows11)
|
||||
- [Windows 10](https://www.microsoft.com/en-us/software-download/windows10)
|
||||
|
||||
<details>
|
||||
<summary>More info on Official links!</summary>
|
||||
|
@ -28,9 +28,7 @@ Alternatively, you can use the following (this will be deprecated in the future)
|
||||
irm https://massgrave.dev/get | iex
|
||||
```
|
||||
|
||||
3. You will see the activation options.
|
||||
Press [1] HWID for Windows activation.
|
||||
Press [2] Ohook for Office activation.
|
||||
3. You will see the activation options. Choose the activation options highlighted in green.
|
||||
|
||||
4. That's all
|
||||
|
||||
@ -55,7 +53,7 @@ or
|
||||
|
||||
---
|
||||
|
||||
- **[Office for macOS](office_for_mac.md)**
|
||||
- To activate additional products such as **Office for macOS, Visual Studio, RDS CALs, and Windows XP**, check [here](unsupported_products_activation.md).
|
||||
- To run the scripts in unattended mode, check [here](command_line_switches.md).
|
||||
|
||||
---
|
||||
@ -80,7 +78,7 @@ or
|
||||
|
||||
## MAS Latest Release
|
||||
|
||||
Last Release - v3.2 (6-May-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)
|
||||
|
||||
------------------------------------------------------------------------
|
||||
@ -109,7 +107,7 @@ Last Release - v3.2 (6-May-2025)
|
||||
|:----------------|:-----------------------|:-------------------------------------|:--------------------|
|
||||
| HWID | Windows 10-11 | Permanent | Yes |
|
||||
| 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 |
|
||||
| Online KMS | Windows / Office | 180 Days. Lifetime With Renewal Task | Yes |
|
||||
|
||||
|
19
docs/news.md
19
docs/news.md
@ -1,5 +1,22 @@
|
||||
# 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)
|
||||
|
||||
@ -12,10 +29,12 @@ A new method "TSforge" is added, for details check the [changelog](changelog.md)
|
||||
### [20-Dec-24] MAS 2.9 update is released
|
||||
[changelog](changelog.md)
|
||||
|
||||
|
||||
### [19-Nov-24] Added November updated ISOs
|
||||
Windows 10 22H2 / Windows 11 24H2 / Server 2025 / Server 2022 / Server 23H2
|
||||
https://massgrave.dev/genuine-installation-media
|
||||
|
||||
|
||||
### [9-Nov-24] MAS 2.8 update is released
|
||||
[changelog](changelog.md)
|
||||
|
||||
|
@ -9,7 +9,7 @@ To create a pre-activated Windows installation ISO, do the following:
|
||||
|
||||
:::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.
|
||||
- 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.
|
||||
|
@ -190,7 +190,7 @@ It's no longer supported by Microsoft, and Office doesn't receive updates.
|
||||
</Tabs>
|
||||
|
||||
**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/
|
||||
|
||||
---
|
||||
@ -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 |
|
||||
|:------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------|
|
||||
|
@ -8,7 +8,16 @@ All download links lead to genuine files only.
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
## 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 |
|
||||
|:--------------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
@ -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 |
|
||||
|:-----------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
@ -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 |
|
||||
|:-----------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
@ -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 |
|
||||
|:--------------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
@ -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 |
|
||||
|:-----------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
@ -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 |
|
||||
|:-----------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
@ -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 |
|
||||
|:--------------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
@ -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 |
|
||||
|:-----------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
@ -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 |
|
||||
|:-----------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
@ -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 |
|
||||
|:----------------------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
@ -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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
@ -369,11 +369,11 @@ e98ef0c0-71c4-42ce-8305-287d8721e26c SubPrepid ProPlusSubR
|
||||
`C:\mingw64`
|
||||
- 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;}`
|
||||
- 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`
|
||||
`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.
|
||||
- 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.
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
@ -388,7 +388,7 @@ If you don't want to install this renewal task, you can turn off the "Renewal Ta
|
||||
## How does it work?
|
||||
|
||||
- **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?**
|
||||
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 @@
|
||||
- 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.
|
||||
- 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,
|
||||
* Windows Vista and later
|
||||
* Windows Server 2008 and later
|
||||
@ -21,6 +21,8 @@
|
||||
|
||||
## How does it work?
|
||||
|
||||
### ZeroCID
|
||||
|
||||
**Process on Windows Vista and 7**
|
||||
|
||||

|
||||
@ -42,13 +44,30 @@
|
||||
- Windows 7 - `C:\Windows\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\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`
|
||||
- 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.
|
||||
- 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.
|
||||
- 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 cache data directly to the physical store and token store, we can bypass both checks, causing SPP to believe it installed a fake product key and/or confirmation ID.
|
||||
- To bypass checks for hardware changes, a [Hardware ID](https://github.com/massgravel/activation/blob/main/Hwid.md#hardware-id) with a threshold of 0 is included in this forged data.
|
||||
- On Windows 7, the fake product key data does not contain a value known as the "Key Unique ID". This value is required for both WAT and online activation, so removing it causes both to be non-functional, preventing WAT from triggering de-activation.
|
||||
- The presence of valid product key and confirmation ID data causes SPP to activate the specified product as long as it is capable of phone activation.
|
||||
- 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
|
||||
@ -61,7 +80,7 @@ This activation method can activate any of the following products if a phone lic
|
||||
- Windows 8
|
||||
- Windows 8.1
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
- Windows 11 (Does not support ZeroCID since 26100.4188)
|
||||
- **Windows Server**
|
||||
- Windows Server 2008
|
||||
- Windows Server 2008 R2
|
||||
@ -70,7 +89,7 @@ This activation method can activate any of the following products if a phone lic
|
||||
- Windows Server 2016
|
||||
- Windows Server 2019
|
||||
- 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)
|
||||
- Office 2013
|
||||
- Office 2016
|
||||
@ -218,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 includes the ZeroCID / KMS4k / AVMA4k activation methods.
|
||||
- KMS4k and AVMA4k are proof-of-concept methods with limitations, so we do not recommend using them.
|
||||
- MAS uses the ZeroCID method only and does not include KMS4k or AVMA4k, as ZeroCID can already activate all available products permanently.
|
||||
- AVMA4k is a proof-of-concept method with many limitations, so we do not recommend using it.
|
||||
- MAS only uses the ZeroCID and KMS4k method and does not include AVMA4k, as ZeroCID can already activate all available products permanently.
|
||||
|
||||
| Methods | Info |
|
||||
|---------|------------------------------------------------------------------------------------------------------|
|
||||
@ -231,7 +250,7 @@ This activation method does not work if a phone license is not available or if l
|
||||
|
||||
## 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.
|
||||
|
||||
| Windows Version | Supported Editions List | ESU Period | Minimum Required Updates |
|
||||
@ -256,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.
|
||||
- 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:**
|
||||
- **Use this activation only when necessary.**
|
||||
@ -273,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.
|
||||
- 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:**
|
||||
- **Use this activation only when necessary.**
|
||||
|
@ -106,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
|
||||
|
||||
- Download - https://www.microsoft.com/evalcenter/evaluate-sql-server-2022
|
||||
- Download - https://www.microsoft.com/en-us/evalcenter/evaluate-sql-server-2022
|
||||
- Activation keys:
|
||||
|
||||
| Editions | Activation Key |
|
||||
@ -130,7 +143,7 @@ Formerly known as Systems Management Server (SMS), System Center Configuration M
|
||||
|
||||
**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`
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
@ -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.
|
||||
|
||||
**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.
|
||||
|
||||
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).
|
||||
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)
|
||||
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)
|
||||
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/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/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.
|
||||
|
||||
@ -61,20 +61,21 @@ That's all.
|
||||
<details>
|
||||
<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).
|
||||
- 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.
|
||||
|
||||
- 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/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>
|
||||
|
||||
---
|
||||
|
||||
## 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.
|
||||
|
||||
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.
|
||||
|
||||
<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.
|
||||
- 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.
|
||||
- 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>
|
||||
|
||||
|
@ -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
|
||||
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>
|
||||
|
||||
**Windows 10 Consumer 22H2**
|
||||
|
||||
Updated Nov 2024 (Build - 19045.5131)
|
||||
Build - 19045.5965 (June 2025)
|
||||
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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 | 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 | 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) |
|
||||
| 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 | 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-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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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 | 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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-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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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-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-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) |
|
||||
|:-----------------------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| 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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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-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-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**
|
||||
|
||||
Updated Nov 2024 (Build - 19045.5131)
|
||||
Build - 19045.5965 (June 2025)
|
||||
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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 | 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 | 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) |
|
||||
| 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 | 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-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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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 | 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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-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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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) |
|
||||
| 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 | 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-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-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) |
|
||||
|:-----------------------|:-----|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| 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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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-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-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) |
|
||||
|
||||
---
|
||||
|
||||
@ -208,7 +208,7 @@ Updated Nov 2024 (Build - 19045.5131)
|
||||
Updated Oct 2022 (Build - 19045.2006) (This ISO file is not updated every month)
|
||||
|
||||
| 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) |
|
||||
|
||||
---
|
||||
|
@ -21,7 +21,58 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
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**
|
||||
|
||||
Build - 26100.1742 (RTM)
|
||||
Build - 26100.4349 (June 2025)
|
||||
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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 | 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) |
|
||||
| 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-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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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 | 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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-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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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-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) |
|
||||
| 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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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-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>
|
||||
<summary>Windows 11 Consumer 23H2</summary>
|
||||
|
||||
Build - 22631.4460 (Nov-2024)
|
||||
Build - 22631.5472 (June 2025)
|
||||
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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 | 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) |
|
||||
| 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-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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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 | 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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-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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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-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) |
|
||||
| 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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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-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>
|
||||
|
||||
@ -191,48 +242,48 @@ Build - 22631.4460 (Nov-2024)
|
||||
|
||||
**Windows 11 Business 23H2**
|
||||
|
||||
Build - 22631.4460 (Nov-2024)
|
||||
Build - 22631.5472 (June 2025)
|
||||
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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 | 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) |
|
||||
| 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-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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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 | 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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-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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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-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) |
|
||||
| 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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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-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) |
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
@ -245,7 +296,7 @@ Build - 22631.4460 (Nov-2024)
|
||||
Build - 22631.2428 (31-Oct-2023) (This ISO file is not updated every month)
|
||||
|
||||
| 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) |
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
@ -4,109 +4,24 @@ All download links lead to genuine files only.
|
||||
|
||||
- [FAQ](genuine-installation-media.md#faq)
|
||||
- **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.
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
## Download Links
|
||||
|
||||
**Windows 7 SP1**
|
||||
**Build - 7601.17514**
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
|
||||
<Tabs>
|
||||
|
||||
<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>
|
||||
<TabItem value="Windows 7 Ultimate SP1" label="Windows 7 Ultimate SP1 ❤️" default>
|
||||
|
||||
**Windows 7 Ultimate SP1**
|
||||
|
||||
(Build - 7601.17514)
|
||||
|
||||
| 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) |
|
||||
@ -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) |
|
||||
| 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) |
|
||||
| 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-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 | 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 | 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 | 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 value="Windows 7 Enterprise SP1" label="Windows 7 Enterprise SP1" default>
|
||||
|
||||
**Windows 7 Enterprise SP1**
|
||||
|
||||
(Build - 7601.17514)
|
||||
|
||||
| Language | Arch | Link |
|
||||
|:----------------------|:-----|:-----------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| Arabic | x64 | [ar_windows_7_enterprise_with_sp1_x64_dvd_u_677643.iso](https://drive.massgrave.dev/ar_windows_7_enterprise_with_sp1_x64_dvd_u_677643.iso) |
|
||||
@ -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) |
|
||||
| Turkish | x64 | [tr_windows_7_enterprise_with_sp1_x64_dvd_u_677681.iso](https://drive.massgrave.dev/tr_windows_7_enterprise_with_sp1_x64_dvd_u_677681.iso) |
|
||||
| Turkish | x86 | [tr_windows_7_enterprise_with_sp1_x86_dvd_u_677708.iso](https://drive.massgrave.dev/tr_windows_7_enterprise_with_sp1_x86_dvd_u_677708.iso) |
|
||||
| Chinese-Taiwan | x64 | [tw_windows_7_enterprise_with_sp1_x64_dvd_u_677689.iso](https://drive.massgrave.dev/tw_windows_7_enterprise_with_sp1_x64_dvd_u_677689.iso) |
|
||||
| Chinese-Taiwan | x86 | [tw_windows_7_enterprise_with_sp1_x86_dvd_u_677723.iso](https://drive.massgrave.dev/tw_windows_7_enterprise_with_sp1_x86_dvd_u_677723.iso) |
|
||||
| Chinese-Traditional | x64 | [tw_windows_7_enterprise_with_sp1_x64_dvd_u_677689.iso](https://drive.massgrave.dev/tw_windows_7_enterprise_with_sp1_x64_dvd_u_677689.iso) |
|
||||
| Chinese-Traditional | x86 | [tw_windows_7_enterprise_with_sp1_x86_dvd_u_677723.iso](https://drive.massgrave.dev/tw_windows_7_enterprise_with_sp1_x86_dvd_u_677723.iso) |
|
||||
| Ukrainian | x64 | [uk_windows_7_enterprise_with_sp1_x64_dvd_u_677683.iso](https://drive.massgrave.dev/uk_windows_7_enterprise_with_sp1_x64_dvd_u_677683.iso) |
|
||||
| Ukrainian | x86 | [uk_windows_7_enterprise_with_sp1_x86_dvd_u_677712.iso](https://drive.massgrave.dev/uk_windows_7_enterprise_with_sp1_x86_dvd_u_677712.iso) |
|
||||
|
||||
@ -270,10 +184,357 @@ import TabItem from '@theme/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>
|
||||
|
||||
**Other Versions**
|
||||
|
||||
- https://archive.isdn.network/artifacts/
|
||||
- https://os.click/
|
||||
- https://files.rg-adguard.net/language/a9e697fb-a83e-ef89-8279-5e876ce4d2c3
|
||||
- [MVS Bot](https://discord.gg/FajfGaH3nD)
|
||||
|
@ -10,18 +10,19 @@ All download links lead to genuine files only.
|
||||
`Windows 8.1 Pro: XHQ8N-C3MCJ-RQXB6-WCHYG-C9WKB`
|
||||
`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 Embedded Enterprise edition doesn't come with preinstalled store apps.
|
||||
- Windows 8.1 Embedded editions don't come with preinstalled store apps.
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
## Download Links
|
||||
### Windows 8.1
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
|
||||
<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**
|
||||
(Build - 9600.17415)
|
||||
@ -32,6 +33,93 @@ MSDL https://msdl.gravesoft.dev/#52 provides official links directly from Micros
|
||||
|
||||
</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>
|
||||
|
||||
**Windows 8.1 Pro VL**
|
||||
@ -206,6 +294,93 @@ MSDL https://msdl.gravesoft.dev/#52 provides official links directly from Micros
|
||||
|
||||
</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>
|
||||
|
||||
**Windows 8.1 Embedded Enterprise**
|
||||
@ -297,6 +472,7 @@ MSDL https://msdl.gravesoft.dev/#52 provides official links directly from Micros
|
||||
|
||||
**Other Versions**
|
||||
|
||||
- https://archive.isdn.network/artifacts/
|
||||
- https://os.click/
|
||||
- https://files.rg-adguard.net/language/1c50237d-03ef-617b-41f0-a7c44b76e808
|
||||
- [MVS Bot](https://discord.gg/FajfGaH3nD)
|
||||
|
@ -22,7 +22,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
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)
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
@ -41,7 +41,7 @@ Windows 11 IoT Enterprise Subscription
|
||||
ARM64 version for IoT Enterprise ISO is available only in English language.
|
||||
|
||||
| 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) |
|
||||
|
||||
------------------------------------------------------------------------
|
||||
@ -61,7 +61,7 @@ Windows 11 IoT Enterprise Subscription LTSC
|
||||
ARM64 version for LTSC is available only in English language.
|
||||
|
||||
| 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) |
|
||||
|
||||
------------------------------------------------------------------------
|
||||
@ -90,48 +90,48 @@ ARM64 version for LTSC is available only in English language.
|
||||
|
||||
**Windows 10 Business 22H2**
|
||||
|
||||
Build - 19045.3930
|
||||
Build - 19045.5854
|
||||
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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
|
||||
|
||||
All download links lead to genuine files only.
|
||||
|
||||
## Notes
|
||||
|
||||
- [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>
|
||||
<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)
|
||||
- It is intended for both general and enterprise customers.
|
||||
- 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.
|
||||
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.
|
||||
- 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.
|
||||
- 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 more privacy-oriented.
|
||||
No, [telemetry options](https://gist.github.com/ave9858/a2153957afb053f7d0e7ffdd6c3dcb89) are the same as GAC Enterprise.
|
||||
|
||||
</details>
|
||||
|
||||
#### Microsoft store app installation on LTSC
|
||||
|
||||
<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.
|
||||
|
||||
@ -81,8 +89,10 @@ https://github.com/stdin82/htfx/releases/tag/v0.0.24
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
|
||||
#### Differences between IoT and Non-IoT Windows Enterprise LTSC
|
||||
|
||||
<details>
|
||||
<summary>Differences between IoT and Non-IoT Windows Enterprise LTSC</summary>
|
||||
<summary>Click here for info</summary>
|
||||
|
||||
<Tabs>
|
||||
|
||||
@ -91,7 +101,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
| 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 |
|
||||
| **Update Support** | 5 Years | 10 Years |
|
||||
| **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 |
|
||||
|
||||
</TabItem>
|
||||
@ -116,7 +126,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
| 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 |
|
||||
| **Digital License (HWID)** | Not supported | Supported |
|
||||
| **KMS License** | Supported | Support added after the update 19044.2788 |
|
||||
@ -145,27 +155,33 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
</details>
|
||||
|
||||
#### How to upgrade from non-LTSC to LTSC edition while keeping files and apps?
|
||||
|
||||
<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).
|
||||
|
||||
</details>
|
||||
|
||||
#### How to clean install Windows 11 IoT Enterprise LTSC 2024 in Non-English language?
|
||||
|
||||
<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.
|
||||
|
||||
- Download the non-IoT LTSC 2024 ISO in the desired language from the section below.
|
||||
- Follow [PID.txt method](https://gravesoft.dev/clean_install_windows#windows-11-on-unsupported-hardware) to install IoT version from scratch.
|
||||
|
||||
Alternatively, You can install Non-IoT LTSC in another language and later install IoT LTSC 2024 key `CGK42-GYN6Y-VD22B-BX98W-J8JXD` in activation page in Windows settings to change the edition.
|
||||
Alternatively, You can install Non-IoT LTSC in another language and later install IoT LTSC 2024 key `KBN8V-HFGQ4-MGXVD-347P6-PDQGT` in activation page in Windows settings to change the edition.
|
||||
|
||||
</details>
|
||||
|
||||
#### How to clean install Windows 10 IoT Enterprise LTSC 2021 in Non-English language?
|
||||
|
||||
<details>
|
||||
<summary>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.
|
||||
|
||||
@ -188,12 +204,6 @@ Our recommendation is as follows:
|
||||
|
||||
<TabItem value="Windows 11 LTSC 2024" label="Windows 11 LTSC 2024" default>
|
||||
|
||||
### LTSC 2024 Mirror Links
|
||||
|
||||
https://anon.services/folder/85146024-6dfd-4eee-914e-17bf54de6f67
|
||||
|
||||
---
|
||||
|
||||
**Windows 11 IoT Enterprise LTSC 2024**
|
||||
|
||||
Build - 26100.1742
|
||||
@ -252,17 +262,13 @@ 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) |
|
||||
| Ukranian | x64 | [uk-ua_windows_11_enterprise_ltsc_2024_x64_dvd_b3f00872.iso](https://drive.massgrave.dev/uk-ua_windows_11_enterprise_ltsc_2024_x64_dvd_b3f00872.iso) |
|
||||
| Chinese-Simplified | x64 | [zh-cn_windows_11_enterprise_ltsc_2024_x64_dvd_cff9cd2d.iso](https://drive.massgrave.dev/zh-cn_windows_11_enterprise_ltsc_2024_x64_dvd_cff9cd2d.iso) |
|
||||
| Chinese-Taiwan | x64 | [zh-tw_windows_11_enterprise_ltsc_2024_x64_dvd_6287d84d.iso](https://drive.massgrave.dev/zh-tw_windows_11_enterprise_ltsc_2024_x64_dvd_6287d84d.iso) |
|
||||
| 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) |
|
||||
|
||||
---
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="Windows 10 LTSC 2021" label="Windows 10 LTSC 2021" default>
|
||||
|
||||
### LTSC 2021 Mirror Links
|
||||
|
||||
https://anon.services/folder/53641a25-d664-44e0-b6ae-d179603c9946
|
||||
|
||||
**Windows 10 IoT Enterprise LTSC 2021**
|
||||
|
||||
(Build - 19044.1288)
|
||||
@ -357,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) |
|
||||
| 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-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-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 | 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 | 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) |
|
||||
|
||||
---
|
||||
|
||||
@ -465,20 +471,6 @@ It doesn't have the actual IotEnterpriseS edition, it's just EnterpriseS with OE
|
||||
</TabItem>
|
||||
<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**
|
||||
|
||||
(Build - 14393)
|
||||
@ -567,21 +559,6 @@ Rename the .IMG extension to .iso.
|
||||
</TabItem>
|
||||
<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**
|
||||
|
||||
(Build - 10240)
|
||||
@ -662,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) |
|
||||
| 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) |
|
||||
| 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-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 | 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 | 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 | 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) |
|
||||
|
||||
|
@ -9,6 +9,33 @@ All download links lead to genuine files only.
|
||||
|
||||
## 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
|
||||
The below ISO links are taken from the Official OEM portal.
|
||||
**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) |
|
||||
| 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-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.
|
||||
```
|
||||
@ -60,38 +87,38 @@ zh-tw_windows_server_2025_x64_dvd_6d2c01e3.iso
|
||||
|
||||
## Windows Server 2022
|
||||
|
||||
Updated Nov 2024 (Build - 20348.2849)
|
||||
Build - 20348.3807 (June 2025)
|
||||
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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-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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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-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) |
|
||||
| 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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_june_2025_x64_dvd_e200772d.iso](https://drive.massgrave.dev/zh-cn_windows_server_2022_updated_june_2025_x64_dvd_e200772d.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)
|
||||
#### (Only English ISO is available)
|
||||
Updated Nov 2024 (Build - 25398.1251)
|
||||
Build - 25398.1665 (June 2025)
|
||||
|
||||
| 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) |
|
||||
|
||||
------------------------------------------------------------------------
|
||||
@ -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) |
|
||||
| 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-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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
| 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-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 | 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 | 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,207 +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.
|
||||
- **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-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"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "^3.7.0",
|
||||
"@docusaurus/preset-classic": "^3.7.0",
|
||||
"@docusaurus/core": "^3.8.0",
|
||||
"@docusaurus/preset-classic": "^3.8.0",
|
||||
"@mdx-js/react": "^3.0.0",
|
||||
"clsx": "^2.0.0",
|
||||
"prism-react-renderer": "^2.3.0",
|
||||
|
@ -33,9 +33,9 @@ function CheckFile {
|
||||
|
||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
||||
$URLs = @(
|
||||
'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/2a2352428eb2735ceb973f1d3795948dddf71752/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=2a2352428eb2735ceb973f1d3795948dddf71752',
|
||||
'https://git.activated.win/massgrave/Microsoft-Activation-Scripts/raw/commit/2a2352428eb2735ceb973f1d3795948dddf71752/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=67abcd0c8925832fcf4365b9cf3706ab6fbf8571',
|
||||
'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 }) {
|
||||
@ -50,7 +50,7 @@ if (-not $response) {
|
||||
}
|
||||
|
||||
# Verify script integrity
|
||||
$releaseHash = '5FDDC4C7FE3D51CA291EF49C1A6EA9DF7F5EE5171D5BEBC4678600DA233E55D5'
|
||||
$releaseHash = 'EF2F705B9E8BE2816598E2E8B70BADB200733F2287B917D6C9666D95C63AFBF9'
|
||||
$stream = New-Object IO.MemoryStream
|
||||
$writer = New-Object IO.StreamWriter $stream
|
||||
$writer.Write($response)
|
||||
|
Reference in New Issue
Block a user