Move to Docusaurus

This commit is contained in:
2024-04-12 08:35:28 +05:30
parent 264b3db2d3
commit 85a27923c7
126 changed files with 19115 additions and 4235 deletions

42
docs/change_edition.md Normal file
View File

@ -0,0 +1,42 @@
# Change Windows Edition
- You can find this option in the MAS extras section.
- It can change the Windows 7-8-8.1-10-11 and their Server equivalent editions.
- The script incorporates 4 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/en-us/windows/deployment/upgrade/windows-edition-upgrades#upgrade-using-a-command-line-tool) - Used in Windows 10/11 where edition license files are already there
- [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
- Available editions that can be changed to are shown in the script based on all these 4 options.
- The script is future-proof, which means that it won't need an update upon the release of new Windows / Server editions and can get the required product key from the system itself.
- The script blocks changing to CountrySpecific, ServerRdsh, and to/from CloudEdition editions since it's officially not supported and the user may face issues.
- The script cannot change,
- Non-Core editions to Core editions (For example, Pro > Home isn't available)
- GAC editions to LTSC editions (For example, Enterprise > Enterprise LTSC isn't available)
------------------------------------------------------------------------
## Manual Edition Change
If you want to manually change the edition instead of using the script, please follow the steps below.
### Windows 10/11
- To view the list of available editions, open the command prompt as admin and enter
`dism /online /english /Get-TargetEditions`
- Get the keys for the desired edition from [here](hwid.md#supported-products)
- If you are upgrading from Home to Pro, you will need to disable the Internet before performing the upgrade.
- Now enter that product key with this command, replace `<product_key>` with the actual key.
`changepk.exe /ProductKey <product_key>`
- In the Home to Pro upgrade, it may show an error, restart the system anyway. (Use the script if it's still not working)
- Activate the changed edition with MAS, that's all.
### Windows Server 2016 and Later
- Follow the official Microsoft guide [here](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).
------------------------------------------------------------------------
## Troubleshooting
- Check [here](change_edition_issues.md).

View File

@ -0,0 +1,27 @@
# Change Edition Issues
## Error 0x80070490
- In the Home to Pro upgrade process, the script may show the below error in red color:
```
Exception calling "_DismSet Edition" with "6" argument(s): "Element not found. (Exception from HRESULT: 0x80070490)"
```
- This issue often appears due to the installed .Net 3.5 framework.
- To solve this, we need to disable it, to do that, open the command prompt as admin and enter
`DISM /Online /English /Disable-Feature /FeatureName:"NetFx3"`
- Once it's done, try to change the edition again.
- After the edition change, you can enable .net 3.5 again, to do that, enter,
`DISM /Online /English /Enable-Feature /FeatureName:"NetFx3"`
---
## Other Errors
- In Windows settings, go to the Windows Update page, run the check for updates button, and ensure that Windows is fully updated.
- In the MAS script, go to Troubleshoot and run these options in the below order,
- DISM Restore
- SFC Scan
- Restart the system and try to change the edition again.
- If it's still not resolved, please connect with us [here](troubleshoot.md).
---

734
docs/changelog.md Normal file
View File

@ -0,0 +1,734 @@
# MAS Changelog
------------------------------------------------------------------------
## 2.5
**Added Support For New Editions**
------------------------------------------------------------------------
#### HWID:
- Added support for the Windows 11 IoTEnterpriseK edition.
#### KMS38:
- Added support for Windows Server 2025 editions.
#### Ohook:
- Added support for Microsoft Office 2024 (Preview) editions.
- Fixed a delay issue in checking user account SIDs if a lot of users are added to the domain-joined system.
#### All:
- Fixed a delay issue in checking WPA registry keys
- Optimized some codes and fixed a few bugs
------------------------------------------------------------------------
## 2.4
**Minor Update**
------------------------------------------------------------------------
#### Ohook:
- Reverted the Ohook version back to 0.3. We noticed some Antivirus detections (false positive), possibly due to the registry adding change introduced in 0.4. The downside of 0.3 is that the Ohook script would need to be run again upon new user account creation in Windows if O365 is installed.
- Separate files version for Ohook script is changed to AIO.
- Users don't need to update their Ohook installation with this update.
------------------------------------------------------------------------
## 2.3
**Bug Fixes**
------------------------------------------------------------------------
#### Ohook:
- Script is updated to use [v0.4 Ohook](https://github.com/asdcorp/ohook/releases). It will help in preventing license check banner in non-admin, Domain joined and future new user accounts.
- Script is updated to find and remove remnants of Office vNext license for all user accounts in registry.
#### Change Edition:
- Script will check for Pending reboot flags before proceeding with Edition change with DISM.
- Change to ServerRdsh edition is blocked in the script since it's policies often can not roll back.
#### All:
- Scripts will now check for updates and notify users.
- Some other bugs fixed.
------------------------------------------------------------------------
## 2.2
**A New Hope For HWID**
#### HWID:
- A new method is discovered to activate with HWID. https://massgrave.dev/hwid.html
Thanks a lot to the [asdcorp](https://github.com/asdcorp) and team for the discovery.
------------------------------------------------------------------------
## 2.1
**HWID Activation is not working**
------------------------------------------------------------------------
#### HWID:
- Added info for activation not working issue.\
It's not working because of server-side changes at Microsoft. Use the KMS38 option for now. Your previously established HWID is safe. This happened because of [recent change](https://devicepartner.microsoft.com/en-us/communications/comm-windows-ends-installation-path-for-free-windows-7-8-upgrade) to not allow Windows 7/8 free upgrades.
#### Ohook:
- Change the key preference for Office products in this order `Retail:TB:Sub > Retail > OEM:NONSLP > Volume:MAK > Volume:GVLK`
- Fixed a few bugs
------------------------------------------------------------------------
## 2.0
- Minor update: Add info in check activation scripts to ignore ospp.vbs /dstatus results if Ohook install is found.
------------------------------------------------------------------------
## 1.9
**Added Permanent Activation for Office**
------------------------------------------------------------------------
#### Ohook:
- Added Ohook activation method, it can activate Office permanently on Windows 8 and higher and their Server equivalent except Office 2010 and Office UWP apps. Thanks to @asdcorp for this new method. More info https://massgrave.dev/ohook.html https://github.com/asdcorp/ohook
#### HWID/KMS38:
- HWID activation is added for IotEnterpriseS 2024. At the moment, the 2024 version of IotEnterpriseS and IotEnterpriseSK have HWID activation, EnterpriseS/SN don't
- More checks are added to find better error details for: Internet issue WMI issue SvcRestartTask issue Services issue
- Some codes are optimized
#### Online KMS:
- Script will create schduled task files in `C:\Program Files\Activation-Renewal` instead of `C:\ProgramData\Activation-Renewal` due to security reasons
- The script is updated as per @abbodi1406 KVA v50. Changes:
- Fixed conversion for Office 2016 C2R Retail previously, the first run mistakenly said conversion had failed, even though it was successful (due to confusion with Office 2019 licenses/location detection)
- Added support for activating Windows 10 IoT Enterprise LTSC 2021 (LCU 19044.2788 or later)
#### Change Windows Edition:
- Script will use @ave9858 (Alex) DISM API method instead of changepk.exe method to change from Windows 10/11 Core to Non-core (e.g. Home to Pro) Advantages: Internet doesn't need to be disabled, all OEM/GVLK key restrictions are removed, and better error output
- Script will only use best methods to change edition instead of showing multiple choices
#### Troubleshoot:
- Script will compress large log files to cab instead of deleting and creating them fresh in DISM restore and SFC scan options
- WMI fix is improved
#### All:
- Insert HWID key script is removed because it's not important and causes confusion
- Scripts will now disable quick edit mode temporarily because users often click inside the script window and it pauses the script
- Check is added for Null service at the start of the script because corrupt service crashes the script
- Codes are optimized and fixed a few bugs
- [Gitlab](https://gitlab.com/massgrave/microsoft-activation-scripts) repo was taken down, we have created a repo on [Bitbucket](https://bitbucket.org/WindowsAddict/microsoft-activation-scripts) as a replacement. Also revived the [Subreddit](https://www.reddit.com/r/MAS_Activator/).
------------------------------------------------------------------------
## 1.8
**Goodbye to Cleanospp.exe / MAS is now 100% naked**
------------------------------------------------------------------------
#### HWID/KMS38:
- Checks are added to find issues in:
- Connection to MS licensing servers. Thanks to \@ave9858 (Alex)
- SPP permissions in files and registry
- WPA registry keys. Thanks to \@ave9858 (Alex)
- KeyIso service which affects ticket installation. Thanks to \@ave9858 (Alex)
- Store apps blocking registries
- Windows updates
- Many more
- Fixed a few bugs
#### Online KMS:
- Replaced cleanospp.exe with powershell script [CleanOffice.ps1](https://gist.github.com/ave9858/9fff6af726ba3ddc646285d1bbf37e71) Thanks to \@ave9858 (Alex)
- Fixed an issue where script may stuck in server port check
- Script is updated as per \@abbodi1406 KVA v49. Changes:
- Enhanced Office 15.0 C2R detection to differentiate Retail / Volume products
- Added fallback if Office 16.0 C2R licenses integrator.exe failed, to install them the old way (using slmgr.vbs/ospp.vbs)
#### Troubleshoot:
- Fix WMI option is improved
- Fix licensing option now will fix ClipSVC, Office vNext, SPP and OSPP licenses and SPP permissions in files and registry. Thanks to \@ave9858 (Alex)
#### Change Windows Edition:
- Script now [supports](https://github.com/asdcorp/Set-WindowsCbsEdition/commit/2b3c50024d58e9d9eb158fd538afd98e5345140c) default Win 7 RTM, WMF requirement is removed. Thanks to \@ave9858 (Alex)
#### All:
- All C# code is changed to Powershell reflection code to avoid temp files and AV detections. Thanks to \@ave9858 (Alex)
- Keys are a bit obfuscated in scripts to reduce AV detections
- `irm https://massgrave.dev/get | iex` code to launch MAS via Powershell will now create uniquely named/hash files on each run to reduce AV detections
- A detailed page is added for [Office C2R retail installers](https://massgrave.dev/office_c2r_links.html)
- Error messages and instructions are improved in all scripts
- [MAS legacy methods](https://github.com/massgravel/MAS-Legacy-Methods) scripts are updated as well
- We are now on [Twitter](https://twitter.com/massgravel) and a [Telegram group](https://t.me/Microsoft_Activation_Scripts) is created for MAS-related queries and activation issues
------------------------------------------------------------------------
## 1.7
**Goodbye to Gatherosstate.exe**
------------------------------------------------------------------------
#### HWID/KMS38:
- Gatherosstate.exe is replaced by [universal tickets](https://massgrave.dev/hwid.html#Types_of_Tickets). Thanks to \@ave9858 (Alex).
- Legacy HWID methods are now preserverd in another repo [MAS-Legacy-Methods](https://github.com/massgravel/MAS-Legacy-Methods).
- HWID key is added for Windows 11 IoTEnterpriseSK edition.
- To avoid errors due to unsupported Windows region, HWID script will change it to US and revert it back.
- HWID script will delete a IdentityCRL registry key to resolve issues caused by changed hardware ID. Thanks to @awuctl
- KMS38 script will now apply the KMS38 protection by default. Powershell code for it is now simplified.
- ClipUp.exe for Server CorAcor editions is removed from separate files version as well. Users will need to follow [this](https://massgrave.dev/kms38.html#KMS38_-_Server_CorAcor) to KMS38 activate them.
- Scripts will enable Windows Script Host if it's disabled.
- More checks are added to find the cause of activation failure.
#### Online KMS:
- Script is updated as per @abbodi1406 KVA v48 (Major change: optional behavior to override Office C2R vNext license (subscription or lifetime) or its residue (which may prevent proper KMS activation).
- Scripts will enable Windows Script Host if it's disabled.
- More checks are added to find the cause of activation failure.
#### Activation Troubleshoot:
- Added more options: Rebuild WMI Repository, Fix issues Caused By Gaming Spoofers, Fix issues Caused By KB971033 In Windows 7, Export Event Viewer Logs.
#### Change Windows Edition:
- Support for Windows 7/8//8.1 and their server equivalent editions are added and alternative method is added for Windows 10/11 and their server equivalent. Thanks to Anomalous Software Deterioration Corporation for [CBS Upgrade method](https://github.com/asdcorp/Set-WindowsCbsEdition).
#### Check Activation Status WMI:
- Thanks to @abbodi1406 for fixing a cosmetic [issue](https://github.com/MicrosoftDocs/OfficeDocs-DeployOffice/issues/1100) in Office vNext Status (vNextDiag.ps1).
#### MAS AIO:
- Command line [switches](https://massgrave.dev/command_line_switches.html) are added for unattended mode. It can be utilized in Powershell One-Liner code to execute it as well.
- Exit and Go Back options are set to 0 key in all the cases.
------------------------------------------------------------------------
## 1.6
#### **Future-proofing / Goodbye to slc.dll**
------------------------------------------------------------------------
#### **HWID/KMS38:**
- slc.dll is removed, we will patch the original gatherosstate.exe on the fly with Powershell. (Thanks to [Anomalous Software Deterioration Corporation](https://github.com/asdcorp))
- arm64 files are removed, now x86 gatherosstate.exe can work in all
- Scripts can now activate future editions by getting the key from the system. (Thanks to [**\@awuctl**](https://github.com/awuctl) and [**\@abbodi1406**](https://github.com/abbodi1406))
- More detailed diagnostic checks in case of failed Activation
- Windows product name is now taken from winbrand.dll instead of registry/wmi for accurate results (Thanks to [**\@abbodi1406**](https://github.com/abbodi1406))
- Fixed an issue when in Eval edition, non-eval edition key and certs are installed but the script will show Eval edition error
- HWID Lockbox method is now removed in UI due to some issues with this method in certain builds.
- The ticket generation option is removed in UI since people rarely need it and it creates confusion
- Fixed an issue in registry ownership snippet where it would fail if path name has special characters
- clipup.exe is removed from AIO but exists in the separate file's version.\
Users very rarely need it (server cor/acor) and less size of AIO would help in download & execution in Powershell
- Bug fixes and lots of improvements
#### **Online KMS:**
- The script is updated as per KVA v47 (major change: improved office C2R-R2V conversion)
- The script will now set the KMS server to private IP (non-existent) 10.0.0.10 instead of 0.0.0.0 to avoid the non-genuine banner issues in the office
- The desktop context menu option is removed, not very useful
- Renewal task, file, and directory name are changed to remove the "KMS" word to avoid antivirus detection
- Skip KMS38 and Convert C2R-R2V on-off options are removed from UI since people rarely need them and it creates confusion
- Some changes have been done to avoid possible antivirus detection
#### **Activation Troubleshoot:**
- Token rebuilding options will now clear SPP-OSPP data.dat, tokens.dat, cache.dat\
and Office repair option will be launched to fix the license issue
- Added an option to clear Office vNext License, it helps when KMS activation fails due to remnants of vNext licenses
- Rearm option is removed since a full token rebuild is enough
- Clean ClipSVC Licences option is removed since it may create some issues in licensing in older builds
#### **Change Windows Edition:**
- Added feature to change Windows Server editions
- Scripts can now change the future editions by getting the key from the system
- The script now blocks the change to/from CountrySpecific and CloudEdition editions, since it's officially not supported and users may face issues
- Improved the way available editions are presented to choose
#### **Insert Windows HWID Key:**
- Scripts can now install the HWID key for future editions by getting the key from the system
#### **All:**
- Fixed an issue when the script wouldn't launch if the path have certain special characters
- Fixed an issue when files couldn't be extracted in AIO compressed2txt if the username has accent characters. Thanks to [**\@AveYo**](https://github.com/AveYo) for the fix.
- Fixed an issue when the script would start looping while getting the correct arch process in rare cases
- Added a check to detect if the file is in Unix (LF) format, if yes then the script would stop
- Homepage https://windowsaddict.ml/ is changed to https://massgrave.dev/ because of the DNS issue with the free domain (Thanks to [**\@luzea9903**](https://github.com/luzea9903) for Server hosting)
- Homepage https://massgrave.dev/ is updated with a better readable format
- Added an option to download and execute MAS from Powershell\
`iwr -useb https://massgrave.dev/get | iex`
------------------------------------------------------------------------
## 1.5
```
# All
- Support added for Windows build 22483 and later (No wmic.exe issue)
- Support added for ARM64 architecture in all the scripts
- Made sure script run fine where path variables are misconfigured in system
- Made sure script run fine from UNC path
- Improved text coloring method
- Script would show an error if ran directly from archive files
- Scripts would make sure to start from the system's main architecture process
- All read me files are shifted to online for better update
- New discord channel https://discord.gg/gjJEfq7ux8 and new main homepage https://windowsaddict.ml/ added
- Various cosmetic improvements and bug fixes
# HWID / KMS38
- HWID Support added for CloudEdition/N, IoTEnterpriseS editions. (IoTEnterpriseS key will be used to activate EnterpriseS 2021)
- KMS38 support added for all new Windows 10-11 and Server's, KMS capable edition's including core and acor editions
- HWID with Lockbox ticket option is added
x86-x64 Lockbox slc.dll is created by @mspaintmsi, @qxkqf ported it to ARM64 slc.dll
- KMS38 Protection and KMS38 uninstall option is added
- Ticket generation option is added
- Improved key detection logic, now it can support custom build editions
- Fixed issues where in certain languages OS's, script would show incorrect status of services
- Improved script options if required key is not found in script
- Improved script options if an edition is not supporting HWID currently but may support in future
# Online KMS
- All related scripts are merged in one in separate files version, with onscreen choice options
- KMS server selection process is improved to make it fail-proof, server numbers are increased to 16
- Improved error handling and display messages
- From now on, KMS server IP address will be used for activation instead of hostname to avoid detection by AV's and MS
- While using manual mode (no renewal task), a non-existent IP 0.0.0.0 will be left in registry to avoid Office non genuine banner issue
- For renewal task, a separate small script will be used to only renew activation, instead of running full script, every week
- Base script is updated to use @abbodi1406's latest KMS_VL_ALL-45u (09-Jan-2022)
Major changes-
Support added for Windows 10 ARM64, Office 2021, all new Windows and Server editions
VBS method will be used for WMI in Windows build 22483 and later
Enhanced detection for Office C2R vNext subscriptions
Check Activation Status [wmi] will show vNext subscriptions status using vNextDiag.ps1 (require Powershell / WMF 4 or later on Windows 7)
Various fixes for Office activation
# Verify_Files-Clear_Zone.Identifier
- This new script is added in root folder to verify files with hashes and to remove Zone.Identifier from files (to prevent SmartScreen warnings)
# Activation Troubleshoot
- This new script is added in Extras section to deal with activation issues. Various options are added with proper onscreen info and warning's.
# Change_W10_11_Edition
- Now it can change the Windows editions from Core to Non core too with proper error handling. Works on Windows build 10240 and later
```
------------------------------------------------------------------------
## 1.4
```
- Now Microsoft support HWID (Digital License) for Windows 10 LTSC 2019, added key for it in the script.
- Some minor improvements.
```
------------------------------------------------------------------------
## 1.3
```
# HWID / KMS38
- Fixed a bug in Enterprise Edition activation.
- Updated the ticket generation and applying process.
# All
- Added a project mirror on github.
- Some minor improvements
```
------------------------------------------------------------------------
## 1.2
```
# HWID / KMS38
- Fixed the Edition ID mismatch issue of DISM / REG / WMIC, with the help of SKU ID.
- Fixed an issue where ticket installation would fail in case if the username has non-English characters or spaces in certain conditions.
- Now files would be copied to "%SystemRoot%\Temp\_Ticket_Work" to generate ticket to prevent any unforeseen issue caused by the pathname.
- Added the support for ARM64 systems, thanks to @mspaintmsi for providing the method and thanks to @Chibi ANUBIS and @smashed for testing the scripts.
- Various other minor improvements.
# Online KMS
- Updated the script to @abbodi1406's KMS_VL_ALL v37f, which includes various improvements and fixes, most notably automatic retail-to-volume conversion for Office C2R.
- Added official Microsoft's two .exe files for the Retail office C2R to volume conversion purpose.
- Now Renewal task and desktop context menu, both will share the same directory which is now changed to "%ProgramData%\Online_KMS_Activation\"
- Optimized the files/folder structure.
- Updated the KMS server list.
- Various other minor improvements.
# All
- Now all scripts can work from the directory which contains special characters in the pathname. Thanks to @abbodi1406 for the fix.
- Changed all the colored text part to powershell, so now it can support the non-English characters.
- Now every script can work in case the Windows Script Host is disabled.
- Now every script can work from the read only / protected directories.
- Added the offline ReadMe files since nsaneforum topic is only open to members.
- Removed the vbs check activation method since now @abbodi1406 made WMIC method better than vbs.
- Created a repository for this tool at Gitlab https://gitlab.com/massgrave/microsoft-activation-scripts
```
------------------------------------------------------------------------
## 1.1
```
HWID/KMS38:
- Adopted a new ticket generation method, [The Integrated Patcher (with a modified version of SLSHIM 6.4)]
by *Anonymous and @mspaintmsi - Original (co)Authors of HWID and KMS38 Activation
https://www.nsaneforums.com/topic/316668--/?do=findComment&comment=1497887
This method works on all editions and versions of Windows 10 including LTSB2015 and older versions
which were known to return a wrong SkuId for some editions.
- Added HWID activation for Windows 10 1903 IoTEnterprise. Thanks to @mspaintmsi for notifying.
- Removed the ClipSVC tokens rebuilding part from the scripts, @sebus tests showed that it doesn't help in
activating another machines when same backup is used in restoring process.
- gatherosstate.exe is changed to 14393 version, size is quite small. Also HWID/KMS38 scripts now shares
same "Files" folder files.
- KMS38 protection script updated with latest changes made by @BAU in the reg_takeownership.bat
pastebin.com/XTPt0JSC
Online KMS:
- Now top 3 KMS servers list is randomized in the script so that one server doesn't get all the load. Thanks to
@abbodi1406 for the help.
- Script base is updated to the latest KMS_VL_ALL v34, Thanks to @abbodi1406
https://forums.mydigitallife.net/threads/kms_vl_all-smart-activation-script.79535/
Important change for the online KMS script part,
Enhanced sppsvc/osppsvc detection to avoid script hang if the services are not functional
- KMS server list is updated.
- Now KMS servers are tested with powershell TcpClient instead of test-netconnection, to speed-up the process.
Thanks to @abbodi1406 for the idea.
- Now it's $OEM$ setupcomplete.cmd have choices to select which renewal mode you want.
@ALL:
- Switched to vbs from powershell for the script admin elevation to speed-up the process on low end systems.
Thanks to @AveYo aka @BAU for self-elevate passing args and preventing loop (using temporary vbs file) and (using wsf).
- Updated to Compressed 2 TXT 5.3 script by @AveYo aka @BAU https://github.com/AveYo/Compressed2TXT
- Updated the admin rights detection code where it was failing in some (highly tweaked) systems. Thanks to @AveYo aka @BAU
- Updated the codes for "Extract the text from batch script without character issue" Thanks to @AveYo aka @BAU
- Added -NoProfile switch with every powershell code to speed-up the process. Thanks to @abbodi1406 for the idea.
- In MAS Separate files version's $OEM$ folders are now removed, now I've added $OEM$ extraction script to remove the files redundancy.
```
------------------------------------------------------------------------
## 1.0
```
- (Re)added Online KMS renewal task with proper warnings.
- Redirected all the read me's to online page for easy online translation.
- Read Me's Grammatical errors has been fixed by the @BorrowedWifi
- Some minor tweaks.
```
------------------------------------------------------------------------
## 0.9
```
HWID and KMS38
- Modified file "gatherosstateLTSB15.exe" (For HWID) has been converted to text using
'Compressed 2 txt' by AveYo https://github.com/AveYo/Compressed2TXT to avoid
the possible AV's detection. This file will be extracted in only LTSB 2015 Activation.
- Added ClipSVC tokens Rebuilding (by default) (Thanks to @s1ave77 for the idea)
(To solve the issue when system image is used on different machines)
- Added service checks for ClipSVC, wlidsvc (Not in KMS38), and sppsvc (Thanks to @s1ave77 for the idea)
- Added reattempts for ticket generation and activation.
- Added new keys for 1903 server releases (For KMS38)
- KMS38 script can now unlock the 180 days KMS lock without using full Rearm and Restart.
Now it'll apply the SKU-APP ID rearm if required. (Idea taken from the @Ratiborus Tools)
- Added a separate KMS38 protection script to protect the KMS38 activation from being overrun by
180 days KMS Activators by accident or even on purpose.
(Thanks to @AveYo aka @BAU for the Reg_takeownership snippet pastebin.com/XTPt0JSC)
Online KMS
- Renewal task function has been removed to avoid the possible AV's detection.
Because AV's suspect the background task but same codes can be run just fine in the foreground.
In replacement I've added the Desktop context menu entry for the script for easy manual renewal in case if registered
server goes down, and just FYI added server in the script are running from approx 3 years without problems
and user would need to run the script for renewal after 180 days when the registered server goes down.
- Updated the script to KMS_VL_ALL 32 beta https://forums.mydigitallife.net/threads/kms_vl_all-smart-activation-script.79535/
(Imp - Now script will retry to activate in case of failed activation, it increases it's reliability very much)
(Thanks to @abbodi1406 for the update)
- Now KMS servers will be tested on the Port 1688 with powershell instead of ping for more accuracy.
(Thanks to @RPO for the codes)
- Added appropriate colors in activation output.
ALL
- Added powershell codes for the admin auto elevation with parameters capability.
(Thanks to @AveYo aka @BAU for the codes)
- Added /u parameter for the unattended run instead of changing the value in script.
- For those scripts which may need to provide the long output, I've added powershell snippet
to keep the window height fixed with long buffer size capability.
(Thanks to @dbenham for the codes https://stackoverflow.com/a/13351373)
- Updated the ReadMe's with the Activation info regarding How it works? and Is it safe to use? and possible issues users might face.
- Other minor improvements.
MAS_AIO
- Made an AIO script with the help from av friendly codes,
Compressed2TXT https://github.com/AveYo/Compressed2TXT by @AveYo aka @BAU
'Extract the text from script without character issue' https://forums.mydigitallife.net/posts/1221231/ by @Compo
```
------------------------------------------------------------------------
## 0.8
```
- HWID and KMS38 activation now use the new slc.dll method which requires no registry and temp file.
Thanks to @sponpa for the new ideas and codes https://tinyurl.com/y24dbdmw
and Thanks to @leitek8 for the further improvements http://tinyurl.com/y2a98rlk
Users can easily compile the slc.dll file. Thanks to @leitek8 for providing the instructions.
- HWID and KMS38 activation now use the Windows 10 17134 ADK gatherosstate.exe file.Process is quite fast now. Thanks to @sponpa for the idea.
For LTSB 2015, script uses the mod gatherosstate.exe file from the @angelkyo open source tool https://gitlab.com/angelkyo/w10-digitallicense
- Added following editions for the KMS38 activation.
EnterpriseG
EnterpriseGN
ServerCloudStorage [Server 2016]
ServerDatacenter [Server 2016 & 2019]
ServerDatacenterCor [Server 2016 & 2019]
ServerSolution [Server 2016 & 2019]
ServerSolutionCor [Server 2016 & 2019]
ServerStandard [Server 2016 & 2019]
ServerStandardCor [Server 2016 & 2019]
ServerDatacenterACor [Server Version 1709 & 1803 & 1809]
ServerStandardACor [Server Version 1709 & 1803 & 1809]
- To activate server *cor and *acor editions with KMS38, added the required clipup.exe file from the server 2016 iso in the Files folder.
- In KMS38, instead of clearing global KMS IP, script now set specific KMS host IP to the localhost 127.0.0.2
The advantage of doing this is that, It helps KMS38 remain untouched from the global KMS IP but other products can still use the global IP.
Thanks to @abbodi1406 for the help.
- Digital license script now hide the Activation cmd error output. (Never show any useful info)
- Scripts now check the following problematic characters in the File Path Name. Thanks to @Jeb for the code and @abbodi1406 for the help.
` ! @ % ^ & ( ) + = ; ' ,
- Online KMS Script now hide the info about offline servers.
- Online KMS and clear KMS cache Script are now updated, Thanks to @abbodi1406 for the update https://forums.mydigitallife.net/posts/1511883
- Online KMS script now will attemmpt to activate maximum 2 times to prevent a loop in case of failed activation.
- Updated the KMS server list.
- Fixed a issue in online KMS where Task Scheduler will show incorrect last result report (cosmetic).
- Updated the Read Me and few cosmetic changes in the scripts.
- That's all i remember.
```
------------------------------------------------------------------------
## 0.7
```
To further make sure that script is clean from av's, following changes were made,
- Multipurpose big scripts are not friendly to the AV's, so i've separated all the scripts.
- Now files are not converted to the text, they are added as they are. (because av's 'may' find text to file suspicious)
- Now scripts asks users to manually run the file as administrator .
- Made sure that all custom vbs use have been removed.
(Above changes reduced the user friendliness of the script, but my main priority in maintaining this fork is to
create activators which are AV friendly, and these steps were required to achieve that.)
Some more changes -
- Digital license script now checks for Internet and update service, and changes the update service status if required
and after the activation it put it back as it were previously.
- Changed the Mod gatherosstate files with the files from hwid.kms38.gen.mk6.exe v55.01 https://www.nsaneforums.com/topic/312871--/
by @s1ave77.
(p.s. To adopt the new files of v60.01, i should wait atleast a month to know the av's stable detection rate)
- KMS38 scripts now show a prompt to the users before applying rearm and restart.
- Errors are highlighted in red color in Digital license and KMS38 scripts.
- Removed the options, Insert Windows 10 GVLK and Change Windows 10 Edition (GVLK) (Not very useful)
- Removed the single file fork of C2R-Retail Office To VL, instead added the link to original tool in the read me.
- Online KMS script is updated to the v29 of Standalone Activate-Local.cmd https://forums.mydigitallife.net/posts/1501441 by @abbodi1406
- Added a script in Online KMS which leaves no remnants in the system after the activation.
- Online KMS Scripts now ping 3 servers (download.windowsupdate.com , Bing.com , baidu.com) to check internet connection to ensure
scripts works fine in all parts of the world.
- Each script can be run in unattended mode, also have many more new switches in the scripts. (Use read me to know them)
- Many improvements in every script.
- Screen shots https://lookimg.com/images/2019/02/17/D8SkM.jpg
```
------------------------------------------------------------------------
## 0.6
```
- Fixed an issue where KMS task creation and deletion show incorrect msg in Non English OS's.
- Fixed an issue in LTSB 2015 HWID activation.
- Added @abbodi1406's Office C2R-Retail2Volume Script https://forums.mydigitallife.net/posts/1150042
files are converted to text using @BAU's File2batch [https://s.put.re/aiYbFHiP.7z (Unofficial Link)]
and scripts are added as it is.
(I didn't want to add this but since O2019, C2R-R2V is necessary to activate office, so its
convenient to have it in the activation script)
- Minor changes
- Expanded and categorized the Read Me section.Thanks to @BorrowedWifi for fixing the grammar errors.
- Updated Run as admin elevation cmd.
- Added more info in main and $OEM$ scripts.
- :create_file function is changed, now $OEM$ extraction process is fast.
- Added GUI options list in one place so its easy to navigate codes in the editor.
- KMS server list is now easy to see and edit.
- In change edition option, added minimum OS version requirement, W10_1803
- In KMS38 option, added minimum OS version requirement, W10_1511
- Cleaned the HWID/KMS38 activation and many other codes.
- Replaced the MOD gatherosstate files (extracted from s1ave77's tool) with angelkyo's
open source tool's generated MOD files. https://gitlab.com/angelkyo/w10-digitallicense
- Thats all i remember.
```
------------------------------------------------------------------------
## 0.5
```
- Updated $OEM$ Folder scripts, so that users can use it easily with any edits and other scripts.
- Now Read Me and Credits details will open in notepad, for easy browsing.
- Added confirmation prompt before installing W10 Retail/OEM keys and GVLK option.
- Some cosmetic changes in Menu.
```
------------------------------------------------------------------------
## 0.4
```
- Removed all the Graphic ASCII characters to avoid errors in editing and viewing of this script in non English os's.
- Added additional verification in creation and deletion of online KMS task(s).
- Added 'Create Activation Task' for kms in option, its useful if user ATM don't have Internet and want system to auto activate later.
- KMS servers will be tested in ping in all scenarios now.
- In os's older than windows 7, script will show an error in opening. (script is not compatible with older os's)
- Improved KMS logs.
- HWID and KMS38 process output improved in a way so that all errors can be spotted easily.
- Read Me improved and Some cosmetic changes.
```
------------------------------------------------------------------------
## 0.3
```
- Abbodi1406 fixed an imp bug in his KMS_VL_ALL Script regarding KMS38, I copied those fix in online KMS script. It also fixes the error (only cosmetic, not imp) in last run result of scheduled task when KMS38 is applied. Now there is no error remains in last run result of scheduled task.
(Reminder - This online kms script is a fork of abbodi1406's Standalone-Activate-Local.cmd, it was adjusted to work with multi kms server's and renewal task, preactivation, etc. see @credits)
```
------------------------------------------------------------------------
## 0.2
```
- Added Windows OS checks in HWID, KMS38, and insert keys and change edition option, now these option will only work in Windows 10.
- Fixed an issue where in certain condition user needs to open the script again to fix non functioning option.
- Fixed an issue in Digital + KMS preactivation where it was not working correctly. (Critical)
- Fixed an issue in Digital and KMS38 Preactivation where it wouldn't delete itself after activation.
- Changed Some options location to make it more obvious.
- Changed jscript based text to file converter, to powershell. Although powershell based code is slow but it is more freindly to av's compared to jscript.Now there shouldn't be any possible issue of av's detection.
Thanks to BAU (Aveyo)
- Some other minor changes.
```
------------------------------------------------------------------------
## 0.1
```
MAS_0.1_BETA First release.
About-
- Microsoft Activation Script.cmd
[Windows /server and Office Activator, Open Source and clean from Antivirus Detection]
- This script is the merger of my previous scripts which are,
W10 Digital License Activation Script
W10 LTSB 2015 Digital License Activation Script
Online KMS Activation Script
Digital + KMS Preactivation Script
+
(Added KMS38 Activation)
(KMS38 + Online KMS Preactivation)
(Plus many improvements overall)
These previous scripts are now discontinued and from now on i'll only work on
"Microsoft Activation Script"
```
------------------------------------------------------------------------

View File

@ -0,0 +1,25 @@
# Check Activation Status
MAS includes 2 scripts for checking activation status in Windows and Office (WMI, VBS) which are taken from abbodi1406's [KMS_VL_ALL](https://github.com/abbodi1406/KMS_VL_ALL_AIO/).
Read below to see the differences between the 2 scripts.
------------------------------------------------------------------------
## Check Activation Status [VBS]
- Queries and executes official licensing VBScripts: slmgr.vbs for Windows, ospp.vbs for Office.
- Shows the activation expiration date for Windows.
- Office 2010 ospp.vbs shows very little information.
------------------------------------------------------------------------
## Check Activation Status [WMI]
- Queries and executes WMI functions using wmic.exe or VBScripts.
- Shows extra information (SKU ID, key channel).
- Shows the activation expiration date for all products.
- Shows more detailed information for Office 2010.
- Can show the status of Office UWP apps.
- Implement vNextDiag.ps1 functions to **detect new Office 365 vNext licenses and subscriptions**.
------------------------------------------------------------------------

View File

@ -0,0 +1,58 @@
# Command Line Switches
## Switches List
- You can use the below switches in MAS AIO, separate files version and in Powershell one-liner to run in unattended mode.
- If you want to use it in Windows Pre-Activation then check [this](oem-folder.md) page for more details.
| Switches | Meaning |
|------------------------|-----------------------------------------------|
| `/HWID` | Activate with HWID |
| `/HWID-NoEditionChange` | Some editions don't support HWID, script by default change edition to nearest available to enable HWID activation. This switch can be used to stop this change. You don't need to add `/HWID` switch with this. |
| | |
| `/Ohook` | Install Ohook to activate Office |
| `/Ohook-Uninstall` | Uninstall Ohook |
| | |
| `/KMS38` | Activate with KMS38 |
| `/KMS38-RemoveProtection` | Remove KMS38 protection |
| `/KMS38-NoEditionChange` | Some editions don't support KMS38, script by default change edition to nearest available to enable KMS38 activation. This switch can be used to stop this change. You don't need to add `/KMS38` switch with this. |
| | |
| `/KMS-Windows` | Activate Windows with Online KMS |
| `/KMS-Office` | Activate Office with Online KMS |
| `/KMS-WindowsOffice` | Activate Windows & Office with Online KMS |
| `/KMS-RenewalTask` | Install Online KMS renewal task |
| `/KMS-ActAndRenewalTask` | Install Online KMS activation & renewal tasks (Recommended) |
| `/KMS-Uninstall` | Uninstall Online KMS |
| `/KMS-KeepvNext` | Don't override Office C2R vNext license |
| `/KMS-Debug` | Create Debug log in Online KMS Activation |
| `/KMS-Logger` | Create simple log in Online KMS Activation |
| | |
| `/S` | Run operations in silent mode (no output) |
------------------------------------------------------------------------
## Uses In Powershell One Liner
`& ([ScriptBlock]::Create((irm https://mass grave.dev/get))) /para`
**Notes** - Remove the space between `mass grave`
- Replace `/para` in this command with the switches from the above table. You can also use multiple switches. For example, `/HWID /KMS-Office /KMS-ActAndRenewalTask`
- This Powershell one-liner will work on Windows 8.1 and later versions only.
- To change the edition through the command line, check [here](change_edition.md#manual-edition-change). We didn't automate it in MAS because it requires a reboot in some cases.
------------------------------------------------------------------------
## Rules
- Script will run in unattended mode if any switch is used.
- `/S` switch is not applicable in MAS separate files version scripts.
- All switches are case-insensitive, and work in any order, but must be separated with spaces.
- KMS Uninstall switch will take precedence over other KMS switches.
- KMS38 remove protection switch will take precedence over KMS38 activation.
------------------------------------------------------------------------
## Need help?
- Check [here](troubleshoot.md).

12
docs/contactus.md Normal file
View File

@ -0,0 +1,12 @@
# Contact Us
Please feel free to share feedback regarding bug reports, documentation errors, troubleshooting, etc. using the links below.
- [Discord](https://discord.gg/tVFN4N84PP) ❤️ (signup not required) - Discussion
- [Reddit](https://www.reddit.com/r/MAS_Activator/)
- [Twitter](https://twitter.com/massgravel)
- [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) / [Bitbucket](https://bitbucket.org/WindowsAddict/microsoft-activation-scripts)
- Email: windowsaddict@protonmail.com
- [Nsaneforums](https://nsaneforums.com/topic/316668--)
------------------------------------------------------------------------

17
docs/credits.md Normal file
View File

@ -0,0 +1,17 @@
# Credits
The MAS project wouldn't be possible without the kind help and use of other honorable developers' tools and scripts. I would like to say thanks to all those wonderful people and projects.
| | |
|----------------------|:-------------------------------------------------|
| [asdcorp](https://github.com/asdcorp) | [Original HWID/KMS38 methods](https://nsaneforums.com/topic/316668-microsoft-activation-scripts/page/29/#comment-1497887), Reinvented HWID after [free upgrade block](https://devicepartner.microsoft.com/en-us/communications/comm-windows-ends-installation-path-for-free-windows-7-8-upgrade), [GamersOsState](https://github.com/asdcorp/GamersOsState), [Integrated_Patcher](https://github.com/asdcorp/Integrated_Patcher_3), [Ohook](https://github.com/asdcorp/ohook), [Rearm](https://github.com/asdcorp/rearm), [Set-WindowsCbsEdition](https://github.com/asdcorp/Set-WindowsCbsEdition), [hwid-stuff](https://github.com/massgravel/hwid-stuff), [licensing-stuff](https://github.com/awuctl/licensing-stuff), [info](https://github.com/massgravel/activation), [clic](https://github.com/asdcorp/clic) branding materials and great help |
| [vyvojar](https://github.com/vyvojar) | [slshim](https://app.box.com/s/y71tpcamofcg6zv6k7by6gaex6om3q4d) |
| sponpa, leitek8 | [slc.dll Improvements](https://nsaneforums.com/topic/316668-microsoft-activation-scripts/page/21/?tab=comments#comment-1431257) |
| AveYo | [Compressed2TXT](https://github.com/AveYo/Compressed2TXT), [LeanAndMean](https://github.com/AveYo/LeanAndMean), and great help |
| [Enthousiast](https://forums.mydigitallife.net/members/enthousiast.104688/) | ISO uploads, User support |
| [Lyssa](https://github.com/thecatontheceiling) | Official mascot, User support |
| abbodi1406 | [KMS_VL_ALL](https://forums.mydigitallife.net/threads/kms_vl_all-smart-activation-script.79535/#post-838808) (Online KMS is a fork of it), enormous help in coding and problem solving |
| [Alex](https://github.com/ave9858) (aka may, ave9858) | Universal Ticket for HWID/KMS38, DISM Api method to change Windows edition, [CleanOffice.ps1](https://gist.github.com/ave9858/9fff6af726ba3ddc646285d1bbf37e71), User support, Co-enhancing MAS, suggestions and great help in coding and problem solving |
| WindowsAddict | MAS Author |
And thanks to the MAS users for their interest, feedback, and assistance. ❤️

87
docs/faq.md Normal file
View File

@ -0,0 +1,87 @@
# FAQ
(Frequently Asked Questions)
- **How to use it?**
Check the info [here](intro.md#download--how-to-use-it).
- **How to activate Windows permanently?**
Use the HWID option in MAS.
- **How to download and install Office?**
Check the info [here](genuine-installation-media.md).
- **How to activate Office permanently?**
Use the Ohook option in MAS.
- **It says activation failed, what to do now?**
Check [here](troubleshoot.md).
- **Is MAS safe? How can I know if there is any malware?**
MAS is fully [open-source](intro.md#mas-latest-release). You can open the batch files with Notepad and verify it. It has many users/stars on GitHub. You can even perform the activation manually, check the Docs section for instructions.
- **When is the release date for Windows 11 Enterprise LTSC?**
It will be officially released in 2nd half of 2024, more [info](https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-client-roadmap-update-april-2023/ba-p/3805227). Download links will be shared here.
Insider build ISO for Windows 11 LTSC has been leaked but we recommend not installing it for general use because its authenticity can not be verified and the build is not stable.
- **Where is the info related to Office 2024?**
Check [here](https://gravesoft.dev/download_windows_office/office_c2r_custom/#microsoft-office-2024-preview).
- **How to download the full version of Windows 10 LTSC 2021?**
Check the info [here](genuine-installation-media.md).
- **I've downloaded Enterprise LTSC from Microsoft, why MAS is not activating it?**
Microsoft doesn't provide the full LTSC version for free, instead, it provides an evaluation copy that works for 90 days and can not be activated. You need to install the full version from [here](genuine-installation-media.md) to be able to activate.
- **How to change the Windows edition from Home to Pro?**
In MAS, go to Extras and select the Change Edition option.
- **Will I lose any data in changing the Windows edition from Home to Pro with MAS?**
No.
- **I changed my Windows edition from Home to Pro and now Windows is deactivated.**
Run HWID activation to activate Pro. Each edition requires separate activation.
- **How to remove HWID, Ohook, KMS38, and Online KMS activation?**
[HWID](hwid.md#how-to-remove-hwid), [Ohook](ohook.md#how-to-remove-ohook), [KMS38](kms38.md#how-to-remove-kms38), [Online KMS](online_kms.md#how-to-remove-online-kms)
- **Can I link my Microsoft account safely with MAS activation methods?**
Yes.
- **Can I update Windows/Office after activation?**
Yes.
- **I'm in Russia and Office is not downloading.**
Check this [guide](https://gravesoft.dev/guides/bypass-russian-geoblock).
- **Can I activate Office 365?**
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.
- **Why Office is showing the "Update License" button in the file menu?**
It is appearing even for customers who have a genuine subscription license and there is nothing to worry about. More [info](https://support.microsoft.com/office/update-license-button-29025197-58d9-4b17-acc1-99a45dabf330).
- **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.
- **Can I get Python in Excel with MAS activation?**
[Python in Excel](https://support.microsoft.com/office/introduction-to-python-in-excel-55643c2e-ff56-4168-b1ce-9428c8308545) is currently in the preview and it's a server-side feature. To get this feature, you need to switch the office update channel to the [Insider build](https://github.com/massgravel/Microsoft-Activation-Scripts/discussions/399#discussioncomment-8871527) and then you will be able to get a few tries to test it if you don't have a Microsoft 365 subscription, meaning to get full access, you need a subscription license and it won't work with MAS activation.
- **I'm getting an 'Office is not genuine' banner.**
Run Ohook activation from the latest MAS version.
- **Can I delete the MAS folder after activation?**
Yes.
- **How is MAS able to activate?**
Read activation details in the Docs section.
- **Does MAS work for Windows 7/8.1?**
The online KMS option works for Windows 7 Pro & Enterprise (Not Ultimate). All Windows 8/8.1 editions are supported by the Online KMS option.
- **Where can I donate?**
MAS project doesn't accept donations and it's free.
It's because it's a community project and involves many contributors, splitting donations is not practical, and also because profiting from piracy is not good.
------------------------------------------------------------------------
If you have any other questions, feel free to connect with us [here](contactus.md).

View File

@ -0,0 +1,48 @@
# Download Windows / Office
All download links lead to genuine files only.
### Windows
| | |
|-|-|
| Windows 11 / 10 / 8.1 (Official Links) ❤️ | [MSDL](https://msdl.gravesoft.dev/) - [Microsoft](https://www.microsoft.com/software-download) |
| Windows 11 | [Link](windows_11_links.md) |
| Windows 10 | [Link](windows_10_links.md) |
| Windows 10 Enterprise **LTSC** | [Link](windows_ltsc_links.md) |
| Windows ARM64 | [Link](windows_arm_links.md) |
| Windows 8.1 | [Link](windows_8.1_links.md) |
| Windows 7 | [Link](windows_7_links.md) |
| Windows Vista | [Link](windows_vista_links.md) |
| Windows XP | [Link](windows_xp_links.md) |
| Windows Server | [Link](windows_server_links.md) |
| Windows Insider | [10/11](https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewiso) - [Server](https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewserver) |
### Office
| | |
|-|-|
| Office C2R Installers (Retail) ❤️ | [Link](https://gravesoft.dev/download_windows_office/office_c2r_links) (Easy to install) |
| Office C2R Custom Install (Retail / VL) | [Link](https://gravesoft.dev/download_windows_office/office_c2r_custom) (More steps, allows customization) |
| Office MSI VL (Old versions) | [Link](office_msi_links.md) |
| Office For **Mac** | [Link](office_for_mac.md) |
You can contact us [here](https://discord.gg/tVFN4N84PP) if you need any other Windows / Office files.
------------------------------------------------------------------------
## Verify Authenticity Of Files
- We can use the [file hashing method](https://en.wikipedia.org/wiki/File_verification) to verify if a file is genuine or not, but we must first know the actual checksum of the file.
- Microsoft publishes a checksum list for [Windows 11](https://www.microsoft.com/software-download/windows11) consumer edition. The checksum list for other products is not public and is available to paid subscribers of [MVS](https://visualstudio.microsoft.com/subscriptions/).
- There are many places where we can find the checksums for Microsoft files and compare them with our files using tools like [7-Zip](https://7-zip.org/) (After installing 7-Zip, right-click on the ISO file and go to 7-Zip > CRC SHA). Below is a list of sites containing checksums.
- [files.rg-adguard](https://files.rg-adguard.net/) (most complete collection)
- [MVS dump](https://awuctl.github.io/mvs/)
- [genuine-iso-verifier](https://genuine-iso-verifier.weebly.com/)
- [msdn.rg-adguard](https://msdn.rg-adguard.net/)
- [sha1.rg-adguard](https://sha1.rg-adguard.net/)
------------------------------------------------------------------------
## Need help?
- Check [here](contactus.md).

15
docs/guide_links.md Normal file
View File

@ -0,0 +1,15 @@
# Guides
If you are facing any error, the script should tell you which guide you need to follow. If you are unsure, we suggest getting help from [here](troubleshoot.md) instead of blindly following the guides.
---
- [Office License Is Not Genuine](office-license-is-not-genuine.md)
- [Bypass Russian Geoblock](https://gravesoft.dev/guides/bypass-russian-geoblock)
- [Fix WPA Registry](https://gravesoft.dev/guides/fix-wpa-registry)
- [Licensing Servers Issue](licensing-servers-issue.md)
- [Issues Due To Gaming Spoofers](issues_due_to_gaming_spoofers.md)
- [Change Edition Issues](change_edition_issues.md)
- [In-place Repair Upgrade](https://gravesoft.dev/guides/in-place_repair_upgrade)
---

249
docs/hwid.md Normal file
View File

@ -0,0 +1,249 @@
# HWID Activation
## Overview
- How to use it? Please find the instructions [here](intro.md#download--how-to-use-it).
- This activation method supports Windows 10/11 only.
- This activation method does not store or modify any files in your system.
- This activation method gives you permanent Windows activation for your system hardware.
- All activations can be linked to a Microsoft account without any issues.
- Once the system is activated, this activation cannot be removed because the license is stored in the Microsoft servers and not in the user's system. MS checks the hardware ID (HWID) and if a license is found in their database, the system will automatically activate. This is how official digital license works.
- Any significant changes to the hardware (such as a motherboard) may deactivate the system. It is possible to reactivate a system that was deactivated because of significant hardware changes, IF your activation, was linked to an online Microsoft account.
- For activation to succeed, internet connectivity must be enabled. If you are trying to activate without these conditions being met, then the system will auto-activate later when the conditions are met.
- The following is required for Windows to reactivate itself after Windows reinstall:
- The internet is required. (Only at the time of activation)
- The system will auto-activate only if Retail (Consumer) media was used for installing Windows.
- The system will NOT auto-activate if VL (Business) media was used for the installation. In this case, the user will have to insert the generic Retail/OEM key corresponding to the Windows edition currently running to activate if the user doesn't want to use the script again. (Those keys can be found below on this page)
------------------------------------------------------------------------
## HWID History
## How does it work?
#### HWID 1 (Now defunct) (Summer of 2018 - Sep 26 2023)
- In the official upgrade process from Windows 7 to Windows 10, if your copy of Windows 7 was activated, Microsoft provided a digital license for Windows 10 without any cost.
- In the background, the upgrade process runs a file named gatherosstate.exe (available in Windows 10/11 ISO) and it checks the license of the current Windows installation. If it detected that it is activated, it generates a valid GenuineTicket.xml **ticket** which is sent to Microsoft and in return, MS authorizes a license.
- So, if we can convince the gatherosstate.exe file that the conditions are met for ticket generation by fooling it, it will generate a valid ticket, which can be used to get the valid digital license.
- How to convince gatherosstate.exe that Windows is activated?
There are two methods for it.
**1-** Place a [custom slc.dll](https://github.com/asdcorp/Integrated_Patcher_3) file beside gatherosstate.exe:
gatherosstate.exe uses the system's `C:\Windows\System32\slc.dll` file to gather the system's info. If we place a custom slc.dll file beside gatherosstate.exe, it can send rubbish data to it, then it will simply accept it and generate a valid ticket.
**2-** [Modify](https://github.com/asdcorp/GamersOsState) the gatherosstate.exe file directly so that it doesn't check the system's activation status at all and create a valid ticket.
- You can find the workings of this old method here: [MAS-Legacy-Methods](https://github.com/massgravel/MAS-Legacy-Methods).
- Microsoft [made](https://devicepartner.microsoft.com/en-us/communications/comm-windows-ends-installation-path-for-free-windows-7-8-upgrade) server-side changes to their licensing servers to block the free upgrade, and with that server-side change, this method stopped working. To be clear, only new activation requests coming from new hardware were blocked, already established digital licenses with this method are fine.
#### HWID 2 (Currently working) (03 Oct 2023 - Current)
- When Microsoft stopped the free upgrade, it started requiring a genuine valid key in the ticket to authorize a digital license. In the new method, we use only the Installation ID of a genuine, valid key. This gets accepted by the server and allows us to get a digital license for free. Check the manual activation process in below section to know how to make working universal tickets.
------------------------------------------------------------------------
Now a question, can Microsoft block the new requests or revoke already established digital licenses?
- Revoking the licenses would be too extreme and will face many complications and create a risk of voiding valid licenses. However, they can very easily block the new activation requests for new hardware coming from the methods mentioned here.
------------------------------------------------------------------------
## Supported Products
| Windows 10/11 | Generic Retail/OEM/MAK Key |
|:--------------------------------------|:--------------------------------|
| Education | YNMGQ-8RYV3-4PGQ3-C8XTP-7CFBY |
| Education N | 84NGF-MHBT6-FXBX8-QWJK7-DRR8H |
| Enterprise | XGVPP-NMH47-7TTHJ-W3FW7-8HV2C |
| Enterprise N | 3V6Q6-NQXCX-V8YXR-9QCYV-QPFCT |
| Enterprise LTSB 2015 | FWN7H-PF93Q-4GGP8-M8RF3-MDWWW |
| Enterprise LTSB 2016 | NK96Y-D9CD8-W44CQ-R8YTK-DYJWX |
| Enterprise LTSC 2019 | 43TBQ-NH92J-XKTM7-KT3KK-P39PB |
| Enterprise N LTSB 2015 | NTX6B-BRYC2-K6786-F6MVQ-M7V2X |
| Enterprise N LTSB 2016 | 2DBW3-N2PJG-MVHW3-G7TDK-9HKR4 |
| Home | YTMG3-N6DKC-DKB77-7M9GH-8HVX7 |
| Home N | 4CPRK-NM3K3-X6XXQ-RXX86-WXCHW |
| Home China | N2434-X9D7W-8PF6X-8DV9T-8TYMD |
| Home Single Language | BT79Q-G7N6G-PGBYW-4YWX6-6F4BT |
| IoT Enterprise | XQQYW-NFFMW-XJPBH-K8732-CKFFD |
| IoT Enterprise Subscription | P8Q7T-WNK7X-PMFXY-VXHBG-RRK69 |
| IoT Enterprise LTSC 2021 | QPM6N-7J2WJ-P88HH-P3YRH-YY74H |
| IoT Enterprise LTSC 2024 | CGK42-GYN6Y-VD22B-BX98W-J8JXD |
| IoT Enterprise LTSC Subscription 2024 | N979K-XWD77-YW3GB-HBGH6-D32MH |
| Pro | VK7JG-NPHTM-C97JM-9MPGT-3V66T |
| Pro N | 2B87N-8KFHP-DKV6R-Y2C8J-PKCKT |
| Pro Education | 8PTT6-RNW4C-6V7J2-C2D3X-MHBPB |
| Pro Education N | GJTYN-HDMQY-FRR76-HVGC7-QPF8P |
| Pro for Workstations | DXG7C-N36C4-C4HTG-X4T3X-2YV77 |
| Pro N for Workstations | WYPNQ-8C467-V2W6J-TX4WX-WT2RQ |
| S | V3WVW-N2PV2-CGWC3-34QGF-VMJ2C |
| S N | NH9J3-68WK7-6FB93-4K3DF-DJ4F6 |
| SE | KY7PN-VR6RX-83W6Y-6DDYQ-T6R4W |
| SE N | K9VKN-3BGWV-Y624W-MCRMQ-BHDCD |
| Team | XKCNC-J26Q9-KFHD2-FKTHY-KD72Y |
**Notes:**
- X86-X64 and ARM64 architecture systems are supported.
- Any Evaluation version of Windows (i.e. 'EVAL' LTSB/C) cannot be activated.
- IoTEnterpriseS (LTSC) 2021 key will be used to activate the unsupported EnterpriseS (LTSC) 2021 edition.
- Windows Server does not support HWID activation.
- ServerRdsh edition does not [officially](https://learn.microsoft.com/en-us/azure/virtual-desktop/windows-10-multisession-faq) support activation on non-azure systems.
------------------------------------------------------------------------
## How to remove HWID?
- You cannot remove it, just like you cannot remove an official Windows digital license. Once a system is activated, this activation cannot be removed because the license is stored in the Microsoft servers and not in the user's system. MS checks the hardware ID (HWID) and if a license is found in their database, the system will automatically activate.
- If you still want to remove the activation for any XYZ reason, you can either use the change edition option in the extras section in MAS **or** get the KMS key from [here](kms38.md#supported-products) and enter this in the Windows settings activation page.
------------------------------------------------------------------------
## Command line Switches
- Check [here](command_line_switches.md).
------------------------------------------------------------------------
## Manual Activation
This is for those who wants to perform manual activation. If you want a tool to do this for you, then check [here](intro.md#download--how-to-use-it).
We can perform the manual activation process in 2 ways.
### 1- From Ready-Made Ticket
- Make sure the internet is enabled.
- Open Windows PowerShell as administrator, and enter the following commands in the sequence in which they are given.
- Enter the Key (Replace `<key>` with the key from the above list) with the following command:
`slmgr /ipk <key>`
- Download Universal tickets from [here](/files/Tickets.zip) and extract the downloaded file.
- Now enter below code in PowerShell:
`(Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Control\ProductOptions).OSProductPfn`
- This command will you show you some text like `Microsoft.Windows.48.X19-98841_8wekyb3d8bbwe`
- You need to find the exact same name ticket file in the folder which you have extracted earlier.
- Copy that ticket file and paste it in the following folder:
`C:\ProgramData\Microsoft\Windows\ClipSVC\GenuineTicket`
- Now run below command in PowerShell to apply the ticket:
`clipup -v -o`
- Activate Windows with the following command:
`slmgr /ato`
- Check Activation Status with the following command:
`slmgr /xpr`
- Done.
------------------------------------------------------------------------
### 2- From Scratch
In this process, we will perform activation from scratch. This is based on the Universal ticket method. Here, we will create identical tickets that are used in the MAS HWID script and activate the system with them.
- Download the file from the official MS link and extract the .cab file.
https://download.microsoft.com/download/9/A/E/9AE69DD5-BA93-44E0-864E-180F5E700AB4/adk/Installers/14f4df8a2a7fc82a4f415cf6a341415d.cab
- Find the file named `filf8377e82b29deadca67bc4858ed3fba9` (Size: 330 KB) and rename it to `gatherosstate.exe`
- Make a folder named `Files` in the C drive, `C:\Files` and copy the `gatherosstate.exe` file into that folder.
- Make sure that the internet is enabled.
- Open Windows PowerShell as administrator and enter the following commands in the sequence in which they are given.
- Enter the key (Replace `<key>` with the key from the above list) with the following command:
`slmgr /ipk <key>`
- Copy the below code all at once and enter it in PowerShell to modify the `gatherosstate.exe` file. This code to modify the file is based on [GamersOsState](https://github.com/asdcorp/GamersOsState).
```
$bytes = [System.IO.File]::ReadAllBytes("C:\Files\gatherosstate.exe")
$bytes[320] = 0xf8
$bytes[321] = 0xfb
$bytes[322] = 0x05
$bytes[324] = 0x03
$bytes[13672] = 0x25
$bytes[13674] = 0x73
$bytes[13676] = 0x3b
$bytes[13678] = 0x00
$bytes[13680] = 0x00
$bytes[13682] = 0x00
$bytes[13684] = 0x00
$bytes[32748] = 0xe9
$bytes[32749] = 0x9e
$bytes[32750] = 0x00
$bytes[32751] = 0x00
$bytes[32752] = 0x00
$bytes[32894] = 0x8b
$bytes[32895] = 0x44
$bytes[32897] = 0x64
$bytes[32898] = 0x85
$bytes[32899] = 0xc0
$bytes[32900] = 0x0f
$bytes[32901] = 0x85
$bytes[32902] = 0x1c
$bytes[32903] = 0x02
$bytes[32904] = 0x00
$bytes[32906] = 0xe9
$bytes[32907] = 0x3c
$bytes[32908] = 0x01
$bytes[32909] = 0x00
$bytes[32910] = 0x00
$bytes[32911] = 0x85
$bytes[32912] = 0xdb
$bytes[32913] = 0x75
$bytes[32914] = 0xeb
$bytes[32915] = 0xe9
$bytes[32916] = 0x69
$bytes[32917] = 0xff
$bytes[32918] = 0xff
$bytes[32919] = 0xff
$bytes[33094] = 0xe9
$bytes[33095] = 0x80
$bytes[33096] = 0x00
$bytes[33097] = 0x00
$bytes[33098] = 0x00
$bytes[33449] = 0x64
$bytes[33576] = 0x8d
$bytes[33577] = 0x54
$bytes[33579] = 0x24
$bytes[33580] = 0xe9
$bytes[33581] = 0x55
$bytes[33582] = 0x01
$bytes[33583] = 0x00
$bytes[33584] = 0x00
$bytes[33978] = 0xc3
$bytes[34189] = 0x59
$bytes[34190] = 0xeb
$bytes[34191] = 0x28
$bytes[34238] = 0xe9
$bytes[34239] = 0x4f
$bytes[34240] = 0x00
$bytes[34241] = 0x00
$bytes[34242] = 0x00
$bytes[34346] = 0x24
$bytes[34376] = 0xeb
$bytes[34377] = 0x63
[System.IO.File]::WriteAllBytes("C:\Files\gatherosstatemodified.exe", $bytes)
```
- Now right click on the file `gatherosstatemodified.exe`, go to properties and set the compatibility mode to Windows XP SP3.
- Now we need to generate the ticket, to do that, enter the below command:
```
$value = (Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Control\ProductOptions).OSProductPfn
C:\Files\gatherosstatemodified.exe /c Pfn=$value`;PKeyIID=465145217131314304264339481117862266242033457260311819664735280
```
- A GenuineTicket.xml file should be created in the folder `C:\Files\`. Now, let's apply it.
`clipup -v -o -altto C:\Files\`
- Activate Windows with the following command:
`slmgr /ato`
- Check Activation Status with the following command:
`slmgr /xpr`
- Done.
**Notes:**
- If the system is already activated then, then the created ticket will be a Lockbox ticket. If not, it will be a Downlevel ticket.
- To make the exact ticket used in MAS HWID script, make sure system is already activated and fix the time with the below PowerShell command and then initiate the ticket generation process as per the steps mentioned above.\
`Set-TimeZone -Id "UTC"; $date=[datetime]"2022/10/11 12:00";while($true){set-date $date; start-sleep -milliseconds 10}`
------------------------------------------------------------------------
## Setup Preactivate
- Check the Extract OEM option in the MAS `Extras` section if you want pre-activated Windows installation.
- Further, read [here](oem-folder.md).
------------------------------------------------------------------------
## Troubleshooting
- Check [here](troubleshoot.md).

89
docs/intro.md Normal file
View File

@ -0,0 +1,89 @@
---
slug: /
sidebar_position: 1
sidebar_label: Intro
---
# Microsoft Activation Scripts (MAS)
A Windows and Office activator using HWID / Ohook / KMS38 / Online KMS activation methods, with a focus on open-source code and fewer antivirus detections.
------------------------------------------------------------------------
## Features
- **HWID (Digital License)** Method to Permanently Activate Windows
- **Ohook** Method to Permanently Activate Office
- **KMS38** Method to Activate Windows/Server Till the Year 2038
- **Online KMS** Method to Activate Windows/Server/Office For 180 Days (Lifetime With Renewal Task)
- Advanced Activation Troubleshooting
- $OEM$ Folders For Preactivation
- Change Windows Edition
- Check Windows/Office Activation Status
- Available in All In One and Separate Files Versions
- Fully Open Source and Based on Batch Scripts
- Fewer Antivirus Detections
------------------------------------------------------------------------
## MAS Latest Release
Last Release - v2.5 (16-Nov-2023)
[GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) / [Bitbucket](https://bitbucket.org/WindowsAddict/microsoft-activation-scripts)
------------------------------------------------------------------------
## Download / How to use it?
### Method 1 - PowerShell
(Recommended)
- Right-click on the Windows start menu and select PowerShell or Terminal (Not CMD).
- Copy and paste the code below and press enter
```
irm https://massgrave.dev/get | iex
```
- You will see the activation options. Follow the on-screen instructions.
- That's all.
### Method 2 - Traditional
- Download the file from [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts/archive/refs/heads/master.zip) or [Bitbucket](https://bitbucket.org/WindowsAddict/microsoft-activation-scripts/get/master.zip)
- Right-click on the downloaded zip file and extract
- In the extracted folder, find the folder named `All-In-One-Version`
- Run the file named `MAS_AIO.cmd`
- You will see the activation options, follow the on-screen instructions.
- That's all.
To run the scripts in unattended mode, check [here](command_line_switches.md)
------------------------------------------------------------------------
## Activations Summary
| Activation Type | Supported Product | Activation Period |
|:----------------|:---------------------|:-------------------------------------|
| HWID | Windows 10-11 | Permanent |
| Ohook | Office | Permanent |
| KMS38 | Windows 10-11-Server | Till the Year 2038 |
| Online KMS | Windows / Office | 180 Days. Lifetime With Renewal Task |
For more details, use the respective activation details in Docs.
To activate unsupported products such as **Office on Mac**, check [here](unsupported_products_activation.md).
------------------------------------------------------------------------
## Screenshots
![](/img/MAS_AIO.png)
![](/img/MAS_HWID.png)
![](/img/MAS_Ohook.png)
![](/img/MAS_Troubleshoot.png)
------------------------------------------------------------------------
Made with Love ❤️

View File

@ -0,0 +1,11 @@
# Issues Due To Gaming Spoofers
## Incorrect ModuleId
MAS activation may show the error related to "Incorrect ModuleId". Some gaming spoofers mess with Windows activation-related registry keys and because of that windows can not be activated. To fix this, you just need to restore that corrupt registry key with default data.
- [Download](/files/spp_pro.zip) and run this registry file, and confirm all prompts.
- Restart your system.
- Run the activation in MAS and if the issue is still not resolved, connect with us [here](troubleshoot.md).
------------------------------------------------------------------------

298
docs/kms38.md Normal file
View File

@ -0,0 +1,298 @@
# KMS38 Activation
## Overview
- How to use it? Please find the instructions [here](intro.md#download--how-to-use-it).
- This activation method activates Windows 10/11 and Windows Server (14393 and later builds), until January 19, 2038, 03:14:07 UTC.
- This activation method does not store any files on the system.
- This activation method works offline.
- Unlike HWID and Online KMS activation options, KMS38 does not match with any official activation method.
------------------------------------------------------------------------
## How does it work?
- In a genuine [KMS](https://docs.microsoft.com/en-us/previous-versions/tn-archive/ee939272(v=technet.10)?redirectedfrom=MSDN#kms-overview) activation environment, activation lasts a maximum of up to 180 days. This is done using a valid license and server setup.
- In the Windows major upgrade process, the system uses `gatherosstate.exe` to carry over the remaining KMS activation period. It does this by creating a ticket that can be used offline.
- The trick is that we can fool the `gatherosstate.exe` about the remaining KMS activation period and manually put the desired period maximum up to January 19, 2038, 03:14:07 UTC.
- Why is it limited to the year 2038?
It's related to the [Y2K38 problem](https://en.wikipedia.org/wiki/Year_2038_problem) as this date (19 January 2038 03:14:07 UTC) is the maximum date we can give to `gatherosstate.exe` without it looping back to the year 1970.
- How can we convince the gatherosstate.exe?
There are two methods for it.
**1-** Place a [custom slc.dll](https://github.com/asdcorp/Integrated_Patcher_3) file beside gatherosstate.exe:
gatherosstate.exe uses the system's `C:\Windows\System32\slc.dll` file to gather the system's info. If we place a custom slc.dll file beside gatherosstate.exe which can send the rubbish data to it, then it will simply accept it and generate a valid ticket allowing activation up to January 19, 2038, 03:14:07 UTC.
**2-** [Modify](https://github.com/asdcorp/GamersOsState) the gatherosstate.exe file itself so that it doesn't check the system's activation status and we can put the activation period as we wish.
- **Notes:**
- To be clear, we are **not modifying/patching any on-board system file** to get the ticket. Gatherosstate.exe is a part of the ISO file and not available in C drive system files. The system's slc.dll file is not touched; Instead, we use custom slc.dll only for a brief moment of ticket generation.
- Latest MAS doesn't use any of these methods; Instead, it uses ready-to-use Universal tickets (check below for manual activation info).
**Q:** Can Microsoft block this kind of activation?
**A:** Not directly. They could only update Clipup to allow for a maximum activation period of 180 days. Not much besides that can be done on their part. The tickets are not sent to Microsoft at all, so they can't block them or take action directly.
------------------------------------------------------------------------
## Supported Products
| Windows 10/11 | Generic Volume License Key |
|:------------------------------------------|:----------------------------|
| Education | NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 |
| Education N | 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ |
| Enterprise | NPPR9-FWDCX-D2C8J-H872K-2YT43 |
| Enterprise N | DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4 |
| Enterprise G | YYVX9-NTFWV-6MDM3-9PT4T-4M68B |
| Enterprise G N | 44RPN-FTY23-9VTTB-MP9BX-T84FV |
| Enterprise LTSB 2016 | DCPHK-NFMTC-H88MJ-PFHPY-QJ4BJ |
| Enterprise LTSC 2019 | M7XTQ-FN8P6-TTKYV-9D4CC-J462D |
| Enterprise LTSC 2021 | M7XTQ-FN8P6-TTKYV-9D4CC-J462D |
| Enterprise LTSC 2024 | M7XTQ-FN8P6-TTKYV-9D4CC-J462D |
| Enterprise N LTSB 2016 | QFFDN-GRT3P-VKWWX-X7T3R-8B639 |
| Enterprise N LTSC 2019 | 92NFX-8DJQP-P6BBQ-THF9C-7CG2H |
| Enterprise N LTSC 2021 | 92NFX-8DJQP-P6BBQ-THF9C-7CG2H |
| Enterprise N LTSC 2024 | 92NFX-8DJQP-P6BBQ-THF9C-7CG2H |
| IoT Enterprise LTSC 2021 (19044.2788 and later) | KBN8V-HFGQ4-MGXVD-347P6-PDQGT |
| IoT Enterprise LTSC 2024 | KBN8V-HFGQ4-MGXVD-347P6-PDQGT |
| Home | TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 |
| Home N | 3KHY7-WNT83-DGQKR-F7HPR-844BM |
| Home China | PVMJN-6DFY6-9CCP6-7BKTT-D3WVR |
| Home Single Language | 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH |
| Lean | NBTWJ-3DR69-3C4V8-C26MC-GQ9M6 |
| Pro | W269N-WFGWX-YVC9B-4J6C9-T83GX |
| Pro N | MH37W-N47XK-V7XM9-C7227-GCQG9 |
| Pro Education | 6TP4R-GNPTD-KYYHQ-7B7DP-J447Y |
| Pro Education N | YVWGF-BXNMC-HTQYQ-CPQ99-66QFC |
| Pro for Workstations | NRG8B-VKK3Q-CXVCJ-9G2XF-6Q84J |
| Pro N for Workstations | 9FNHH-K3HBT-3W4TD-6383H-6XYWF |
| SE | 37D7F-N49CB-WQR8W-TBJ73-FM8RX |
| SE N | 6XN7V-PCBDC-BDBRH-8DQY7-G6R44 |
| Windows Server (LTSC) | Generic Volume License Key |
|:-------------------------------------|:--------------------------------|
| Windows Server 2025 Standard | DPNXD-67YY9-WWFJJ-RYH99-RM832 |
| Windows Server 2025 Datacenter | CNFDQ-2BW8H-9V4WM-TKCPD-MD2QF |
| Windows Server 2025 Azure Core | QN7G3-4RM92-MT6QR-PR966-FVYV7 |
| Windows Server 2025 Azure Datacenter | NQ8HH-FTDTM-6VGY7-TQ3DV-XFBV2 |
| Windows Server 2022 Datacenter | WX4NM-KYWYW-QJJR4-XV3QB-6VM33 |
| Windows Server 2022 Standard | VDYBN-27WPP-V4HQT-9VMD4-VMK7H |
| Windows Server 2022 Azure Core | 6N379-GGTMK-23C6M-XVVTC-CKFRQ |
| Windows Server 2022 Azure Datacenter | NTBV8-9K7Q8-V27C6-M2BTV-KHMXV |
| Windows Server 2019 Datacenter | WMDGN-G9PQG-XVVXX-R3X43-63DFG |
| Windows Server 2019 Standard | N69G4-B89J2-4G8F4-WWYCC-J464C |
| Windows Server 2019 Essentials | WVDHN-86M7X-466P6-VHXV7-YY726 |
| Windows Server 2019 Azure Core | FDNH6-VW9RW-BXPJ7-4XTYG-239TB |
| Windows Server 2019 ARM64 | GRFBW-QNDC4-6QBHG-CCK3B-2PR88 |
| Windows Server 2016 ARM64 | K9FYF-G6NCK-73M32-XMVPY-F9DRR |
| Windows Server 2016 Datacenter | CB7KF-BWN84-R7R2Y-793K2-8XDDG |
| Windows Server 2016 Standard | WC2BQ-8NRM3-FDDYY-2BFGV-KHKQY |
| Windows Server 2016 Essentials | JCKRF-N37P4-C2D82-9YXRT-4M63B |
| Windows Server 2016 Cloud Storage | QN4C6-GBJD2-FB422-GHWJK-GJG2R |
| Windows Server 2016 Azure Core | VP34G-4NPPG-79JTQ-864T4-R3MQX |
| Windows Server (Annual Channel) | Generic Volume License Key |
|:--------------------------------|:--------------------------------|
| **23H2** | |
| Windows Server Datacenter | WX4NM-KYWYW-QJJR4-XV3QB-6VM33 |
| Windows Server (Semi-Annual Channel) | Generic Volume License Key |
|:-------------------------------------|:--------------------------------|
| **20H2, 2004, 1909, 1903, and 1809** | |
| Windows Server Datacenter | 6NMRW-2C8FM-D24W7-TQWMY-CWH2D |
| Windows Server Standard | N2KJX-J94YW-TQVFB-DG9YT-724CC |
| **1803** | |
| Windows Server Datacenter | 2HXDN-KRXHB-GPYC7-YCKFJ-7FVDG |
| Windows Server Standard | PTXN8-JFHJM-4WC78-MPCBR-9W4KR |
| **1709** | |
| Windows Server Datacenter | 6Y6KB-N82V8-D8CQV-23MJW-BWTG6 |
| Windows Server Standard | DPCNP-XQFKJ-BJF7R-FRC8D-GF6G4 |
**Notes:**
- X86-X64 and ARM64 architecture systems are supported.
- Any Evaluation version of Windows (i.e. 'EVAL' LTSB/C) cannot be activated.
- KMS38 only supports Windows/server version 14393 (1607) and newer versions.
- Initial release (19044.1288) of Iot LTSC 2021 doesn't support KMS license and it was added later in update 19044.2788.
- ServerRdsh, Server Azure Datacenter editions do not [officially](https://learn.microsoft.com/en-us/azure/virtual-desktop/windows-10-multisession-faq) support activation on non-azure systems.
------------------------------------------------------------------------
## How to remove KMS38?
- In MAS, go to KMS38 Activation and apply the Remove KM38 Protection option.
- After that, In MAS, go to Troubleshoot and apply the Fix Licensing option.
- Done.
------------------------------------------------------------------------
## KMS38 - Server Cor/Acor
- Windows Server Cor/Acor (No GUI) editions don't have the `clipup.exe` file.
- To KMS38 activate it, you need to download the `ClipUp.exe` file from [this link](/files/ClipUp.zip).
`File: ClipUp.exe`
`SHA-256: 0d6e9f6bbd0321eda149658d96040cb4f79e0bd93ba60061f25b28fecbf4d4ef`
This file has digital signatures that can be verified. You can also get this file from the official [Windows Server 2016 x64 RTM ISO](https://download.microsoft.com/download/1/6/F/16FA20E6-4662-482A-920B-1A45CF5AAE3C/14393.0.160715-1616.RS1_RELEASE_SERVER_EVAL_X64FRE_EN-US.ISO).
- Put the `ClipUp.exe` file beside the KMS38 Activation script. That would be either `MAS_AIO.cmd` or `KMS38_Activation.cmd`
- The activation script will check for `ClipUp.exe` in the current folder (from where the script is running) and will use it accordingly.
------------------------------------------------------------------------
## KMS38 Protection
- KMS38 Activation is vulnerable to unintended replacement by a 180-Day KMS Activator.
- From MAS 1.7, the script will enable KMS38 protection by default.
- If you are going to use [KMS_VL_ALL](https://github.com/abbodi1406/KMS_VL_ALL_AIO) by abbodi1406 or [MAS](intro.md) (Online KMS option) for **Office activation**, then you can choose to remove this protection.
- Below is the explanation for how the script protect KMS38.
- In the KMS activation method, Windows first checks the KMS IP registered as a specific KMS, and if that is not defined, then it checks the Global KMS IP. Another fact is that if Localhost (IP range 127.0.0.0/8) is defined as the KMS IP in Windows 8 and later OS, then Windows will not accept it as a valid KMS IP. This script simply utilizes the above facts to protect the KMS38 activation from being overwritten by any alternative 'normal' 180-Day KMS Activation, and at the same time, that KMS activator can be used for Office activation.
- Script steps-
- Set the Windows edition-specific KMS IP to Localhost (127.0.0.2)
- Protect the below Registry from edit and delete
`HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\55c92734-d682-4d71-983e-d6ec3f16059f\XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\`
- Done.
------------------------------------------------------------------------
## Command line Switches
- Check [here](command_line_switches.md).
------------------------------------------------------------------------
## Manual Activation
This is for those who want to perform manual activation. If you want a tool to do this for you, then check [here](intro.md#download--how-to-use-it).
We can perform the manual activation process in 2 ways.
### 1- From Ready-Made Ticket
- Open Windows PowerShell as administrator, and enter the following commands in the sequence in which they are given.
- Enter the key (Replace `<key>` with the key from the above list) with the following command:
`slmgr /ipk <key>`
- Download the Universal ticket from [here](/files/Tickets.zip) and extract the downloaded file.
- Find a file named `KMS.xml` in the extracted folder.
- Copy that ticket file and paste it in the following folder:
`C:\ProgramData\Microsoft\Windows\ClipSVC\GenuineTicket`
- Now run the below command in PowerShell to apply the ticket:
`clipup -v -o`
- Check the Activation Status with the following command:
`slmgr /xpr`
- Done.
------------------------------------------------------------------------
### 2- From Scratch
In this process, we will perform activation from scratch. This is based on the Universal ticket method. Here, we will create identical tickets that are used in the MAS HWID script and activate the system with them.
- Download the file from the official MS link and extract the .cab file.
https://download.microsoft.com/download/9/A/E/9AE69DD5-BA93-44E0-864E-180F5E700AB4/adk/Installers/14f4df8a2a7fc82a4f415cf6a341415d.cab
- Find the file named `filf8377e82b29deadca67bc4858ed3fba9` (Size: 330 KB) and rename it as `gatherosstate.exe`
- Make a folder named `Files` in C drive, `C:\Files` and copy the `gatherosstate.exe` file in that folder.
- Open Windows PowerShell as administrator and enter the following commands in the sequence in which they are given.
- Enter the key (Replace `<key>` with the key from the above list) with the following command:
`slmgr /ipk <key>`
- Copy the below code all at once and enter in PowerShell to modify the `gatherosstate.exe` file.
This code to modify the file is based on [GamersOsState](https://github.com/asdcorp/GamersOsState).
```
$bytes = [System.IO.File]::ReadAllBytes("C:\Files\gatherosstate.exe")
$bytes[320] = 0xf8
$bytes[321] = 0xfb
$bytes[322] = 0x05
$bytes[324] = 0x03
$bytes[13672] = 0x25
$bytes[13674] = 0x73
$bytes[13676] = 0x3b
$bytes[13678] = 0x00
$bytes[13680] = 0x00
$bytes[13682] = 0x00
$bytes[13684] = 0x00
$bytes[32748] = 0xe9
$bytes[32749] = 0x9e
$bytes[32750] = 0x00
$bytes[32751] = 0x00
$bytes[32752] = 0x00
$bytes[32894] = 0x8b
$bytes[32895] = 0x44
$bytes[32897] = 0x64
$bytes[32898] = 0x85
$bytes[32899] = 0xc0
$bytes[32900] = 0x0f
$bytes[32901] = 0x85
$bytes[32902] = 0x1c
$bytes[32903] = 0x02
$bytes[32904] = 0x00
$bytes[32906] = 0xe9
$bytes[32907] = 0x3c
$bytes[32908] = 0x01
$bytes[32909] = 0x00
$bytes[32910] = 0x00
$bytes[32911] = 0x85
$bytes[32912] = 0xdb
$bytes[32913] = 0x75
$bytes[32914] = 0xeb
$bytes[32915] = 0xe9
$bytes[32916] = 0x69
$bytes[32917] = 0xff
$bytes[32918] = 0xff
$bytes[32919] = 0xff
$bytes[33094] = 0xe9
$bytes[33095] = 0x80
$bytes[33096] = 0x00
$bytes[33097] = 0x00
$bytes[33098] = 0x00
$bytes[33449] = 0x64
$bytes[33576] = 0x8d
$bytes[33577] = 0x54
$bytes[33579] = 0x24
$bytes[33580] = 0xe9
$bytes[33581] = 0x55
$bytes[33582] = 0x01
$bytes[33583] = 0x00
$bytes[33584] = 0x00
$bytes[33978] = 0xc3
$bytes[34189] = 0x59
$bytes[34190] = 0xeb
$bytes[34191] = 0x28
$bytes[34238] = 0xe9
$bytes[34239] = 0x4f
$bytes[34240] = 0x00
$bytes[34241] = 0x00
$bytes[34242] = 0x00
$bytes[34346] = 0x24
$bytes[34376] = 0xeb
$bytes[34377] = 0x63
[System.IO.File]::WriteAllBytes("C:\Files\gatherosstatemodified.exe", $bytes)
```
- Now right click on the file `gatherosstatemodified.exe`, go to properties and set the compatibility mode to Windows XP SP3.
- Now we need to generate the ticket, to do that, enter the below command:
```
C:\Files\gatherosstatemodified.exe /c GVLKExp=2038-01-19T03:14:07Z`;DownlevelGenuineState=1
```
- A GenuineTicket.xml file should be created in the folder `C:\Files\`. Now, let's apply it:
`clipup -v -o -altto C:\Files\`
- Check Activation Status with the following command:
`slmgr /xpr`
- Done.
**Notes:**
- To make the exact ticket used in MAS KMS38 script, fix the time with the below PowerShell command and then initiate the ticket generation process as per the steps mentioned above.
`Set-TimeZone -Id "UTC"; $date=[datetime]"2022/10/11 12:00";while($true){set-date $date; start-sleep -milliseconds 10}`
- In the case of Windows Server Cor/Acor (No GUI) editions, the system doesn't have the `clipup.exe` file.
To KMS38 activate it, you need to download the missing `ClipUp.exe` file from [this link](/files/ClipUp.zip).
`File: ClipUp.exe`
`SHA-256: 0d6e9f6bbd0321eda149658d96040cb4f79e0bd93ba60061f25b28fecbf4d4ef`
This file has digital signatures that can be verified. You can also get this file from the official [Windows Server 2016 x64 RTM ISO](https://download.microsoft.com/download/1/6/F/16FA20E6-4662-482A-920B-1A45CF5AAE3C/14393.0.160715-1616.RS1_RELEASE_SERVER_EVAL_X64FRE_EN-US.ISO).
Put the `ClipUp.exe` in the `C:\Windows\System32` folder and then initiate the above-mentioned activation process. Once the activation is complete, you can remove the file.
------------------------------------------------------------------------
## Setup Preactivate
- Check the Extract OEM option in the MAS `Extras` section if you want pre-activated Windows installation.
- Further, read [here](oem-folder.md).
------------------------------------------------------------------------
## Troubleshooting
- Check [here](troubleshoot.md).

View File

@ -0,0 +1,22 @@
# Licensing Servers Issue
- In some cases, **HWID activation** may fail because the system couldn't connect to HWID licensing servers.
- The activation script will inform you about this if that is the case. We suggest following the below guide only when the script tells you to do so.
------------------------------------------------------------------------
## Network Reset
- In Windows 10/11, go to settings and search for Network Reset, then apply this option.
- Restart your system and try HWID Activation.
- If it's showing the same Internet error then follow the below option.
------------------------------------------------------------------------
## VPN
- Install [Freedome](https://download.sp.f-secure.com/freedome/installer/2/Freedome.exe) VPN, connect, and try HWID activation.
- If the VPN is not connecting, use another Internet connection such as your Mobile phone through USB Tethering or Wi-Fi Hotspot, and try HWID activation.
- If HWID activation is still not working then check [here](troubleshoot.md) for help.
------------------------------------------------------------------------

3
docs/news.md Normal file
View File

@ -0,0 +1,3 @@
# News
### [12-Apr-24] Added News page

97
docs/oem-folder.md Normal file
View File

@ -0,0 +1,97 @@
# $OEM$ Folders
(Windows Pre-Activation)
- To create a pre-activated Windows installation .iso, do the following:
- Extract the `$OEM$` folder to the desktop using the MAS script.
- Copy the `$OEM$` folder to the `sources` folder in the Windows installation media (.iso or USB).
- The directory will appear like this: `\sources\$OEM$` in your altered .iso or on your bootable USB drive.
- Now use this .iso or bootable USB drive to install Windows, it will either already be activated (KMS38) as soon as it boots or will self-activate (HWID or Online KMS) at the first internet contact.
- You can check [here](intro.md) for activation method details and select the activation method as per your requirement.
------------------------------------------------------------------------
## Edit ISO File
- As stated above, you can copy the `$OEM$` folder to your bootable USB so you don't have to edit the ISO file. However, if you need to, then follow the steps below.
- Download [AnyBurn Free Portable](https://www.anyburn.com/anyburn.zip) and extract this zip file
- Run the file named `AnyBurn(64-bit)\AnyBurn.exe`
- Select the option named `Edit image file`
- Follow the on-screen instructions and add the `$OEM$` folder to the `sources` folder so that the directory will appear like this: `\sources\$OEM$`
- Save the ISO, that's it.
------------------------------------------------------------------------
## Limitations
- On Windows 8 and later, **running setupcomplete.cmd is disabled** if the default installed key for the edition is OEM Channel.
For example - Preactivation won't work for Windows 10 Iot Enterprise LTSC because installed key is of the OEM channel.
- The **solution** for this issue is to use (Non-Iot) Windows 10 Enterprise LTSC ISO, and the HWID method in preactivation will use Iot LTSC key to change the edition.
------------------------------------------------------------------------
## KMS38 - Server Cor/Acor
- Windows Server Cor/Acor (No GUI) editions don't have the `clipup.exe` file.
- To KMS38 activate it, you need to download the missing `ClipUp.exe` file from [this link](/files/ClipUp.zip).
`File: ClipUp.exe`
`SHA-256: 0d6e9f6bbd0321eda149658d96040cb4f79e0bd93ba60061f25b28fecbf4d4ef`
This file has digital signatures that can be verified. You can also get this file from the official [Windows Server 2016 x64 RTM ISO](https://download.microsoft.com/download/1/6/F/16FA20E6-4662-482A-920B-1A45CF5AAE3C/14393.0.160715-1616.RS1_RELEASE_SERVER_EVAL_X64FRE_EN-US.ISO).
- Put the `ClipUp.exe` beside the KMS38 Activation script. That would be either `MAS_AIO.cmd` or `KMS38_Activation.cmd`
- The activation script will check `ClipUp.exe` in the current folder (from where script is running) and will use it accordingly.
------------------------------------------------------------------------
## HWID
- When using HWID activation, no files are stored on the system, and Windows 10-11 will be activated when connected to the internet for the first time.
------------------------------------------------------------------------
## Ohook
- If Office is preinstalled then Ohook method will activate the Office immediately without Internet. This activation uses custom sppc.dll file for the activation.
------------------------------------------------------------------------
## KMS38
- When using KMS38 activation, no files are stored on the system, and Windows 10-11-Server becomes activated immediately without Internet.
------------------------------------------------------------------------
## Online KMS
- When using Online KMS activation, Windows-Server and Office (Preinstalled) both will be activated when connected to the internet for the first time. This option uses a renewal task for lifetime activation.
------------------------------------------------------------------------
## HWID + Ohook
- In this method, Windows 10-11 will be activated with HWID, and **Office** (Preinstalled) will be activated using Ohook.
------------------------------------------------------------------------
## HWID + Online KMS
- In this method, Windows 10-11 will be activated with HWID, and **Office** (Preinstalled) will be activated using Online KMS.
------------------------------------------------------------------------
## KMS38 + Ohook
- In this method, Windows 10-11-Server will be activated with KMS38, and **Office** (Preinstalled) will be activated using Ohook.
------------------------------------------------------------------------
## KMS38 + Online KMS
- In this method, Windows 10-11-Server will be activated with KMS38, and **Office** (Preinstalled) will be activated using Online KMS.
------------------------------------------------------------------------
## Online KMS + Ohook
- In this method, Windows-Server will be activated with Online KMS, and **Office** (Preinstalled) will be activated using Ohook.
------------------------------------------------------------------------

View File

@ -0,0 +1,92 @@
# 'Get genuine Office' banner
![](/img/office-license-is-not-genuine.png)
**TL;DR** To solve it, use [MAS](intro.md) or abbodi1406's [KMS_VL_ALL](https://github.com/abbodi1406/KMS_VL_ALL_AIO/) to activate Office.
------------------------------------------------------------------------
## Reasons
- Office Click-to-Run builds (since February 2021) that are activated with KMS check the existence of a KMS server name in the registry. If the KMS server is not present, a banner is shown in Office programs notifying that "Office isn't licensed properly"
- If 32-bit Office is installed on 64-bit Windows, Office checks the KMS server existence in the corresponding WOW6432Node registry key as well.
- Apart from this, they also detect if a registered KMS server is on their blacklist or not. As far as I know, the below 3 addresses are blacklisted.
`km-s8.MSG-uides.com` `km-s9.MSG-uides.com` `0.0.0.0` (Remove hyphen)
The first two are public KMS servers and the last one is not a real IP.
- Please note that these checks are not performed by Office if the proper installation of the Volume version of Office is done with Perpetual2019 / 2021 VL channel.
------------------------------------------------------------------------
## Solutions:
Below, you can find various ways of avoiding this banner. The simplest option for you is to just use an Office activation tool mentioned here.
------------------------------------------------------------------------
### 1- Activation Tools
- Use [MAS](intro.md) or abbodi1406's [KMS_VL_ALL](https://github.com/abbodi1406/KMS_VL_ALL_AIO/) to activate Office.
------------------------------------------------------------------------
### 2- Manual Activation
In this section, I'm only going to mention how to set up the KMS server in the registry properly.
- **If using Public KMS server:**
Since they can put any public KMS server on the blacklist, as a permanent solution, we can instead use server IP instead of hostname.
- **If using private KMS server IP:**
Make sure to use a valid private IP address.
Below, you can find how to set the KMS server address in the registry. For example, with a private IP `10.0.0.10`
```
reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\0ff1ce15-a989-479d-af46-f275c6370663" /f
reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\0ff1ce15-a989-479d-af46-f275c6370663" /f /reg:32
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform" /f /v KeyManagementServiceName /t REG_SZ /d "10.0.0.10"
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform" /f /v KeyManagementServiceName /t REG_SZ /d "10.0.0.10" /reg:32
```
------------------------------------------------------------------------
### 3- Install VL Office
As mentioned in the Reasons section, these checks are performed only if Retail Office is installed and was later converted to VL. The office doesn't perform any kind of related checks if the proper installation of the VL office is done.
Please see the guide [here](https://gravesoft.dev/download_windows_office/office_c2r_custom) for VL Office installation.
------------------------------------------------------------------------
### 4- Change Update Channel
- If we change the Insider or Current update channel **to** Monthly Enterprise or Semi-Annual channel then such non-genuine banners won't appear by default.
- Before doing this, make sure your Office update channel is either Insider or Current.
- Make sure the internet is connected.
- Open command prompt as admin, enter the below commands and press enter:
```
reg add HKLM\SOFTWARE\Microsoft\Office\ClickToRun\Configuration /v CDNBaseUrl /t REG_SZ /d "http://officecdn.microsoft.com/pr/55336B82-A18D-4DD6-B5F6-9E5095C314A6" /f
reg delete HKLM\SOFTWARE\Microsoft\Office\ClickToRun\Configuration /v UpdateUrl /f
reg delete HKLM\SOFTWARE\Microsoft\Office\ClickToRun\Configuration /v UpdateToVersion /f
reg delete HKLM\SOFTWARE\Microsoft\Office\ClickToRun\Updates /v UpdateToVersion /f
reg delete HKLM\SOFTWARE\Policies\Microsoft\Office\16.0\Common\OfficeUpdate\ /f
"%CommonProgramFiles%\microsoft shared\ClickToRun\OfficeC2RClient.exe" /update user
```
- It will change the update channel to `Production::MEC | MonthlyEnterprise`
- Make sure that Office starts updating with the last command.
------------------------------------------------------------------------
## Report an issue
- Check [here](troubleshoot.md).

130
docs/office_for_mac.md Normal file
View File

@ -0,0 +1,130 @@
# Office For Mac
All download links lead to genuine files only.
## Notes
- The latest Office installer files on Mac are the same for the Office 365 and Office 2021 retail/volume license users.
- The latest installer files are available for free to download on the [Official site](https://learn.microsoft.com/en-us/officeupdates/update-history-office-for-mac), but old Volume versions of Office are available to paid [VLSC](https://www.microsoft.com/licensing/ServiceCenter/default.aspx) subscribers.
- For that reason, we need to host these old files on a 3rd party website. You can check [here](genuine-installation-media.md#verify-authenticity-of-files) on how to be sure that the files are genuine. You can download the SHA-1 hashes list from [here](/files/Old_Office_For_Mac_SHA-1.zip) for VLSC files.
- Microsoft provides Volume licenses through a serializer file to paid [VLSC](https://www.microsoft.com/licensing/ServiceCenter/default.aspx) Volume license subscribers. However, **anyone can activate Office** with this serializer file (the link is shared below).
- A minimum of macOS Monterey is required to install versions 16.78 or later. Pick an older Office version on old macOS.
- Office 2019 for Mac reached the end of support on October 10, 2023, and will no longer receive updates.
- If you need links for any other Windows/office files, please contact us [here](https://discord.gg/gjJEfq7ux8).
- **Troubleshoot-**
- If you are facing issues in activation then make sure only one version of Office is installed, [remove Office licenses](https://support.microsoft.com/office/b032c0f6-a431-4dad-83a9-6b727c03b193), and apply the activation file again.
- If the issue is still not resolved then check the steps to completely remove Office [here](https://office-reset.com/) and [here](https://support.microsoft.com/office/ec3aa66e-6a76-451f-9d35-cba2e14e94c0).
------------------------------------------------------------------------
## Latest Office 365 / 2021
These links always download the latest files. The links are taken from the [official site](https://learn.microsoft.com/en-us/officeupdates/update-history-office-for-mac). Alternatively, you can check links [here](https://macadmins.software/) as well.
| Application | Latest Installer Links |
|---------------------------|---------------------------------------------|
| Office suite (with Teams) ❤️ | https://go.microsoft.com/fwlink/p/?linkid=2009112 |
| Office suite (without Teams) | https://go.microsoft.com/fwlink/p/?linkid=525133 |
| Word | https://go.microsoft.com/fwlink/p/?linkid=525134 |
| Excel | https://go.microsoft.com/fwlink/p/?linkid=525135 |
| PowerPoint | https://go.microsoft.com/fwlink/p/?linkid=525136 |
| Outlook | https://go.microsoft.com/fwlink/p/?linkid=525137 |
------------------------------------------------------------------------
## Office Activator
To activate, run the listed activation file after installing Office.
| Office Version | Activator Links |
|----------------|-----------------------------------------------------|
| Office 2021 ❤️ | [Microsoft_Office_LTSC_2021_VL_Serializer.pkg](https://drive.massgrave.dev/Microsoft_Office_LTSC_2021_VL_Serializer.pkg) (Extracted from below ISO) |
| Office 2021 | [SWDVD5_Office_Mac_Serializer_2021_MLF_X22-74226.iso](https://drive.massgrave.dev/SWDVD5_Office_Mac_Serializer_2021_MLF_X22-74226.iso) |
| Office 2019 (New) | [SWDVD5_Office_Mac_Serializer_2019_MLF_X22-61752.iso](https://drive.massgrave.dev/SWDVD5_Office_Mac_Serializer_2019_MLF_X22-61752.iso) |
| Office 2019 (Old) | [SWDVD5_Office_Mac_Serializer_2019_MLF_X21-88135.iso](https://drive.massgrave.dev/SWDVD5_Office_Mac_Serializer_2019_MLF_X21-88135.iso) |
| Office 2016 (New) | [SWDVD5_Office_Mac_Serializer_2016_-2_MLF_X21-93585.iso](https://drive.massgrave.dev/SWDVD5_Office_Mac_Serializer_2016_-2_MLF_X21-93585.iso) |
| Office 2016 (Old) | [SWDVD5_Office_Mac_Serializer_2016_MLF_X21-83220.iso](https://drive.massgrave.dev/SWDVD5_Office_Mac_Serializer_2016_MLF_X21-83220.iso) |
------------------------------------------------------------------------
## Office 2016
| Links |
|------------------------------------------------------------------------|
| [SW_DVD5_**Excel_Mac_2016_MultiLang**_-8_.dmg_MLF_X21-58277.iso](https://drive.massgrave.dev/SW_DVD5_Excel_Mac_2016_MultiLang_-8_.dmg_MLF_X21-58277.iso) |
| [SW_DVD5_**Office_Mac_Standard_2016_MultiLang**_-9_.dmg_MLF_X21-58282.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_Standard_2016_MultiLang_-9_.dmg_MLF_X21-58282.iso) |
| [SW_DVD5_**Outlook_Mac_2016_MAC_MultiLang**_-8_.dmg_MLF_X21-58279.iso](https://drive.massgrave.dev/SW_DVD5_Outlook_Mac_2016_MAC_MultiLang_-8_.dmg_MLF_X21-58279.iso) |
| [SW_DVD5_**PowerPoint_Mac_2016_MultiLang**_-8_.dmg_MLF_X21-58280.iso](https://drive.massgrave.dev/SW_DVD5_PowerPoint_Mac_2016_MultiLang_-8_.dmg_MLF_X21-58280.iso) |
| [SW_DVD5_**Word_Mac_2016_MultiLang**_-8_.dmg_MLF_X21-58281.iso](https://drive.massgrave.dev/SW_DVD5_Word_Mac_2016_MultiLang_-8_.dmg_MLF_X21-58281.iso) |
------------------------------------------------------------------------
## Office 2011 SP4
| Links |
|------------------------------------------------------------------------|
| [SW_DVD5_**Office_Mac_Standard_2011w_SP4_ChnSimp**_-3_ISO_MLF_X21-39848.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_Standard_2011w_SP4_ChnSimp_-3_ISO_MLF_X21-39848.iso) |
| [SW_DVD5_**Office_Mac_Standard_2011w_SP4_ChnTrad**_-3_ISO_MLF_X21-39852.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_Standard_2011w_SP4_ChnTrad_-3_ISO_MLF_X21-39852.iso) |
| [SW_DVD5_**Office_Mac_Standard_2011w_SP4_Danish**_-3_ISO_MLF_X21-39844.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_Standard_2011w_SP4_Danish_-3_ISO_MLF_X21-39844.iso) |
| [SW_DVD5_**Office_Mac_Standard_2011w_SP4_Dutch**_-3_ISO_MLF_X21-39850.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_Standard_2011w_SP4_Dutch_-3_ISO_MLF_X21-39850.iso) |
| [SW_DVD5_**Office_Mac_Standard_2011w_SP4_English**_-3_ISO_MLF_X21-39841.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_Standard_2011w_SP4_English_-3_ISO_MLF_X21-39841.iso) |
| [SW_DVD5_**Office_Mac_Standard_2011w_SP4_Finnish**_-3_ISO_MLF_X21-39846.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_Standard_2011w_SP4_Finnish_-3_ISO_MLF_X21-39846.iso) |
| [SW_DVD5_**Office_Mac_Standard_2011w_SP4_French**_-3_ISO_MLF_X21-39843.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_Standard_2011w_SP4_French_-3_ISO_MLF_X21-39843.iso) |
| [SW_DVD5_**Office_Mac_Standard_2011w_SP4_German**_-3_ISO_MLF_X21-39853.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_Standard_2011w_SP4_German_-3_ISO_MLF_X21-39853.iso) |
| [SW_DVD5_**Office_Mac_Standard_2011w_SP4_Italian**_-3_ISO_MLF_X21-39849.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_Standard_2011w_SP4_Italian_-3_ISO_MLF_X21-39849.iso) |
| [SW_DVD5_**Office_Mac_Standard_2011w_SP4_Japanese**_-3_ISO_MLF_X21-39842.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_Standard_2011w_SP4_Japanese_-3_ISO_MLF_X21-39842.iso) |
| [SW_DVD5_**Office_Mac_Standard_2011w_SP4_Norwegian**_-3_ISO_MLF_X21-39845.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_Standard_2011w_SP4_Norwegian_-3_ISO_MLF_X21-39845.iso) |
| [SW_DVD5_**Office_Mac_Standard_2011w_SP4_Polish**_-3_ISO_MLF_X21-39851.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_Standard_2011w_SP4_Polish_-3_ISO_MLF_X21-39851.iso) |
| [SW_DVD5_**Office_Mac_Standard_2011w_SP4_Russian**_-3_ISO_MLF_X21-39854.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_Standard_2011w_SP4_Russian_-3_ISO_MLF_X21-39854.iso) |
| [SW_DVD5_**Office_Mac_Standard_2011w_SP4_Spanish**_-3_ISO_MLF_X21-39855.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_Standard_2011w_SP4_Spanish_-3_ISO_MLF_X21-39855.iso) |
| [SW_DVD5_**Office_Mac_Standard_2011w_SP4_Swedish**_-3_ISO_MLF_X21-39847.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_Standard_2011w_SP4_Swedish_-3_ISO_MLF_X21-39847.iso) |
| [SW_DVD5_**Outlook_Mac_2011w_SP4_MAC_ChnSimp**_-2_ISO_MLF_X19-67657.iso](https://drive.massgrave.dev/SW_DVD5_Outlook_Mac_2011w_SP4_MAC_ChnSimp_-2_ISO_MLF_X19-67657.iso) |
| [SW_DVD5_**Outlook_Mac_2011w_SP4_MAC_ChnTrad**_-2_ISO_MLF_X19-67661.iso](https://drive.massgrave.dev/SW_DVD5_Outlook_Mac_2011w_SP4_MAC_ChnTrad_-2_ISO_MLF_X19-67661.iso) |
| [SW_DVD5_**Outlook_Mac_2011w_SP4_MAC_Danish**_-2_ISO_MLF_X19-67662.iso](https://drive.massgrave.dev/SW_DVD5_Outlook_Mac_2011w_SP4_MAC_Danish_-2_ISO_MLF_X19-67662.iso) |
| [SW_DVD5_**Outlook_Mac_2011w_SP4_MAC_Dutch**_-2_ISO_MLF_X19-67660.iso](https://drive.massgrave.dev/SW_DVD5_Outlook_Mac_2011w_SP4_MAC_Dutch_-2_ISO_MLF_X19-67660.iso) |
| [SW_DVD5_**Outlook_Mac_2011w_SP4_MAC_English**_-2_ISO_MLF_X19-67651.iso](https://drive.massgrave.dev/SW_DVD5_Outlook_Mac_2011w_SP4_MAC_English_-2_ISO_MLF_X19-67651.iso) |
| [SW_DVD5_**Outlook_Mac_2011w_SP4_MAC_Finnish**_-2_ISO_MLF_X19-67663.iso](https://drive.massgrave.dev/SW_DVD5_Outlook_Mac_2011w_SP4_MAC_Finnish_-2_ISO_MLF_X19-67663.iso) |
| [SW_DVD5_**Outlook_Mac_2011w_SP4_MAC_French**_-2_ISO_MLF_X19-67653.iso](https://drive.massgrave.dev/SW_DVD5_Outlook_Mac_2011w_SP4_MAC_French_-2_ISO_MLF_X19-67653.iso) |
| [SW_DVD5_**Outlook_Mac_2011w_SP4_MAC_German**_-2_ISO_MLF_X19-67664.iso](https://drive.massgrave.dev/SW_DVD5_Outlook_Mac_2011w_SP4_MAC_German_-2_ISO_MLF_X19-67664.iso) |
| [SW_DVD5_**Outlook_Mac_2011w_SP4_MAC_Italian**_-2_ISO_MLF_X19-67658.iso](https://drive.massgrave.dev/SW_DVD5_Outlook_Mac_2011w_SP4_MAC_Italian_-2_ISO_MLF_X19-67658.iso) |
| [SW_DVD5_**Outlook_Mac_2011w_SP4_MAC_Japanese**_-2_ISO_MLF_X19-67652.iso](https://drive.massgrave.dev/SW_DVD5_Outlook_Mac_2011w_SP4_MAC_Japanese_-2_ISO_MLF_X19-67652.iso) |
| [SW_DVD5_**Outlook_Mac_2011w_SP4_MAC_Norwegian**_-2_ISO_MLF_X19-67665.iso](https://drive.massgrave.dev/SW_DVD5_Outlook_Mac_2011w_SP4_MAC_Norwegian_-2_ISO_MLF_X19-67665.iso) |
| [SW_DVD5_**Outlook_Mac_2011w_SP4_MAC_Polish**_-2_ISO_MLF_X19-67659.iso](https://drive.massgrave.dev/SW_DVD5_Outlook_Mac_2011w_SP4_MAC_Polish_-2_ISO_MLF_X19-67659.iso) |
| [SW_DVD5_**Outlook_Mac_2011w_SP4_MAC_Russian**_-2_ISO_MLF_X19-67666.iso](https://drive.massgrave.dev/SW_DVD5_Outlook_Mac_2011w_SP4_MAC_Russian_-2_ISO_MLF_X19-67666.iso) |
| [SW_DVD5_**Outlook_Mac_2011w_SP4_MAC_Spanish**_-2_ISO_MLF_X19-67667.iso](https://drive.massgrave.dev/SW_DVD5_Outlook_Mac_2011w_SP4_MAC_Spanish_-2_ISO_MLF_X19-67667.iso) |
| [SW_DVD5_**Outlook_Mac_2011w_SP4_MAC_Swedish**_-2_ISO_MLF_X19-67668.iso](https://drive.massgrave.dev/SW_DVD5_Outlook_Mac_2011w_SP4_MAC_Swedish_-2_ISO_MLF_X19-67668.iso) |
------------------------------------------------------------------------
## Office 2008 SP2
| Links |
|------------------------------------------------------------------------|
| [SW_DVD5_**Entourage_Mac_2008_MAC_Danish_Finnish_Norwegian**_w__SP2_MLF_X15-90445.iso](https://drive.massgrave.dev/SW_DVD5_Entourage_Mac_2008_MAC_Danish_Finnish_Norwegian_w__SP2_MLF_X15-90445.iso) |
| [SW_DVD5_**Entourage_Mac_2008_MAC_Dutch**_w__SP2_MLF_X15-90449.iso](https://drive.massgrave.dev/SW_DVD5_Entourage_Mac_2008_MAC_Dutch_w__SP2_MLF_X15-90449.iso) |
| [SW_DVD5_**Entourage_Mac_2008_MAC_English**_w__SP2_MLF_X15-90417.iso](https://drive.massgrave.dev/SW_DVD5_Entourage_Mac_2008_MAC_English_w__SP2_MLF_X15-90417.iso) |
| [SW_DVD5_**Entourage_Mac_2008_MAC_French**_w__SP2_MLF_X15-90433.iso](https://drive.massgrave.dev/SW_DVD5_Entourage_Mac_2008_MAC_French_w__SP2_MLF_X15-90433.iso) |
| [SW_DVD5_**Entourage_Mac_2008_MAC_German**_w__SP2_MLF_X15-90421.iso](https://drive.massgrave.dev/SW_DVD5_Entourage_Mac_2008_MAC_German_w__SP2_MLF_X15-90421.iso) |
| [SW_DVD5_**Entourage_Mac_2008_MAC_Japanese**_w__SP2_MLF_X15-90441.iso](https://drive.massgrave.dev/SW_DVD5_Entourage_Mac_2008_MAC_Japanese_w__SP2_MLF_X15-90441.iso) |
| [SW_DVD5_**Entourage_Mac_2008_MAC_Spanish**_w__SP2_MLF_X15-90429.iso](https://drive.massgrave.dev/SW_DVD5_Entourage_Mac_2008_MAC_Spanish_w__SP2_MLF_X15-90429.iso) |
| [SW_DVD5_**Entourage_Mac_2008_MAC_Swedish**_w__SP2_MLF_X15-90453.iso](https://drive.massgrave.dev/SW_DVD5_Entourage_Mac_2008_MAC_Swedish_w__SP2_MLF_X15-90453.iso) |
| [SW_DVD5_**Office_Mac_2008_DA_FI_NO**_EXTRA_X15-82818.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_2008_DA_FI_NO_EXTRA_X15-82818.iso) |
| [SW_DVD5_**Office_Mac_2008_DA_FI_NO**_w_SP2_MLF_X15-69811.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_2008_DA_FI_NO_w_SP2_MLF_X15-69811.iso) |
| [SW_DVD5_**Office_Mac_2008_Dutch**_EXTRA_X15-82821.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_2008_Dutch_EXTRA_X15-82821.iso) |
| [SW_DVD5_**Office_Mac_2008_Dutch**_w_SP2_MLF_X15-70499.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_2008_Dutch_w_SP2_MLF_X15-70499.iso) |
| [SW_DVD5_**Office_Mac_2008_English**_-2_Extra_X16-17024.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_2008_English_-2_Extra_X16-17024.iso) |
| [SW_DVD5_**Office_Mac_2008_English**_-2_w_SP2_MLF_X16-17410.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_2008_English_-2_w_SP2_MLF_X16-17410.iso) |
| [SW_DVD5_**Office_Mac_2008_French**_-2_Extra_X16-17015.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_2008_French_-2_Extra_X16-17015.iso) |
| [SW_DVD5_**Office_Mac_2008_French**_-2_w_SP2_MLF_X16-17405.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_2008_French_-2_w_SP2_MLF_X16-17405.iso) |
| [SW_DVD5_**Office_Mac_2008_German**_EXTRA_X15-82828.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_2008_German_EXTRA_X15-82828.iso) |
| [SW_DVD5_**Office_Mac_2008_German**_w_SP2_MLF_X15-74334.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_2008_German_w_SP2_MLF_X15-74334.iso) |
| [SW_DVD5_**Office_Mac_2008_Italian**_EXTRA_X15-82830.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_2008_Italian_EXTRA_X15-82830.iso) |
| [SW_DVD5_**Office_Mac_2008_Italian**_w_SP2_MLF_X15-74338.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_2008_Italian_w_SP2_MLF_X15-74338.iso) |
| [SW_DVD5_**Office_Mac_2008_Japanese**_EXTRA_X15-82834.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_2008_Japanese_EXTRA_X15-82834.iso) |
| [SW_DVD5_**Office_Mac_2008_Japanese**_w_SP2_MLF_X15-75700.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_2008_Japanese_w_SP2_MLF_X15-75700.iso) |
| [SW_DVD5_**Office_Mac_2008_Spanish**_-2_Extra_X16-17012.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_2008_Spanish_-2_Extra_X16-17012.iso) |
| [SW_DVD5_**Office_Mac_2008_Spanish**_-2_w_SP2_MLF_X16-17408.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_2008_Spanish_-2_w_SP2_MLF_X16-17408.iso) |
| [SW_DVD5_**Office_Mac_2008_Swedish**_EXTRA_X15-82824.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_2008_Swedish_EXTRA_X15-82824.iso) |
| [SW_DVD5_**Office_Mac_2008_Swedish**_w_SP2_MLF_X15-72486.iso](https://drive.massgrave.dev/SW_DVD5_Office_Mac_2008_Swedish_w_SP2_MLF_X15-72486.iso) |
------------------------------------------------------------------------

687
docs/office_msi_links.md Normal file
View File

@ -0,0 +1,687 @@
# Office MSI VL Download
All download links lead to genuine files only.
## Notes
- Office MSI means those Office files where installers are based on MSI and main difference from C2R is that it allows the users to choose which apps to install directly from setup.exe. They have stopped releasing Office MSI versions now, last Office MSI version was for 2016. From Office 2019 everything now is based on [Office C2R](https://gravesoft.dev/download_windows_office/office_c2r_links). VL (Volume) means these Office versions can be activated with KMS.
- Microsoft provides download links of Office MSI VL versions on [VLSC](https://www.microsoft.com/licensing/ServiceCenter/default.aspx) but for them, you need to pay a high subscription fee.
- For that reason, we need to host files on a 3rd party website. You can check [here](genuine-installation-media.md#verify-authenticity-of-files) on how to be sure that the files are genuine. Office 2010, 2013 and 2016 MSI VL files were released on VLSC only, so you may find it hard to find checksums for them. You can download SHA-1 hashes list from [here](/files/Office_MSI_VL_SHA-1.zip) for all below listed Office versions.
- You can activate all of the below listed 2010/2013/2016 Office files with Online KMS option and 2013/2016 with Ohook option in MAS. To activate Office 2007 Enterprise, you can use this key `BQDQB-KRRY9-43DBR-4P9J4-DH7D8`
- If you need links for any other Windows/office files, please contact us [here](https://discord.gg/gjJEfq7ux8).
------------------------------------------------------------------------
## Office 2016 Pro Plus
| Links |
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Arabic_MLF_X20-42423.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Arabic_MLF_X20-42423.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Brazilian_MLF_X20-42424.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Brazilian_MLF_X20-42424.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Bulgarian_MLF_X20-42425.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Bulgarian_MLF_X20-42425.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_ChnSimp_MLF_X20-42426.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_ChnSimp_MLF_X20-42426.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_ChnTrad_MLF_X20-42427.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_ChnTrad_MLF_X20-42427.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Croatian_MLF_X20-42428.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Croatian_MLF_X20-42428.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Czech_MLF_X20-42429.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Czech_MLF_X20-42429.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Danish_MLF_X20-42430.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Danish_MLF_X20-42430.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Dutch_MLF_X20-42431.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Dutch_MLF_X20-42431.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_English_MLF_X20-42432.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_English_MLF_X20-42432.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Estonian_MLF_X20-42433.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Estonian_MLF_X20-42433.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Finnish_MLF_X20-42434.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Finnish_MLF_X20-42434.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_French_MLF_X20-42435.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_French_MLF_X20-42435.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_German_MLF_X20-42436.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_German_MLF_X20-42436.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Greek_MLF_X20-42437.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Greek_MLF_X20-42437.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Hebrew_MLF_X20-42438.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Hebrew_MLF_X20-42438.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Hungarian_MLF_X20-42439.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Hungarian_MLF_X20-42439.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Indic_MLF_X20-42440.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Indic_MLF_X20-42440.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Indonesian_MLF_X20-42441.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Indonesian_MLF_X20-42441.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Italian_MLF_X20-42442.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Italian_MLF_X20-42442.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Japanese_MLF_X20-42443.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Japanese_MLF_X20-42443.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Kazakh_MLF_X20-42444.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Kazakh_MLF_X20-42444.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Korean_MLF_X20-42445.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Korean_MLF_X20-42445.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Latvian_MLF_X20-42446.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Latvian_MLF_X20-42446.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Lithuanian_MLF_X20-42447.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Lithuanian_MLF_X20-42447.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_MALAY_MLF_X20-42448.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_MALAY_MLF_X20-42448.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Norwegian_MLF_X20-42449.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Norwegian_MLF_X20-42449.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Polish_MLF_X20-42450.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Polish_MLF_X20-42450.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Portuguese_MLF_X20-42451.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Portuguese_MLF_X20-42451.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Romanian_MLF_X20-42452.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Romanian_MLF_X20-42452.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Russian_MLF_X20-42453.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Russian_MLF_X20-42453.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Serbian_Latin_MLF_X20-42454.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Serbian_Latin_MLF_X20-42454.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Slovak_MLF_X20-42455.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Slovak_MLF_X20-42455.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Slovenian_MLF_X20-42456.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Slovenian_MLF_X20-42456.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Spanish_MLF_X20-42457.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Spanish_MLF_X20-42457.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Swedish_MLF_X20-42459.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Swedish_MLF_X20-42459.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Thai_MLF_X20-42460.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Thai_MLF_X20-42460.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Turkish_MLF_X20-42462.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Turkish_MLF_X20-42462.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Ukrainian_MLF_X20-42464.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Ukrainian_MLF_X20-42464.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**64Bit**_Vietnamese_MLF_X20-42465.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_64Bit_Vietnamese_MLF_X20-42465.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Arabic_MLF_X20-41321.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Arabic_MLF_X20-41321.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Brazilian_MLF_X20-41350.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Brazilian_MLF_X20-41350.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Bulgarian_MLF_X20-41322.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Bulgarian_MLF_X20-41322.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_ChnSimp_MLF_X20-41351.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_ChnSimp_MLF_X20-41351.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_ChnTrad_MLF_X20-41352.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_ChnTrad_MLF_X20-41352.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Croatian_MLF_X20-41323.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Croatian_MLF_X20-41323.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Czech_MLF_X20-41324.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Czech_MLF_X20-41324.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Danish_MLF_X20-41325.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Danish_MLF_X20-41325.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Dutch_MLF_X20-41326.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Dutch_MLF_X20-41326.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_English_MLF_X20-41353.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_English_MLF_X20-41353.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Estonian_MLF_X20-41327.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Estonian_MLF_X20-41327.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Finnish_MLF_X20-41328.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Finnish_MLF_X20-41328.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_French_MLF_X20-41354.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_French_MLF_X20-41354.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_German_MLF_X20-41355.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_German_MLF_X20-41355.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Greek_MLF_X20-41329.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Greek_MLF_X20-41329.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Hebrew_MLF_X20-41330.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Hebrew_MLF_X20-41330.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Hungarian_MLF_X20-41331.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Hungarian_MLF_X20-41331.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Indic_MLF_X20-41332.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Indic_MLF_X20-41332.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Indonesian_MLF_X20-41333.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Indonesian_MLF_X20-41333.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Italian_MLF_X20-41356.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Italian_MLF_X20-41356.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Japanese_MLF_X20-41357.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Japanese_MLF_X20-41357.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Kazakh_MLF_X20-41334.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Kazakh_MLF_X20-41334.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Korean_MLF_X20-41358.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Korean_MLF_X20-41358.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Latvian_MLF_X20-41335.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Latvian_MLF_X20-41335.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Lithuanian_MLF_X20-41336.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Lithuanian_MLF_X20-41336.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_MALAY_MLF_X20-41337.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_MALAY_MLF_X20-41337.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Norwegian_MLF_X20-41338.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Norwegian_MLF_X20-41338.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Polish_MLF_X20-41339.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Polish_MLF_X20-41339.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Portuguese_MLF_X20-41340.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Portuguese_MLF_X20-41340.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Romanian_MLF_X20-41341.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Romanian_MLF_X20-41341.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Russian_MLF_X20-41359.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Russian_MLF_X20-41359.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Serbian_Latin_MLF_X20-41342.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Serbian_Latin_MLF_X20-41342.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Slovak_MLF_X20-41343.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Slovak_MLF_X20-41343.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Slovenian_MLF_X20-41344.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Slovenian_MLF_X20-41344.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Spanish_MLF_X20-41360.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Spanish_MLF_X20-41360.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Swedish_MLF_X20-41345.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Swedish_MLF_X20-41345.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Thai_MLF_X20-41346.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Thai_MLF_X20-41346.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Turkish_MLF_X20-41347.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Turkish_MLF_X20-41347.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Ukrainian_MLF_X20-41348.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Ukrainian_MLF_X20-41348.ISO) |
| [SW_DVD5_Office_Professional_Plus_2016_**W32**_Vietnamese_MLF_X20-41349.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2016_W32_Vietnamese_MLF_X20-41349.ISO) |
------------------------------------------------------------------------
## Office 2016 Project Pro
| Links |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [SW_DVD5_Project_Pro_2016_**64Bit**_Arabic_MLF_X20-42674.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_Arabic_MLF_X20-42674.ISO) |
| [SW_DVD5_Project_Pro_2016_**64Bit**_Brazilian_MLF_X20-42675.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_Brazilian_MLF_X20-42675.ISO) |
| [SW_DVD5_Project_Pro_2016_**64Bit**_ChnSimp_MLF_X20-42676.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_ChnSimp_MLF_X20-42676.ISO) |
| [SW_DVD5_Project_Pro_2016_**64Bit**_ChnTrad_MLF_X20-42678.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_ChnTrad_MLF_X20-42678.ISO) |
| [SW_DVD5_Project_Pro_2016_**64Bit**_Czech_MLF_X20-42679.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_Czech_MLF_X20-42679.ISO) |
| [SW_DVD5_Project_Pro_2016_**64Bit**_Danish_MLF_X20-42680.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_Danish_MLF_X20-42680.ISO) |
| [SW_DVD5_Project_Pro_2016_**64Bit**_Dutch_MLF_X20-42682.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_Dutch_MLF_X20-42682.ISO) |
| [SW_DVD5_Project_Pro_2016_**64Bit**_English_MLF_X20-42683.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_English_MLF_X20-42683.ISO) |
| [SW_DVD5_Project_Pro_2016_**64Bit**_Finnish_MLF_X20-42684.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_Finnish_MLF_X20-42684.ISO) |
| [SW_DVD5_Project_Pro_2016_**64Bit**_French_MLF_X20-42686.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_French_MLF_X20-42686.ISO) |
| [SW_DVD5_Project_Pro_2016_**64Bit**_German_MLF_X20-42687.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_German_MLF_X20-42687.ISO) |
| [SW_DVD5_Project_Pro_2016_**64Bit**_Greek_MLF_X20-42688.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_Greek_MLF_X20-42688.ISO) |
| [SW_DVD5_Project_Pro_2016_**64Bit**_Hebrew_MLF_X20-42690.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_Hebrew_MLF_X20-42690.ISO) |
| [SW_DVD5_Project_Pro_2016_**64Bit**_Hungarian_MLF_X20-42691.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_Hungarian_MLF_X20-42691.ISO) |
| [SW_DVD5_Project_Pro_2016_**64Bit**_Italian_MLF_X20-42692.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_Italian_MLF_X20-42692.ISO) |
| [SW_DVD5_Project_Pro_2016_**64Bit**_Japanese_MLF_X20-42693.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_Japanese_MLF_X20-42693.ISO) |
| [SW_DVD5_Project_Pro_2016_**64Bit**_Korean_MLF_X20-42695.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_Korean_MLF_X20-42695.ISO) |
| [SW_DVD5_Project_Pro_2016_**64Bit**_Norwegian_MLF_X20-42696.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_Norwegian_MLF_X20-42696.ISO) |
| [SW_DVD5_Project_Pro_2016_**64Bit**_Polish_MLF_X20-42698.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_Polish_MLF_X20-42698.ISO) |
| [SW_DVD5_Project_Pro_2016_**64Bit**_Portuguese_MLF_X20-42699.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_Portuguese_MLF_X20-42699.ISO) |
| [SW_DVD5_Project_Pro_2016_**64Bit**_Romanian_MLF_X20-42700.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_Romanian_MLF_X20-42700.ISO) |
| [SW_DVD5_Project_Pro_2016_**64Bit**_Russian_MLF_X20-42702.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_Russian_MLF_X20-42702.ISO) |
| [SW_DVD5_Project_Pro_2016_**64Bit**_Slovak_MLF_X20-42703.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_Slovak_MLF_X20-42703.ISO) |
| [SW_DVD5_Project_Pro_2016_**64Bit**_Slovenian_MLF_X20-42704.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_Slovenian_MLF_X20-42704.ISO) |
| [SW_DVD5_Project_Pro_2016_**64Bit**_Spanish_MLF_X20-42706.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_Spanish_MLF_X20-42706.ISO) |
| [SW_DVD5_Project_Pro_2016_**64Bit**_Swedish_MLF_X20-42707.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_Swedish_MLF_X20-42707.ISO) |
| [SW_DVD5_Project_Pro_2016_**64Bit**_Turkish_MLF_X20-42708.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_Turkish_MLF_X20-42708.ISO) |
| [SW_DVD5_Project_Pro_2016_**64Bit**_Ukrainian_MLF_X20-42710.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_64Bit_Ukrainian_MLF_X20-42710.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_Arabic_MLF_X20-41509.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_Arabic_MLF_X20-41509.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_Brazilian_MLF_X20-41510.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_Brazilian_MLF_X20-41510.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_ChnSimp_MLF_X20-41511.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_ChnSimp_MLF_X20-41511.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_ChnTrad_MLF_X20-41512.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_ChnTrad_MLF_X20-41512.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_Czech_MLF_X20-41513.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_Czech_MLF_X20-41513.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_Danish_MLF_X20-41514.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_Danish_MLF_X20-41514.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_Dutch_MLF_X20-41515.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_Dutch_MLF_X20-41515.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_English_MLF_X20-41516.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_English_MLF_X20-41516.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_Finnish_MLF_X20-41517.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_Finnish_MLF_X20-41517.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_French_MLF_X20-41518.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_French_MLF_X20-41518.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_German_MLF_X20-41519.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_German_MLF_X20-41519.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_Greek_MLF_X20-41520.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_Greek_MLF_X20-41520.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_Hebrew_MLF_X20-41521.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_Hebrew_MLF_X20-41521.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_Hungarian_MLF_X20-41522.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_Hungarian_MLF_X20-41522.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_Italian_MLF_X20-41523.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_Italian_MLF_X20-41523.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_Japanese_MLF_X20-41524.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_Japanese_MLF_X20-41524.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_Korean_MLF_X20-41525.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_Korean_MLF_X20-41525.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_Norwegian_MLF_X20-41526.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_Norwegian_MLF_X20-41526.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_Polish_MLF_X20-41527.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_Polish_MLF_X20-41527.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_Portuguese_MLF_X20-41528.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_Portuguese_MLF_X20-41528.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_Romanian_MLF_X20-41529.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_Romanian_MLF_X20-41529.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_Russian_MLF_X20-41530.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_Russian_MLF_X20-41530.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_Slovak_MLF_X20-41531.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_Slovak_MLF_X20-41531.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_Slovenian_MLF_X20-41532.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_Slovenian_MLF_X20-41532.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_Spanish_MLF_X20-41533.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_Spanish_MLF_X20-41533.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_Swedish_MLF_X20-41534.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_Swedish_MLF_X20-41534.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_Turkish_MLF_X20-41535.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_Turkish_MLF_X20-41535.ISO) |
| [SW_DVD5_Project_Pro_2016_**W32**_Ukrainian_MLF_X20-41536.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2016_W32_Ukrainian_MLF_X20-41536.ISO) |
------------------------------------------------------------------------
## Office 2016 Visio Pro
| Links |
|----------------------------------------------------------------------------------------------------------------------------------------------------------|
| [SW_DVD5_Visio_Pro_2016_**64Bit**_Arabic_MLF_X20-42757.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_Arabic_MLF_X20-42757.ISO) |
| [SW_DVD5_Visio_Pro_2016_**64Bit**_Brazilian_MLF_X20-42758.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_Brazilian_MLF_X20-42758.ISO) |
| [SW_DVD5_Visio_Pro_2016_**64Bit**_ChnSimp_MLF_X20-42759.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_ChnSimp_MLF_X20-42759.ISO) |
| [SW_DVD5_Visio_Pro_2016_**64Bit**_ChnTrad_MLF_X20-42760.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_ChnTrad_MLF_X20-42760.ISO) |
| [SW_DVD5_Visio_Pro_2016_**64Bit**_Czech_MLF_X20-42761.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_Czech_MLF_X20-42761.ISO) |
| [SW_DVD5_Visio_Pro_2016_**64Bit**_Danish_MLF_X20-42762.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_Danish_MLF_X20-42762.ISO) |
| [SW_DVD5_Visio_Pro_2016_**64Bit**_Dutch_MLF_X20-42763.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_Dutch_MLF_X20-42763.ISO) |
| [SW_DVD5_Visio_Pro_2016_**64Bit**_English_MLF_X20-42764.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_English_MLF_X20-42764.ISO) |
| [SW_DVD5_Visio_Pro_2016_**64Bit**_Finnish_MLF_X20-42765.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_Finnish_MLF_X20-42765.ISO) |
| [SW_DVD5_Visio_Pro_2016_**64Bit**_French_MLF_X20-42766.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_French_MLF_X20-42766.ISO) |
| [SW_DVD5_Visio_Pro_2016_**64Bit**_German_MLF_X20-42767.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_German_MLF_X20-42767.ISO) |
| [SW_DVD5_Visio_Pro_2016_**64Bit**_Greek_MLF_X20-42768.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_Greek_MLF_X20-42768.ISO) |
| [SW_DVD5_Visio_Pro_2016_**64Bit**_Hebrew_MLF_X20-42769.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_Hebrew_MLF_X20-42769.ISO) |
| [SW_DVD5_Visio_Pro_2016_**64Bit**_Hungarian_MLF_X20-42770.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_Hungarian_MLF_X20-42770.ISO) |
| [SW_DVD5_Visio_Pro_2016_**64Bit**_Italian_MLF_X20-42771.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_Italian_MLF_X20-42771.ISO) |
| [SW_DVD5_Visio_Pro_2016_**64Bit**_Japanese_MLF_X20-42772.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_Japanese_MLF_X20-42772.ISO) |
| [SW_DVD5_Visio_Pro_2016_**64Bit**_Korean_MLF_X20-42773.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_Korean_MLF_X20-42773.ISO) |
| [SW_DVD5_Visio_Pro_2016_**64Bit**_Norwegian_MLF_X20-42774.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_Norwegian_MLF_X20-42774.ISO) |
| [SW_DVD5_Visio_Pro_2016_**64Bit**_Polish_MLF_X20-42775.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_Polish_MLF_X20-42775.ISO) |
| [SW_DVD5_Visio_Pro_2016_**64Bit**_Portuguese_MLF_X20-42776.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_Portuguese_MLF_X20-42776.ISO) |
| [SW_DVD5_Visio_Pro_2016_**64Bit**_Romanian_MLF_X20-42777.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_Romanian_MLF_X20-42777.ISO) |
| [SW_DVD5_Visio_Pro_2016_**64Bit**_Russian_MLF_X20-42778.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_Russian_MLF_X20-42778.ISO) |
| [SW_DVD5_Visio_Pro_2016_**64Bit**_Slovak_MLF_X20-42779.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_Slovak_MLF_X20-42779.ISO) |
| [SW_DVD5_Visio_Pro_2016_**64Bit**_Slovenian_MLF_X20-42780.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_Slovenian_MLF_X20-42780.ISO) |
| [SW_DVD5_Visio_Pro_2016_**64Bit**_Spanish_MLF_X20-42781.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_Spanish_MLF_X20-42781.ISO) |
| [SW_DVD5_Visio_Pro_2016_**64Bit**_Swedish_MLF_X20-42782.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_Swedish_MLF_X20-42782.ISO) |
| [SW_DVD5_Visio_Pro_2016_**64Bit**_Turkish_MLF_X20-42783.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_Turkish_MLF_X20-42783.ISO) |
| [SW_DVD5_Visio_Pro_2016_**64Bit**_Ukrainian_MLF_X20-42784.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_64Bit_Ukrainian_MLF_X20-42784.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_Arabic_MLF_X20-41578.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_Arabic_MLF_X20-41578.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_Brazilian_MLF_X20-41579.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_Brazilian_MLF_X20-41579.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_ChnSimp_MLF_X20-41580.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_ChnSimp_MLF_X20-41580.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_ChnTrad_MLF_X20-41581.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_ChnTrad_MLF_X20-41581.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_Czech_MLF_X20-41582.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_Czech_MLF_X20-41582.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_Danish_MLF_X20-41583.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_Danish_MLF_X20-41583.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_Dutch_MLF_X20-41584.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_Dutch_MLF_X20-41584.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_English_MLF_X20-41585.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_English_MLF_X20-41585.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_Finnish_MLF_X20-41586.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_Finnish_MLF_X20-41586.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_French_MLF_X20-41587.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_French_MLF_X20-41587.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_German_MLF_X20-41588.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_German_MLF_X20-41588.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_Greek_MLF_X20-41589.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_Greek_MLF_X20-41589.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_Hebrew_MLF_X20-41590.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_Hebrew_MLF_X20-41590.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_Hungarian_MLF_X20-41591.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_Hungarian_MLF_X20-41591.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_Italian_MLF_X20-41592.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_Italian_MLF_X20-41592.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_Japanese_MLF_X20-41593.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_Japanese_MLF_X20-41593.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_Korean_MLF_X20-41594.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_Korean_MLF_X20-41594.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_Norwegian_MLF_X20-41595.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_Norwegian_MLF_X20-41595.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_Polish_MLF_X20-41596.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_Polish_MLF_X20-41596.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_Portuguese_MLF_X20-41597.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_Portuguese_MLF_X20-41597.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_Romanian_MLF_X20-41598.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_Romanian_MLF_X20-41598.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_Russian_MLF_X20-41599.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_Russian_MLF_X20-41599.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_Slovak_MLF_X20-41600.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_Slovak_MLF_X20-41600.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_Slovenian_MLF_X20-41601.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_Slovenian_MLF_X20-41601.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_Spanish_MLF_X20-41602.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_Spanish_MLF_X20-41602.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_Swedish_MLF_X20-41603.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_Swedish_MLF_X20-41603.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_Turkish_MLF_X20-41604.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_Turkish_MLF_X20-41604.ISO) |
| [SW_DVD5_Visio_Pro_2016_**W32**_Ukrainian_MLF_X20-41605.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2016_W32_Ukrainian_MLF_X20-41605.ISO) |
------------------------------------------------------------------------
## Office 2013 Pro Plus
| Links |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Arabic_MLF_X19-35959.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Arabic_MLF_X19-35959.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Brazilian_MLF_X19-35960.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Brazilian_MLF_X19-35960.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Bulgarian_MLF_X19-35962.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Bulgarian_MLF_X19-35962.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_ChnSimp_MLF_X19-35964.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_ChnSimp_MLF_X19-35964.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_ChnTrad_MLF_X19-35966.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_ChnTrad_MLF_X19-35966.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Croatian_MLF_X19-35968.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Croatian_MLF_X19-35968.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Czech_MLF_X19-35970.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Czech_MLF_X19-35970.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Danish_MLF_X19-35972.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Danish_MLF_X19-35972.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Dutch_MLF_X19-35974.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Dutch_MLF_X19-35974.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_English_MLF_X19-35976.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_English_MLF_X19-35976.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Estonian_MLF_X19-35978.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Estonian_MLF_X19-35978.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Finnish_MLF_X19-35980.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Finnish_MLF_X19-35980.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_French_MLF_X19-35982.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_French_MLF_X19-35982.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_German_MLF_X19-35984.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_German_MLF_X19-35984.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Greek_MLF_X19-35986.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Greek_MLF_X19-35986.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Hebrew_MLF_X19-35988.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Hebrew_MLF_X19-35988.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Hindi_MLF_X19-35990.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Hindi_MLF_X19-35990.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Hungarian_MLF_X19-35992.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Hungarian_MLF_X19-35992.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Indonesian_MLF_X19-35994.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Indonesian_MLF_X19-35994.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Italian_MLF_X19-35995.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Italian_MLF_X19-35995.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Japanese_MLF_X19-35997.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Japanese_MLF_X19-35997.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Kazakh_MLF_X19-36000.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Kazakh_MLF_X19-36000.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Korean_MLF_X19-36002.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Korean_MLF_X19-36002.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Latvian_MLF_X19-36004.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Latvian_MLF_X19-36004.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Lithuanian_MLF_X19-36007.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Lithuanian_MLF_X19-36007.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_MALAY_MLF_X19-36009.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_MALAY_MLF_X19-36009.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Norwegian_MLF_X19-36011.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Norwegian_MLF_X19-36011.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Polish_MLF_X19-36013.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Polish_MLF_X19-36013.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Portuguese_MLF_X19-36015.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Portuguese_MLF_X19-36015.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Romanian_MLF_X19-36017.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Romanian_MLF_X19-36017.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Russian_MLF_X19-36019.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Russian_MLF_X19-36019.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Serbian_Latin_MLF_X19-36021.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Serbian_Latin_MLF_X19-36021.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Slovak_MLF_X19-36023.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Slovak_MLF_X19-36023.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Slovenian_MLF_X19-36025.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Slovenian_MLF_X19-36025.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Spanish_MLF_X19-36027.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Spanish_MLF_X19-36027.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Swedish_MLF_X19-36029.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Swedish_MLF_X19-36029.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Thai_MLF_X19-36031.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Thai_MLF_X19-36031.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Turkish_MLF_X19-36033.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Turkish_MLF_X19-36033.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Ukrainian_MLF_X19-36036.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Ukrainian_MLF_X19-36036.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**64Bit**_Vietnamese_MLF_X19-36039.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_64Bit_Vietnamese_MLF_X19-36039.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Arabic_MLF_X19-35803.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Arabic_MLF_X19-35803.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Brazilian_MLF_X19-35805.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Brazilian_MLF_X19-35805.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Bulgarian_MLF_X19-35807.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Bulgarian_MLF_X19-35807.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_ChnSimp_MLF_X19-35809.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_ChnSimp_MLF_X19-35809.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_ChnTrad_MLF_X19-35811.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_ChnTrad_MLF_X19-35811.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Croatian_MLF_X19-35813.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Croatian_MLF_X19-35813.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Czech_MLF_X19-35815.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Czech_MLF_X19-35815.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Danish_MLF_X19-35817.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Danish_MLF_X19-35817.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Dutch_MLF_X19-35819.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Dutch_MLF_X19-35819.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_English_MLF_X19-35821.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_English_MLF_X19-35821.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Estonian_MLF_X19-35823.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Estonian_MLF_X19-35823.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Finnish_MLF_X19-35825.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Finnish_MLF_X19-35825.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_French_MLF_X19-35827.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_French_MLF_X19-35827.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_German_MLF_X19-35829.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_German_MLF_X19-35829.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Greek_MLF_X19-35831.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Greek_MLF_X19-35831.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Hebrew_MLF_X19-35832.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Hebrew_MLF_X19-35832.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Hindi_MLF_X19-35834.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Hindi_MLF_X19-35834.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Hungarian_MLF_X19-35836.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Hungarian_MLF_X19-35836.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Indonesian_MLF_X19-35838.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Indonesian_MLF_X19-35838.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Italian_MLF_X19-35840.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Italian_MLF_X19-35840.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Japanese_MLF_X19-35842.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Japanese_MLF_X19-35842.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Kazakh_MLF_X19-35844.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Kazakh_MLF_X19-35844.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Korean_MLF_X19-35846.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Korean_MLF_X19-35846.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Latvian_MLF_X19-35848.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Latvian_MLF_X19-35848.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Lithuanian_MLF_X19-35850.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Lithuanian_MLF_X19-35850.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_MALAY_MLF_X19-35852.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_MALAY_MLF_X19-35852.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Norwegian_MLF_X19-35854.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Norwegian_MLF_X19-35854.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Polish_MLF_X19-35856.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Polish_MLF_X19-35856.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Portuguese_MLF_X19-35858.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Portuguese_MLF_X19-35858.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Romanian_MLF_X19-35860.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Romanian_MLF_X19-35860.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Russian_MLF_X19-35862.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Russian_MLF_X19-35862.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Serbian_Latin_MLF_X19-35864.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Serbian_Latin_MLF_X19-35864.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Slovak_MLF_X19-35866.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Slovak_MLF_X19-35866.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Slovenian_MLF_X19-35868.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Slovenian_MLF_X19-35868.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Spanish_MLF_X19-35870.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Spanish_MLF_X19-35870.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Swedish_MLF_X19-35872.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Swedish_MLF_X19-35872.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Thai_MLF_X19-35874.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Thai_MLF_X19-35874.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Turkish_MLF_X19-35876.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Turkish_MLF_X19-35876.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Ukrainian_MLF_X19-35878.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Ukrainian_MLF_X19-35878.iso) |
| [SW_DVD5_Office_Professional_Plus_2013w_SP1_**W32**_Vietnamese_MLF_X19-35880.iso](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2013w_SP1_W32_Vietnamese_MLF_X19-35880.iso) |
------------------------------------------------------------------------
## Office 2013 Project Pro
| Links |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_Arabic_MLF_X19-35802.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_Arabic_MLF_X19-35802.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_Brazilian_MLF_X19-35804.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_Brazilian_MLF_X19-35804.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_ChnSimp_MLF_X19-35806.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_ChnSimp_MLF_X19-35806.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_ChnTrad_MLF_X19-35808.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_ChnTrad_MLF_X19-35808.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_Czech_MLF_X19-35810.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_Czech_MLF_X19-35810.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_Danish_MLF_X19-35812.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_Danish_MLF_X19-35812.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_Dutch_MLF_X19-35814.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_Dutch_MLF_X19-35814.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_English_MLF_X19-35816.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_English_MLF_X19-35816.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_Finnish_MLF_X19-35818.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_Finnish_MLF_X19-35818.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_French_MLF_X19-35820.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_French_MLF_X19-35820.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_German_MLF_X19-35822.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_German_MLF_X19-35822.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_Greek_MLF_X19-35824.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_Greek_MLF_X19-35824.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_Hebrew_MLF_X19-35826.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_Hebrew_MLF_X19-35826.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_Hungarian_MLF_X19-35828.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_Hungarian_MLF_X19-35828.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_Italian_MLF_X19-35830.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_Italian_MLF_X19-35830.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_Japanese_MLF_X19-35833.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_Japanese_MLF_X19-35833.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_Korean_MLF_X19-35835.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_Korean_MLF_X19-35835.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_Norwegian_MLF_X19-35837.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_Norwegian_MLF_X19-35837.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_Polish_MLF_X19-35839.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_Polish_MLF_X19-35839.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_Portuguese_MLF_X19-35841.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_Portuguese_MLF_X19-35841.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_Romanian_MLF_X19-35843.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_Romanian_MLF_X19-35843.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_Russian_MLF_X19-35845.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_Russian_MLF_X19-35845.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_Slovak_MLF_X19-35847.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_Slovak_MLF_X19-35847.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_Slovenian_MLF_X19-35849.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_Slovenian_MLF_X19-35849.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_Spanish_MLF_X19-35851.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_Spanish_MLF_X19-35851.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_Swedish_MLF_X19-35853.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_Swedish_MLF_X19-35853.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_Turkish_MLF_X19-35855.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_Turkish_MLF_X19-35855.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**64Bit**_Ukrainian_MLF_X19-35857.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_64Bit_Ukrainian_MLF_X19-35857.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_Arabic_MLF_X19-35743.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_Arabic_MLF_X19-35743.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_Brazilian_MLF_X19-35744.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_Brazilian_MLF_X19-35744.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_ChnSimp_MLF_X19-35745.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_ChnSimp_MLF_X19-35745.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_ChnTrad_MLF_X19-35746.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_ChnTrad_MLF_X19-35746.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_Czech_MLF_X19-35747.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_Czech_MLF_X19-35747.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_Danish_MLF_X19-35748.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_Danish_MLF_X19-35748.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_Dutch_MLF_X19-35749.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_Dutch_MLF_X19-35749.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_English_MLF_X19-35750.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_English_MLF_X19-35750.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_Finnish_MLF_X19-35751.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_Finnish_MLF_X19-35751.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_French_MLF_X19-35752.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_French_MLF_X19-35752.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_German_MLF_X19-35753.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_German_MLF_X19-35753.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_Greek_MLF_X19-35754.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_Greek_MLF_X19-35754.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_Hebrew_MLF_X19-35755.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_Hebrew_MLF_X19-35755.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_Hungarian_MLF_X19-35756.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_Hungarian_MLF_X19-35756.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_Italian_MLF_X19-35757.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_Italian_MLF_X19-35757.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_Japanese_MLF_X19-35758.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_Japanese_MLF_X19-35758.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_Korean_MLF_X19-35759.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_Korean_MLF_X19-35759.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_Norwegian_MLF_X19-35760.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_Norwegian_MLF_X19-35760.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_Polish_MLF_X19-35761.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_Polish_MLF_X19-35761.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_Portuguese_MLF_X19-35762.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_Portuguese_MLF_X19-35762.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_Romanian_MLF_X19-35763.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_Romanian_MLF_X19-35763.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_Russian_MLF_X19-35764.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_Russian_MLF_X19-35764.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_Slovak_MLF_X19-35765.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_Slovak_MLF_X19-35765.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_Slovenian_MLF_X19-35766.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_Slovenian_MLF_X19-35766.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_Spanish_MLF_X19-35767.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_Spanish_MLF_X19-35767.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_Swedish_MLF_X19-35768.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_Swedish_MLF_X19-35768.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_Turkish_MLF_X19-35769.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_Turkish_MLF_X19-35769.ISO) |
| [SW_DVD5_Project_Pro_2013w_SP1_**W32**_Ukrainian_MLF_X19-35770.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2013w_SP1_W32_Ukrainian_MLF_X19-35770.ISO) |
------------------------------------------------------------------------
## Office 2013 Visio Pro
| Links |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_Arabic_MLF_X19-36394.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_Arabic_MLF_X19-36394.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_Brazilian_MLF_X19-36391.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_Brazilian_MLF_X19-36391.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_ChnSimp_MLF_X19-36392.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_ChnSimp_MLF_X19-36392.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_ChnTrad_MLF_X19-36416.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_ChnTrad_MLF_X19-36416.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_Czech_MLF_X19-36395.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_Czech_MLF_X19-36395.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_Danish_MLF_X19-36397.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_Danish_MLF_X19-36397.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_Dutch_MLF_X19-36407.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_Dutch_MLF_X19-36407.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_English_MLF_X19-36393.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_English_MLF_X19-36393.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_Finnish_MLF_X19-36412.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_Finnish_MLF_X19-36412.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_French_MLF_X19-36399.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_French_MLF_X19-36399.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_German_MLF_X19-36396.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_German_MLF_X19-36396.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_Greek_MLF_X19-36400.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_Greek_MLF_X19-36400.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_Hebrew_MLF_X19-36401.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_Hebrew_MLF_X19-36401.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_Hungarian_MLF_X19-36402.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_Hungarian_MLF_X19-36402.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_Italian_MLF_X19-36403.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_Italian_MLF_X19-36403.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_Japanese_MLF_X19-36404.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_Japanese_MLF_X19-36404.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_Korean_MLF_X19-36405.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_Korean_MLF_X19-36405.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_Norwegian_MLF_X19-36406.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_Norwegian_MLF_X19-36406.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_Polish_MLF_X19-36409.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_Polish_MLF_X19-36409.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_Portuguese_MLF_X19-36408.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_Portuguese_MLF_X19-36408.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_Romanian_MLF_X19-36410.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_Romanian_MLF_X19-36410.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_Russian_MLF_X19-36414.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_Russian_MLF_X19-36414.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_Slovak_MLF_X19-36413.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_Slovak_MLF_X19-36413.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_Slovenian_MLF_X19-36417.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_Slovenian_MLF_X19-36417.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_Spanish_MLF_X19-36398.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_Spanish_MLF_X19-36398.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_Swedish_MLF_X19-36411.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_Swedish_MLF_X19-36411.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_Turkish_MLF_X19-36415.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_Turkish_MLF_X19-36415.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**64Bit**_Ukrainian_MLF_X19-36418.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_64Bit_Ukrainian_MLF_X19-36418.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_Arabic_MLF_X19-36366.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_Arabic_MLF_X19-36366.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_Brazilian_MLF_X19-36363.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_Brazilian_MLF_X19-36363.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_ChnSimp_MLF_X19-36364.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_ChnSimp_MLF_X19-36364.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_ChnTrad_MLF_X19-36388.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_ChnTrad_MLF_X19-36388.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_Czech_MLF_X19-36367.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_Czech_MLF_X19-36367.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_Danish_MLF_X19-36369.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_Danish_MLF_X19-36369.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_Dutch_MLF_X19-36379.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_Dutch_MLF_X19-36379.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_English_MLF_X19-36365.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_English_MLF_X19-36365.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_Finnish_MLF_X19-36384.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_Finnish_MLF_X19-36384.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_French_MLF_X19-36371.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_French_MLF_X19-36371.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_German_MLF_X19-36368.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_German_MLF_X19-36368.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_Greek_MLF_X19-36372.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_Greek_MLF_X19-36372.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_Hebrew_MLF_X19-36373.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_Hebrew_MLF_X19-36373.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_Hungarian_MLF_X19-36374.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_Hungarian_MLF_X19-36374.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_Italian_MLF_X19-36375.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_Italian_MLF_X19-36375.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_Japanese_MLF_X19-36376.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_Japanese_MLF_X19-36376.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_Korean_MLF_X19-36377.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_Korean_MLF_X19-36377.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_Norwegian_MLF_X19-36378.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_Norwegian_MLF_X19-36378.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_Polish_MLF_X19-36381.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_Polish_MLF_X19-36381.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_Portuguese_MLF_X19-36380.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_Portuguese_MLF_X19-36380.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_Romanian_MLF_X19-36382.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_Romanian_MLF_X19-36382.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_Russian_MLF_X19-36386.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_Russian_MLF_X19-36386.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_Slovak_MLF_X19-36385.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_Slovak_MLF_X19-36385.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_Slovenian_MLF_X19-36389.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_Slovenian_MLF_X19-36389.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_Spanish_MLF_X19-36370.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_Spanish_MLF_X19-36370.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_Swedish_MLF_X19-36383.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_Swedish_MLF_X19-36383.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_Turkish_MLF_X19-36387.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_Turkish_MLF_X19-36387.ISO) |
| [SW_DVD5_Visio_Pro_2013w_SP1_**W32**_Ukrainian_MLF_X19-36390.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Pro_2013w_SP1_W32_Ukrainian_MLF_X19-36390.ISO) |
------------------------------------------------------------------------
## Office 2010 Pro Plus
| Links |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Arabic_CORE_MLF_X17-76770.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Arabic_CORE_MLF_X17-76770.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Brazilian_CORE_MLF_X17-76728.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Brazilian_CORE_MLF_X17-76728.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Bulgarian_CORE_MLF_X17-77158.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Bulgarian_CORE_MLF_X17-77158.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_ChnSimp_CORE_MLF_X17-76742.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_ChnSimp_CORE_MLF_X17-76742.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_ChnTrad_CORE_MLF_X17-77048.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_ChnTrad_CORE_MLF_X17-77048.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Croatian_CORE_MLF_X17-77095.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Croatian_CORE_MLF_X17-77095.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Czech_CORE_MLF_X17-76784.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Czech_CORE_MLF_X17-76784.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Danish_CORE_MLF_X17-76811.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Danish_CORE_MLF_X17-76811.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Dutch_CORE_MLF_X17-76936.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Dutch_CORE_MLF_X17-76936.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_English_CORE_MLF_X17-76756.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_English_CORE_MLF_X17-76756.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Estonian_CORE_MLF_X17-77203.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Estonian_CORE_MLF_X17-77203.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Finnish_CORE_MLF_X17-76993.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Finnish_CORE_MLF_X17-76993.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_French_CORE_MLF_X17-76839.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_French_CORE_MLF_X17-76839.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_German_CORE_MLF_X17-76797.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_German_CORE_MLF_X17-76797.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Greek_CORE_MLF_X17-76853.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Greek_CORE_MLF_X17-76853.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Hebrew_CORE_MLF_X17-76867.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Hebrew_CORE_MLF_X17-76867.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Hungarian_CORE_MLF_X17-76881.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Hungarian_CORE_MLF_X17-76881.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Indic_CORE_MLF_X17-77127.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Indic_CORE_MLF_X17-77127.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Italian_CORE_MLF_X17-76894.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Italian_CORE_MLF_X17-76894.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Japanese_CORE_MLF_X17-76908.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Japanese_CORE_MLF_X17-76908.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Kazakh_CORE_MLF_X17-77250.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Kazakh_CORE_MLF_X17-77250.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Korean_CORE_MLF_X17-77172.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Korean_CORE_MLF_X17-77172.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Latvian_CORE_MLF_X17-77064.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Latvian_CORE_MLF_X17-77064.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Lithuanian_CORE_MLF_X17-77080.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Lithuanian_CORE_MLF_X17-77080.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Norwegian_CORE_MLF_X17-76922.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Norwegian_CORE_MLF_X17-76922.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Polish_CORE_MLF_X17-76964.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Polish_CORE_MLF_X17-76964.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Portuguese_CORE_MLF_X17-76950.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Portuguese_CORE_MLF_X17-76950.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Romanian_CORE_MLF_X17-77219.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Romanian_CORE_MLF_X17-77219.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Russian_CORE_MLF_X17-77007.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Russian_CORE_MLF_X17-77007.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Serbian_Latin_CORE_MLF_X17-77142.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Serbian_Latin_CORE_MLF_X17-77142.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Slovak_CORE_MLF_X17-77234.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Slovak_CORE_MLF_X17-77234.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Slovenian_CORE_MLF_X17-77188.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Slovenian_CORE_MLF_X17-77188.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Spanish_CORE_MLF_X17-76825.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Spanish_CORE_MLF_X17-76825.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Swedish_CORE_MLF_X17-76979.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Swedish_CORE_MLF_X17-76979.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Thai_CORE_MLF_X17-77020.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Thai_CORE_MLF_X17-77020.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Turkish_CORE_MLF_X17-77035.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Turkish_CORE_MLF_X17-77035.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**64Bit**_Ukrainian_CORE_MLF_X17-77111.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_64Bit_Ukrainian_CORE_MLF_X17-77111.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Arabic_CORE_MLF_X17-76762.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Arabic_CORE_MLF_X17-76762.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Brazilian_CORE_MLF_X17-76721.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Brazilian_CORE_MLF_X17-76721.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Bulgarian_CORE_MLF_X17-77148.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Bulgarian_CORE_MLF_X17-77148.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_ChnSimp_CORE_MLF_X17-76734.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_ChnSimp_CORE_MLF_X17-76734.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_ChnTrad_CORE_MLF_X17-77040.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_ChnTrad_CORE_MLF_X17-77040.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Croatian_CORE_MLF_X17-77086.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Croatian_CORE_MLF_X17-77086.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Czech_CORE_MLF_X17-76776.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Czech_CORE_MLF_X17-76776.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Danish_CORE_MLF_X17-76803.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Danish_CORE_MLF_X17-76803.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Dutch_CORE_MLF_X17-76928.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Dutch_CORE_MLF_X17-76928.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_English_CORE_MLF_X17-76748.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_English_CORE_MLF_X17-76748.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Estonian_CORE_MLF_X17-77194.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Estonian_CORE_MLF_X17-77194.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Finnish_CORE_MLF_X17-76985.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Finnish_CORE_MLF_X17-76985.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_French_CORE_MLF_X17-76831.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_French_CORE_MLF_X17-76831.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_German_CORE_MLF_X17-76790.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_German_CORE_MLF_X17-76790.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Greek_CORE_MLF_X17-76845.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Greek_CORE_MLF_X17-76845.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Hebrew_CORE_MLF_X17-76859.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Hebrew_CORE_MLF_X17-76859.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Hungarian_CORE_MLF_X17-76873.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Hungarian_CORE_MLF_X17-76873.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Indic_CORE_MLF_X17-77117.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Indic_CORE_MLF_X17-77117.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Italian_CORE_MLF_X17-76887.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Italian_CORE_MLF_X17-76887.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Japanese_CORE_MLF_X17-76901.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Japanese_CORE_MLF_X17-76901.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Kazakh_CORE_MLF_X17-77240.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Kazakh_CORE_MLF_X17-77240.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Korean_CORE_MLF_X17-77164.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Korean_CORE_MLF_X17-77164.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Latvian_CORE_MLF_X17-77054.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Latvian_CORE_MLF_X17-77054.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Lithuanian_CORE_MLF_X17-77070.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Lithuanian_CORE_MLF_X17-77070.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Norwegian_CORE_MLF_X17-76914.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Norwegian_CORE_MLF_X17-76914.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Polish_CORE_MLF_X17-76956.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Polish_CORE_MLF_X17-76956.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Portuguese_CORE_MLF_X17-76942.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Portuguese_CORE_MLF_X17-76942.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Romanian_CORE_MLF_X17-77209.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Romanian_CORE_MLF_X17-77209.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Russian_CORE_MLF_X17-76999.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Russian_CORE_MLF_X17-76999.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Serbian_Latin_CORE_MLF_X17-77133.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Serbian_Latin_CORE_MLF_X17-77133.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Slovak_CORE_MLF_X17-77225.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Slovak_CORE_MLF_X17-77225.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Slovenian_CORE_MLF_X17-77178.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Slovenian_CORE_MLF_X17-77178.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Spanish_CORE_MLF_X17-76817.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Spanish_CORE_MLF_X17-76817.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Swedish_CORE_MLF_X17-76971.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Swedish_CORE_MLF_X17-76971.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Thai_CORE_MLF_X17-77013.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Thai_CORE_MLF_X17-77013.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Turkish_CORE_MLF_X17-77026.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Turkish_CORE_MLF_X17-77026.ISO) |
| [SW_DVD5_Office_Professional_Plus_2010w_SP1_**W32**_Ukrainian_CORE_MLF_X17-77101.ISO](https://drive.massgrave.dev/SW_DVD5_Office_Professional_Plus_2010w_SP1_W32_Ukrainian_CORE_MLF_X17-77101.ISO) |
------------------------------------------------------------------------
## Office 2010 Project Pro
| Links |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [SW_DVD5_Project_Pro_2010w_SP1_**64Bit**_Arabic_MLF_X17-76708.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_64Bit_Arabic_MLF_X17-76708.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**64Bit**_Brazilian_MLF_X17-76641.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_64Bit_Brazilian_MLF_X17-76641.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**64Bit**_ChnSimp_MLF_X17-76658.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_64Bit_ChnSimp_MLF_X17-76658.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**64Bit**_ChnTrad_MLF_X17-77399.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_64Bit_ChnTrad_MLF_X17-77399.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**64Bit**_Czech_MLF_X17-76743.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_64Bit_Czech_MLF_X17-76743.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**64Bit**_Danish_MLF_X17-76812.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_64Bit_Danish_MLF_X17-76812.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**64Bit**_Dutch_MLF_X17-77189.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_64Bit_Dutch_MLF_X17-77189.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**64Bit**_English_MLF_X17-76681.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_64Bit_English_MLF_X17-76681.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**64Bit**_Finnish_MLF_X17-77330.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_64Bit_Finnish_MLF_X17-77330.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**64Bit**_French_MLF_X17-76880.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_64Bit_French_MLF_X17-76880.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**64Bit**_German_MLF_X17-76777.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_64Bit_German_MLF_X17-76777.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**64Bit**_Greek_MLF_X17-76915.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_64Bit_Greek_MLF_X17-76915.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**64Bit**_Hebrew_MLF_X17-76949.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_64Bit_Hebrew_MLF_X17-76949.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**64Bit**_Hungarian_MLF_X17-76982.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_64Bit_Hungarian_MLF_X17-76982.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**64Bit**_Italian_MLF_X17-77017.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_64Bit_Italian_MLF_X17-77017.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**64Bit**_Japanese_MLF_X17-77051.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_64Bit_Japanese_MLF_X17-77051.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**64Bit**_Korean_MLF_X17-77085.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_64Bit_Korean_MLF_X17-77085.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**64Bit**_Norwegian_MLF_X17-77155.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_64Bit_Norwegian_MLF_X17-77155.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**64Bit**_Polish_MLF_X17-77259.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_64Bit_Polish_MLF_X17-77259.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**64Bit**_Portuguese_MLF_X17-77224.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_64Bit_Portuguese_MLF_X17-77224.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**64Bit**_Russian_MLF_X17-77365.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_64Bit_Russian_MLF_X17-77365.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**64Bit**_Slovak_MLF_X17-77348.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_64Bit_Slovak_MLF_X17-77348.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**64Bit**_Slovenian_MLF_X17-77120.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_64Bit_Slovenian_MLF_X17-77120.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**64Bit**_Spanish_MLF_X17-76846.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_64Bit_Spanish_MLF_X17-76846.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**64Bit**_Swedish_MLF_X17-77294.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_64Bit_Swedish_MLF_X17-77294.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**64Bit**_Turkish_MLF_X17-77382.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_64Bit_Turkish_MLF_X17-77382.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**64Bit**_Ukrainian_MLF_X17-76624.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_64Bit_Ukrainian_MLF_X17-76624.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**W32**_Arabic_MLF_X17-76683.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_W32_Arabic_MLF_X17-76683.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**W32**_Brazilian_MLF_X17-76626.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_W32_Brazilian_MLF_X17-76626.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**W32**_ChnSimp_MLF_X17-76643.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_W32_ChnSimp_MLF_X17-76643.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**W32**_ChnTrad_MLF_X17-77384.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_W32_ChnTrad_MLF_X17-77384.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**W32**_Czech_MLF_X17-76712.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_W32_Czech_MLF_X17-76712.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**W32**_Danish_MLF_X17-76782.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_W32_Danish_MLF_X17-76782.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**W32**_Dutch_MLF_X17-77159.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_W32_Dutch_MLF_X17-77159.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**W32**_English_MLF_X17-76660.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_W32_English_MLF_X17-76660.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**W32**_Finnish_MLF_X17-77299.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_W32_Finnish_MLF_X17-77299.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**W32**_French_MLF_X17-76850.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_W32_French_MLF_X17-76850.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**W32**_German_MLF_X17-76747.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_W32_German_MLF_X17-76747.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**W32**_Greek_MLF_X17-76885.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_W32_Greek_MLF_X17-76885.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**W32**_Hebrew_MLF_X17-76919.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_W32_Hebrew_MLF_X17-76919.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**W32**_Hungarian_MLF_X17-76953.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_W32_Hungarian_MLF_X17-76953.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**W32**_Italian_MLF_X17-76986.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_W32_Italian_MLF_X17-76986.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**W32**_Japanese_MLF_X17-77021.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_W32_Japanese_MLF_X17-77021.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**W32**_Korean_MLF_X17-77055.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_W32_Korean_MLF_X17-77055.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**W32**_Norwegian_MLF_X17-77124.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_W32_Norwegian_MLF_X17-77124.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**W32**_Polish_MLF_X17-77228.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_W32_Polish_MLF_X17-77228.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**W32**_Portuguese_MLF_X17-77193.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_W32_Portuguese_MLF_X17-77193.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**W32**_Russian_MLF_X17-77350.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_W32_Russian_MLF_X17-77350.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**W32**_Slovak_MLF_X17-77333.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_W32_Slovak_MLF_X17-77333.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**W32**_Slovenian_MLF_X17-77090.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_W32_Slovenian_MLF_X17-77090.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**W32**_Spanish_MLF_X17-76816.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_W32_Spanish_MLF_X17-76816.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**W32**_Swedish_MLF_X17-77263.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_W32_Swedish_MLF_X17-77263.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**W32**_Turkish_MLF_X17-77367.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_W32_Turkish_MLF_X17-77367.ISO) |
| [SW_DVD5_Project_Pro_2010w_SP1_**W32**_Ukrainian_MLF_X17-76609.ISO](https://drive.massgrave.dev/SW_DVD5_Project_Pro_2010w_SP1_W32_Ukrainian_MLF_X17-76609.ISO) |
------------------------------------------------------------------------
## Office 2010 Visio Pro
| Links |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [SW_DVD5_Visio_Premium_2010w_SP1_**64Bit**_Arabic_Std_Pro_Prem_MLF_X17-75857.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_64Bit_Arabic_Std_Pro_Prem_MLF_X17-75857.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**64Bit**_Brazilian_Std_Pro_Prem_MLF_X17-75845.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_64Bit_Brazilian_Std_Pro_Prem_MLF_X17-75845.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**64Bit**_ChnSimp_Std_Pro_Prem_MLF_X17-75849.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_64Bit_ChnSimp_Std_Pro_Prem_MLF_X17-75849.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**64Bit**_ChnTrad_Std_Pro_Prem_MLF_X17-75945.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_64Bit_ChnTrad_Std_Pro_Prem_MLF_X17-75945.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**64Bit**_Czech_Std_Pro_Prem_MLF_X17-75861.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_64Bit_Czech_Std_Pro_Prem_MLF_X17-75861.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**64Bit**_Danish_Std_Pro_Prem_MLF_X17-75869.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_64Bit_Danish_Std_Pro_Prem_MLF_X17-75869.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**64Bit**_Dutch_Std_Pro_Prem_MLF_X17-75913.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_64Bit_Dutch_Std_Pro_Prem_MLF_X17-75913.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**64Bit**_English_Std_Pro_Prem_MLF_X17-75853.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_64Bit_English_Std_Pro_Prem_MLF_X17-75853.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**64Bit**_Finnish_Std_Pro_Prem_MLF_X17-75929.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_64Bit_Finnish_Std_Pro_Prem_MLF_X17-75929.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**64Bit**_French_Std_Pro_Prem_MLF_X17-75877.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_64Bit_French_Std_Pro_Prem_MLF_X17-75877.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**64Bit**_German_Std_Pro_Prem_MLF_X17-75865.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_64Bit_German_Std_Pro_Prem_MLF_X17-75865.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**64Bit**_Greek_Std_Pro_Prem_MLF_X17-75881.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_64Bit_Greek_Std_Pro_Prem_MLF_X17-75881.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**64Bit**_Hebrew_Std_Pro_Prem_MLF_X17-75885.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_64Bit_Hebrew_Std_Pro_Prem_MLF_X17-75885.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**64Bit**_Hungarian_Std_Pro_Prem_MLF_X17-75889.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_64Bit_Hungarian_Std_Pro_Prem_MLF_X17-75889.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**64Bit**_Italian_Std_Pro_Prem_MLF_X17-75893.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_64Bit_Italian_Std_Pro_Prem_MLF_X17-75893.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**64Bit**_Japanese_Std_Pro_Prem_MLF_X17-75897.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_64Bit_Japanese_Std_Pro_Prem_MLF_X17-75897.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**64Bit**_Korean_Std_Pro_Prem_MLF_X17-75901.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_64Bit_Korean_Std_Pro_Prem_MLF_X17-75901.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**64Bit**_Norwegian_Std_Pro_Prem_MLF_X17-75909.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_64Bit_Norwegian_Std_Pro_Prem_MLF_X17-75909.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**64Bit**_Polish_Std_Pro_Prem_MLF_X17-75921.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_64Bit_Polish_Std_Pro_Prem_MLF_X17-75921.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**64Bit**_Portuguese_Std_Pro_Prem_MLF_X17-75917.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_64Bit_Portuguese_Std_Pro_Prem_MLF_X17-75917.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**64Bit**_Russian_Std_Pro_Prem_MLF_X17-75937.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_64Bit_Russian_Std_Pro_Prem_MLF_X17-75937.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**64Bit**_Slovak_Std_Pro_Prem_MLF_X17-75933.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_64Bit_Slovak_Std_Pro_Prem_MLF_X17-75933.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**64Bit**_Slovenian_Std_Pro_Prem_MLF_X17-75905.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_64Bit_Slovenian_Std_Pro_Prem_MLF_X17-75905.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**64Bit**_Spanish_Std_Pro_Prem_MLF_X17-75873.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_64Bit_Spanish_Std_Pro_Prem_MLF_X17-75873.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**64Bit**_Swedish_Std_Pro_Prem_MLF_X17-75925.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_64Bit_Swedish_Std_Pro_Prem_MLF_X17-75925.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**64Bit**_Turkish_Std_Pro_Prem_MLF_X17-75941.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_64Bit_Turkish_Std_Pro_Prem_MLF_X17-75941.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**64Bit**_Ukrainian_Std_Pro_Prem_MLF_X17-75841.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_64Bit_Ukrainian_Std_Pro_Prem_MLF_X17-75841.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**W32**_Arabic_Std_Pro_Prem_MLF_X17-75855.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_W32_Arabic_Std_Pro_Prem_MLF_X17-75855.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**W32**_Brazilian_Std_Pro_Prem_MLF_X17-75843.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_W32_Brazilian_Std_Pro_Prem_MLF_X17-75843.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**W32**_ChnSimp_Std_Pro_Prem_MLF_X17-75847.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_W32_ChnSimp_Std_Pro_Prem_MLF_X17-75847.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**W32**_ChnTrad_Std_Pro_Prem_MLF_X17-75943.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_W32_ChnTrad_Std_Pro_Prem_MLF_X17-75943.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**W32**_Czech_Std_Pro_Prem_MLF_X17-75859.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_W32_Czech_Std_Pro_Prem_MLF_X17-75859.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**W32**_Danish_Std_Pro_Prem_MLF_X17-75867.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_W32_Danish_Std_Pro_Prem_MLF_X17-75867.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**W32**_Dutch_Std_Pro_Prem_MLF_X17-75911.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_W32_Dutch_Std_Pro_Prem_MLF_X17-75911.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**W32**_English_Std_Pro_Prem_MLF_X17-75851.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_W32_English_Std_Pro_Prem_MLF_X17-75851.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**W32**_Finnish_Std_Pro_Prem_MLF_X17-75927.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_W32_Finnish_Std_Pro_Prem_MLF_X17-75927.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**W32**_French_Std_Pro_Prem_MLF_X17-75875.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_W32_French_Std_Pro_Prem_MLF_X17-75875.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**W32**_German_Std_Pro_Prem_MLF_X17-75863.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_W32_German_Std_Pro_Prem_MLF_X17-75863.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**W32**_Greek_Std_Pro_Prem_MLF_X17-75879.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_W32_Greek_Std_Pro_Prem_MLF_X17-75879.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**W32**_Hebrew_Std_Pro_Prem_MLF_X17-75883.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_W32_Hebrew_Std_Pro_Prem_MLF_X17-75883.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**W32**_Hungarian_Std_Pro_Prem_MLF_X17-75887.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_W32_Hungarian_Std_Pro_Prem_MLF_X17-75887.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**W32**_Italian_Std_Pro_Prem_MLF_X17-75891.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_W32_Italian_Std_Pro_Prem_MLF_X17-75891.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**W32**_Japanese_Std_Pro_Prem_MLF_X17-75895.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_W32_Japanese_Std_Pro_Prem_MLF_X17-75895.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**W32**_Korean_Std_Pro_Prem_MLF_X17-75899.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_W32_Korean_Std_Pro_Prem_MLF_X17-75899.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**W32**_Norwegian_Std_Pro_Prem_MLF_X17-75907.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_W32_Norwegian_Std_Pro_Prem_MLF_X17-75907.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**W32**_Polish_Std_Pro_Prem_MLF_X17-75919.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_W32_Polish_Std_Pro_Prem_MLF_X17-75919.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**W32**_Portuguese_Std_Pro_Prem_MLF_X17-75915.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_W32_Portuguese_Std_Pro_Prem_MLF_X17-75915.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**W32**_Russian_Std_Pro_Prem_MLF_X17-75935.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_W32_Russian_Std_Pro_Prem_MLF_X17-75935.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**W32**_Slovak_Std_Pro_Prem_MLF_X17-75931.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_W32_Slovak_Std_Pro_Prem_MLF_X17-75931.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**W32**_Slovenian_Std_Pro_Prem_MLF_X17-75903.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_W32_Slovenian_Std_Pro_Prem_MLF_X17-75903.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**W32**_Spanish_Std_Pro_Prem_MLF_X17-75871.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_W32_Spanish_Std_Pro_Prem_MLF_X17-75871.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**W32**_Swedish_Std_Pro_Prem_MLF_X17-75923.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_W32_Swedish_Std_Pro_Prem_MLF_X17-75923.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**W32**_Turkish_Std_Pro_Prem_MLF_X17-75939.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_W32_Turkish_Std_Pro_Prem_MLF_X17-75939.ISO) |
| [SW_DVD5_Visio_Premium_2010w_SP1_**W32**_Ukrainian_Std_Pro_Prem_MLF_X17-75839.ISO](https://drive.massgrave.dev/SW_DVD5_Visio_Premium_2010w_SP1_W32_Ukrainian_Std_Pro_Prem_MLF_X17-75839.ISO) |
------------------------------------------------------------------------
## Office 2007 Enterprise
| Links |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [ar_office_enterprise_2007_united_states_x86_dvd_481411.iso](https://drive.massgrave.dev/ar_office_enterprise_2007_united_states_x86_dvd_481411.iso) |
| [bg_office_enterprise_2007_united_states_x86_dvd_481230.iso](https://drive.massgrave.dev/bg_office_enterprise_2007_united_states_x86_dvd_481230.iso) |
| [cn_office_enterprise_2007_united_states_x86_dvd_481467.iso](https://drive.massgrave.dev/cn_office_enterprise_2007_united_states_x86_dvd_481467.iso) |
| [cs_office_enterprise_2007_united_states_x86_dvd_481232.iso](https://drive.massgrave.dev/cs_office_enterprise_2007_united_states_x86_dvd_481232.iso) |
| [da_office_enterprise_2007_united_states_x86_dvd_481241.iso](https://drive.massgrave.dev/da_office_enterprise_2007_united_states_x86_dvd_481241.iso) |
| [de_office_enterprise_2007_united_states_x86_dvd_481244.iso](https://drive.massgrave.dev/de_office_enterprise_2007_united_states_x86_dvd_481244.iso) |
| [el_office_enterprise_2007_united_states_x86_dvd_481245.iso](https://drive.massgrave.dev/el_office_enterprise_2007_united_states_x86_dvd_481245.iso) |
| [en_office_enterprise_2007_united_states_x86_cd_481472.iso](https://drive.massgrave.dev/en_office_enterprise_2007_united_states_x86_cd_481472.iso) |
| [es_office_enterprise_2007_united_states_x86_dvd_481251.iso](https://drive.massgrave.dev/es_office_enterprise_2007_united_states_x86_dvd_481251.iso) |
| [et_office_enterprise_2007_united_states_x86_dvd_481341.iso](https://drive.massgrave.dev/et_office_enterprise_2007_united_states_x86_dvd_481341.iso) |
| [fi_office_enterprise_2007_united_states_x86_dvd_481254.iso](https://drive.massgrave.dev/fi_office_enterprise_2007_united_states_x86_dvd_481254.iso) |
| [fr_office_enterprise_2007_united_states_x86_dvd_481261.iso](https://drive.massgrave.dev/fr_office_enterprise_2007_united_states_x86_dvd_481261.iso) |
| [he_office_enterprise_2007_united_states_x86_dvd_481475.iso](https://drive.massgrave.dev/he_office_enterprise_2007_united_states_x86_dvd_481475.iso) |
| [hi_office_enterprise_2007_united_states_x86_dvd_481398.iso](https://drive.massgrave.dev/hi_office_enterprise_2007_united_states_x86_dvd_481398.iso) |
| [hk_office_enterprise_2007_united_states_x86_dvd_481482.iso](https://drive.massgrave.dev/hk_office_enterprise_2007_united_states_x86_dvd_481482.iso) |
| [hr_office_enterprise_2007_united_states_x86_dvd_481332.iso](https://drive.massgrave.dev/hr_office_enterprise_2007_united_states_x86_dvd_481332.iso) |
| [hu_office_enterprise_2007_united_states_x86_dvd_481264.iso](https://drive.massgrave.dev/hu_office_enterprise_2007_united_states_x86_dvd_481264.iso) |
| [it_office_enterprise_2007_united_states_x86_dvd_481267.iso](https://drive.massgrave.dev/it_office_enterprise_2007_united_states_x86_dvd_481267.iso) |
| [ja_office_enterprise_2007_united_states_x86_dvd_481470.iso](https://drive.massgrave.dev/ja_office_enterprise_2007_united_states_x86_dvd_481470.iso) |
| [kk_office_enterprise_2007_united_states_x86_dvd_481511.iso](https://drive.massgrave.dev/kk_office_enterprise_2007_united_states_x86_dvd_481511.iso) |
| [ko_office_enterprise_2007_united_states_x86_dvd_481466.iso](https://drive.massgrave.dev/ko_office_enterprise_2007_united_states_x86_dvd_481466.iso) |
| [lt_office_enterprise_2007_united_states_x86_dvd_481344.iso](https://drive.massgrave.dev/lt_office_enterprise_2007_united_states_x86_dvd_481344.iso) |
| [lv_office_enterprise_2007_united_states_x86_dvd_481342.iso](https://drive.massgrave.dev/lv_office_enterprise_2007_united_states_x86_dvd_481342.iso) |
| [nl_office_enterprise_2007_united_states_x86_dvd_481270.iso](https://drive.massgrave.dev/nl_office_enterprise_2007_united_states_x86_dvd_481270.iso) |
| [no_office_enterprise_2007_united_states_x86_dvd_481325.iso](https://drive.massgrave.dev/no_office_enterprise_2007_united_states_x86_dvd_481325.iso) |
| [pl_office_enterprise_2007_united_states_x86_dvd_481326.iso](https://drive.massgrave.dev/pl_office_enterprise_2007_united_states_x86_dvd_481326.iso) |
| [pp_office_enterprise_2007_united_states_x86_dvd_481346.iso](https://drive.massgrave.dev/pp_office_enterprise_2007_united_states_x86_dvd_481346.iso) |
| [pt_office_enterprise_2007_united_states_x86_dvd_481327.iso](https://drive.massgrave.dev/pt_office_enterprise_2007_united_states_x86_dvd_481327.iso) |
| [ro_office_enterprise_2007_united_states_x86_dvd_481329.iso](https://drive.massgrave.dev/ro_office_enterprise_2007_united_states_x86_dvd_481329.iso) |
| [ru_office_enterprise_2007_united_states_x86_dvd_481908.iso](https://drive.massgrave.dev/ru_office_enterprise_2007_united_states_x86_dvd_481908.iso) |
| [sk_office_enterprise_2007_united_states_x86_dvd_481914.iso](https://drive.massgrave.dev/sk_office_enterprise_2007_united_states_x86_dvd_481914.iso) |
| [sl_office_enterprise_2007_united_states_x86_dvd_481340.iso](https://drive.massgrave.dev/sl_office_enterprise_2007_united_states_x86_dvd_481340.iso) |
| [sr_office_enterprise_2007_united_states_x86_dvd_481348.iso](https://drive.massgrave.dev/sr_office_enterprise_2007_united_states_x86_dvd_481348.iso) |
| [sv_office_enterprise_2007_united_states_x86_dvd_481336.iso](https://drive.massgrave.dev/sv_office_enterprise_2007_united_states_x86_dvd_481336.iso) |
| [th_office_enterprise_2007_united_states_x86_dvd_481476.iso](https://drive.massgrave.dev/th_office_enterprise_2007_united_states_x86_dvd_481476.iso) |
| [tr_office_enterprise_2007_united_states_x86_dvd_481337.iso](https://drive.massgrave.dev/tr_office_enterprise_2007_united_states_x86_dvd_481337.iso) |
| [tw_office_enterprise_2007_united_states_x86_dvd_481333.iso](https://drive.massgrave.dev/tw_office_enterprise_2007_united_states_x86_dvd_481333.iso) |
| [uk_office_enterprise_2007_united_states_x86_dvd_481338.iso](https://drive.massgrave.dev/uk_office_enterprise_2007_united_states_x86_dvd_481338.iso) |
------------------------------------------------------------------------

291
docs/ohook.md Normal file
View File

@ -0,0 +1,291 @@
# Ohook Activation
## Overview
- How to use it? Please find the instructions [here](intro.md#download--how-to-use-it).
- This activation method can activate all kinds of Office versions on Windows 8 and higher and their Server equivalent except Office 2010 and Office UWP apps.
- This activation method works offline and activates Office permanently.
- This activation method can survive Office repairs, Office updates, and even Windows major feature upgrades. You do not need to reactivate in these cases.
- For the O365 subscription version, you can't get server side O365 specific features such as 1TB storage in Onedrive. However, almost all other features and 5GB storage in free onedrive account would work fine.
- This activation method does not modify/patch any onboard system files, instead it installs a custom SPPC.dll (open source) file for the activation to work. Check further details in below "How does it work?" section.
------------------------------------------------------------------------
## How does it work?
![](/img/MAS-before-ohook.png)
- As illustrated in the above 1st image, in the Official activation process of SPP based Office, Office asks `C:\Windows\System32\sppc.dll` about the activation status and that file asks the same thing to SPP (Software Protection Platform) `C:\Windows\System32\sppsvc.exe` and returns the message back to Office.
![](/img/MAS-after-ohook.png)
- As illustrated in the above 2nd image, we modify this behavior by placing a custom `sppc.dll` file in Office folder without touching system's `C:\Windows\System32\sppc.dll` file and that custom file always returns the message that Office is activated. This is how ohook activation works.
- You can find the source code of ohook custom sppc.dll file [here](https://github.com/asdcorp/ohook).
------------------------------------------------------------------------
## Supported Products
TL;DR all kinds of Office products are supported on Windows 8 and higher and their Server equivalent except Office 2010 and Office UWP apps.
| Office Version | Office Product | Generic Key | Key Type |
|-----------|-------------------|------------------------------|------------|
| v15.0 (2013) | AccessRetail | B7RFY-7NXPK-Q4342-Y9X2H-3JX4X | Retail |
| v15.0 (2013) | AccessVolume | 9MF9G-CN32B-HV7XT-9XJ8T-9KVF4 | MAK |
| v15.0 (2013) | ExcelRetail | NT889-MBH4X-8MD4H-X8R2D-WQHF8 | Retail |
| v15.0 (2013) | ExcelVolume | Y3N36-YCHDK-XYWBG-KYQVV-BDTJ2 | MAK |
| v15.0 (2013) | GrooveRetail | BMK4W-6N88B-BP9QR-PHFCK-MG7GF | Retail |
| v15.0 (2013) | GrooveVolume | RN84D-7HCWY-FTCBK-JMXWM-HT7GJ | MAK |
| v15.0 (2013) | HomeBusinessPipcRetail | 2WQNF-GBK4B-XVG6F-BBMX7-M4F2Y | OEM-Perp |
| v15.0 (2013) | HomeBusinessRetail | YWD4R-CNKVT-VG8VJ-9333B-RCW9F | Subscription |
| v15.0 (2013) | HomeStudentRetail | 6WW3N-BDGM9-PCCHD-9QPP9-P34QG | Subscription |
| v15.0 (2013) | InfoPathRetail | RV7NQ-HY3WW-7CKWH-QTVMW-29VHC | Retail |
| v15.0 (2013) | InfoPathVolume | C4TGN-QQW6Y-FYKXC-6WJW7-X73VG | MAK |
| v15.0 (2013) | LyncAcademicRetail | 6MDN4-WF3FV-4WH3Q-W699V-RGCMY | PrepidBypass |
| v15.0 (2013) | LyncEntryRetail | N42BF-CBY9F-W2C7R-X397X-DYFQW | PrepidBypass |
| v15.0 (2013) | LyncRetail | 89P23-2NK2R-JXM2M-3Q8R8-BWM3Y | Retail |
| v15.0 (2013) | LyncVolume | 3WKCD-RN489-4M7XJ-GJ2GQ-YBFQ6 | MAK |
| v15.0 (2013) | MondoRetail | VNWHF-FKFBW-Q2RGD-HYHWF-R3HH2 | Subscription |
| v15.0 (2013) | MondoVolume | 2YNYQ-FQMVG-CB8KW-6XKYD-M7RRJ | MAK |
| v15.0 (2013) | OneNoteFreeRetail | 4TGWV-6N9P6-G2H8Y-2HWKB-B4FF4 | Bypass |
| v15.0 (2013) | OneNoteRetail | 3KXXQ-PVN2C-8P7YY-HCV88-GVGQ6 | Retail |
| v15.0 (2013) | OneNoteVolume | JDMWF-NJC7B-HRCHY-WFT8G-BPXD9 | MAK |
| v15.0 (2013) | OutlookRetail | 9N4RQ-CF8R2-HBVCB-J3C9V-94P4D | Retail |
| v15.0 (2013) | OutlookVolume | HNG29-GGWRG-RFC8C-JTFP4-2J9FH | MAK |
| v15.0 (2013) | PersonalPipcRetail | 9CYB3-NFMRW-YFDG6-XC7TF-BY36J | OEM-Perp |
| v15.0 (2013) | PersonalRetail | 2NCQJ-MFRMH-TXV83-J7V4C-RVRWC | Retail |
| v15.0 (2013) | PowerPointRetail | HVMN2-KPHQH-DVQMK-7B3CM-FGBFC | Retail |
| v15.0 (2013) | PowerPointVolume | 47DKN-HPJP7-RF9M3-VCYT2-TMQ4G | MAK |
| v15.0 (2013) | ProPlusRetail | N3QMM-GKDT3-JQGX6-7X3MQ-4GBG3 | Retail |
| v15.0 (2013) | ProPlusVolume | QKHNX-M9GGH-T3QMW-YPK4Q-QRP9V | MAK |
| v15.0 (2013) | ProfessionalPipcRetail | CF9DD-6CNW2-BJWJQ-CVCFX-Y7TXD | OEM-Perp |
| v15.0 (2013) | ProfessionalRetail | MBQBN-CQPT6-PXRMC-TYJFR-3C8MY | Retail |
| v15.0 (2013) | ProjectProRetail | WPY8N-PDPY4-FC7TF-KMP7P-KWYFY | Subscription |
| v15.0 (2013) | ProjectProVolume | WFCT2-NBFQ7-JD7VV-MFJX6-6F2CM | MAK |
| v15.0 (2013) | ProjectStdRetail | NTHQT-VKK6W-BRB87-HV346-Y96W8 | Subscription |
| v15.0 (2013) | ProjectStdVolume | 3CNQX-T34TY-99RH4-C4YD2-KWYGV | MAK |
| v15.0 (2013) | PublisherRetail | TWNCJ-YR84W-X7PPF-6DPRP-D67VC | Retail |
| v15.0 (2013) | PublisherVolume | DJPHV-NCJV6-GWPT6-K26JX-C7GX6 | MAK |
| v15.0 (2013) | SPDRetail | 3NY6J-WHT3F-47BDV-JHF36-2343W | PrepidBypass |
| v15.0 (2013) | StandardRetail | V6VWN-KC2HR-YYDD6-9V7HQ-7T7VP | Retail |
| v15.0 (2013) | StandardVolume | 9TN6B-PCYH4-MCVDQ-KT83C-TMQ7T | MAK |
| v15.0 (2013) | VisioProRetail | NVK2G-2MY4G-7JX2P-7D6F2-VFQBR | Subscription |
| v15.0 (2013) | VisioProVolume | YN7CF-XRH6R-CGKRY-GKPV3-BG7WF | MAK |
| v15.0 (2013) | VisioStdRetail | NCRB7-VP48F-43FYY-62P3R-367WK | Subscription |
| v15.0 (2013) | VisioStdVolume | RX63Y-4NFK2-XTYC8-C6B3W-YPXPJ | MAK |
| v15.0 (2013) | WordRetail | NB77V-RPFQ6-PMMKQ-T87DV-M4D84 | Retail |
| v15.0 (2013) | WordVolume | RPHPB-Y7NC4-3VYFM-DW7VD-G8YJ8 | MAK |
| v15.0 (O365) | O365BusinessRetail | 2P3C9-BQNJH-VCVPH-YDY6M-43JPQ | Subscription |
| v15.0 (O365) | O365HomePremRetail | J2W28-TN9C8-26PWV-F7J4G-72XCB | Subscription1 |
| v15.0 (O365) | O365ProPlusRetail | 2N382-D6PKK-QTX4D-2JJYK-M96P2 | Subscription1 |
| v15.0 (O365) | O365SmallBusPremRetail | HN8JP-87TQJ-PBF3P-Y66KC-W2K9V | Subscription1 |
| v16.0 (2016) | AccessRetail | WHK4N-YQGHB-XWXCC-G3HYC-6JF94 | Retail |
| v16.0 (2016) | AccessRuntimeRetail | RNB7V-P48F4-3FYY6-2P3R3-63BQV | PrepidBypass |
| v16.0 (2016) | AccessVolume | JJ2Y4-N8KM3-Y8KY3-Y22FR-R3KVK | MAK |
| v16.0 (2016) | ExcelRetail | RKJBN-VWTM2-BDKXX-RKQFD-JTYQ2 | Retail |
| v16.0 (2016) | ExcelVolume | FVGNR-X82B2-6PRJM-YT4W7-8HV36 | MAK |
| v16.0 (2016) | HomeBusinessPipcRetail | 2WQNF-GBK4B-XVG6F-BBMX7-M4F2Y | OEM-Perp |
| v16.0 (2016) | HomeBusinessRetail | HM6FM-NVF78-KV9PM-F36B8-D9MXD | Retail |
| v16.0 (2016) | HomeStudentRetail | PNPRV-F2627-Q8JVC-3DGR9-WTYRK | Retail |
| v16.0 (2016) | HomeStudentVNextRetail | YWD4R-CNKVT-VG8VJ-9333B-RC3B8 | Retail |
| v16.0 (2016) | MondoRetail | VNWHF-FKFBW-Q2RGD-HYHWF-R3HH2 | Subscription |
| v16.0 (2016) | MondoVolume | FMTQQ-84NR8-2744R-MXF4P-PGYR3 | MAK |
| v16.0 (2016) | OneNoteFreeRetail | XYNTG-R96FY-369HX-YFPHY-F9CPM | Bypass |
| v16.0 (2016) | OneNoteRetail | FXF6F-CNC26-W643C-K6KB7-6XXW3 | Retail |
| v16.0 (2016) | OneNoteVolume | 9TYVN-D76HK-BVMWT-Y7G88-9TPPV | MAK |
| v16.0 (2016) | OutlookRetail | 7N4KG-P2QDH-86V9C-DJFVF-369W9 | Retail |
| v16.0 (2016) | OutlookVolume | 7QPNR-3HFDG-YP6T9-JQCKQ-KKXXC | MAK |
| v16.0 (2016) | PersonalPipcRetail | 9CYB3-NFMRW-YFDG6-XC7TF-BY36J | OEM-Perp |
| v16.0 (2016) | PersonalRetail | FT7VF-XBN92-HPDJV-RHMBY-6VKBF | Retail |
| v16.0 (2016) | PowerPointRetail | N7GCB-WQT7K-QRHWG-TTPYD-7T9XF | Retail |
| v16.0 (2016) | PowerPointVolume | X3RT9-NDG64-VMK2M-KQ6XY-DPFGV | MAK |
| v16.0 (2016) | ProPlusRetail | GM43N-F742Q-6JDDK-M622J-J8GDV | Retail |
| v16.0 (2016) | ProPlusVolume | FNVK8-8DVCJ-F7X3J-KGVQB-RC2QY | MAK |
| v16.0 (2016) | ProfessionalPipcRetail | CF9DD-6CNW2-BJWJQ-CVCFX-Y7TXD | OEM-Perp |
| v16.0 (2016) | ProfessionalRetail | NXFTK-YD9Y7-X9MMJ-9BWM6-J2QVH | Retail |
| v16.0 (2016) | ProjectProRetail | WPY8N-PDPY4-FC7TF-KMP7P-KWYFY | Subscription |
| v16.0 (2016) | ProjectProVolume | PKC3N-8F99H-28MVY-J4RYY-CWGDH | MAK |
| v16.0 (2016) | ProjectProXVolume | JBNPH-YF2F7-Q9Y29-86CTG-C9YGV | MAKC2R |
| v16.0 (2016) | ProjectStdRetail | NTHQT-VKK6W-BRB87-HV346-Y96W8 | Subscription |
| v16.0 (2016) | ProjectStdVolume | 4TGWV-6N9P6-G2H8Y-2HWKB-B4G93 | MAK |
| v16.0 (2016) | ProjectStdXVolume | N3W2Q-69MBT-27RD9-BH8V3-JT2C8 | MAKC2R |
| v16.0 (2016) | PublisherRetail | WKWND-X6G9G-CDMTV-CPGYJ-6MVBF | Retail |
| v16.0 (2016) | PublisherVolume | 9QVN2-PXXRX-8V4W8-Q7926-TJGD8 | MAK |
| v16.0 (2016) | SkypeServiceBypassRetail | 6MDN4-WF3FV-4WH3Q-W699V-RGCMY | PrepidBypass |
| v16.0 (2016) | SkypeforBusinessEntryRetail | 4N4D8-3J7Y3-YYW7C-73HD2-V8RHY | PrepidBypass |
| v16.0 (2016) | SkypeforBusinessRetail | PBJ79-77NY4-VRGFG-Y8WYC-CKCRC | Retail |
| v16.0 (2016) | SkypeforBusinessVolume | DMTCJ-KNRKR-JV8TQ-V2CR2-VFTFH | MAK |
| v16.0 (2016) | StandardRetail | 2FPWN-4H6CM-KD8QQ-8HCHC-P9XYW | Retail |
| v16.0 (2016) | StandardVolume | WHGMQ-JNMGT-MDQVF-WDR69-KQBWC | MAK |
| v16.0 (2016) | VisioProRetail | NVK2G-2MY4G-7JX2P-7D6F2-VFQBR | Subscription |
| v16.0 (2016) | VisioProVolume | NRKT9-C8GP2-XDYXQ-YW72K-MG92B | MAK |
| v16.0 (2016) | VisioProXVolume | G98Q2-B6N77-CFH9J-K824G-XQCC4 | MAKC2R |
| v16.0 (2016) | VisioStdRetail | NCRB7-VP48F-43FYY-62P3R-367WK | Subscription |
| v16.0 (2016) | VisioStdVolume | XNCJB-YY883-JRW64-DPXMX-JXCR6 | MAK |
| v16.0 (2016) | VisioStdXVolume | B2HTN-JPH8C-J6Y6V-HCHKB-43MGT | MAKC2R |
| v16.0 (2016) | WordRetail | P8K82-NQ7GG-JKY8T-6VHVY-88GGD | Retail |
| v16.0 (2016) | WordVolume | YHMWC-YN6V9-WJPXD-3WQKP-TMVCV | MAK |
| v16.0 (2019) | Access2019Retail | WRYJ6-G3NP7-7VH94-8X7KP-JB7HC | Retail |
| v16.0 (2019) | Access2019Volume | 6FWHX-NKYXK-BW34Q-7XC9F-Q9PX7 | MAK-AE |
| v16.0 (2019) | AccessRuntime2019Retail | FGQNJ-JWJCG-7Q8MG-RMRGJ-9TQVF | PrepidBypass |
| v16.0 (2019) | Excel2019Retail | KBPNW-64CMM-8KWCB-23F44-8B7HM | Retail |
| v16.0 (2019) | Excel2019Volume | 8NT4X-GQMCK-62X4P-TW6QP-YKPYF | MAK-AE |
| v16.0 (2019) | HomeBusiness2019Retail | QBN2Y-9B284-9KW78-K48PB-R62YT | Retail |
| v16.0 (2019) | HomeStudent2019Retail | XNWPM-32XQC-Y7QJC-QGGBV-YY7JK | Retail |
| v16.0 (2019) | Outlook2019Retail | WR43D-NMWQQ-HCQR2-VKXDR-37B7H | Retail |
| v16.0 (2019) | Outlook2019Volume | RN3QB-GT6D7-YB3VH-F3RPB-3GQYB | MAK-AE |
| v16.0 (2019) | Personal2019Retail | NMBY8-V3CV7-BX6K6-2922Y-43M7T | Retail |
| v16.0 (2019) | PowerPoint2019Retail | HN27K-JHJ8R-7T7KK-WJYC3-FM7MM | Retail |
| v16.0 (2019) | PowerPoint2019Volume | 29GNM-VM33V-WR23K-HG2DT-KTQYR | MAK-AE |
| v16.0 (2019) | ProPlus2019Retail | BN4XJ-R9DYY-96W48-YK8DM-MY7PY | Retail |
| v16.0 (2019) | ProPlus2019Volume | T8YBN-4YV3X-KK24Q-QXBD7-T3C63 | MAK-AE |
| v16.0 (2019) | Professional2019Retail | 9NXDK-MRY98-2VJV8-GF73J-TQ9FK | Retail |
| v16.0 (2019) | ProjectPro2019Retail | JDTNC-PP77T-T9H2W-G4J2J-VH8JK | Retail |
| v16.0 (2019) | ProjectPro2019Volume | TBXBD-FNWKJ-WRHBD-KBPHH-XD9F2 | MAK-AE |
| v16.0 (2019) | ProjectStd2019Retail | R3JNT-8PBDP-MTWCK-VD2V8-HMKF9 | Retail |
| v16.0 (2019) | ProjectStd2019Volume | RBRFX-MQNDJ-4XFHF-7QVDR-JHXGC | MAK-AE |
| v16.0 (2019) | Publisher2019Retail | 4QC36-NW3YH-D2Y9D-RJPC7-VVB9D | Retail |
| v16.0 (2019) | Publisher2019Volume | K8F2D-NBM32-BF26V-YCKFJ-29Y9W | MAK-AE |
| v16.0 (2019) | SkypeforBusiness2019Retail | JBDKF-6NCD6-49K3G-2TV79-BKP73 | Retail |
| v16.0 (2019) | SkypeforBusiness2019Volume | 9MNQ7-YPQ3B-6WJXM-G83T3-CBBDK | MAK-AE |
| v16.0 (2019) | SkypeforBusinessEntry2019Retail | N9722-BV9H6-WTJTT-FPB93-978MK | PrepidBypass |
| v16.0 (2019) | Standard2019Retail | NDGVM-MD27H-2XHVC-KDDX2-YKP74 | Retail |
| v16.0 (2019) | Standard2019Volume | NT3V6-XMBK7-Q66MF-VMKR4-FC33M | MAK-AE |
| v16.0 (2019) | VisioPro2019Retail | 2NWVW-QGF4T-9CPMB-WYDQ9-7XP79 | Retail |
| v16.0 (2019) | VisioPro2019Volume | 33YF4-GNCQ3-J6GDM-J67P3-FM7QP | MAK-AE |
| v16.0 (2019) | VisioStd2019Retail | 263WK-3N797-7R437-28BKG-3V8M8 | Retail |
| v16.0 (2019) | VisioStd2019Volume | BGNHX-QTPRJ-F9C9G-R8QQG-8T27F | MAK-AE |
| v16.0 (2019) | Word2019Retail | JXR8H-NJ3MK-X66W8-78CWD-QRVR2 | Retail |
| v16.0 (2019) | Word2019Volume | 9F36R-PNVHH-3DXGQ-7CD2H-R9D3V | MAK-AE |
| v16.0 (2021) | Access2021Retail | P286B-N3XYP-36QRQ-29CMP-RVX9M | Retail |
| v16.0 (2021) | Access2021Volume | JBH3N-P97FP-FRTJD-MGK2C-VFWG6 | MAK-AE |
| v16.0 (2021) | Excel2021Retail | V6QFB-7N7G9-PF7W9-M8FQM-MY8G9 | Retail |
| v16.0 (2021) | Excel2021Volume | WNYR4-KMR9H-KVC8W-7HJ8B-K79DQ | MAK-AE |
| v16.0 (2021) | HomeBusiness2021Retail | JM99N-4MMD8-DQCGJ-VMYFY-R63YK | Subscription |
| v16.0 (2021) | HomeStudent2021Retail | N3CWD-38XVH-KRX2Y-YRP74-6RBB2 | Subscription |
| v16.0 (2021) | OneNote2021Retail | NB2TQ-3Y79C-77C6M-QMY7H-7QY8P | Retail |
| v16.0 (2021) | Outlook2021Retail | 4NCWR-9V92Y-34VB2-RPTHR-YTGR7 | Retail |
| v16.0 (2021) | Outlook2021Volume | JQ9MJ-QYN6B-67PX9-GYFVY-QJ6TB | MAK-AE |
| v16.0 (2021) | Personal2021Retail | RRRYB-DN749-GCPW4-9H6VK-HCHPT | Retail |
| v16.0 (2021) | PowerPoint2021Retail | 3KXXQ-PVN2C-8P7YY-HCV88-GVM96 | Retail1 |
| v16.0 (2021) | PowerPoint2021Volume | 39G2N-3BD9C-C4XCM-BD4QG-FVYDY | MAK-AE |
| v16.0 (2021) | ProPlus2021Retail | 8WXTP-MN628-KY44G-VJWCK-C7PCF | Retail |
| v16.0 (2021) | ProPlus2021Volume | RNHJY-DTFXW-HW9F8-4982D-MD2CW | MAK-AE1 |
| v16.0 (2021) | ProPlusSPLA2021Volume | JRJNJ-33M7C-R73X3-P9XF7-R9F6M | MAK-AE |
| v16.0 (2021) | Professional2021Retail | DJPHV-NCJV6-GWPT6-K26JX-C7PBG | Retail |
| v16.0 (2021) | ProjectPro2021Retail | QKHNX-M9GGH-T3QMW-YPK4Q-QRWMV | Retail |
| v16.0 (2021) | ProjectPro2021Volume | HVC34-CVNPG-RVCMT-X2JRF-CR7RK | MAK-AE1 |
| v16.0 (2021) | ProjectStd2021Retail | 2B96V-X9NJY-WFBRC-Q8MP2-7CHRR | Retail |
| v16.0 (2021) | ProjectStd2021Volume | 3CNQX-T34TY-99RH4-C4YD2-KW6WH | MAK-AE |
| v16.0 (2021) | Publisher2021Retail | CDNFG-77T8D-VKQJX-B7KT3-KK28V | Retail1 |
| v16.0 (2021) | Publisher2021Volume | 2KXJH-3NHTW-RDBPX-QFRXJ-MTGXF | MAK-AE |
| v16.0 (2021) | SkypeforBusiness2021Retail | DVBXN-HFT43-CVPRQ-J89TF-VMMHG | Retail |
| v16.0 (2021) | SkypeforBusiness2021Volume | R3FCY-NHGC7-CBPVP-8Q934-YTGXG | MAK-AE |
| v16.0 (2021) | Standard2021Retail | HXNXB-J4JGM-TCF44-2X2CV-FJVVH | Retail |
| v16.0 (2021) | Standard2021Volume | 2CJN4-C9XK2-HFPQ6-YH498-82TXH | MAK-AE |
| v16.0 (2021) | StandardSPLA2021Volume | BQWDW-NJ9YF-P7Y79-H6DCT-MKQ9C | MAK-AE |
| v16.0 (2021) | VisioPro2021Retail | T6P26-NJVBR-76BK8-WBCDY-TX3BC | Retail |
| v16.0 (2021) | VisioPro2021Volume | JNKBX-MH9P4-K8YYV-8CG2Y-VQ2C8 | MAK-AE |
| v16.0 (2021) | VisioStd2021Retail | 89NYY-KB93R-7X22F-93QDF-DJ6YM | Retail |
| v16.0 (2021) | VisioStd2021Volume | BW43B-4PNFP-V637F-23TR2-J47TX | MAK-AE |
| v16.0 (2021) | Word2021Retail | VNCC4-CJQVK-BKX34-77Y8H-CYXMR | Retail |
| v16.0 (2021) | Word2021Volume | BJG97-NW3GM-8QQQ7-FH76G-686XM | MAK-AE |
| v16.0 (2024) | ProPlus2024Volume-Preview | GNXWX-DF797-B2JT3-82W27-KHPXT | MAK-AE |
| v16.0 (2024) | ProjectPro2024Volume-Preview | X86XX-N3QMW-B4WGQ-QCB69-V26KW | MAK-AE |
| v16.0 (2024) | VisioPro2024Volume-Preview | DW99Y-H7NT6-6B29D-8JQ8F-R3QT7 | MAK-AE |
| v16.0 (O365) | O365BusinessRetail | 2P3C9-BQNJH-VCVPH-YDY6M-43JPQ | Subscription |
| v16.0 (O365) | O365EduCloudRetail | W62NQ-267QR-RTF74-PF2MH-JQMTH | Subscription |
| v16.0 (O365) | O365HomePremRetail | J2W28-TN9C8-26PWV-F7J4G-72XCB | Subscription1 |
| v16.0 (O365) | O365ProPlusRetail | 2N382-D6PKK-QTX4D-2JJYK-M96P2 | Subscription1 |
| v16.0 (O365) | O365SmallBusPremRetail | HN8JP-87TQJ-PBF3P-Y66KC-W2K9V | Subscription1 |
**Notes:**
- For the O365 subscription version, you can't get server side O365 specific features such as 1TB storage in Onedrive. However, almost all other features and 5GB storage in free onedrive account would work fine.
- Script doesn't convert any product to Volume or vice-versa. All products are activated with their own licence.
- Key preference is given in this order, Retail:TB:Sub > Retail > OEM:NONSLP > Volume:MAK > Volume:GVLK
------------------------------------------------------------------------
## Unsupported Products
- Office on Windows 7 and their Server equivalent
- Office 2010
- Office UWP (Store apps)
**Note:**
- Theoretically Office on Windows 7 and Office 2010 can be activated with Ohook but these versions require changing Office registry keys and renaming Office file names, that is why we have not added support for it. We recommend to use KMS activation for them.
------------------------------------------------------------------------
## How to remove Ohook?
- In MAS, goto Ohook Activation and apply Uninstall option.
- After that, In MAS, goto Troubleshoot and apply Fix Licensing option. (Optional)
- Done.
------------------------------------------------------------------------
## Custom sppc.dll Info
- Custom sppc.dll source code (Ohook 0.3) is available [here](https://github.com/asdcorp/ohook/archive/refs/tags/0.3.zip).
- SHA-256 checksums:
```
e6ac83560c19ec7eb868c50ea97ea0ed5632a397a9f43c17e24e6de4a694d118 *sppc32.dll
c6df24deef2e83813dee9c81ddd9793a3d60c117a4e8e231b82e32b3192927e7 *sppc64.dll
```
- In MAS AIO version, these 2 files are encoded in base64 to make MAS AIO version. In AIO script, [instructions](https://stackoverflow.com/a/35335273) are mentioned on how to decode files from Base64 format.
**How to create identical sppc.dll files from scratch?**
- Download ohook 0.3 source code file from [here](https://github.com/asdcorp/ohook/archive/refs/tags/0.3.zip)
- Extract this zip file to a folder named `C:\ohook`
- Now download these two compiler archives, [mingw32](https://github.com/brechtsanders/winlibs_mingw/releases/download/11.4.0-11.0.0-ucrt-r1/winlibs-i686-posix-dwarf-gcc-11.4.0-mingw-w64ucrt-11.0.0-r1.7z) and [mingw64](https://github.com/brechtsanders/winlibs_mingw/releases/download/11.4.0-11.0.0-ucrt-r1/winlibs-x86_64-posix-seh-gcc-11.4.0-mingw-w64ucrt-11.0.0-r1.7z)
- Extract both archives with 7-zip in C drive, so that path would look like this,
`C:\mingw32`
`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,
`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.
------------------------------------------------------------------------
## Manual Activation
This is for those who wants to perform manual activation. If you want a tool to do this for you then check [here](intro.md).
- These steps are listed for Office 16.0 (2016, 2019, 2021, O365) C2R x64 bit on Windows x64 bit version.
- Download ohook sppc.dll files from [here](https://github.com/asdcorp/ohook/releases/download/0.3/ohook_0.3.zip) or create sppc.dll files from scratch as per the above instructions.
- Extract this zip file to a folder named `C:\ohook`
- Open command prompt as admin and enter below command to create a symlink of the system sppc.dll in the Office C2R System directory as sppcs.dll,
`mklink "%ProgramFiles%\Microsoft Office\root\vfs\System\sppcs.dll" "%windir%\System32\sppc.dll"`
- Now enter below command to copy the hook library as sppc.dll to the Office C2R system directory,
`cd /d C:\ohook`
`copy /y sppc64.dll "%ProgramFiles%\Microsoft Office\root\vfs\System\sppc.dll"`
- Some O365 editions check the license status and show the banner "There was a problem checking this device's license status". To stop this, enter below command,
`reg add HKCU\Software\Microsoft\Office\16.0\Common\Licensing\Resiliency /v "TimeOfLastHeartbeatFailure" /t REG_SZ /d "2040-01-01T00:00:00Z" /f`
- Enter the key, (Replace `<key>` with the key from the above list) with the following command,
`slmgr /ipk <key>`
- Done.
------------------------------------------------------------------------
## Command line Switches
- Check [here](command_line_switches.md).
------------------------------------------------------------------------
## Setup Preactivate
- Check the Extract OEM option in the MAS `Extras` section if you want pre-activated Windows installation.
- Further read [here](oem-folder.md).
------------------------------------------------------------------------
## Troubleshooting
- Check [here](troubleshoot.md).

201
docs/online_kms.md Normal file
View File

@ -0,0 +1,201 @@
# Online KMS Activation
## Overview
- How to use it? Please find the instructions [here](intro.md#download--how-to-use-it).
- This Online KMS Activation script is a fork of abbodi1406's [KMS_VL_ALL](https://github.com/abbodi1406/KMS_VL_ALL_AIO/)
- This fork's purpose is to avoid having any KMS binary files and activate Windows / Office using only transparent batch script with online public KMS servers IP (Not hostname).
- This script requires Internet for activation.
- KMS activates Windows / Office for 180 Days. For Windows Core / ProWMC editions it is 30 / 45 Days.
- This script can activate both Retail and Volume Windows installation.
- This script can activate C2R Retail and VL Office, but not 2010 / 2013 MSI Retail Office and UWP Office.
- This script skips the activation of any permanently / KMS38 activated product.
- As mentioned, KMS activates only for a limited period and it's not permanent, read below on how to achieve lifetime activation.
------------------------------------------------------------------------
## Activation Renewal
- By design in the genuine [KMS](https://docs.microsoft.com/en-us/previous-versions/tn-archive/ee939272(v=technet.10)?redirectedfrom=MSDN#kms-overview) activation method, the system contacts the registered server every 7 days, and if contacted successfully it will automatically renew and reset the activation for the full period of 180 days again, starting from the day of successful contact. If the system cannot contact the server, it will be deactivated after 180 days and it will remain deactivated until contact can be restored.
- To get the lifetime activation, you need to do either one of the below two things,
1. **Manual Activation**
Run the online KMS activation whenever required.
2. **Activation Auto-Renewal**
You can install the auto-renewal in the script.
This method puts the following two files,
`C:\Program Files\Activation-Renewal\Activation_task.cmd`
`C:\Program Files\Activation-Renewal\Info.txt`
And creates a scheduled task `\Activation-Renewal` to run the script every 7 days. This task registers the working KMS server and triggers activation commands only for the installed Volume products.
The scheduled task runs only if the system is connected to the Internet.
------------------------------------------------------------------------
## Remarks
- With KMS Activation, you can update Windows/Office without any issues.
- What is left in the system in the activation process?
- **If Renewal Task is installed:** After activation, it leaves the KMS Server IP in the registry, which helps you to get the global activation feature whereby the system auto-renews the activation. About files and scheduled tasks, it has been mentioned above.
- **If Renewal Task is NOT installed:** It leaves a non-existent IP 10.0.0.10 to avoid the Office Not Genuine Banner issue.
- This script includes the most-stable KMS servers (16) list from all over the world. The server selection process is fully automatic. Script randomly selects a server, tests if it's online, if yes then apply the activation command, if fails, then retry this process maximum of total 3 times for a product. Such redundancy makes sure that we get the working KMS server at any time.
- If your system date is incorrect (beyond 180 days) and you are offline, the system will be deactivated, but will automatically reactivate when you correct the system date.
- The advantage of Online KMS activation is that it doesn't need any KMS binary file and the system can be activated using some manual commands or transparent batch script files. So this is for those who don't like/have difficulties/trust issues in offline KMS because of its binary files and antivirus detections.
But if you prefer offline KMS then checkout an open-source activator, abbodi1406's [KMS_VL_ALL](https://github.com/abbodi1406/KMS_VL_ALL_AIO/)
------------------------------------------------------------------------
## Supported Products
**Volume-capable:**
- **Windows 11:**
Enterprise, Enterprise LTSC, IoT Enterprise LTSC, Enterprise G, Enterprise multi-session, SE (CloudEdition), Education, Pro, Pro Workstation, Pro Education, Home, Home Single Language, Home China
- **Windows 10:**
Enterprise, Enterprise LTSC/LTSB, IoT Enterprise LTSC, Enterprise G, Enterprise multi-session, Education, Pro, Pro Workstation, Pro Education, Home, Home Single Language, Home China
- **Windows 8.1:**
Enterprise, Pro, Pro with Media Center, Core, Core Single Language, Core China, Pro for Students, Bing, Bing Single Language, Bing China, Embedded Industry Enterprise/Pro/Automotive
- **Windows 8:**
Enterprise, Pro, Pro with Media Center, Core, Core Single Language, Core China, Embedded Industry Enterprise/Pro
- Windows 10/11 on **ARM64** is supported. Windows 8/8.1/10/11 **N editions** variants are also supported (e.g. Pro N)
- **Windows 7:**
Enterprise /N/E, Professional /N/E, Embedded POSReady/ThinPC
- **Windows Server 2022/2019/2016:**
LTSC editions (Standard, Datacenter, Essentials, Cloud Storage, Azure Core, Server ARM64), SAC editions (Standard ACor, Datacenter ACor, Azure Datacenter)
- **Windows Server 2012 R2:**
Standard, Datacenter, Essentials, Cloud Storage
- **Windows Server 2012:**
Standard, Datacenter, MultiPoint Standard, MultiPoint Premium
- **Windows Server 2008 R2:**
Standard, Datacenter, Enterprise, MultiPoint, Web, HPC Cluster
- **Office Volume 2010 / 2013 / 2016 / 2019 / 2021**
**Notes:**
- X86-X64 and ARM64 architecture systems are supported.
- Any Evaluation version of Windows (i.e. 'EVAL' LTSB/C) cannot be activated.
- ServerRdsh edition does not [officially](https://docs.microsoft.com/en-us/azure/virtual-desktop/windows-10-multisession-faq#can-i-run-windows-10-enterprise-multi-session-on-premises) support activation on non-azure systems.
- Supported Windows products do not need volume conversion, only the GVLK (KMS key) is needed, which the script will install accordingly.
- KMS activation on Windows 7 has a limitation related to OEM Activation 2.0 and Windows marker. For more info, see [here](https://support.microsoft.com/en-us/help/942962) and [here](https://technet.microsoft.com/en-us/library/ff793426(v=ws.10).aspx#activation-of-windows-oem-computers). To verify the activation possibility before attempting, see [this](https://forums.mydigitallife.net/posts/1553139/).
- These editions are only KMS-activatable for *45* days at max:
- Windows 10/11 Home edition variants
- Windows 8.1 Core edition variants, Pro with Media Center, Pro for Students
These editions are only KMS-activatable for *30* days at max:
- Windows 8 Core edition variants, Pro with Media Center
------------------------------------------------------------------------
## Unsupported Products
- Office MSI Retail 2010/2013, Office 2010 C2R Retail
- Office UWP (Windows 10/11 Apps)
- Windows editions that do not support KMS activation by design: Windows Evaluation Editions\
Windows 7 (Starter, HomeBasic, HomePremium, Ultimate)\
Windows 10 (Cloud "S", IoTEnterprise, IoTEnterpriseS, ProfessionalSingleLanguage... etc)\
Windows Server (Server Foundation, Storage Server, Home Server 2011... etc)
------------------------------------------------------------------------
## 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).
- **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.
This locally-emulated KMS server requires you to run binary files which often cause anti-virus alerts (false positives).
Another method of KMS activation is a publicly-available Online KMS Host Server. In this method, the site hosts the emulated KMS server, and anyone can simply use this server to activate their systems, there is no requirement for running any software on your system.
- **Is Online KMS activation safe?**
Yes.
Let's go into the details. In the KMS protocol, there is a relationship between host and client. The client system asks the host system to grant the activation, and the host system grants the activation if it's eligible. In this process, the client system shares some of the system's data, which is not sensitive in nature. According to the [Microsoft document](https://technet.microsoft.com/en-us/library/ee939272(v=ws.10).aspx#kms-overview), the client system shares the following data with the host system: Client FQDN, CMID, time-stamp, Product license state, expiration time, and IP address
In this shared info, the important part is your IP address. Below are some things regarding it which you should know.
- Sharing your IP while going online is not a security concern. You can not go online to visit any website without having to share your IP address.
- IP addresses do not necessarily represent a specific person. Internet Service Providers (ISPs) mostly use dynamic IP, which means the same IP address can be used by many different persons, and a dynamic IP address is periodically reassigned to different people all the time. But a static IP address is permanently assigned to a unique subscriber. The Internet Service Provider (ISP) won't reveal that information unless there is a legal reason to do so.
- Microsoft has never tried to go after Home users in legal cases for using a few pirated activations (not talking about stolen legal keys) simply because the cost of legal actions would be much higher than the amount of money gained by forcing a few people to purchase activations.
- No law enforcement is going to take action based on IPs from all over the world without the consent of Microsoft itself.
Feel free to contact us in case you have a contradictory point of view.
------------------------------------------------------------------------
## How to remove Online KMS?
- In MAS, goto Online KMS activation and apply Uninstall option.
- After that, In MAS, goto Troubleshoot and apply Fix Licensing option.
- Done.
------------------------------------------------------------------------
## Office 'Non-genuine' Banner
- Office Click-to-Run builds (since February 2021) that are activated with KMS check the existence of the KMS server name in the registry.
- If KMS server is not present, a banner is shown in Office programs notifying that "Office isn't licensed properly", see [here](/img/office-license-is-not-genuine.png).
- Therefore in manual mode, `KeyManagementServiceName` value containing a non-existent IP address 10.0.0.10 will be kept in the below registry keys:
```
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform
HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform
```
- This is perfectly fine to keep, and it does not affect Windows or Office activation. For more explanation, visit [here](office-license-is-not-genuine.md)
------------------------------------------------------------------------
## Office Retail to Volume
Office Retail must be converted to Volume first before it can be activated with KMS.
By default, this activation script will convert Office C2R Retail to Volume.
- Supported Click-to-Run products: Office 365 (Microsoft 365 Apps), Office 2021 / 2019 / 2016, Office 2013
- Activated Office Retail or Subscription products will be skipped from conversion
- Office 365 itself does not have volume licenses, therefore it will be converted to Office Mondo licenses
- Windows 10/11: Office 2016 products will be converted with corresponding Office 2019 licenses (if RTM detected)
- Windows 8.1: Office 2016/2019 products will be converted with corresponding Office 2021 licenses (if RTM detected)
- Office Professional suite will be converted with Office Professional Plus licenses
- Office HomeBusiness/HomeStudent suites will be converted with Office Standard licenses
- Office 2013 products follow the same logic, but handled separately
Alternatively, if the automatic conversion did not work, or if you prefer to use the standalone converter script: [Office-C2R-Retail2Volume](https://forums.mydigitallife.net/posts/1150042/)
------------------------------------------------------------------------
## Debug Mode
- With debug mode, we can get a log file with more details of the activation script process and it can be used to troubleshoot the activation issues.
- In the Online KMS option, you can enable `Debug Mode` by pressing 6. When the activation is run with Debug Mode enabled, it creates a log file that contains details of the activation process, this is useful to detect activation errors. You can send that log to us to check. Check troubleshoot heading.
------------------------------------------------------------------------
## Override Office vNext
- The script is set by default to override Office C2R vNext license (subscription or lifetime) or its residue.
- However, if you prefer to turn OFF this function from the menu, press 7 in keyboard to change the state to Override Office vNext [No] and then proceed to activate Office.
- You will need to turn off this option if you have O365 subscription and wants to use KMS for Project and Visio.
- If Office vNext license is detected, the option and state will be highlighted, to draw the user attention.
------------------------------------------------------------------------
## Command line Switches
- Check [here](command_line_switches.md).
------------------------------------------------------------------------
## Setup Preactivate
- Check the Extract OEM option in the MAS `Extras` section if you want pre-activated Windows installation.
- Further read [here](oem-folder.md).
------------------------------------------------------------------------
## Troubleshooting
- Check [here](troubleshoot.md).

11
docs/troubleshoot.md Normal file
View File

@ -0,0 +1,11 @@
# Troubleshoot
- **Make sure** you are using the [latest MAS version](intro.md#download--how-to-use-it).
- If script is showing any instruction in **Blue color**, try to follow that.
- **Reach out to us** on [Discord](https://discord.gg/tVFN4N84PP) (signup not required) or [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) with an error screenshot.
import DiscordBadge from '@site/src/components/DiscordBadge';
<DiscordBadge />
------------------------------------------------------------------------

View File

@ -0,0 +1,43 @@
# Unsupported Products Activation
In this page, those product activation methods are mentioned which are not supported by MAS.
## MS Office For Mac
- Check [here](office_for_mac.md).
------------------------------------------------------------------------
## Visual Studio
VS can be activated only by a key.
| Editions | Activation Key |
|---------------------------------|---------------------------------|
| Visual Studio 2022 Professional | TD244-P4NB7-YQ6XK-Y8MMM-YWV2J |
| Visual Studio 2022 Enterprise | VHF9H-NXBBB-638P6-6JHCY-88JWH |
| Visual Studio 2019 Professional | NYWVH-HT4XC-R2WYW-9Y3CM-X4V3Y |
| Visual Studio 2019 Enterprise | BF8Y8-GN2QH-T84XB-QVY3B-RC4DF |
------------------------------------------------------------------------
## Windows 7
MAS online KMS option supports Windows 7 Pro and Enterprise.
To activate other Windows 7 editions in,
Non-UEFI/GPT systems - Use Windows Loader [Official thread](https://forums.mydigitallife.net/forums/windows-loader.39/) | [Mirror](https://app.box.com/s/bnchc6hten44adunlcpz9ya9j0uucfs2)
UEFI-GPT systems - [EzWindSLIC](https://github.com/Dir3ctr1x/EzWindSLIC)
**Note:** These loader/slic activators sometimes may cause the system boot issue.
------------------------------------------------------------------------
## Windows XP SP3
- Download Genuine Pro VL x86 - [Link](windows_xp_links.md)
- Activation Key - `XCYBK-2B3KV-G8T8F-WXJM7-WCTYT`
------------------------------------------------------------------------
- If you need help with some other Microsoft products, reach out to us [here](contactus.md).

214
docs/windows_10_links.md Normal file
View File

@ -0,0 +1,214 @@
# Windows 10 Download
All download links lead to genuine files only.
## Notes
- For Windows 10/11 GAC (General Availability Channel) releases (I.e. Home, Pro), Microsoft makes 2 kinds of ISO's, Consumer and Business.
- Consumer ISO's are available for [free to download](https://www.microsoft.com/software-download) and ISO contains almost all the editions such as Home/Pro/Education except Enterprise. On the other hand, Business ISO contains all the editions except Home level editions and these ISO's have KMS key installed by default.
- If you want to deploy Enterprise edition from the scratch, you need to use Business ISO's.
- Business ISO's aren't available to download for free. Microsoft provide them on [MVS](https://visualstudio.microsoft.com/subscriptions/) and [VLSC](https://www.microsoft.com/licensing/ServiceCenter/default.aspx) but for them, you need to pay a high subscription fee. For this reason, we need to host files on 3rd party. You can check [here](genuine-installation-media.md#verify-authenticity-of-files) on how to be sure that files are genuine.
- MVS provides monthly updated ISO's for Windows 10/11 and Microsoft's free download [site](https://www.microsoft.com/software-download) often provides ISO's with a couple months old build. It's fine to use that ISO since Windows update will update it anyway, but if you want to download latest genuine ISO's then you can use below links.
- If you need links for any other Windows/office file, please contact [here](https://discord.gg/tVFN4N84PP).
------------------------------------------------------------------------
## Windows 10 Consumer 22H2
Build - 19045.2965 - Official Link ❤️ - [MSDL](https://msdl.gravesoft.dev/)
Build - 19045.4170 - Check below links for Mar 2024 Updated genuine ISO's
| Links |
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [ar-sa_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/ar-sa_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [ar-sa_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/ar-sa_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [bg-bg_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/bg-bg_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [bg-bg_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/bg-bg_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [cs-cz_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/cs-cz_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [cs-cz_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/cs-cz_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [da-dk_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/da-dk_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [da-dk_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/da-dk_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [de-de_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/de-de_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [de-de_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/de-de_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [el-gr_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/el-gr_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [el-gr_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/el-gr_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [en-gb_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/en-gb_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [en-gb_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/en-gb_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [en-us_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/en-us_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [en-us_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/en-us_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [es-es_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/es-es_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [es-es_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/es-es_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [es-mx_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/es-mx_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [es-mx_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/es-mx_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [et-ee_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/et-ee_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [et-ee_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/et-ee_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [fi-fi_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/fi-fi_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [fi-fi_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/fi-fi_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [fr-ca_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/fr-ca_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [fr-ca_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/fr-ca_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [fr-fr_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/fr-fr_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [fr-fr_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/fr-fr_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [he-il_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/he-il_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [he-il_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/he-il_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [hr-hr_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/hr-hr_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [hr-hr_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/hr-hr_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [hu-hu_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/hu-hu_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [hu-hu_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/hu-hu_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [it-it_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/it-it_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [it-it_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/it-it_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [ja-jp_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/ja-jp_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [ja-jp_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/ja-jp_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [ko-kr_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/ko-kr_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [ko-kr_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/ko-kr_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [lt-lt_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/lt-lt_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [lt-lt_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/lt-lt_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [lv-lv_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/lv-lv_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [lv-lv_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/lv-lv_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [nb-no_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/nb-no_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [nb-no_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/nb-no_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [nl-nl_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/nl-nl_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [nl-nl_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/nl-nl_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [pl-pl_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/pl-pl_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [pl-pl_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/pl-pl_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [pt-br_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/pt-br_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [pt-br_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/pt-br_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [pt-pt_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/pt-pt_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [pt-pt_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/pt-pt_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [ro-ro_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/ro-ro_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [ro-ro_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/ro-ro_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [ru-ru_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/ru-ru_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [ru-ru_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/ru-ru_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [sk-sk_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/sk-sk_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [sk-sk_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/sk-sk_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [sl-si_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/sl-si_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [sl-si_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/sl-si_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [sr-latn-rs_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/sr-latn-rs_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [sr-latn-rs_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/sr-latn-rs_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [sv-se_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/sv-se_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [sv-se_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/sv-se_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [th-th_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/th-th_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [th-th_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/th-th_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [tr-tr_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/tr-tr_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [tr-tr_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/tr-tr_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [uk-ua_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/uk-ua_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [uk-ua_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/uk-ua_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [zh-cn_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/zh-cn_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [zh-cn_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/zh-cn_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
| [zh-tw_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/zh-tw_windows_10_consumer_editions_version_22h2_updated_march_2024_x64_dvd_2ff6c8a4.iso) |
| [zh-tw_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso](https://drive.massgrave.dev/zh-tw_windows_10_consumer_editions_version_22h2_updated_march_2024_x86_dvd_2ff6c8a4.iso) |
------------------------------------------------------------------------
## Windows 10 Business 22H2
Updated Mar 2024 (Build - 19045.4170)
| Links |
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [ar-sa_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_ade2dd53.iso](https://drive.massgrave.dev/ar-sa_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_ade2dd53.iso) |
| [ar-sa_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_186773be.iso](https://drive.massgrave.dev/ar-sa_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_186773be.iso) |
| [bg-bg_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_f718a2e5.iso](https://drive.massgrave.dev/bg-bg_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_f718a2e5.iso) |
| [bg-bg_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_34ec6dd3.iso](https://drive.massgrave.dev/bg-bg_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_34ec6dd3.iso) |
| [cs-cz_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_ec955d89.iso](https://drive.massgrave.dev/cs-cz_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_ec955d89.iso) |
| [cs-cz_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_defbf4fa.iso](https://drive.massgrave.dev/cs-cz_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_defbf4fa.iso) |
| [da-dk_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_e8a68b92.iso](https://drive.massgrave.dev/da-dk_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_e8a68b92.iso) |
| [da-dk_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_2ab17605.iso](https://drive.massgrave.dev/da-dk_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_2ab17605.iso) |
| [de-de_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_6f56b6bd.iso](https://drive.massgrave.dev/de-de_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_6f56b6bd.iso) |
| [de-de_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_3f2c7a65.iso](https://drive.massgrave.dev/de-de_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_3f2c7a65.iso) |
| [el-gr_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_f80854c8.iso](https://drive.massgrave.dev/el-gr_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_f80854c8.iso) |
| [el-gr_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_8b08de89.iso](https://drive.massgrave.dev/el-gr_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_8b08de89.iso) |
| [en-gb_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_ef8fe492.iso](https://drive.massgrave.dev/en-gb_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_ef8fe492.iso) |
| [en-gb_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_9ae3ec40.iso](https://drive.massgrave.dev/en-gb_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_9ae3ec40.iso) |
| [en-us_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_fa6a7d01.iso](https://drive.massgrave.dev/en-us_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_fa6a7d01.iso) |
| [en-us_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_be8fc3e7.iso](https://drive.massgrave.dev/en-us_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_be8fc3e7.iso) |
| [es-es_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_ee414a4c.iso](https://drive.massgrave.dev/es-es_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_ee414a4c.iso) |
| [es-es_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_2e3ac800.iso](https://drive.massgrave.dev/es-es_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_2e3ac800.iso) |
| [es-mx_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_2bd6133d.iso](https://drive.massgrave.dev/es-mx_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_2bd6133d.iso) |
| [es-mx_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_4209f079.iso](https://drive.massgrave.dev/es-mx_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_4209f079.iso) |
| [et-ee_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_448cb3f1.iso](https://drive.massgrave.dev/et-ee_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_448cb3f1.iso) |
| [et-ee_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_12e52f19.iso](https://drive.massgrave.dev/et-ee_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_12e52f19.iso) |
| [fi-fi_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_ce948582.iso](https://drive.massgrave.dev/fi-fi_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_ce948582.iso) |
| [fi-fi_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_a5be233b.iso](https://drive.massgrave.dev/fi-fi_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_a5be233b.iso) |
| [fr-ca_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_4550fd7c.iso](https://drive.massgrave.dev/fr-ca_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_4550fd7c.iso) |
| [fr-ca_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_29f0e2e7.iso](https://drive.massgrave.dev/fr-ca_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_29f0e2e7.iso) |
| [fr-fr_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_0eea657e.iso](https://drive.massgrave.dev/fr-fr_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_0eea657e.iso) |
| [fr-fr_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_37377785.iso](https://drive.massgrave.dev/fr-fr_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_37377785.iso) |
| [he-il_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_98ab3bda.iso](https://drive.massgrave.dev/he-il_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_98ab3bda.iso) |
| [he-il_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_75d8969e.iso](https://drive.massgrave.dev/he-il_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_75d8969e.iso) |
| [hr-hr_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_b374e7e8.iso](https://drive.massgrave.dev/hr-hr_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_b374e7e8.iso) |
| [hr-hr_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_ec19da48.iso](https://drive.massgrave.dev/hr-hr_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_ec19da48.iso) |
| [hu-hu_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_eb8278aa.iso](https://drive.massgrave.dev/hu-hu_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_eb8278aa.iso) |
| [hu-hu_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_1a4acca1.iso](https://drive.massgrave.dev/hu-hu_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_1a4acca1.iso) |
| [it-it_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_10f838e9.iso](https://drive.massgrave.dev/it-it_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_10f838e9.iso) |
| [it-it_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_5f37e95e.iso](https://drive.massgrave.dev/it-it_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_5f37e95e.iso) |
| [ja-jp_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_b3b9f627.iso](https://drive.massgrave.dev/ja-jp_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_b3b9f627.iso) |
| [ja-jp_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_5c8b4a9a.iso](https://drive.massgrave.dev/ja-jp_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_5c8b4a9a.iso) |
| [ko-kr_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_6f88e82e.iso](https://drive.massgrave.dev/ko-kr_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_6f88e82e.iso) |
| [ko-kr_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_2e3f1998.iso](https://drive.massgrave.dev/ko-kr_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_2e3f1998.iso) |
| [lt-lt_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_5ff5b502.iso](https://drive.massgrave.dev/lt-lt_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_5ff5b502.iso) |
| [lt-lt_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_6a39af3a.iso](https://drive.massgrave.dev/lt-lt_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_6a39af3a.iso) |
| [lv-lv_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_a2ff4806.iso](https://drive.massgrave.dev/lv-lv_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_a2ff4806.iso) |
| [lv-lv_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_a1afa267.iso](https://drive.massgrave.dev/lv-lv_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_a1afa267.iso) |
| [nb-no_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_d3c5f45a.iso](https://drive.massgrave.dev/nb-no_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_d3c5f45a.iso) |
| [nb-no_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_cac8c39d.iso](https://drive.massgrave.dev/nb-no_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_cac8c39d.iso) |
| [nl-nl_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_43e73586.iso](https://drive.massgrave.dev/nl-nl_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_43e73586.iso) |
| [nl-nl_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_3a0e40d4.iso](https://drive.massgrave.dev/nl-nl_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_3a0e40d4.iso) |
| [pl-pl_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_44899e43.iso](https://drive.massgrave.dev/pl-pl_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_44899e43.iso) |
| [pl-pl_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_6f975aa9.iso](https://drive.massgrave.dev/pl-pl_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_6f975aa9.iso) |
| [pt-br_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_373f9b8b.iso](https://drive.massgrave.dev/pt-br_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_373f9b8b.iso) |
| [pt-br_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_5068b911.iso](https://drive.massgrave.dev/pt-br_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_5068b911.iso) |
| [pt-pt_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_6f449062.iso](https://drive.massgrave.dev/pt-pt_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_6f449062.iso) |
| [pt-pt_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_851c68d7.iso](https://drive.massgrave.dev/pt-pt_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_851c68d7.iso) |
| [ro-ro_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_fbd3a6d2.iso](https://drive.massgrave.dev/ro-ro_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_fbd3a6d2.iso) |
| [ro-ro_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_8e2959f2.iso](https://drive.massgrave.dev/ro-ro_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_8e2959f2.iso) |
| [ru-ru_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_2bb987cd.iso](https://drive.massgrave.dev/ru-ru_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_2bb987cd.iso) |
| [ru-ru_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_b8278d1a.iso](https://drive.massgrave.dev/ru-ru_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_b8278d1a.iso) |
| [sk-sk_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_595fa4ad.iso](https://drive.massgrave.dev/sk-sk_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_595fa4ad.iso) |
| [sk-sk_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_56757a2f.iso](https://drive.massgrave.dev/sk-sk_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_56757a2f.iso) |
| [sl-si_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_89fe73c2.iso](https://drive.massgrave.dev/sl-si_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_89fe73c2.iso) |
| [sl-si_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_a0d46d7d.iso](https://drive.massgrave.dev/sl-si_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_a0d46d7d.iso) |
| [sr-latn-rs_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_214198c3.iso](https://drive.massgrave.dev/sr-latn-rs_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_214198c3.iso) |
| [sr-latn-rs_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_f8f55e69.iso](https://drive.massgrave.dev/sr-latn-rs_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_f8f55e69.iso) |
| [sv-se_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_3daf6116.iso](https://drive.massgrave.dev/sv-se_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_3daf6116.iso) |
| [sv-se_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_1fcb1afb.iso](https://drive.massgrave.dev/sv-se_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_1fcb1afb.iso) |
| [th-th_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_841c81f7.iso](https://drive.massgrave.dev/th-th_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_841c81f7.iso) |
| [th-th_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_0baaabbc.iso](https://drive.massgrave.dev/th-th_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_0baaabbc.iso) |
| [tr-tr_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_abeda0a6.iso](https://drive.massgrave.dev/tr-tr_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_abeda0a6.iso) |
| [tr-tr_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_5a9a4a86.iso](https://drive.massgrave.dev/tr-tr_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_5a9a4a86.iso) |
| [uk-ua_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_cbd151dc.iso](https://drive.massgrave.dev/uk-ua_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_cbd151dc.iso) |
| [uk-ua_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_16a47ac0.iso](https://drive.massgrave.dev/uk-ua_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_16a47ac0.iso) |
| [zh-cn_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_44fea41d.iso](https://drive.massgrave.dev/zh-cn_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_44fea41d.iso) |
| [zh-cn_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_5b942d7f.iso](https://drive.massgrave.dev/zh-cn_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_5b942d7f.iso) |
| [zh-tw_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_520592ca.iso](https://drive.massgrave.dev/zh-tw_windows_10_business_editions_version_22h2_updated_march_2024_x64_dvd_520592ca.iso) |
| [zh-tw_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_0d7f3c3c.iso](https://drive.massgrave.dev/zh-tw_windows_10_business_editions_version_22h2_updated_march_2024_x86_dvd_0d7f3c3c.iso) |
------------------------------------------------------------------------
## Windows 10 IoT Enterprise 22H2
#### (Not LTSC)
Updated Oct 2022 (Build - 19045.2006) (This ISO file is not updated every month)
| Links |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [en-us_windows_10_iot_enterprise_version_22h2_arm64_dvd_39566b6b.iso](https://drive.massgrave.dev/en-us_windows_10_iot_enterprise_version_22h2_arm64_dvd_39566b6b.iso) |
| [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) |
------------------------------------------------------------------------
## Windows 10 ARM64 22H2
Check [here](windows_arm_links.md).
------------------------------------------------------------------------
## Windows 10 Enterprise LTSC
Check [here](windows_ltsc_links.md).
------------------------------------------------------------------------
## Old Versions
https://os.click/
------------------------------------------------------------------------

132
docs/windows_11_links.md Normal file
View File

@ -0,0 +1,132 @@
# Windows 11 Download
All download links lead to genuine files only.
## Notes
- For Windows 10/11 GAC (General Availability Channel) releases (I.e. Home, Pro), Microsoft makes 2 kinds of ISO's, Consumer and Business.
- Consumer ISO's are available for [free to download](https://www.microsoft.com/software-download) and ISO contains almost all the editions such as Home/Pro/Education except Enterprise. On the other hand, Business ISO contains all the editions except Home level editions and these ISO's have KMS key installed by default.
- If you want to deploy Enterprise edition from the scratch, you need to use Business ISO's.
- Business ISO's aren't available to download for free. Microsoft provide them on [MVS](https://visualstudio.microsoft.com/subscriptions/) and [VLSC](https://www.microsoft.com/licensing/ServiceCenter/default.aspx) but for them, you need to pay a high subscription fee. For this reason, we need to host files on 3rd party. You can check [here](genuine-installation-media.md#verify-authenticity-of-files) on how to be sure that files are genuine.
- MVS provides monthly updated ISO's for Windows 10/11 and Microsoft's free download [site](https://www.microsoft.com/software-download) often provides ISO's with a couple months old build. It's fine to use that ISO since Windows update will update it anyway, but if you want to download latest genuine ISO's then you can use below links.
- If you need links for any other Windows/office file, please contact [here](https://discord.gg/tVFN4N84PP).
------------------------------------------------------------------------
## Windows 11 Consumer 23H2
Build - 22631.2861 (Dec-2023) - Official Link ❤️ - [Micorosft](https://www.microsoft.com/software-download) - [MSDL](https://msdl.gravesoft.dev/)
Build - 22631.3296 (Mar-2024) - Below links are for MVS ISO's
| Links |
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [ar-sa_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/ar-sa_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [bg-bg_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/bg-bg_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [cs-cz_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/cs-cz_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [da-dk_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/da-dk_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [de-de_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/de-de_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [el-gr_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/el-gr_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [en-gb_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/en-gb_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [en-us_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/en-us_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [es-es_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/es-es_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [es-mx_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/es-mx_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [et-ee_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/et-ee_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [fi-fi_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/fi-fi_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [fr-ca_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/fr-ca_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [fr-fr_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/fr-fr_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [he-il_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/he-il_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [hr-hr_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/hr-hr_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [hu-hu_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/hu-hu_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [it-it_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/it-it_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [ja-jp_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/ja-jp_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [ko-kr_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/ko-kr_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [lt-lt_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/lt-lt_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [lv-lv_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/lv-lv_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [nb-no_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/nb-no_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [nl-nl_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/nl-nl_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [pl-pl_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/pl-pl_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [pt-br_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/pt-br_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [pt-pt_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/pt-pt_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [ro-ro_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/ro-ro_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [ru-ru_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/ru-ru_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [sk-sk_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/sk-sk_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [sl-si_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/sl-si_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [sr-latn-rs_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/sr-latn-rs_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [sv-se_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/sv-se_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [th-th_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/th-th_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [tr-tr_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/tr-tr_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [uk-ua_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/uk-ua_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [zh-cn_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/zh-cn_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
| [zh-tw_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso](https://drive.massgrave.dev/zh-tw_windows_11_consumer_editions_version_23h2_updated_march_2024_x64_dvd_bcbf6ac6.iso) |
------------------------------------------------------------------------
## Windows 11 Business 23H2
Build - 22631.3296 (Mar-2024)
| Links |
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [ar-sa_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_0f03786c.iso](https://drive.massgrave.dev/ar-sa_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_0f03786c.iso) |
| [bg-bg_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_78a1dd22.iso](https://drive.massgrave.dev/bg-bg_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_78a1dd22.iso) |
| [cs-cz_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_5d5dbd62.iso](https://drive.massgrave.dev/cs-cz_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_5d5dbd62.iso) |
| [da-dk_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_bb6410d4.iso](https://drive.massgrave.dev/da-dk_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_bb6410d4.iso) |
| [de-de_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_ce737019.iso](https://drive.massgrave.dev/de-de_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_ce737019.iso) |
| [el-gr_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_51e6091f.iso](https://drive.massgrave.dev/el-gr_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_51e6091f.iso) |
| [en-gb_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_53b6140f.iso](https://drive.massgrave.dev/en-gb_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_53b6140f.iso) |
| [en-us_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_ff6b444c.iso](https://drive.massgrave.dev/en-us_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_ff6b444c.iso) |
| [es-es_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_3b2a3e01.iso](https://drive.massgrave.dev/es-es_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_3b2a3e01.iso) |
| [es-mx_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_e05d061a.iso](https://drive.massgrave.dev/es-mx_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_e05d061a.iso) |
| [et-ee_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_cab9258c.iso](https://drive.massgrave.dev/et-ee_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_cab9258c.iso) |
| [fi-fi_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_b1874daf.iso](https://drive.massgrave.dev/fi-fi_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_b1874daf.iso) |
| [fr-ca_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_515e0388.iso](https://drive.massgrave.dev/fr-ca_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_515e0388.iso) |
| [fr-fr_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_78c9ff86.iso](https://drive.massgrave.dev/fr-fr_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_78c9ff86.iso) |
| [he-il_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_ee015d24.iso](https://drive.massgrave.dev/he-il_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_ee015d24.iso) |
| [hr-hr_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_aaa42117.iso](https://drive.massgrave.dev/hr-hr_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_aaa42117.iso) |
| [hu-hu_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_5a68e6fe.iso](https://drive.massgrave.dev/hu-hu_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_5a68e6fe.iso) |
| [it-it_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_f06f87b3.iso](https://drive.massgrave.dev/it-it_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_f06f87b3.iso) |
| [ja-jp_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_2ecdf45d.iso](https://drive.massgrave.dev/ja-jp_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_2ecdf45d.iso) |
| [ko-kr_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_f862bab0.iso](https://drive.massgrave.dev/ko-kr_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_f862bab0.iso) |
| [lt-lt_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_0846c033.iso](https://drive.massgrave.dev/lt-lt_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_0846c033.iso) |
| [lv-lv_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_30794621.iso](https://drive.massgrave.dev/lv-lv_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_30794621.iso) |
| [nb-no_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_34ae6800.iso](https://drive.massgrave.dev/nb-no_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_34ae6800.iso) |
| [nl-nl_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_d182abef.iso](https://drive.massgrave.dev/nl-nl_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_d182abef.iso) |
| [pl-pl_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_5a69fe1e.iso](https://drive.massgrave.dev/pl-pl_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_5a69fe1e.iso) |
| [pt-br_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_899ab6c6.iso](https://drive.massgrave.dev/pt-br_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_899ab6c6.iso) |
| [pt-pt_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_3f2943a9.iso](https://drive.massgrave.dev/pt-pt_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_3f2943a9.iso) |
| [ro-ro_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_a1414077.iso](https://drive.massgrave.dev/ro-ro_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_a1414077.iso) |
| [ru-ru_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_df66bed0.iso](https://drive.massgrave.dev/ru-ru_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_df66bed0.iso) |
| [sk-sk_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_4ed262b6.iso](https://drive.massgrave.dev/sk-sk_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_4ed262b6.iso) |
| [sl-si_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_68cfba08.iso](https://drive.massgrave.dev/sl-si_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_68cfba08.iso) |
| [sr-latn-rs_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_e1e5858f.iso](https://drive.massgrave.dev/sr-latn-rs_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_e1e5858f.iso) |
| [sv-se_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_36283858.iso](https://drive.massgrave.dev/sv-se_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_36283858.iso) |
| [th-th_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_5b95a86e.iso](https://drive.massgrave.dev/th-th_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_5b95a86e.iso) |
| [tr-tr_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_61db561d.iso](https://drive.massgrave.dev/tr-tr_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_61db561d.iso) |
| [uk-ua_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_1f06599e.iso](https://drive.massgrave.dev/uk-ua_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_1f06599e.iso) |
| [zh-cn_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_6acf388d.iso](https://drive.massgrave.dev/zh-cn_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_6acf388d.iso) |
| [zh-tw_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_9e61d42e.iso](https://drive.massgrave.dev/zh-tw_windows_11_business_editions_version_23h2_updated_march_2024_x64_dvd_9e61d42e.iso) |
------------------------------------------------------------------------
## Windows 11 IoT Enterprise 23H2
#### (Not LTSC)
Build - 22631.2428 (31-Oct-2023) (This ISO file is not updated every month)
| Links |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [en-us_windows_11_iot_enterprise_version_23h2_arm64_dvd_6cc52d75.iso](https://drive.massgrave.dev/en-us_windows_11_iot_enterprise_version_23h2_arm64_dvd_6cc52d75.iso) |
| [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) |
------------------------------------------------------------------------
## Windows 11 ARM64 23H2
Check [here](windows_arm_links.md).
------------------------------------------------------------------------
## Old Versions
https://os.click/
------------------------------------------------------------------------

277
docs/windows_7_links.md Normal file
View File

@ -0,0 +1,277 @@
# Windows 7 Download
All download links lead to genuine files only.
## Notes
- Microsoft has removed the option to download Windows 7 from this [page](https://www.microsoft.com/en-in/software-download). They were allowing to download the ISO file before Windows 7 reached the end of life, if user had the activation key.
- Microsoft still provides download links on [MVS](https://visualstudio.microsoft.com/subscriptions/) and [VLSC](https://www.microsoft.com/licensing/ServiceCenter/default.aspx) but for them, you need to pay a high subscription fee.
- For this reason, we need to host files on 3rd party. You can check [here](genuine-installation-media.md#verify-authenticity-of-files) on how to be sure that files are genuine.
- Which Windows 7 edition should you choose?
Most important thing we need to consider is the supported activation method.
- KMS activation (available in MAS) is safe and can be used in both MBR/GPT systems, however in some cases, Windows activation may be not be supported due to [invalid Windows marker](https://learn.microsoft.com/en-us/previous-versions/tn-archive/ff793426(v=technet.10)?redirectedfrom=MSDN#activation-of-windows-oem-computers) in BIOS.
- [Loader activation](unsupported_products_activation.md#windows-7) is not as safe as KMS and there are chances that system may face boot issues or may not activate and for GPT and MBR systems you will need to use different activators. However it provides permanent activation whereas in KMS you need to install Renewal task for lifetime activation.
- Pro edition supports KMS and Loader both, Enterprise supports only KMS and Ultimate edition supports only Loader activation.
- Personally I prefer using Windows 7 Pro with KMS activation and if I need Loader activation, I can easily use that as well without having to change my edition or ISO.
- Pro and Ultimate ISO's also contains other editions such as, Starter, Home Basic, Home Premium, Pro, Ultimate but by default they don't appear while installing Windows. You can easily choose any of them while installing and for that you need to delete or edit `sourcesei.cfg` file in the 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 [BypassESU](https://forums.mydigitallife.net/threads/bypass-windows-7-extended-security-updates-eligibility.80606/).
- Windows Embedded POSReady 7 ISO is available in English language only. You need to use language pack for other languages. It can be activated with online KMS option in MAS.
- If you need links for any other Windows/office file, please contact [here](https://discord.gg/gjJEfq7ux8).
------------------------------------------------------------------------
## Windows 7 Professional SP1
(Build - 7601.17514)
| Links |
|---------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
------------------------------------------------------------------------
## Windows 7 Enterprise SP1
(Build - 7601.17514)
| Links |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------|
| [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) |
| [ar_windows_7_enterprise_with_sp1_x86_dvd_u_677691.iso](https://drive.massgrave.dev/ar_windows_7_enterprise_with_sp1_x86_dvd_u_677691.iso) |
| [bg_windows_7_enterprise_with_sp1_x64_dvd_u_677644.iso](https://drive.massgrave.dev/bg_windows_7_enterprise_with_sp1_x64_dvd_u_677644.iso) |
| [bg_windows_7_enterprise_with_sp1_x86_dvd_u_677693.iso](https://drive.massgrave.dev/bg_windows_7_enterprise_with_sp1_x86_dvd_u_677693.iso) |
| [cn_windows_7_enterprise_with_sp1_x64_dvd_u_677685.iso](https://drive.massgrave.dev/cn_windows_7_enterprise_with_sp1_x64_dvd_u_677685.iso) |
| [cn_windows_7_enterprise_with_sp1_x86_dvd_u_677716.iso](https://drive.massgrave.dev/cn_windows_7_enterprise_with_sp1_x86_dvd_u_677716.iso) |
| [cs_windows_7_enterprise_with_sp1_x64_dvd_u_677646.iso](https://drive.massgrave.dev/cs_windows_7_enterprise_with_sp1_x64_dvd_u_677646.iso) |
| [cs_windows_7_enterprise_with_sp1_x86_dvd_u_677695.iso](https://drive.massgrave.dev/cs_windows_7_enterprise_with_sp1_x86_dvd_u_677695.iso) |
| [da_windows_7_enterprise_with_sp1_x64_dvd_u_677648.iso](https://drive.massgrave.dev/da_windows_7_enterprise_with_sp1_x64_dvd_u_677648.iso) |
| [da_windows_7_enterprise_with_sp1_x86_dvd_u_677698.iso](https://drive.massgrave.dev/da_windows_7_enterprise_with_sp1_x86_dvd_u_677698.iso) |
| [de_windows_7_enterprise_with_sp1_x64_dvd_u_677649.iso](https://drive.massgrave.dev/de_windows_7_enterprise_with_sp1_x64_dvd_u_677649.iso) |
| [de_windows_7_enterprise_with_sp1_x86_dvd_u_677702.iso](https://drive.massgrave.dev/de_windows_7_enterprise_with_sp1_x86_dvd_u_677702.iso) |
| [el_windows_7_enterprise_with_sp1_x64_dvd_u_677650.iso](https://drive.massgrave.dev/el_windows_7_enterprise_with_sp1_x64_dvd_u_677650.iso) |
| [el_windows_7_enterprise_with_sp1_x86_dvd_u_677706.iso](https://drive.massgrave.dev/el_windows_7_enterprise_with_sp1_x86_dvd_u_677706.iso) |
| [en_windows_7_enterprise_with_sp1_x64_dvd_u_677651.iso](https://drive.massgrave.dev/en_windows_7_enterprise_with_sp1_x64_dvd_u_677651.iso) |
| [en_windows_7_enterprise_with_sp1_x86_dvd_u_677710.iso](https://drive.massgrave.dev/en_windows_7_enterprise_with_sp1_x86_dvd_u_677710.iso) |
| [es_windows_7_enterprise_with_sp1_x64_dvd_u_677652.iso](https://drive.massgrave.dev/es_windows_7_enterprise_with_sp1_x64_dvd_u_677652.iso) |
| [es_windows_7_enterprise_with_sp1_x86_dvd_u_677714.iso](https://drive.massgrave.dev/es_windows_7_enterprise_with_sp1_x86_dvd_u_677714.iso) |
| [et_windows_7_enterprise_with_sp1_x64_dvd_u_677653.iso](https://drive.massgrave.dev/et_windows_7_enterprise_with_sp1_x64_dvd_u_677653.iso) |
| [et_windows_7_enterprise_with_sp1_x86_dvd_u_677718.iso](https://drive.massgrave.dev/et_windows_7_enterprise_with_sp1_x86_dvd_u_677718.iso) |
| [fi_windows_7_enterprise_with_sp1_x64_dvd_u_677655.iso](https://drive.massgrave.dev/fi_windows_7_enterprise_with_sp1_x64_dvd_u_677655.iso) |
| [fi_windows_7_enterprise_with_sp1_x86_dvd_u_677722.iso](https://drive.massgrave.dev/fi_windows_7_enterprise_with_sp1_x86_dvd_u_677722.iso) |
| [fr_windows_7_enterprise_with_sp1_x64_dvd_u_677656.iso](https://drive.massgrave.dev/fr_windows_7_enterprise_with_sp1_x64_dvd_u_677656.iso) |
| [fr_windows_7_enterprise_with_sp1_x86_dvd_u_677727.iso](https://drive.massgrave.dev/fr_windows_7_enterprise_with_sp1_x86_dvd_u_677727.iso) |
| [he_windows_7_enterprise_with_sp1_x64_dvd_u_677657.iso](https://drive.massgrave.dev/he_windows_7_enterprise_with_sp1_x64_dvd_u_677657.iso) |
| [he_windows_7_enterprise_with_sp1_x86_dvd_u_677733.iso](https://drive.massgrave.dev/he_windows_7_enterprise_with_sp1_x86_dvd_u_677733.iso) |
| [hk_windows_7_enterprise_with_sp1_x64_dvd_u_677687.iso](https://drive.massgrave.dev/hk_windows_7_enterprise_with_sp1_x64_dvd_u_677687.iso) |
| [hk_windows_7_enterprise_with_sp1_x86_dvd_u_677720.iso](https://drive.massgrave.dev/hk_windows_7_enterprise_with_sp1_x86_dvd_u_677720.iso) |
| [hr_windows_7_enterprise_with_sp1_x64_dvd_u_677658.iso](https://drive.massgrave.dev/hr_windows_7_enterprise_with_sp1_x64_dvd_u_677658.iso) |
| [hr_windows_7_enterprise_with_sp1_x86_dvd_u_677739.iso](https://drive.massgrave.dev/hr_windows_7_enterprise_with_sp1_x86_dvd_u_677739.iso) |
| [hu_windows_7_enterprise_with_sp1_x64_dvd_u_677659.iso](https://drive.massgrave.dev/hu_windows_7_enterprise_with_sp1_x64_dvd_u_677659.iso) |
| [hu_windows_7_enterprise_with_sp1_x86_dvd_u_677744.iso](https://drive.massgrave.dev/hu_windows_7_enterprise_with_sp1_x86_dvd_u_677744.iso) |
| [it_windows_7_enterprise_with_sp1_x64_dvd_u_677660.iso](https://drive.massgrave.dev/it_windows_7_enterprise_with_sp1_x64_dvd_u_677660.iso) |
| [it_windows_7_enterprise_with_sp1_x86_dvd_u_677749.iso](https://drive.massgrave.dev/it_windows_7_enterprise_with_sp1_x86_dvd_u_677749.iso) |
| [ja_windows_7_enterprise_with_sp1_x64_dvd_u_677662.iso](https://drive.massgrave.dev/ja_windows_7_enterprise_with_sp1_x64_dvd_u_677662.iso) |
| [ja_windows_7_enterprise_with_sp1_x86_dvd_u_677757.iso](https://drive.massgrave.dev/ja_windows_7_enterprise_with_sp1_x86_dvd_u_677757.iso) |
| [ko_windows_7_enterprise_k_with_sp1_x64_dvd_u_677728.iso](https://drive.massgrave.dev/ko_windows_7_enterprise_k_with_sp1_x64_dvd_u_677728.iso) |
| [ko_windows_7_enterprise_k_with_sp1_x86_dvd_u_677732.iso](https://drive.massgrave.dev/ko_windows_7_enterprise_k_with_sp1_x86_dvd_u_677732.iso) |
| [lt_windows_7_enterprise_with_sp1_x64_dvd_u_677663.iso](https://drive.massgrave.dev/lt_windows_7_enterprise_with_sp1_x64_dvd_u_677663.iso) |
| [lt_windows_7_enterprise_with_sp1_x86_dvd_u_677764.iso](https://drive.massgrave.dev/lt_windows_7_enterprise_with_sp1_x86_dvd_u_677764.iso) |
| [lv_windows_7_enterprise_with_sp1_x64_dvd_u_677664.iso](https://drive.massgrave.dev/lv_windows_7_enterprise_with_sp1_x64_dvd_u_677664.iso) |
| [lv_windows_7_enterprise_with_sp1_x86_dvd_u_677677.iso](https://drive.massgrave.dev/lv_windows_7_enterprise_with_sp1_x86_dvd_u_677677.iso) |
| [nl_windows_7_enterprise_with_sp1_x64_dvd_u_677666.iso](https://drive.massgrave.dev/nl_windows_7_enterprise_with_sp1_x64_dvd_u_677666.iso) |
| [nl_windows_7_enterprise_with_sp1_x86_dvd_u_677682.iso](https://drive.massgrave.dev/nl_windows_7_enterprise_with_sp1_x86_dvd_u_677682.iso) |
| [no_windows_7_enterprise_with_sp1_x64_dvd_u_677665.iso](https://drive.massgrave.dev/no_windows_7_enterprise_with_sp1_x64_dvd_u_677665.iso) |
| [no_windows_7_enterprise_with_sp1_x86_dvd_u_677679.iso](https://drive.massgrave.dev/no_windows_7_enterprise_with_sp1_x86_dvd_u_677679.iso) |
| [pl_windows_7_enterprise_with_sp1_x64_dvd_u_677667.iso](https://drive.massgrave.dev/pl_windows_7_enterprise_with_sp1_x64_dvd_u_677667.iso) |
| [pl_windows_7_enterprise_with_sp1_x86_dvd_u_677684.iso](https://drive.massgrave.dev/pl_windows_7_enterprise_with_sp1_x86_dvd_u_677684.iso) |
| [pp_windows_7_enterprise_with_sp1_x64_dvd_u_677669.iso](https://drive.massgrave.dev/pp_windows_7_enterprise_with_sp1_x64_dvd_u_677669.iso) |
| [pp_windows_7_enterprise_with_sp1_x86_dvd_u_677688.iso](https://drive.massgrave.dev/pp_windows_7_enterprise_with_sp1_x86_dvd_u_677688.iso) |
| [pt_windows_7_enterprise_with_sp1_x64_dvd_u_677668.iso](https://drive.massgrave.dev/pt_windows_7_enterprise_with_sp1_x64_dvd_u_677668.iso) |
| [pt_windows_7_enterprise_with_sp1_x86_dvd_u_677686.iso](https://drive.massgrave.dev/pt_windows_7_enterprise_with_sp1_x86_dvd_u_677686.iso) |
| [ro_windows_7_enterprise_with_sp1_x64_dvd_u_677670.iso](https://drive.massgrave.dev/ro_windows_7_enterprise_with_sp1_x64_dvd_u_677670.iso) |
| [ro_windows_7_enterprise_with_sp1_x86_dvd_u_677690.iso](https://drive.massgrave.dev/ro_windows_7_enterprise_with_sp1_x86_dvd_u_677690.iso) |
| [ru_windows_7_enterprise_with_sp1_x64_dvd_u_677671.iso](https://drive.massgrave.dev/ru_windows_7_enterprise_with_sp1_x64_dvd_u_677671.iso) |
| [ru_windows_7_enterprise_with_sp1_x86_dvd_u_677692.iso](https://drive.massgrave.dev/ru_windows_7_enterprise_with_sp1_x86_dvd_u_677692.iso) |
| [sk_windows_7_enterprise_with_sp1_x64_dvd_u_677673.iso](https://drive.massgrave.dev/sk_windows_7_enterprise_with_sp1_x64_dvd_u_677673.iso) |
| [sk_windows_7_enterprise_with_sp1_x86_dvd_u_677694.iso](https://drive.massgrave.dev/sk_windows_7_enterprise_with_sp1_x86_dvd_u_677694.iso) |
| [sl_windows_7_enterprise_with_sp1_x64_dvd_u_677674.iso](https://drive.massgrave.dev/sl_windows_7_enterprise_with_sp1_x64_dvd_u_677674.iso) |
| [sl_windows_7_enterprise_with_sp1_x86_dvd_u_677696.iso](https://drive.massgrave.dev/sl_windows_7_enterprise_with_sp1_x86_dvd_u_677696.iso) |
| [sr_windows_7_enterprise_with_sp1_x64_dvd_u_677675.iso](https://drive.massgrave.dev/sr_windows_7_enterprise_with_sp1_x64_dvd_u_677675.iso) |
| [sr_windows_7_enterprise_with_sp1_x86_dvd_u_677699.iso](https://drive.massgrave.dev/sr_windows_7_enterprise_with_sp1_x86_dvd_u_677699.iso) |
| [sv_windows_7_enterprise_with_sp1_x64_dvd_u_677676.iso](https://drive.massgrave.dev/sv_windows_7_enterprise_with_sp1_x64_dvd_u_677676.iso) |
| [sv_windows_7_enterprise_with_sp1_x86_dvd_u_677701.iso](https://drive.massgrave.dev/sv_windows_7_enterprise_with_sp1_x86_dvd_u_677701.iso) |
| [th_windows_7_enterprise_with_sp1_x64_dvd_u_677678.iso](https://drive.massgrave.dev/th_windows_7_enterprise_with_sp1_x64_dvd_u_677678.iso) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
------------------------------------------------------------------------
## Windows 7 Ultimate SP1
(Build - 7601.17514)
| Links |
|-------------------------------------------------------------------------------------------------------------------------------------------------------|
| [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) |
| [ar_windows_7_ultimate_with_sp1_x86_dvd_u_677448.iso](https://drive.massgrave.dev/ar_windows_7_ultimate_with_sp1_x86_dvd_u_677448.iso) |
| [bg_windows_7_ultimate_with_sp1_x64_dvd_u_677363.iso](https://drive.massgrave.dev/bg_windows_7_ultimate_with_sp1_x64_dvd_u_677363.iso) |
| [bg_windows_7_ultimate_with_sp1_x86_dvd_u_677450.iso](https://drive.massgrave.dev/bg_windows_7_ultimate_with_sp1_x86_dvd_u_677450.iso) |
| [cn_windows_7_ultimate_with_sp1_x64_dvd_u_677408.iso](https://drive.massgrave.dev/cn_windows_7_ultimate_with_sp1_x64_dvd_u_677408.iso) |
| [cn_windows_7_ultimate_with_sp1_x86_dvd_u_677486.iso](https://drive.massgrave.dev/cn_windows_7_ultimate_with_sp1_x86_dvd_u_677486.iso) |
| [cs_windows_7_ultimate_with_sp1_x64_dvd_u_677376.iso](https://drive.massgrave.dev/cs_windows_7_ultimate_with_sp1_x64_dvd_u_677376.iso) |
| [cs_windows_7_ultimate_with_sp1_x86_dvd_u_677452.iso](https://drive.massgrave.dev/cs_windows_7_ultimate_with_sp1_x86_dvd_u_677452.iso) |
| [da_windows_7_ultimate_with_sp1_x64_dvd_u_677294.iso](https://drive.massgrave.dev/da_windows_7_ultimate_with_sp1_x64_dvd_u_677294.iso) |
| [da_windows_7_ultimate_with_sp1_x86_dvd_u_677454.iso](https://drive.massgrave.dev/da_windows_7_ultimate_with_sp1_x86_dvd_u_677454.iso) |
| [de_windows_7_ultimate_with_sp1_x64_dvd_u_677306.iso](https://drive.massgrave.dev/de_windows_7_ultimate_with_sp1_x64_dvd_u_677306.iso) |
| [de_windows_7_ultimate_with_sp1_x86_dvd_u_677456.iso](https://drive.massgrave.dev/de_windows_7_ultimate_with_sp1_x86_dvd_u_677456.iso) |
| [el_windows_7_ultimate_with_sp1_x64_dvd_u_677318.iso](https://drive.massgrave.dev/el_windows_7_ultimate_with_sp1_x64_dvd_u_677318.iso) |
| [el_windows_7_ultimate_with_sp1_x86_dvd_u_677458.iso](https://drive.massgrave.dev/el_windows_7_ultimate_with_sp1_x86_dvd_u_677458.iso) |
| [en_windows_7_ultimate_with_sp1_x64_dvd_u_677332.iso](https://drive.massgrave.dev/en_windows_7_ultimate_with_sp1_x64_dvd_u_677332.iso) |
| [en_windows_7_ultimate_with_sp1_x86_dvd_u_677460.iso](https://drive.massgrave.dev/en_windows_7_ultimate_with_sp1_x86_dvd_u_677460.iso) |
| [es_windows_7_ultimate_with_sp1_x64_dvd_u_677350.iso](https://drive.massgrave.dev/es_windows_7_ultimate_with_sp1_x64_dvd_u_677350.iso) |
| [es_windows_7_ultimate_with_sp1_x86_dvd_u_677462.iso](https://drive.massgrave.dev/es_windows_7_ultimate_with_sp1_x86_dvd_u_677462.iso) |
| [et_windows_7_ultimate_with_sp1_x64_dvd_u_677368.iso](https://drive.massgrave.dev/et_windows_7_ultimate_with_sp1_x64_dvd_u_677368.iso) |
| [et_windows_7_ultimate_with_sp1_x86_dvd_u_677464.iso](https://drive.massgrave.dev/et_windows_7_ultimate_with_sp1_x86_dvd_u_677464.iso) |
| [fi_windows_7_ultimate_with_sp1_x64_dvd_u_677378.iso](https://drive.massgrave.dev/fi_windows_7_ultimate_with_sp1_x64_dvd_u_677378.iso) |
| [fi_windows_7_ultimate_with_sp1_x86_dvd_u_677466.iso](https://drive.massgrave.dev/fi_windows_7_ultimate_with_sp1_x86_dvd_u_677466.iso) |
| [fr_windows_7_ultimate_with_sp1_x64_dvd_u_677299.iso](https://drive.massgrave.dev/fr_windows_7_ultimate_with_sp1_x64_dvd_u_677299.iso) |
| [fr_windows_7_ultimate_with_sp1_x86_dvd_u_677434.iso](https://drive.massgrave.dev/fr_windows_7_ultimate_with_sp1_x86_dvd_u_677434.iso) |
| [he_windows_7_ultimate_with_sp1_x64_dvd_u_677312.iso](https://drive.massgrave.dev/he_windows_7_ultimate_with_sp1_x64_dvd_u_677312.iso) |
| [he_windows_7_ultimate_with_sp1_x86_dvd_u_677436.iso](https://drive.massgrave.dev/he_windows_7_ultimate_with_sp1_x86_dvd_u_677436.iso) |
| [hk_windows_7_ultimate_with_sp1_x64_dvd_u_677411.iso](https://drive.massgrave.dev/hk_windows_7_ultimate_with_sp1_x64_dvd_u_677411.iso) |
| [hk_windows_7_ultimate_with_sp1_x86_dvd_u_677487.iso](https://drive.massgrave.dev/hk_windows_7_ultimate_with_sp1_x86_dvd_u_677487.iso) |
| [hr_windows_7_ultimate_with_sp1_x64_dvd_u_677324.iso](https://drive.massgrave.dev/hr_windows_7_ultimate_with_sp1_x64_dvd_u_677324.iso) |
| [hr_windows_7_ultimate_with_sp1_x86_dvd_u_677438.iso](https://drive.massgrave.dev/hr_windows_7_ultimate_with_sp1_x86_dvd_u_677438.iso) |
| [hu_windows_7_ultimate_with_sp1_x64_dvd_u_677338.iso](https://drive.massgrave.dev/hu_windows_7_ultimate_with_sp1_x64_dvd_u_677338.iso) |
| [hu_windows_7_ultimate_with_sp1_x86_dvd_u_677441.iso](https://drive.massgrave.dev/hu_windows_7_ultimate_with_sp1_x86_dvd_u_677441.iso) |
| [it_windows_7_ultimate_with_sp1_x64_dvd_u_677356.iso](https://drive.massgrave.dev/it_windows_7_ultimate_with_sp1_x64_dvd_u_677356.iso) |
| [it_windows_7_ultimate_with_sp1_x86_dvd_u_677443.iso](https://drive.massgrave.dev/it_windows_7_ultimate_with_sp1_x86_dvd_u_677443.iso) |
| [ja_windows_7_ultimate_with_sp1_x64_dvd_u_677372.iso](https://drive.massgrave.dev/ja_windows_7_ultimate_with_sp1_x64_dvd_u_677372.iso) |
| [ja_windows_7_ultimate_with_sp1_x86_dvd_u_677445.iso](https://drive.massgrave.dev/ja_windows_7_ultimate_with_sp1_x86_dvd_u_677445.iso) |
| [ko_windows_7_ultimate_k_with_sp1_x64_dvd_u_677502.iso](https://drive.massgrave.dev/ko_windows_7_ultimate_k_with_sp1_x64_dvd_u_677502.iso) |
| [ko_windows_7_ultimate_k_with_sp1_x86_dvd_u_677508.iso](https://drive.massgrave.dev/ko_windows_7_ultimate_k_with_sp1_x86_dvd_u_677508.iso) |
| [lt_windows_7_ultimate_with_sp1_x64_dvd_u_677379.iso](https://drive.massgrave.dev/lt_windows_7_ultimate_with_sp1_x64_dvd_u_677379.iso) |
| [lt_windows_7_ultimate_with_sp1_x86_dvd_u_677447.iso](https://drive.massgrave.dev/lt_windows_7_ultimate_with_sp1_x86_dvd_u_677447.iso) |
| [lv_windows_7_ultimate_with_sp1_x64_dvd_u_677302.iso](https://drive.massgrave.dev/lv_windows_7_ultimate_with_sp1_x64_dvd_u_677302.iso) |
| [lv_windows_7_ultimate_with_sp1_x86_dvd_u_677449.iso](https://drive.massgrave.dev/lv_windows_7_ultimate_with_sp1_x86_dvd_u_677449.iso) |
| [nl_windows_7_ultimate_with_sp1_x64_dvd_u_677325.iso](https://drive.massgrave.dev/nl_windows_7_ultimate_with_sp1_x64_dvd_u_677325.iso) |
| [nl_windows_7_ultimate_with_sp1_x86_dvd_u_677453.iso](https://drive.massgrave.dev/nl_windows_7_ultimate_with_sp1_x86_dvd_u_677453.iso) |
| [no_windows_7_ultimate_with_sp1_x64_dvd_u_677314.iso](https://drive.massgrave.dev/no_windows_7_ultimate_with_sp1_x64_dvd_u_677314.iso) |
| [no_windows_7_ultimate_with_sp1_x86_dvd_u_677451.iso](https://drive.massgrave.dev/no_windows_7_ultimate_with_sp1_x86_dvd_u_677451.iso) |
| [pl_windows_7_ultimate_with_sp1_x64_dvd_u_677341.iso](https://drive.massgrave.dev/pl_windows_7_ultimate_with_sp1_x64_dvd_u_677341.iso) |
| [pl_windows_7_ultimate_with_sp1_x86_dvd_u_677455.iso](https://drive.massgrave.dev/pl_windows_7_ultimate_with_sp1_x86_dvd_u_677455.iso) |
| [pp_windows_7_ultimate_with_sp1_x64_dvd_u_677373.iso](https://drive.massgrave.dev/pp_windows_7_ultimate_with_sp1_x64_dvd_u_677373.iso) |
| [pp_windows_7_ultimate_with_sp1_x86_dvd_u_677459.iso](https://drive.massgrave.dev/pp_windows_7_ultimate_with_sp1_x86_dvd_u_677459.iso) |
| [pt_windows_7_ultimate_with_sp1_x64_dvd_u_677358.iso](https://drive.massgrave.dev/pt_windows_7_ultimate_with_sp1_x64_dvd_u_677358.iso) |
| [pt_windows_7_ultimate_with_sp1_x86_dvd_u_677457.iso](https://drive.massgrave.dev/pt_windows_7_ultimate_with_sp1_x86_dvd_u_677457.iso) |
| [ro_windows_7_ultimate_with_sp1_x64_dvd_u_677380.iso](https://drive.massgrave.dev/ro_windows_7_ultimate_with_sp1_x64_dvd_u_677380.iso) |
| [ro_windows_7_ultimate_with_sp1_x86_dvd_u_677461.iso](https://drive.massgrave.dev/ro_windows_7_ultimate_with_sp1_x86_dvd_u_677461.iso) |
| [ru_windows_7_ultimate_with_sp1_x64_dvd_u_677391.iso](https://drive.massgrave.dev/ru_windows_7_ultimate_with_sp1_x64_dvd_u_677391.iso) |
| [ru_windows_7_ultimate_with_sp1_x86_dvd_u_677463.iso](https://drive.massgrave.dev/ru_windows_7_ultimate_with_sp1_x86_dvd_u_677463.iso) |
| [sk_windows_7_ultimate_with_sp1_x64_dvd_u_677393.iso](https://drive.massgrave.dev/sk_windows_7_ultimate_with_sp1_x64_dvd_u_677393.iso) |
| [sk_windows_7_ultimate_with_sp1_x86_dvd_u_677465.iso](https://drive.massgrave.dev/sk_windows_7_ultimate_with_sp1_x86_dvd_u_677465.iso) |
| [sl_windows_7_ultimate_with_sp1_x64_dvd_u_677396.iso](https://drive.massgrave.dev/sl_windows_7_ultimate_with_sp1_x64_dvd_u_677396.iso) |
| [sl_windows_7_ultimate_with_sp1_x86_dvd_u_677467.iso](https://drive.massgrave.dev/sl_windows_7_ultimate_with_sp1_x86_dvd_u_677467.iso) |
| [sr_windows_7_ultimate_with_sp1_x64_dvd_u_677398.iso](https://drive.massgrave.dev/sr_windows_7_ultimate_with_sp1_x64_dvd_u_677398.iso) |
| [sr_windows_7_ultimate_with_sp1_x86_dvd_u_677468.iso](https://drive.massgrave.dev/sr_windows_7_ultimate_with_sp1_x86_dvd_u_677468.iso) |
| [sv_windows_7_ultimate_with_sp1_x64_dvd_u_677400.iso](https://drive.massgrave.dev/sv_windows_7_ultimate_with_sp1_x64_dvd_u_677400.iso) |
| [sv_windows_7_ultimate_with_sp1_x86_dvd_u_677482.iso](https://drive.massgrave.dev/sv_windows_7_ultimate_with_sp1_x86_dvd_u_677482.iso) |
| [th_windows_7_ultimate_with_sp1_x64_dvd_u_677402.iso](https://drive.massgrave.dev/th_windows_7_ultimate_with_sp1_x64_dvd_u_677402.iso) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
------------------------------------------------------------------------
## Embedded POSReady 7
(Build - 7601.17514)
| Links |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [en_windows_embedded_posready_7_eval_x64_dvd_698169.iso](https://drive.massgrave.dev/en_windows_embedded_posready_7_eval_x64_dvd_698169.iso) |
| [en_windows_embedded_posready_7_eval_x86_dvd_698168.iso](https://drive.massgrave.dev/en_windows_embedded_posready_7_eval_x86_dvd_698168.iso) |
| [en_windows_embedded_posready_7_lang_pack_x64_dvd_698178.iso](https://drive.massgrave.dev/en_windows_embedded_posready_7_lang_pack_x64_dvd_698178.iso) |
| [en_windows_embedded_posready_7_lang_pack_x86_dvd_698172.iso](https://drive.massgrave.dev/en_windows_embedded_posready_7_lang_pack_x86_dvd_698172.iso) |
------------------------------------------------------------------------

351
docs/windows_8.1_links.md Normal file
View File

@ -0,0 +1,351 @@
# Windows 8.1 Download
All download links lead to genuine files only.
## Notes
- Microsoft provides public [download links](https://www.microsoft.com/en-in/software-download/windows8ISO) for Windows 8.1 (Core / Pro). Other editions such as Enterprise are only available on [MVS](https://visualstudio.microsoft.com/subscriptions/) and [VLSC](https://www.microsoft.com/licensing/ServiceCenter/default.aspx) and for them, you need to pay a high subscription fee.
- For this reason, we need to host files on 3rd party. You can check [here](genuine-installation-media.md#verify-authenticity-of-files) on how to be sure that files are genuine.
- In the install process of Windows 8.1 (Core / Pro) ISO, setup will ask to enter the key, you can enter below generic keys for the desired edition.
`Windows 8.1 Core: 334NH-RXG76-64THK-C7CKG-D3VPT`
`Windows 8.1 Pro: XHQ8N-C3MCJ-RQXB6-WCHYG-C9WKB`
Other listed ISO's won't ask to enter the key. You might wanna prefer Pro VL ISO for this reason.
- Every edition of Windows 8.1 can be activated with online KMS option in MAS.
- Window 8.1 Embedded Enterprise edition doesn't come with preinstalled store apps.
- If you need links for any other Windows/office file, please contact [here](https://discord.gg/gjJEfq7ux8).
------------------------------------------------------------------------
## Win 8.1 Core / Pro
(Build - 9600.17415)
Official Links - [Microsoft](https://www.microsoft.com/software-download) - [MSDL](https://msdl.gravesoft.dev/)
Below linked Core / Pro ISO's are identical but they are downloaded from MVS and hosted on 3rd party.
| Links |
|---------------------------------------------------------------------------------------------------------------------------------------------------|
| [ar_windows_8.1_with_update_x64_dvd_6051471.iso](https://drive.massgrave.dev/ar_windows_8.1_with_update_x64_dvd_6051471.iso) |
| [ar_windows_8.1_with_update_x86_dvd_6051513.iso](https://drive.massgrave.dev/ar_windows_8.1_with_update_x86_dvd_6051513.iso) |
| [bg_windows_8.1_with_update_x64_dvd_6051472.iso](https://drive.massgrave.dev/bg_windows_8.1_with_update_x64_dvd_6051472.iso) |
| [bg_windows_8.1_with_update_x86_dvd_6051520.iso](https://drive.massgrave.dev/bg_windows_8.1_with_update_x86_dvd_6051520.iso) |
| [cn_windows_8.1_with_update_x64_dvd_6051473.iso](https://drive.massgrave.dev/cn_windows_8.1_with_update_x64_dvd_6051473.iso) |
| [cn_windows_8.1_with_update_x86_dvd_6051523.iso](https://drive.massgrave.dev/cn_windows_8.1_with_update_x86_dvd_6051523.iso) |
| [cs_windows_8.1_with_update_x64_dvd_6051477.iso](https://drive.massgrave.dev/cs_windows_8.1_with_update_x64_dvd_6051477.iso) |
| [cs_windows_8.1_with_update_x86_dvd_6051535.iso](https://drive.massgrave.dev/cs_windows_8.1_with_update_x86_dvd_6051535.iso) |
| [da_windows_8.1_with_update_x64_dvd_6051478.iso](https://drive.massgrave.dev/da_windows_8.1_with_update_x64_dvd_6051478.iso) |
| [da_windows_8.1_with_update_x86_dvd_6051541.iso](https://drive.massgrave.dev/da_windows_8.1_with_update_x86_dvd_6051541.iso) |
| [de_windows_8.1_with_update_x64_dvd_6051485.iso](https://drive.massgrave.dev/de_windows_8.1_with_update_x64_dvd_6051485.iso) |
| [de_windows_8.1_with_update_x86_dvd_6051588.iso](https://drive.massgrave.dev/de_windows_8.1_with_update_x86_dvd_6051588.iso) |
| [el_windows_8.1_with_update_x64_dvd_6051486.iso](https://drive.massgrave.dev/el_windows_8.1_with_update_x64_dvd_6051486.iso) |
| [el_windows_8.1_with_update_x86_dvd_6051592.iso](https://drive.massgrave.dev/el_windows_8.1_with_update_x86_dvd_6051592.iso) |
| [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) |
| [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) |
| [en_windows_8.1_with_update_x64_dvd_6051480.iso](https://drive.massgrave.dev/en_windows_8.1_with_update_x64_dvd_6051480.iso) |
| [en_windows_8.1_with_update_x86_dvd_6051550.iso](https://drive.massgrave.dev/en_windows_8.1_with_update_x86_dvd_6051550.iso) |
| [es_windows_8.1_with_update_x64_dvd_6051503.iso](https://drive.massgrave.dev/es_windows_8.1_with_update_x64_dvd_6051503.iso) |
| [es_windows_8.1_with_update_x86_dvd_6051666.iso](https://drive.massgrave.dev/es_windows_8.1_with_update_x86_dvd_6051666.iso) |
| [et_windows_8.1_with_update_x64_dvd_6051482.iso](https://drive.massgrave.dev/et_windows_8.1_with_update_x64_dvd_6051482.iso) |
| [et_windows_8.1_with_update_x86_dvd_6051565.iso](https://drive.massgrave.dev/et_windows_8.1_with_update_x86_dvd_6051565.iso) |
| [fi_windows_8.1_with_update_x64_dvd_6051483.iso](https://drive.massgrave.dev/fi_windows_8.1_with_update_x64_dvd_6051483.iso) |
| [fi_windows_8.1_with_update_x86_dvd_6051575.iso](https://drive.massgrave.dev/fi_windows_8.1_with_update_x86_dvd_6051575.iso) |
| [fr_windows_8.1_with_update_x64_dvd_6051484.iso](https://drive.massgrave.dev/fr_windows_8.1_with_update_x64_dvd_6051484.iso) |
| [fr_windows_8.1_with_update_x86_dvd_6051583.iso](https://drive.massgrave.dev/fr_windows_8.1_with_update_x86_dvd_6051583.iso) |
| [he_windows_8.1_with_update_x64_dvd_6051487.iso](https://drive.massgrave.dev/he_windows_8.1_with_update_x64_dvd_6051487.iso) |
| [he_windows_8.1_with_update_x86_dvd_6051597.iso](https://drive.massgrave.dev/he_windows_8.1_with_update_x86_dvd_6051597.iso) |
| [hk_windows_8.1_with_update_x64_dvd_6051474.iso](https://drive.massgrave.dev/hk_windows_8.1_with_update_x64_dvd_6051474.iso) |
| [hk_windows_8.1_with_update_x86_dvd_6051524.iso](https://drive.massgrave.dev/hk_windows_8.1_with_update_x86_dvd_6051524.iso) |
| [hr_windows_8.1_with_update_x64_dvd_6051476.iso](https://drive.massgrave.dev/hr_windows_8.1_with_update_x64_dvd_6051476.iso) |
| [hr_windows_8.1_with_update_x86_dvd_6051529.iso](https://drive.massgrave.dev/hr_windows_8.1_with_update_x86_dvd_6051529.iso) |
| [hu_windows_8.1_with_update_x64_dvd_6051488.iso](https://drive.massgrave.dev/hu_windows_8.1_with_update_x64_dvd_6051488.iso) |
| [hu_windows_8.1_with_update_x86_dvd_6051602.iso](https://drive.massgrave.dev/hu_windows_8.1_with_update_x86_dvd_6051602.iso) |
| [it_windows_8.1_with_update_x64_dvd_6051489.iso](https://drive.massgrave.dev/it_windows_8.1_with_update_x64_dvd_6051489.iso) |
| [it_windows_8.1_with_update_x86_dvd_6051607.iso](https://drive.massgrave.dev/it_windows_8.1_with_update_x86_dvd_6051607.iso) |
| [ja_windows_8.1_with_update_x64_dvd_6051490.iso](https://drive.massgrave.dev/ja_windows_8.1_with_update_x64_dvd_6051490.iso) |
| [ja_windows_8.1_with_update_x86_dvd_6051612.iso](https://drive.massgrave.dev/ja_windows_8.1_with_update_x86_dvd_6051612.iso) |
| [ko_windows_8.1_with_update_x64_dvd_6051491.iso](https://drive.massgrave.dev/ko_windows_8.1_with_update_x64_dvd_6051491.iso) |
| [ko_windows_8.1_with_update_x86_dvd_6051617.iso](https://drive.massgrave.dev/ko_windows_8.1_with_update_x86_dvd_6051617.iso) |
| [lt_windows_8.1_with_update_x64_dvd_6051493.iso](https://drive.massgrave.dev/lt_windows_8.1_with_update_x64_dvd_6051493.iso) |
| [lt_windows_8.1_with_update_x86_dvd_6051625.iso](https://drive.massgrave.dev/lt_windows_8.1_with_update_x86_dvd_6051625.iso) |
| [lv_windows_8.1_with_update_x64_dvd_6051492.iso](https://drive.massgrave.dev/lv_windows_8.1_with_update_x64_dvd_6051492.iso) |
| [lv_windows_8.1_with_update_x86_dvd_6051621.iso](https://drive.massgrave.dev/lv_windows_8.1_with_update_x86_dvd_6051621.iso) |
| [nb_windows_8.1_with_update_x64_dvd_6051494.iso](https://drive.massgrave.dev/nb_windows_8.1_with_update_x64_dvd_6051494.iso) |
| [nb_windows_8.1_with_update_x86_dvd_6051631.iso](https://drive.massgrave.dev/nb_windows_8.1_with_update_x86_dvd_6051631.iso) |
| [nl_windows_8.1_with_update_x64_dvd_6051479.iso](https://drive.massgrave.dev/nl_windows_8.1_with_update_x64_dvd_6051479.iso) |
| [nl_windows_8.1_with_update_x86_dvd_6051545.iso](https://drive.massgrave.dev/nl_windows_8.1_with_update_x86_dvd_6051545.iso) |
| [pl_windows_8.1_with_update_x64_dvd_6051495.iso](https://drive.massgrave.dev/pl_windows_8.1_with_update_x64_dvd_6051495.iso) |
| [pl_windows_8.1_with_update_x86_dvd_6051637.iso](https://drive.massgrave.dev/pl_windows_8.1_with_update_x86_dvd_6051637.iso) |
| [pp_windows_8.1_with_update_x64_dvd_6051497.iso](https://drive.massgrave.dev/pp_windows_8.1_with_update_x64_dvd_6051497.iso) |
| [pp_windows_8.1_with_update_x86_dvd_6051655.iso](https://drive.massgrave.dev/pp_windows_8.1_with_update_x86_dvd_6051655.iso) |
| [pt_windows_8.1_with_update_x64_dvd_6051496.iso](https://drive.massgrave.dev/pt_windows_8.1_with_update_x64_dvd_6051496.iso) |
| [pt_windows_8.1_with_update_x86_dvd_6051647.iso](https://drive.massgrave.dev/pt_windows_8.1_with_update_x86_dvd_6051647.iso) |
| [ro_windows_8.1_with_update_x64_dvd_6051498.iso](https://drive.massgrave.dev/ro_windows_8.1_with_update_x64_dvd_6051498.iso) |
| [ro_windows_8.1_with_update_x86_dvd_6051661.iso](https://drive.massgrave.dev/ro_windows_8.1_with_update_x86_dvd_6051661.iso) |
| [ru_windows_8.1_with_update_x64_dvd_6051499.iso](https://drive.massgrave.dev/ru_windows_8.1_with_update_x64_dvd_6051499.iso) |
| [ru_windows_8.1_with_update_x86_dvd_6051662.iso](https://drive.massgrave.dev/ru_windows_8.1_with_update_x86_dvd_6051662.iso) |
| [sk_windows_8.1_with_update_x64_dvd_6051501.iso](https://drive.massgrave.dev/sk_windows_8.1_with_update_x64_dvd_6051501.iso) |
| [sk_windows_8.1_with_update_x86_dvd_6051664.iso](https://drive.massgrave.dev/sk_windows_8.1_with_update_x86_dvd_6051664.iso) |
| [sl_windows_8.1_with_update_x64_dvd_6051502.iso](https://drive.massgrave.dev/sl_windows_8.1_with_update_x64_dvd_6051502.iso) |
| [sl_windows_8.1_with_update_x86_dvd_6051665.iso](https://drive.massgrave.dev/sl_windows_8.1_with_update_x86_dvd_6051665.iso) |
| [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) |
| [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) |
| [sv_windows_8.1_with_update_x64_dvd_6051504.iso](https://drive.massgrave.dev/sv_windows_8.1_with_update_x64_dvd_6051504.iso) |
| [sv_windows_8.1_with_update_x86_dvd_6051667.iso](https://drive.massgrave.dev/sv_windows_8.1_with_update_x86_dvd_6051667.iso) |
| [th_windows_8.1_with_update_x64_dvd_6051506.iso](https://drive.massgrave.dev/th_windows_8.1_with_update_x64_dvd_6051506.iso) |
| [th_windows_8.1_with_update_x86_dvd_6051668.iso](https://drive.massgrave.dev/th_windows_8.1_with_update_x86_dvd_6051668.iso) |
| [tr_windows_8.1_with_update_x64_dvd_6051507.iso](https://drive.massgrave.dev/tr_windows_8.1_with_update_x64_dvd_6051507.iso) |
| [tr_windows_8.1_with_update_x86_dvd_6051669.iso](https://drive.massgrave.dev/tr_windows_8.1_with_update_x86_dvd_6051669.iso) |
| [tw_windows_8.1_with_update_x64_dvd_6051475.iso](https://drive.massgrave.dev/tw_windows_8.1_with_update_x64_dvd_6051475.iso) |
| [tw_windows_8.1_with_update_x86_dvd_6051525.iso](https://drive.massgrave.dev/tw_windows_8.1_with_update_x86_dvd_6051525.iso) |
| [uk_windows_8.1_with_update_x64_dvd_6051508.iso](https://drive.massgrave.dev/uk_windows_8.1_with_update_x64_dvd_6051508.iso) |
| [uk_windows_8.1_with_update_x86_dvd_6051671.iso](https://drive.massgrave.dev/uk_windows_8.1_with_update_x86_dvd_6051671.iso) |
------------------------------------------------------------------------
## Win 8.1 Pro VL
(Build - 9600.17415)
| Links |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [ar_windows_8.1_pro_vl_with_update_x64_dvd_6050871.iso](https://drive.massgrave.dev/ar_windows_8.1_pro_vl_with_update_x64_dvd_6050871.iso) |
| [ar_windows_8.1_pro_vl_with_update_x86_dvd_6050908.iso](https://drive.massgrave.dev/ar_windows_8.1_pro_vl_with_update_x86_dvd_6050908.iso) |
| [bg_windows_8.1_pro_vl_with_update_x64_dvd_6050872.iso](https://drive.massgrave.dev/bg_windows_8.1_pro_vl_with_update_x64_dvd_6050872.iso) |
| [bg_windows_8.1_pro_vl_with_update_x86_dvd_6050909.iso](https://drive.massgrave.dev/bg_windows_8.1_pro_vl_with_update_x86_dvd_6050909.iso) |
| [cn_windows_8.1_pro_vl_with_update_x64_dvd_6050873.iso](https://drive.massgrave.dev/cn_windows_8.1_pro_vl_with_update_x64_dvd_6050873.iso) |
| [cn_windows_8.1_pro_vl_with_update_x86_dvd_6050910.iso](https://drive.massgrave.dev/cn_windows_8.1_pro_vl_with_update_x86_dvd_6050910.iso) |
| [cs_windows_8.1_pro_vl_with_update_x64_dvd_6050877.iso](https://drive.massgrave.dev/cs_windows_8.1_pro_vl_with_update_x64_dvd_6050877.iso) |
| [cs_windows_8.1_pro_vl_with_update_x86_dvd_6050915.iso](https://drive.massgrave.dev/cs_windows_8.1_pro_vl_with_update_x86_dvd_6050915.iso) |
| [da_windows_8.1_pro_vl_with_update_x64_dvd_6050878.iso](https://drive.massgrave.dev/da_windows_8.1_pro_vl_with_update_x64_dvd_6050878.iso) |
| [da_windows_8.1_pro_vl_with_update_x86_dvd_6050916.iso](https://drive.massgrave.dev/da_windows_8.1_pro_vl_with_update_x86_dvd_6050916.iso) |
| [de_windows_8.1_pro_vl_with_update_x64_dvd_6050885.iso](https://drive.massgrave.dev/de_windows_8.1_pro_vl_with_update_x64_dvd_6050885.iso) |
| [de_windows_8.1_pro_vl_with_update_x86_dvd_6050923.iso](https://drive.massgrave.dev/de_windows_8.1_pro_vl_with_update_x86_dvd_6050923.iso) |
| [el_windows_8.1_pro_vl_with_update_x64_dvd_6050886.iso](https://drive.massgrave.dev/el_windows_8.1_pro_vl_with_update_x64_dvd_6050886.iso) |
| [el_windows_8.1_pro_vl_with_update_x86_dvd_6050924.iso](https://drive.massgrave.dev/el_windows_8.1_pro_vl_with_update_x86_dvd_6050924.iso) |
| [en-gb_windows_8.1_pro_vl_with_update_x64_dvd_6050881.iso](https://drive.massgrave.dev/en-gb_windows_8.1_pro_vl_with_update_x64_dvd_6050881.iso) |
| [en-gb_windows_8.1_pro_vl_with_update_x86_dvd_6050919.iso](https://drive.massgrave.dev/en-gb_windows_8.1_pro_vl_with_update_x86_dvd_6050919.iso) |
| [en_windows_8.1_pro_vl_with_update_x64_dvd_6050880.iso](https://drive.massgrave.dev/en_windows_8.1_pro_vl_with_update_x64_dvd_6050880.iso) |
| [en_windows_8.1_pro_vl_with_update_x86_dvd_6050918.iso](https://drive.massgrave.dev/en_windows_8.1_pro_vl_with_update_x86_dvd_6050918.iso) |
| [es_windows_8.1_pro_vl_with_update_x64_dvd_6050903.iso](https://drive.massgrave.dev/es_windows_8.1_pro_vl_with_update_x64_dvd_6050903.iso) |
| [es_windows_8.1_pro_vl_with_update_x86_dvd_6050941.iso](https://drive.massgrave.dev/es_windows_8.1_pro_vl_with_update_x86_dvd_6050941.iso) |
| [et_windows_8.1_pro_vl_with_update_x64_dvd_6050882.iso](https://drive.massgrave.dev/et_windows_8.1_pro_vl_with_update_x64_dvd_6050882.iso) |
| [et_windows_8.1_pro_vl_with_update_x86_dvd_6050920.iso](https://drive.massgrave.dev/et_windows_8.1_pro_vl_with_update_x86_dvd_6050920.iso) |
| [fi_windows_8.1_pro_vl_with_update_x64_dvd_6050883.iso](https://drive.massgrave.dev/fi_windows_8.1_pro_vl_with_update_x64_dvd_6050883.iso) |
| [fi_windows_8.1_pro_vl_with_update_x86_dvd_6050921.iso](https://drive.massgrave.dev/fi_windows_8.1_pro_vl_with_update_x86_dvd_6050921.iso) |
| [fr_windows_8.1_pro_vl_with_update_x64_dvd_6050884.iso](https://drive.massgrave.dev/fr_windows_8.1_pro_vl_with_update_x64_dvd_6050884.iso) |
| [fr_windows_8.1_pro_vl_with_update_x86_dvd_6050922.iso](https://drive.massgrave.dev/fr_windows_8.1_pro_vl_with_update_x86_dvd_6050922.iso) |
| [he_windows_8.1_pro_vl_with_update_x64_dvd_6050887.iso](https://drive.massgrave.dev/he_windows_8.1_pro_vl_with_update_x64_dvd_6050887.iso) |
| [he_windows_8.1_pro_vl_with_update_x86_dvd_6050925.iso](https://drive.massgrave.dev/he_windows_8.1_pro_vl_with_update_x86_dvd_6050925.iso) |
| [hk_windows_8.1_pro_vl_with_update_x64_dvd_6050874.iso](https://drive.massgrave.dev/hk_windows_8.1_pro_vl_with_update_x64_dvd_6050874.iso) |
| [hk_windows_8.1_pro_vl_with_update_x86_dvd_6050911.iso](https://drive.massgrave.dev/hk_windows_8.1_pro_vl_with_update_x86_dvd_6050911.iso) |
| [hr_windows_8.1_pro_vl_with_update_x64_dvd_6050876.iso](https://drive.massgrave.dev/hr_windows_8.1_pro_vl_with_update_x64_dvd_6050876.iso) |
| [hr_windows_8.1_pro_vl_with_update_x86_dvd_6050913.iso](https://drive.massgrave.dev/hr_windows_8.1_pro_vl_with_update_x86_dvd_6050913.iso) |
| [hu_windows_8.1_pro_vl_with_update_x64_dvd_6050888.iso](https://drive.massgrave.dev/hu_windows_8.1_pro_vl_with_update_x64_dvd_6050888.iso) |
| [hu_windows_8.1_pro_vl_with_update_x86_dvd_6050926.iso](https://drive.massgrave.dev/hu_windows_8.1_pro_vl_with_update_x86_dvd_6050926.iso) |
| [it_windows_8.1_pro_vl_with_update_x64_dvd_6050889.iso](https://drive.massgrave.dev/it_windows_8.1_pro_vl_with_update_x64_dvd_6050889.iso) |
| [it_windows_8.1_pro_vl_with_update_x86_dvd_6050927.iso](https://drive.massgrave.dev/it_windows_8.1_pro_vl_with_update_x86_dvd_6050927.iso) |
| [ja_windows_8.1_pro_vl_with_update_x64_dvd_6050890.iso](https://drive.massgrave.dev/ja_windows_8.1_pro_vl_with_update_x64_dvd_6050890.iso) |
| [ja_windows_8.1_pro_vl_with_update_x86_dvd_6050928.iso](https://drive.massgrave.dev/ja_windows_8.1_pro_vl_with_update_x86_dvd_6050928.iso) |
| [ko_windows_8.1_pro_vl_with_update_x64_dvd_6050891.iso](https://drive.massgrave.dev/ko_windows_8.1_pro_vl_with_update_x64_dvd_6050891.iso) |
| [ko_windows_8.1_pro_vl_with_update_x86_dvd_6050929.iso](https://drive.massgrave.dev/ko_windows_8.1_pro_vl_with_update_x86_dvd_6050929.iso) |
| [lt_windows_8.1_pro_vl_with_update_x64_dvd_6050893.iso](https://drive.massgrave.dev/lt_windows_8.1_pro_vl_with_update_x64_dvd_6050893.iso) |
| [lt_windows_8.1_pro_vl_with_update_x86_dvd_6050931.iso](https://drive.massgrave.dev/lt_windows_8.1_pro_vl_with_update_x86_dvd_6050931.iso) |
| [lv_windows_8.1_pro_vl_with_update_x64_dvd_6050892.iso](https://drive.massgrave.dev/lv_windows_8.1_pro_vl_with_update_x64_dvd_6050892.iso) |
| [lv_windows_8.1_pro_vl_with_update_x86_dvd_6050930.iso](https://drive.massgrave.dev/lv_windows_8.1_pro_vl_with_update_x86_dvd_6050930.iso) |
| [nb_windows_8.1_pro_vl_with_update_x64_dvd_6050894.iso](https://drive.massgrave.dev/nb_windows_8.1_pro_vl_with_update_x64_dvd_6050894.iso) |
| [nb_windows_8.1_pro_vl_with_update_x86_dvd_6050932.iso](https://drive.massgrave.dev/nb_windows_8.1_pro_vl_with_update_x86_dvd_6050932.iso) |
| [nl_windows_8.1_pro_vl_with_update_x64_dvd_6050879.iso](https://drive.massgrave.dev/nl_windows_8.1_pro_vl_with_update_x64_dvd_6050879.iso) |
| [nl_windows_8.1_pro_vl_with_update_x86_dvd_6050917.iso](https://drive.massgrave.dev/nl_windows_8.1_pro_vl_with_update_x86_dvd_6050917.iso) |
| [pl_windows_8.1_pro_vl_with_update_x64_dvd_6050895.iso](https://drive.massgrave.dev/pl_windows_8.1_pro_vl_with_update_x64_dvd_6050895.iso) |
| [pl_windows_8.1_pro_vl_with_update_x86_dvd_6050933.iso](https://drive.massgrave.dev/pl_windows_8.1_pro_vl_with_update_x86_dvd_6050933.iso) |
| [pp_windows_8.1_pro_vl_with_update_x64_dvd_6050897.iso](https://drive.massgrave.dev/pp_windows_8.1_pro_vl_with_update_x64_dvd_6050897.iso) |
| [pp_windows_8.1_pro_vl_with_update_x86_dvd_6050935.iso](https://drive.massgrave.dev/pp_windows_8.1_pro_vl_with_update_x86_dvd_6050935.iso) |
| [pt_windows_8.1_pro_vl_with_update_x64_dvd_6050896.iso](https://drive.massgrave.dev/pt_windows_8.1_pro_vl_with_update_x64_dvd_6050896.iso) |
| [pt_windows_8.1_pro_vl_with_update_x86_dvd_6050934.iso](https://drive.massgrave.dev/pt_windows_8.1_pro_vl_with_update_x86_dvd_6050934.iso) |
| [ro_windows_8.1_pro_vl_with_update_x64_dvd_6050898.iso](https://drive.massgrave.dev/ro_windows_8.1_pro_vl_with_update_x64_dvd_6050898.iso) |
| [ro_windows_8.1_pro_vl_with_update_x86_dvd_6050936.iso](https://drive.massgrave.dev/ro_windows_8.1_pro_vl_with_update_x86_dvd_6050936.iso) |
| [ru_windows_8.1_pro_vl_with_update_x64_dvd_6050899.iso](https://drive.massgrave.dev/ru_windows_8.1_pro_vl_with_update_x64_dvd_6050899.iso) |
| [ru_windows_8.1_pro_vl_with_update_x86_dvd_6050937.iso](https://drive.massgrave.dev/ru_windows_8.1_pro_vl_with_update_x86_dvd_6050937.iso) |
| [sk_windows_8.1_pro_vl_with_update_x64_dvd_6050901.iso](https://drive.massgrave.dev/sk_windows_8.1_pro_vl_with_update_x64_dvd_6050901.iso) |
| [sk_windows_8.1_pro_vl_with_update_x86_dvd_6050939.iso](https://drive.massgrave.dev/sk_windows_8.1_pro_vl_with_update_x86_dvd_6050939.iso) |
| [sl_windows_8.1_pro_vl_with_update_x64_dvd_6050902.iso](https://drive.massgrave.dev/sl_windows_8.1_pro_vl_with_update_x64_dvd_6050902.iso) |
| [sl_windows_8.1_pro_vl_with_update_x86_dvd_6050940.iso](https://drive.massgrave.dev/sl_windows_8.1_pro_vl_with_update_x86_dvd_6050940.iso) |
| [sr-latn_windows_8.1_pro_vl_with_update_x64_dvd_6050900.iso](https://drive.massgrave.dev/sr-latn_windows_8.1_pro_vl_with_update_x64_dvd_6050900.iso) |
| [sr-latn_windows_8.1_pro_vl_with_update_x86_dvd_6050938.iso](https://drive.massgrave.dev/sr-latn_windows_8.1_pro_vl_with_update_x86_dvd_6050938.iso) |
| [sv_windows_8.1_pro_vl_with_update_x64_dvd_6050904.iso](https://drive.massgrave.dev/sv_windows_8.1_pro_vl_with_update_x64_dvd_6050904.iso) |
| [sv_windows_8.1_pro_vl_with_update_x86_dvd_6050942.iso](https://drive.massgrave.dev/sv_windows_8.1_pro_vl_with_update_x86_dvd_6050942.iso) |
| [th_windows_8.1_pro_vl_with_update_x64_dvd_6050905.iso](https://drive.massgrave.dev/th_windows_8.1_pro_vl_with_update_x64_dvd_6050905.iso) |
| [th_windows_8.1_pro_vl_with_update_x86_dvd_6050943.iso](https://drive.massgrave.dev/th_windows_8.1_pro_vl_with_update_x86_dvd_6050943.iso) |
| [tr_windows_8.1_pro_vl_with_update_x64_dvd_6050906.iso](https://drive.massgrave.dev/tr_windows_8.1_pro_vl_with_update_x64_dvd_6050906.iso) |
| [tr_windows_8.1_pro_vl_with_update_x86_dvd_6050944.iso](https://drive.massgrave.dev/tr_windows_8.1_pro_vl_with_update_x86_dvd_6050944.iso) |
| [tw_windows_8.1_pro_vl_with_update_x64_dvd_6050875.iso](https://drive.massgrave.dev/tw_windows_8.1_pro_vl_with_update_x64_dvd_6050875.iso) |
| [tw_windows_8.1_pro_vl_with_update_x86_dvd_6050912.iso](https://drive.massgrave.dev/tw_windows_8.1_pro_vl_with_update_x86_dvd_6050912.iso) |
| [uk_windows_8.1_pro_vl_with_update_x64_dvd_6050907.iso](https://drive.massgrave.dev/uk_windows_8.1_pro_vl_with_update_x64_dvd_6050907.iso) |
| [uk_windows_8.1_pro_vl_with_update_x86_dvd_6050945.iso](https://drive.massgrave.dev/uk_windows_8.1_pro_vl_with_update_x86_dvd_6050945.iso) |
------------------------------------------------------------------------
## Win 8.1 Enterprise
(Build - 9600.17415)
| Links |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [ar_windows_8.1_enterprise_with_update_x64_dvd_6050360.iso](https://drive.massgrave.dev/ar_windows_8.1_enterprise_with_update_x64_dvd_6050360.iso) |
| [ar_windows_8.1_enterprise_with_update_x86_dvd_6050626.iso](https://drive.massgrave.dev/ar_windows_8.1_enterprise_with_update_x86_dvd_6050626.iso) |
| [bg_windows_8.1_enterprise_with_update_x64_dvd_6050367.iso](https://drive.massgrave.dev/bg_windows_8.1_enterprise_with_update_x64_dvd_6050367.iso) |
| [bg_windows_8.1_enterprise_with_update_x86_dvd_6050635.iso](https://drive.massgrave.dev/bg_windows_8.1_enterprise_with_update_x86_dvd_6050635.iso) |
| [cn_windows_8.1_enterprise_with_update_x64_dvd_6050374.iso](https://drive.massgrave.dev/cn_windows_8.1_enterprise_with_update_x64_dvd_6050374.iso) |
| [cn_windows_8.1_enterprise_with_update_x86_dvd_6050645.iso](https://drive.massgrave.dev/cn_windows_8.1_enterprise_with_update_x86_dvd_6050645.iso) |
| [cs_windows_8.1_enterprise_with_update_x64_dvd_6050393.iso](https://drive.massgrave.dev/cs_windows_8.1_enterprise_with_update_x64_dvd_6050393.iso) |
| [cs_windows_8.1_enterprise_with_update_x86_dvd_6050681.iso](https://drive.massgrave.dev/cs_windows_8.1_enterprise_with_update_x86_dvd_6050681.iso) |
| [da_windows_8.1_enterprise_with_update_x64_dvd_6050394.iso](https://drive.massgrave.dev/da_windows_8.1_enterprise_with_update_x64_dvd_6050394.iso) |
| [da_windows_8.1_enterprise_with_update_x86_dvd_6050691.iso](https://drive.massgrave.dev/da_windows_8.1_enterprise_with_update_x86_dvd_6050691.iso) |
| [de_windows_8.1_enterprise_with_update_x64_dvd_6050501.iso](https://drive.massgrave.dev/de_windows_8.1_enterprise_with_update_x64_dvd_6050501.iso) |
| [de_windows_8.1_enterprise_with_update_x86_dvd_6050753.iso](https://drive.massgrave.dev/de_windows_8.1_enterprise_with_update_x86_dvd_6050753.iso) |
| [el_windows_8.1_enterprise_with_update_x64_dvd_6050503.iso](https://drive.massgrave.dev/el_windows_8.1_enterprise_with_update_x64_dvd_6050503.iso) |
| [el_windows_8.1_enterprise_with_update_x86_dvd_6050759.iso](https://drive.massgrave.dev/el_windows_8.1_enterprise_with_update_x86_dvd_6050759.iso) |
| [en-gb_windows_8.1_enterprise_with_update_x64_dvd_6054383.iso](https://drive.massgrave.dev/en-gb_windows_8.1_enterprise_with_update_x64_dvd_6054383.iso) |
| [en-gb_windows_8.1_enterprise_with_update_x86_dvd_6050720.iso](https://drive.massgrave.dev/en-gb_windows_8.1_enterprise_with_update_x86_dvd_6050720.iso) |
| [en_windows_8.1_enterprise_with_update_x64_dvd_6054382.iso](https://drive.massgrave.dev/en_windows_8.1_enterprise_with_update_x64_dvd_6054382.iso) |
| [en_windows_8.1_enterprise_with_update_x86_dvd_6050710.iso](https://drive.massgrave.dev/en_windows_8.1_enterprise_with_update_x86_dvd_6050710.iso) |
| [es_windows_8.1_enterprise_with_update_x64_dvd_6050578.iso](https://drive.massgrave.dev/es_windows_8.1_enterprise_with_update_x64_dvd_6050578.iso) |
| [es_windows_8.1_enterprise_with_update_x86_dvd_6050864.iso](https://drive.massgrave.dev/es_windows_8.1_enterprise_with_update_x86_dvd_6050864.iso) |
| [et_windows_8.1_enterprise_with_update_x64_dvd_6054384.iso](https://drive.massgrave.dev/et_windows_8.1_enterprise_with_update_x64_dvd_6054384.iso) |
| [et_windows_8.1_enterprise_with_update_x86_dvd_6050731.iso](https://drive.massgrave.dev/et_windows_8.1_enterprise_with_update_x86_dvd_6050731.iso) |
| [fi_windows_8.1_enterprise_with_update_x64_dvd_6050497.iso](https://drive.massgrave.dev/fi_windows_8.1_enterprise_with_update_x64_dvd_6050497.iso) |
| [fi_windows_8.1_enterprise_with_update_x86_dvd_6050738.iso](https://drive.massgrave.dev/fi_windows_8.1_enterprise_with_update_x86_dvd_6050738.iso) |
| [fr_windows_8.1_enterprise_with_update_x64_dvd_6050499.iso](https://drive.massgrave.dev/fr_windows_8.1_enterprise_with_update_x64_dvd_6050499.iso) |
| [fr_windows_8.1_enterprise_with_update_x86_dvd_6050745.iso](https://drive.massgrave.dev/fr_windows_8.1_enterprise_with_update_x86_dvd_6050745.iso) |
| [he_windows_8.1_enterprise_with_update_x64_dvd_6050504.iso](https://drive.massgrave.dev/he_windows_8.1_enterprise_with_update_x64_dvd_6050504.iso) |
| [he_windows_8.1_enterprise_with_update_x86_dvd_6050766.iso](https://drive.massgrave.dev/he_windows_8.1_enterprise_with_update_x86_dvd_6050766.iso) |
| [hk_windows_8.1_enterprise_with_update_x64_dvd_6050380.iso](https://drive.massgrave.dev/hk_windows_8.1_enterprise_with_update_x64_dvd_6050380.iso) |
| [hk_windows_8.1_enterprise_with_update_x86_dvd_6050654.iso](https://drive.massgrave.dev/hk_windows_8.1_enterprise_with_update_x86_dvd_6050654.iso) |
| [hr_windows_8.1_enterprise_with_update_x64_dvd_6050391.iso](https://drive.massgrave.dev/hr_windows_8.1_enterprise_with_update_x64_dvd_6050391.iso) |
| [hr_windows_8.1_enterprise_with_update_x86_dvd_6050673.iso](https://drive.massgrave.dev/hr_windows_8.1_enterprise_with_update_x86_dvd_6050673.iso) |
| [hu_windows_8.1_enterprise_with_update_x64_dvd_6050505.iso](https://drive.massgrave.dev/hu_windows_8.1_enterprise_with_update_x64_dvd_6050505.iso) |
| [hu_windows_8.1_enterprise_with_update_x86_dvd_6050771.iso](https://drive.massgrave.dev/hu_windows_8.1_enterprise_with_update_x86_dvd_6050771.iso) |
| [it_windows_8.1_enterprise_with_update_x64_dvd_6050507.iso](https://drive.massgrave.dev/it_windows_8.1_enterprise_with_update_x64_dvd_6050507.iso) |
| [it_windows_8.1_enterprise_with_update_x86_dvd_6050777.iso](https://drive.massgrave.dev/it_windows_8.1_enterprise_with_update_x86_dvd_6050777.iso) |
| [ja_windows_8.1_enterprise_with_update_x64_dvd_6050508.iso](https://drive.massgrave.dev/ja_windows_8.1_enterprise_with_update_x64_dvd_6050508.iso) |
| [ja_windows_8.1_enterprise_with_update_x86_dvd_6050784.iso](https://drive.massgrave.dev/ja_windows_8.1_enterprise_with_update_x86_dvd_6050784.iso) |
| [ko_windows_8.1_enterprise_with_update_x64_dvd_6050509.iso](https://drive.massgrave.dev/ko_windows_8.1_enterprise_with_update_x64_dvd_6050509.iso) |
| [ko_windows_8.1_enterprise_with_update_x86_dvd_6050791.iso](https://drive.massgrave.dev/ko_windows_8.1_enterprise_with_update_x86_dvd_6050791.iso) |
| [lt_windows_8.1_enterprise_with_update_x64_dvd_6050511.iso](https://drive.massgrave.dev/lt_windows_8.1_enterprise_with_update_x64_dvd_6050511.iso) |
| [lt_windows_8.1_enterprise_with_update_x86_dvd_6050802.iso](https://drive.massgrave.dev/lt_windows_8.1_enterprise_with_update_x86_dvd_6050802.iso) |
| [lv_windows_8.1_enterprise_with_update_x64_dvd_6050510.iso](https://drive.massgrave.dev/lv_windows_8.1_enterprise_with_update_x64_dvd_6050510.iso) |
| [lv_windows_8.1_enterprise_with_update_x86_dvd_6050797.iso](https://drive.massgrave.dev/lv_windows_8.1_enterprise_with_update_x86_dvd_6050797.iso) |
| [nb_windows_8.1_enterprise_with_update_x64_dvd_6050512.iso](https://drive.massgrave.dev/nb_windows_8.1_enterprise_with_update_x64_dvd_6050512.iso) |
| [nb_windows_8.1_enterprise_with_update_x86_dvd_6050808.iso](https://drive.massgrave.dev/nb_windows_8.1_enterprise_with_update_x86_dvd_6050808.iso) |
| [nl_windows_8.1_enterprise_with_update_x64_dvd_6054381.iso](https://drive.massgrave.dev/nl_windows_8.1_enterprise_with_update_x64_dvd_6054381.iso) |
| [nl_windows_8.1_enterprise_with_update_x86_dvd_6050700.iso](https://drive.massgrave.dev/nl_windows_8.1_enterprise_with_update_x86_dvd_6050700.iso) |
| [pl_windows_8.1_enterprise_with_update_x64_dvd_6050515.iso](https://drive.massgrave.dev/pl_windows_8.1_enterprise_with_update_x64_dvd_6050515.iso) |
| [pl_windows_8.1_enterprise_with_update_x86_dvd_6050814.iso](https://drive.massgrave.dev/pl_windows_8.1_enterprise_with_update_x86_dvd_6050814.iso) |
| [pp_windows_8.1_enterprise_with_update_x64_dvd_6050526.iso](https://drive.massgrave.dev/pp_windows_8.1_enterprise_with_update_x64_dvd_6050526.iso) |
| [pp_windows_8.1_enterprise_with_update_x86_dvd_6050827.iso](https://drive.massgrave.dev/pp_windows_8.1_enterprise_with_update_x86_dvd_6050827.iso) |
| [pt_windows_8.1_enterprise_with_update_x64_dvd_6050521.iso](https://drive.massgrave.dev/pt_windows_8.1_enterprise_with_update_x64_dvd_6050521.iso) |
| [pt_windows_8.1_enterprise_with_update_x86_dvd_6050822.iso](https://drive.massgrave.dev/pt_windows_8.1_enterprise_with_update_x86_dvd_6050822.iso) |
| [ro_windows_8.1_enterprise_with_update_x64_dvd_6050534.iso](https://drive.massgrave.dev/ro_windows_8.1_enterprise_with_update_x64_dvd_6050534.iso) |
| [ro_windows_8.1_enterprise_with_update_x86_dvd_6050834.iso](https://drive.massgrave.dev/ro_windows_8.1_enterprise_with_update_x86_dvd_6050834.iso) |
| [ru_windows_8.1_enterprise_with_update_x64_dvd_6050542.iso](https://drive.massgrave.dev/ru_windows_8.1_enterprise_with_update_x64_dvd_6050542.iso) |
| [ru_windows_8.1_enterprise_with_update_x86_dvd_6050840.iso](https://drive.massgrave.dev/ru_windows_8.1_enterprise_with_update_x86_dvd_6050840.iso) |
| [sk_windows_8.1_enterprise_with_update_x64_dvd_6050562.iso](https://drive.massgrave.dev/sk_windows_8.1_enterprise_with_update_x64_dvd_6050562.iso) |
| [sk_windows_8.1_enterprise_with_update_x86_dvd_6050853.iso](https://drive.massgrave.dev/sk_windows_8.1_enterprise_with_update_x86_dvd_6050853.iso) |
| [sl_windows_8.1_enterprise_with_update_x64_dvd_6050570.iso](https://drive.massgrave.dev/sl_windows_8.1_enterprise_with_update_x64_dvd_6050570.iso) |
| [sl_windows_8.1_enterprise_with_update_x86_dvd_6050858.iso](https://drive.massgrave.dev/sl_windows_8.1_enterprise_with_update_x86_dvd_6050858.iso) |
| [sr-latn_windows_8.1_enterprise_with_update_x64_dvd_6050553.iso](https://drive.massgrave.dev/sr-latn_windows_8.1_enterprise_with_update_x64_dvd_6050553.iso) |
| [sr-latn_windows_8.1_enterprise_with_update_x86_dvd_6050847.iso](https://drive.massgrave.dev/sr-latn_windows_8.1_enterprise_with_update_x86_dvd_6050847.iso) |
| [sv_windows_8.1_enterprise_with_update_x64_dvd_6050590.iso](https://drive.massgrave.dev/sv_windows_8.1_enterprise_with_update_x64_dvd_6050590.iso) |
| [sv_windows_8.1_enterprise_with_update_x86_dvd_6050867.iso](https://drive.massgrave.dev/sv_windows_8.1_enterprise_with_update_x86_dvd_6050867.iso) |
| [th_windows_8.1_enterprise_with_update_x64_dvd_6050602.iso](https://drive.massgrave.dev/th_windows_8.1_enterprise_with_update_x64_dvd_6050602.iso) |
| [th_windows_8.1_enterprise_with_update_x86_dvd_6050868.iso](https://drive.massgrave.dev/th_windows_8.1_enterprise_with_update_x86_dvd_6050868.iso) |
| [tr_windows_8.1_enterprise_with_update_x64_dvd_6050609.iso](https://drive.massgrave.dev/tr_windows_8.1_enterprise_with_update_x64_dvd_6050609.iso) |
| [tr_windows_8.1_enterprise_with_update_x86_dvd_6050869.iso](https://drive.massgrave.dev/tr_windows_8.1_enterprise_with_update_x86_dvd_6050869.iso) |
| [tw_windows_8.1_enterprise_with_update_x64_dvd_6050387.iso](https://drive.massgrave.dev/tw_windows_8.1_enterprise_with_update_x64_dvd_6050387.iso) |
| [tw_windows_8.1_enterprise_with_update_x86_dvd_6050663.iso](https://drive.massgrave.dev/tw_windows_8.1_enterprise_with_update_x86_dvd_6050663.iso) |
| [uk_windows_8.1_enterprise_with_update_x64_dvd_6050618.iso](https://drive.massgrave.dev/uk_windows_8.1_enterprise_with_update_x64_dvd_6050618.iso) |
| [uk_windows_8.1_enterprise_with_update_x86_dvd_6050870.iso](https://drive.massgrave.dev/uk_windows_8.1_enterprise_with_update_x86_dvd_6050870.iso) |
------------------------------------------------------------------------
## Win 8.1 Embedded Enterprise
(Build - 9600.17415)
| Links |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [ar_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052151.iso](https://drive.massgrave.dev/ar_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052151.iso) |
| [ar_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052211.iso](https://drive.massgrave.dev/ar_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052211.iso) |
| [bg_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052152.iso](https://drive.massgrave.dev/bg_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052152.iso) |
| [bg_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052212.iso](https://drive.massgrave.dev/bg_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052212.iso) |
| [cn_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052153.iso](https://drive.massgrave.dev/cn_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052153.iso) |
| [cn_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052218.iso](https://drive.massgrave.dev/cn_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052218.iso) |
| [cs_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052157.iso](https://drive.massgrave.dev/cs_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052157.iso) |
| [cs_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052240.iso](https://drive.massgrave.dev/cs_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052240.iso) |
| [da_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052158.iso](https://drive.massgrave.dev/da_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052158.iso) |
| [da_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6075580.iso](https://drive.massgrave.dev/da_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6075580.iso) |
| [de_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6075540.iso](https://drive.massgrave.dev/de_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6075540.iso) |
| [de_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052258.iso](https://drive.massgrave.dev/de_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052258.iso) |
| [el_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6068418.iso](https://drive.massgrave.dev/el_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6068418.iso) |
| [el_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6068419.iso](https://drive.massgrave.dev/el_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6068419.iso) |
| [en-gb_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052165.iso](https://drive.massgrave.dev/en-gb_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052165.iso) |
| [en-gb_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052254.iso](https://drive.massgrave.dev/en-gb_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052254.iso) |
| [en_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052160.iso](https://drive.massgrave.dev/en_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052160.iso) |
| [en_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052252.iso](https://drive.massgrave.dev/en_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052252.iso) |
| [es_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052206.iso](https://drive.massgrave.dev/es_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052206.iso) |
| [es_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052318.iso](https://drive.massgrave.dev/es_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052318.iso) |
| [et_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052172.iso](https://drive.massgrave.dev/et_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052172.iso) |
| [et_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052255.iso](https://drive.massgrave.dev/et_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052255.iso) |
| [fi_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052177.iso](https://drive.massgrave.dev/fi_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052177.iso) |
| [fi_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052256.iso](https://drive.massgrave.dev/fi_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052256.iso) |
| [fr_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052183.iso](https://drive.massgrave.dev/fr_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052183.iso) |
| [fr_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052257.iso](https://drive.massgrave.dev/fr_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052257.iso) |
| [he_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052189.iso](https://drive.massgrave.dev/he_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052189.iso) |
| [he_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052259.iso](https://drive.massgrave.dev/he_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052259.iso) |
| [hk_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052154.iso](https://drive.massgrave.dev/hk_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052154.iso) |
| [hk_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052223.iso](https://drive.massgrave.dev/hk_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052223.iso) |
| [hr_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052156.iso](https://drive.massgrave.dev/hr_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052156.iso) |
| [hr_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052238.iso](https://drive.massgrave.dev/hr_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052238.iso) |
| [hu_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6075554.iso](https://drive.massgrave.dev/hu_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6075554.iso) |
| [hu_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052260.iso](https://drive.massgrave.dev/hu_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052260.iso) |
| [it_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052191.iso](https://drive.massgrave.dev/it_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052191.iso) |
| [it_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052265.iso](https://drive.massgrave.dev/it_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052265.iso) |
| [ja_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052192.iso](https://drive.massgrave.dev/ja_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052192.iso) |
| [ja_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052271.iso](https://drive.massgrave.dev/ja_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052271.iso) |
| [ko_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052193.iso](https://drive.massgrave.dev/ko_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052193.iso) |
| [ko_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052275.iso](https://drive.massgrave.dev/ko_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052275.iso) |
| [lt_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052195.iso](https://drive.massgrave.dev/lt_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052195.iso) |
| [lt_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052285.iso](https://drive.massgrave.dev/lt_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052285.iso) |
| [lv_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052194.iso](https://drive.massgrave.dev/lv_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052194.iso) |
| [lv_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052280.iso](https://drive.massgrave.dev/lv_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052280.iso) |
| [nb_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052196.iso](https://drive.massgrave.dev/nb_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052196.iso) |
| [nb_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052289.iso](https://drive.massgrave.dev/nb_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052289.iso) |
| [nl_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052159.iso](https://drive.massgrave.dev/nl_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052159.iso) |
| [nl_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052247.iso](https://drive.massgrave.dev/nl_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052247.iso) |
| [pl_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052197.iso](https://drive.massgrave.dev/pl_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052197.iso) |
| [pl_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052294.iso](https://drive.massgrave.dev/pl_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052294.iso) |
| [pp_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052199.iso](https://drive.massgrave.dev/pp_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052199.iso) |
| [pp_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052298.iso](https://drive.massgrave.dev/pp_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052298.iso) |
| [pt_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052198.iso](https://drive.massgrave.dev/pt_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052198.iso) |
| [pt_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052297.iso](https://drive.massgrave.dev/pt_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052297.iso) |
| [ro_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052200.iso](https://drive.massgrave.dev/ro_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052200.iso) |
| [ro_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052299.iso](https://drive.massgrave.dev/ro_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052299.iso) |
| [ru_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052201.iso](https://drive.massgrave.dev/ru_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052201.iso) |
| [ru_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052300.iso](https://drive.massgrave.dev/ru_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052300.iso) |
| [sk_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052203.iso](https://drive.massgrave.dev/sk_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052203.iso) |
| [sk_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052308.iso](https://drive.massgrave.dev/sk_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052308.iso) |
| [sl_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052204.iso](https://drive.massgrave.dev/sl_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052204.iso) |
| [sl_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052314.iso](https://drive.massgrave.dev/sl_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052314.iso) |
| [sr-latn_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052202.iso](https://drive.massgrave.dev/sr-latn_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052202.iso) |
| [sr-latn_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052303.iso](https://drive.massgrave.dev/sr-latn_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052303.iso) |
| [sv_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052207.iso](https://drive.massgrave.dev/sv_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052207.iso) |
| [sv_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052324.iso](https://drive.massgrave.dev/sv_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052324.iso) |
| [th_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052208.iso](https://drive.massgrave.dev/th_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052208.iso) |
| [th_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052326.iso](https://drive.massgrave.dev/th_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052326.iso) |
| [tr_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6075568.iso](https://drive.massgrave.dev/tr_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6075568.iso) |
| [tr_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052327.iso](https://drive.massgrave.dev/tr_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052327.iso) |
| [tw_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052155.iso](https://drive.massgrave.dev/tw_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052155.iso) |
| [tw_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052231.iso](https://drive.massgrave.dev/tw_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052231.iso) |
| [uk_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052210.iso](https://drive.massgrave.dev/uk_windows_embedded_8.1_industry_enterprise_with_update_x64_dvd_6052210.iso) |
| [uk_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052328.iso](https://drive.massgrave.dev/uk_windows_embedded_8.1_industry_enterprise_with_update_x86_dvd_6052328.iso) |
------------------------------------------------------------------------

137
docs/windows_arm_links.md Normal file
View File

@ -0,0 +1,137 @@
# Windows ARM64 Download
All download links lead to genuine files only.
## Notes
- You need ARM64 processor (CPU) to install Windows ARM64 architecture OS.
- Microsoft does not provide free public download links for Windows ARM64 architecture ISO's. They provide them on [MVS](https://visualstudio.microsoft.com/subscriptions/) and [VLSC](https://www.microsoft.com/licensing/ServiceCenter/default.aspx) but for them, you need to pay a high subscription fee. For this reason, we need to host files on 3rd party. You can check [here](genuine-installation-media.md#verify-authenticity-of-files) on how to be sure that files are genuine.
- On VLSC, they release business ISO's (No Home level editions) and on MVS, they release IoT versions for ARM64.
- Alternatively, you can create ARM64 ISO from [UUPdump](https://uupdump.net/) or [ESD](https://worproject.com/esd) file.
- If you need links for any other Windows/office file which is not listed below, please contact [here](https://discord.gg/gjJEfq7ux8).
------------------------------------------------------------------------
## Windows 11 23H2 Business
Build - 22631.3007
| Links |
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Arabic_Pro_Ent_EDU_N_MLF_X23-68013.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Arabic_Pro_Ent_EDU_N_MLF_X23-68013.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Brazilian_Pro_Ent_EDU_N_MLF_X23-68014.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Brazilian_Pro_Ent_EDU_N_MLF_X23-68014.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Bulgarian_Pro_Ent_EDU_N_MLF_X23-68015.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Bulgarian_Pro_Ent_EDU_N_MLF_X23-68015.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_ChnSimp_Pro_Ent_EDU_N_MLF_X23-68016.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_ChnSimp_Pro_Ent_EDU_N_MLF_X23-68016.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_ChnTrad_Pro_Ent_EDU_N_MLF_X23-68017.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_ChnTrad_Pro_Ent_EDU_N_MLF_X23-68017.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Croatian_Pro_Ent_EDU_N_MLF_X23-68018.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Croatian_Pro_Ent_EDU_N_MLF_X23-68018.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Czech_Pro_Ent_EDU_N_MLF_X23-68019.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Czech_Pro_Ent_EDU_N_MLF_X23-68019.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Danish_Pro_Ent_EDU_N_MLF_X23-68020.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Danish_Pro_Ent_EDU_N_MLF_X23-68020.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Dutch_Pro_Ent_EDU_N_MLF_X23-68021.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Dutch_Pro_Ent_EDU_N_MLF_X23-68021.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Eng_Intl_Pro_Ent_EDU_N_MLF_X23-68022.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Eng_Intl_Pro_Ent_EDU_N_MLF_X23-68022.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_English_Pro_Ent_EDU_N_MLF_X23-68023.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_English_Pro_Ent_EDU_N_MLF_X23-68023.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Estonian_Pro_Ent_EDU_N_MLF_X23-68024.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Estonian_Pro_Ent_EDU_N_MLF_X23-68024.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Finnish_Pro_Ent_EDU_N_MLF_X23-68025.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Finnish_Pro_Ent_EDU_N_MLF_X23-68025.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_FrenchCanadian_Pro_Ent_EDU_N_MLF_X23-68027.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_FrenchCanadian_Pro_Ent_EDU_N_MLF_X23-68027.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_French_Pro_Ent_EDU_N_MLF_X23-68026.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_French_Pro_Ent_EDU_N_MLF_X23-68026.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_German_Pro_Ent_EDU_N_MLF_X23-68028.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_German_Pro_Ent_EDU_N_MLF_X23-68028.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Greek_Pro_Ent_EDU_N_MLF_X23-68029.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Greek_Pro_Ent_EDU_N_MLF_X23-68029.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Hebrew_Pro_Ent_EDU_N_MLF_X23-68030.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Hebrew_Pro_Ent_EDU_N_MLF_X23-68030.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Hungarian_Pro_Ent_EDU_N_MLF_X23-68031.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Hungarian_Pro_Ent_EDU_N_MLF_X23-68031.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Italian_Pro_Ent_EDU_N_MLF_X23-68032.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Italian_Pro_Ent_EDU_N_MLF_X23-68032.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Japanese_Pro_Ent_EDU_N_MLF_X23-68033.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Japanese_Pro_Ent_EDU_N_MLF_X23-68033.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Korean_Pro_Ent_EDU_N_MLF_X23-68034.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Korean_Pro_Ent_EDU_N_MLF_X23-68034.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Latvian_Pro_Ent_EDU_N_MLF_X23-68035.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Latvian_Pro_Ent_EDU_N_MLF_X23-68035.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Lithuanian_Pro_Ent_EDU_N_MLF_X23-68036.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Lithuanian_Pro_Ent_EDU_N_MLF_X23-68036.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Norwegian_Pro_Ent_EDU_N_MLF_X23-68037.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Norwegian_Pro_Ent_EDU_N_MLF_X23-68037.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Polish_Pro_Ent_EDU_N_MLF_X23-68038.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Polish_Pro_Ent_EDU_N_MLF_X23-68038.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Portuguese_Pro_Ent_EDU_N_MLF_X23-68039.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Portuguese_Pro_Ent_EDU_N_MLF_X23-68039.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Romanian_Pro_Ent_EDU_N_MLF_X23-68040.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Romanian_Pro_Ent_EDU_N_MLF_X23-68040.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Russian_Pro_Ent_EDU_N_MLF_X23-68041.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Russian_Pro_Ent_EDU_N_MLF_X23-68041.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Serbian_Latin_Pro_Ent_EDU_N_MLF_X23-68042.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Serbian_Latin_Pro_Ent_EDU_N_MLF_X23-68042.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Slovak_Pro_Ent_EDU_N_MLF_X23-68043.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Slovak_Pro_Ent_EDU_N_MLF_X23-68043.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Slovenian_Pro_Ent_EDU_N_MLF_X23-68044.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Slovenian_Pro_Ent_EDU_N_MLF_X23-68044.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Spanish_Latam_Pro_Ent_EDU_N_MLF_X23-68045.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Spanish_Latam_Pro_Ent_EDU_N_MLF_X23-68045.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Spanish_Pro_Ent_EDU_N_MLF_X23-68046.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Spanish_Pro_Ent_EDU_N_MLF_X23-68046.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Swedish_Pro_Ent_EDU_N_MLF_X23-68047.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Swedish_Pro_Ent_EDU_N_MLF_X23-68047.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Thai_Pro_Ent_EDU_N_MLF_X23-68048.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Thai_Pro_Ent_EDU_N_MLF_X23-68048.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Turkish_Pro_Ent_EDU_N_MLF_X23-68049.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Turkish_Pro_Ent_EDU_N_MLF_X23-68049.ISO) |
| [SW_DVD9_Win_Pro_11_23H2.2_Arm64_Ukrainian_Pro_Ent_EDU_N_MLF_X23-68050.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_Ukrainian_Pro_Ent_EDU_N_MLF_X23-68050.ISO) |
------------------------------------------------------------------------
## Windows 10 22H2 Business
Build - 19045.3930
| Links |
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
------------------------------------------------------------------------
## Win10 Iot Enterprise LTSC 2021
Build - 19044.1288
| Links |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [en-us_windows_10_iot_enterprise_ltsc_2021_arm64_dvd_e8d4fc46.iso](https://drive.massgrave.dev/en-us_windows_10_iot_enterprise_ltsc_2021_arm64_dvd_e8d4fc46.iso) |
------------------------------------------------------------------------
## Windows 11 IoT Enterprise 23H2
#### (Not LTSC)
Build - 22631.2428
| Links |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [en-us_windows_11_iot_enterprise_version_23h2_arm64_dvd_6cc52d75.iso](https://drive.massgrave.dev/en-us_windows_11_iot_enterprise_version_23h2_arm64_dvd_6cc52d75.iso) |
------------------------------------------------------------------------
## Windows 10 IoT Enterprise 22H2
#### (Not LTSC)
Build - 19045.2006
| Links |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [en-us_windows_10_iot_enterprise_version_22h2_arm64_dvd_39566b6b.iso](https://drive.massgrave.dev/en-us_windows_10_iot_enterprise_version_22h2_arm64_dvd_39566b6b.iso) |
------------------------------------------------------------------------

384
docs/windows_ltsc_links.md Normal file
View File

@ -0,0 +1,384 @@
# Windows LTSC Download
All download links lead to genuine files only.
## Notes
- Windows 10 Enterprise LTSC (Long-Term Servicing Channel) releases are designed to provide longer update support (10 years) and it lacks most of the Store (UWP) apps.
- Windows 10 GAC (General Availability Channel) (i.e. Home, Pro) will reach end of support on [October 14, 2025](https://learn.microsoft.com/en-us/lifecycle/products/windows-10-home-and-pro). So, if your hardware doesn't support Windows 11 then you might wanna use Windows 10 IoT Enterprise LTSC 2021 since its supported until [Jan 13, 2032](https://learn.microsoft.com/en-us/lifecycle/products/windows-10-iot-enterprise-ltsc-2021).
- Microsoft provides Evaluation ISO public [links](https://www.microsoft.com/en-in/evalcenter) for Windows LTSC releases, but as the name states, those ISO's are for evaluation purposes and can not be activated.
- Microsoft provides full version of Windows LTSC on [MVS](https://visualstudio.microsoft.com/subscriptions/) and [VLSC](https://www.microsoft.com/licensing/ServiceCenter/default.aspx) but for them, you need to pay a high subscription fee.
- For these reasons, we need to host files on 3rd party. You can check [here](genuine-installation-media.md#verify-authenticity-of-files) on how to be sure that files are genuine.
- IoT Enterprise LTSC 2021 ISO is available in English language only. However you can install Non-IoT version in your language and install IoT key `QPM6N-7J2WJ-P88HH-P3YRH-YY74H` to switch the edition or just use HWID activation in MAS which will do that for you.
- Difference between IoT and Non-IoT Windows Enterprise LTSC 2021:
- Licensing - Non-IoT version supports the KMS license but not the Digital license. IoT version supports the Digital license and after the update 19044.2788, it supports the KMS license as well.
- Sandbox - Initial release (19044.1288) of IoT LTSC didn't have sandbox but non-IoT version had. Later updates enabled it in IoT as well, so there is no difference anymore.
- Reserved storage feature - IoT doesn't have reserved storage feature and it's install takes less space in installation. (Feature is not much important for LTSC release)
- Windows Update - IoT is supported till 2032 and Non-IoT is supported till 2027.
Conclusion, IoT LTSC is better.
- You can change the editions to each other (IoT and Non-IoT Windows Enterprise LTSC) only by inserting corresponding edition key.
- If you need links for any other Windows/office file, please contact [here](https://discord.gg/gjJEfq7ux8).
------------------------------------------------------------------------
## Win10 IoT Enterprise LTSC 2021
(Build - 19044.1288)
| Links |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [en-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f.iso❤](https://drive.massgrave.dev/en-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f.iso) |
| [en-us_windows_10_iot_enterprise_ltsc_2021_arm64_dvd_e8d4fc46.iso](https://drive.massgrave.dev/en-us_windows_10_iot_enterprise_ltsc_2021_arm64_dvd_e8d4fc46.iso) |
## Win10 Enterprise LTSC 2021
(Build - 19044.1288)
| Links |
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [ar-sa_windows_10_enterprise_ltsc_2021_x64_dvd_60bc2a7a.iso](https://drive.massgrave.dev/ar-sa_windows_10_enterprise_ltsc_2021_x64_dvd_60bc2a7a.iso) |
| [ar-sa_windows_10_enterprise_ltsc_2021_x86_dvd_69e2349b.iso](https://drive.massgrave.dev/ar-sa_windows_10_enterprise_ltsc_2021_x86_dvd_69e2349b.iso) |
| [bg-bg_windows_10_enterprise_ltsc_2021_x64_dvd_b0887275.iso](https://drive.massgrave.dev/bg-bg_windows_10_enterprise_ltsc_2021_x64_dvd_b0887275.iso) |
| [bg-bg_windows_10_enterprise_ltsc_2021_x86_dvd_8beb279f.iso](https://drive.massgrave.dev/bg-bg_windows_10_enterprise_ltsc_2021_x86_dvd_8beb279f.iso) |
| [cs-cz_windows_10_enterprise_ltsc_2021_x64_dvd_d624c653.iso](https://drive.massgrave.dev/cs-cz_windows_10_enterprise_ltsc_2021_x64_dvd_d624c653.iso) |
| [cs-cz_windows_10_enterprise_ltsc_2021_x86_dvd_2afa1afb.iso](https://drive.massgrave.dev/cs-cz_windows_10_enterprise_ltsc_2021_x86_dvd_2afa1afb.iso) |
| [da-dk_windows_10_enterprise_ltsc_2021_x64_dvd_6ec511bb.iso](https://drive.massgrave.dev/da-dk_windows_10_enterprise_ltsc_2021_x64_dvd_6ec511bb.iso) |
| [da-dk_windows_10_enterprise_ltsc_2021_x86_dvd_de761707.iso](https://drive.massgrave.dev/da-dk_windows_10_enterprise_ltsc_2021_x86_dvd_de761707.iso) |
| [de-de_windows_10_enterprise_ltsc_2021_x64_dvd_71796d33.iso](https://drive.massgrave.dev/de-de_windows_10_enterprise_ltsc_2021_x64_dvd_71796d33.iso) |
| [de-de_windows_10_enterprise_ltsc_2021_x86_dvd_6317aaff.iso](https://drive.massgrave.dev/de-de_windows_10_enterprise_ltsc_2021_x86_dvd_6317aaff.iso) |
| [el-gr_windows_10_enterprise_ltsc_2021_x64_dvd_c83eab34.iso](https://drive.massgrave.dev/el-gr_windows_10_enterprise_ltsc_2021_x64_dvd_c83eab34.iso) |
| [el-gr_windows_10_enterprise_ltsc_2021_x86_dvd_c7850ec0.iso](https://drive.massgrave.dev/el-gr_windows_10_enterprise_ltsc_2021_x86_dvd_c7850ec0.iso) |
| [en-gb_windows_10_enterprise_ltsc_2021_x64_dvd_7fe51fe8.iso](https://drive.massgrave.dev/en-gb_windows_10_enterprise_ltsc_2021_x64_dvd_7fe51fe8.iso) |
| [en-gb_windows_10_enterprise_ltsc_2021_x86_dvd_baa2b09f.iso](https://drive.massgrave.dev/en-gb_windows_10_enterprise_ltsc_2021_x86_dvd_baa2b09f.iso) |
| [en-us_windows_10_enterprise_ltsc_2021_x64_dvd_d289cf96.iso](https://drive.massgrave.dev/en-us_windows_10_enterprise_ltsc_2021_x64_dvd_d289cf96.iso) |
| [en-us_windows_10_enterprise_ltsc_2021_x86_dvd_9f4aa95f.iso](https://drive.massgrave.dev/en-us_windows_10_enterprise_ltsc_2021_x86_dvd_9f4aa95f.iso) |
| [es-es_windows_10_enterprise_ltsc_2021_x64_dvd_51d721ea.iso](https://drive.massgrave.dev/es-es_windows_10_enterprise_ltsc_2021_x64_dvd_51d721ea.iso) |
| [es-es_windows_10_enterprise_ltsc_2021_x86_dvd_243c83eb.iso](https://drive.massgrave.dev/es-es_windows_10_enterprise_ltsc_2021_x86_dvd_243c83eb.iso) |
| [es-mx_windows_10_enterprise_ltsc_2021_x64_dvd_f6aaf384.iso](https://drive.massgrave.dev/es-mx_windows_10_enterprise_ltsc_2021_x64_dvd_f6aaf384.iso) |
| [es-mx_windows_10_enterprise_ltsc_2021_x86_dvd_93a5debe.iso](https://drive.massgrave.dev/es-mx_windows_10_enterprise_ltsc_2021_x86_dvd_93a5debe.iso) |
| [et-ee_windows_10_enterprise_ltsc_2021_x64_dvd_012a5c50.iso](https://drive.massgrave.dev/et-ee_windows_10_enterprise_ltsc_2021_x64_dvd_012a5c50.iso) |
| [et-ee_windows_10_enterprise_ltsc_2021_x86_dvd_292aa316.iso](https://drive.massgrave.dev/et-ee_windows_10_enterprise_ltsc_2021_x86_dvd_292aa316.iso) |
| [fi-fi_windows_10_enterprise_ltsc_2021_x64_dvd_551582d9.iso](https://drive.massgrave.dev/fi-fi_windows_10_enterprise_ltsc_2021_x64_dvd_551582d9.iso) |
| [fi-fi_windows_10_enterprise_ltsc_2021_x86_dvd_15e0eeb9.iso](https://drive.massgrave.dev/fi-fi_windows_10_enterprise_ltsc_2021_x86_dvd_15e0eeb9.iso) |
| [fr-ca_windows_10_enterprise_ltsc_2021_x64_dvd_2770e649.iso](https://drive.massgrave.dev/fr-ca_windows_10_enterprise_ltsc_2021_x64_dvd_2770e649.iso) |
| [fr-ca_windows_10_enterprise_ltsc_2021_x86_dvd_5237961d.iso](https://drive.massgrave.dev/fr-ca_windows_10_enterprise_ltsc_2021_x86_dvd_5237961d.iso) |
| [fr-fr_windows_10_enterprise_ltsc_2021_x64_dvd_bda01eb0.iso](https://drive.massgrave.dev/fr-fr_windows_10_enterprise_ltsc_2021_x64_dvd_bda01eb0.iso) |
| [fr-fr_windows_10_enterprise_ltsc_2021_x86_dvd_53f189f9.iso](https://drive.massgrave.dev/fr-fr_windows_10_enterprise_ltsc_2021_x86_dvd_53f189f9.iso) |
| [he-il_windows_10_enterprise_ltsc_2021_x64_dvd_3a55ecd6.iso](https://drive.massgrave.dev/he-il_windows_10_enterprise_ltsc_2021_x64_dvd_3a55ecd6.iso) |
| [he-il_windows_10_enterprise_ltsc_2021_x86_dvd_3b560f44.iso](https://drive.massgrave.dev/he-il_windows_10_enterprise_ltsc_2021_x86_dvd_3b560f44.iso) |
| [hr-hr_windows_10_enterprise_ltsc_2021_x64_dvd_f5085b75.iso](https://drive.massgrave.dev/hr-hr_windows_10_enterprise_ltsc_2021_x64_dvd_f5085b75.iso) |
| [hr-hr_windows_10_enterprise_ltsc_2021_x86_dvd_bd52180e.iso](https://drive.massgrave.dev/hr-hr_windows_10_enterprise_ltsc_2021_x86_dvd_bd52180e.iso) |
| [hu-hu_windows_10_enterprise_ltsc_2021_x64_dvd_d541ddb3.iso](https://drive.massgrave.dev/hu-hu_windows_10_enterprise_ltsc_2021_x64_dvd_d541ddb3.iso) |
| [hu-hu_windows_10_enterprise_ltsc_2021_x86_dvd_a8cb11dd.iso](https://drive.massgrave.dev/hu-hu_windows_10_enterprise_ltsc_2021_x86_dvd_a8cb11dd.iso) |
| [it-it_windows_10_enterprise_ltsc_2021_x64_dvd_0c1aa034.iso](https://drive.massgrave.dev/it-it_windows_10_enterprise_ltsc_2021_x64_dvd_0c1aa034.iso) |
| [it-it_windows_10_enterprise_ltsc_2021_x86_dvd_46e4f7e1.iso](https://drive.massgrave.dev/it-it_windows_10_enterprise_ltsc_2021_x86_dvd_46e4f7e1.iso) |
| [ja-jp_windows_10_enterprise_ltsc_2021_x64_dvd_ef58c6a1.iso](https://drive.massgrave.dev/ja-jp_windows_10_enterprise_ltsc_2021_x64_dvd_ef58c6a1.iso) |
| [ja-jp_windows_10_enterprise_ltsc_2021_x86_dvd_ac893196.iso](https://drive.massgrave.dev/ja-jp_windows_10_enterprise_ltsc_2021_x86_dvd_ac893196.iso) |
| [ko-kr_windows_10_enterprise_ltsc_2021_x64_dvd_6d26f398.iso](https://drive.massgrave.dev/ko-kr_windows_10_enterprise_ltsc_2021_x64_dvd_6d26f398.iso) |
| [ko-kr_windows_10_enterprise_ltsc_2021_x86_dvd_dff1cb4e.iso](https://drive.massgrave.dev/ko-kr_windows_10_enterprise_ltsc_2021_x86_dvd_dff1cb4e.iso) |
| [lt-lt_windows_10_enterprise_ltsc_2021_x64_dvd_9ffbbd5b.iso](https://drive.massgrave.dev/lt-lt_windows_10_enterprise_ltsc_2021_x64_dvd_9ffbbd5b.iso) |
| [lt-lt_windows_10_enterprise_ltsc_2021_x86_dvd_fefed947.iso](https://drive.massgrave.dev/lt-lt_windows_10_enterprise_ltsc_2021_x86_dvd_fefed947.iso) |
| [lv-lv_windows_10_enterprise_ltsc_2021_x64_dvd_6c89d2e0.iso](https://drive.massgrave.dev/lv-lv_windows_10_enterprise_ltsc_2021_x64_dvd_6c89d2e0.iso) |
| [lv-lv_windows_10_enterprise_ltsc_2021_x86_dvd_41041cfd.iso](https://drive.massgrave.dev/lv-lv_windows_10_enterprise_ltsc_2021_x86_dvd_41041cfd.iso) |
| [nb-no_windows_10_enterprise_ltsc_2021_x64_dvd_c65c51a5.iso](https://drive.massgrave.dev/nb-no_windows_10_enterprise_ltsc_2021_x64_dvd_c65c51a5.iso) |
| [nb-no_windows_10_enterprise_ltsc_2021_x86_dvd_6f625462.iso](https://drive.massgrave.dev/nb-no_windows_10_enterprise_ltsc_2021_x86_dvd_6f625462.iso) |
| [nl-nl_windows_10_enterprise_ltsc_2021_x64_dvd_88f53466.iso](https://drive.massgrave.dev/nl-nl_windows_10_enterprise_ltsc_2021_x64_dvd_88f53466.iso) |
| [nl-nl_windows_10_enterprise_ltsc_2021_x86_dvd_231b3321.iso](https://drive.massgrave.dev/nl-nl_windows_10_enterprise_ltsc_2021_x86_dvd_231b3321.iso) |
| [pl-pl_windows_10_enterprise_ltsc_2021_x64_dvd_eff40776.iso](https://drive.massgrave.dev/pl-pl_windows_10_enterprise_ltsc_2021_x64_dvd_eff40776.iso) |
| [pl-pl_windows_10_enterprise_ltsc_2021_x86_dvd_4b0aed09.iso](https://drive.massgrave.dev/pl-pl_windows_10_enterprise_ltsc_2021_x86_dvd_4b0aed09.iso) |
| [pt-br_windows_10_enterprise_ltsc_2021_x64_dvd_f318268e.iso](https://drive.massgrave.dev/pt-br_windows_10_enterprise_ltsc_2021_x64_dvd_f318268e.iso) |
| [pt-br_windows_10_enterprise_ltsc_2021_x86_dvd_d4aea182.iso](https://drive.massgrave.dev/pt-br_windows_10_enterprise_ltsc_2021_x86_dvd_d4aea182.iso) |
| [pt-pt_windows_10_enterprise_ltsc_2021_x64_dvd_f2e9b6a0.iso](https://drive.massgrave.dev/pt-pt_windows_10_enterprise_ltsc_2021_x64_dvd_f2e9b6a0.iso) |
| [pt-pt_windows_10_enterprise_ltsc_2021_x86_dvd_2ed38b71.iso](https://drive.massgrave.dev/pt-pt_windows_10_enterprise_ltsc_2021_x86_dvd_2ed38b71.iso) |
| [ro-ro_windows_10_enterprise_ltsc_2021_x64_dvd_ae2284d6.iso](https://drive.massgrave.dev/ro-ro_windows_10_enterprise_ltsc_2021_x64_dvd_ae2284d6.iso) |
| [ro-ro_windows_10_enterprise_ltsc_2021_x86_dvd_e68b65bc.iso](https://drive.massgrave.dev/ro-ro_windows_10_enterprise_ltsc_2021_x86_dvd_e68b65bc.iso) |
| [ru-ru_windows_10_enterprise_ltsc_2021_x64_dvd_5044a1e7.iso](https://drive.massgrave.dev/ru-ru_windows_10_enterprise_ltsc_2021_x64_dvd_5044a1e7.iso) |
| [ru-ru_windows_10_enterprise_ltsc_2021_x86_dvd_cdf355eb.iso](https://drive.massgrave.dev/ru-ru_windows_10_enterprise_ltsc_2021_x86_dvd_cdf355eb.iso) |
| [sk-sk_windows_10_enterprise_ltsc_2021_x64_dvd_d6c64c5f.iso](https://drive.massgrave.dev/sk-sk_windows_10_enterprise_ltsc_2021_x64_dvd_d6c64c5f.iso) |
| [sk-sk_windows_10_enterprise_ltsc_2021_x86_dvd_10ed79ca.iso](https://drive.massgrave.dev/sk-sk_windows_10_enterprise_ltsc_2021_x86_dvd_10ed79ca.iso) |
| [sl-si_windows_10_enterprise_ltsc_2021_x64_dvd_ec090386.iso](https://drive.massgrave.dev/sl-si_windows_10_enterprise_ltsc_2021_x64_dvd_ec090386.iso) |
| [sl-si_windows_10_enterprise_ltsc_2021_x86_dvd_5e0e48a8.iso](https://drive.massgrave.dev/sl-si_windows_10_enterprise_ltsc_2021_x86_dvd_5e0e48a8.iso) |
| [sr-latn-rs_windows_10_enterprise_ltsc_2021_x64_dvd_2d2f8815.iso](https://drive.massgrave.dev/sr-latn-rs_windows_10_enterprise_ltsc_2021_x64_dvd_2d2f8815.iso) |
| [sr-latn-rs_windows_10_enterprise_ltsc_2021_x86_dvd_248407e2.iso](https://drive.massgrave.dev/sr-latn-rs_windows_10_enterprise_ltsc_2021_x86_dvd_248407e2.iso) |
| [sv-se_windows_10_enterprise_ltsc_2021_x64_dvd_9a28bb6b.iso](https://drive.massgrave.dev/sv-se_windows_10_enterprise_ltsc_2021_x64_dvd_9a28bb6b.iso) |
| [sv-se_windows_10_enterprise_ltsc_2021_x86_dvd_9081ef5b.iso](https://drive.massgrave.dev/sv-se_windows_10_enterprise_ltsc_2021_x86_dvd_9081ef5b.iso) |
| [th-th_windows_10_enterprise_ltsc_2021_x64_dvd_b7ed34d6.iso](https://drive.massgrave.dev/th-th_windows_10_enterprise_ltsc_2021_x64_dvd_b7ed34d6.iso) |
| [th-th_windows_10_enterprise_ltsc_2021_x86_dvd_df412841.iso](https://drive.massgrave.dev/th-th_windows_10_enterprise_ltsc_2021_x86_dvd_df412841.iso) |
| [tr-tr_windows_10_enterprise_ltsc_2021_x64_dvd_e55b1896.iso](https://drive.massgrave.dev/tr-tr_windows_10_enterprise_ltsc_2021_x64_dvd_e55b1896.iso) |
| [tr-tr_windows_10_enterprise_ltsc_2021_x86_dvd_36fc55f4.iso](https://drive.massgrave.dev/tr-tr_windows_10_enterprise_ltsc_2021_x86_dvd_36fc55f4.iso) |
| [uk-ua_windows_10_enterprise_ltsc_2021_x64_dvd_816da3c3.iso](https://drive.massgrave.dev/uk-ua_windows_10_enterprise_ltsc_2021_x64_dvd_816da3c3.iso) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
------------------------------------------------------------------------
## Win10 IoT Enterprise LTSC 2019
(Build - 17763.107)
| Links |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [en_windows_10_iot_enterprise_ltsc_2019_x64_dvd_a1aa819f.iso](https://drive.massgrave.dev/en_windows_10_iot_enterprise_ltsc_2019_x64_dvd_a1aa819f.iso) |
| [en_windows_10_iot_enterprise_ltsc_2019_x86_dvd_2255a237.iso](https://drive.massgrave.dev/en_windows_10_iot_enterprise_ltsc_2019_x86_dvd_2255a237.iso) |
------------------------------------------------------------------------
## Win10 Enterprise LTSC 2019
(Build - 17763.316)
| Links |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [ar_windows_10_enterprise_ltsc_2019_x64_dvd_a1f42c56.iso](https://drive.massgrave.dev/ar_windows_10_enterprise_ltsc_2019_x64_dvd_a1f42c56.iso) |
| [ar_windows_10_enterprise_ltsc_2019_x86_dvd_8faea15c.iso](https://drive.massgrave.dev/ar_windows_10_enterprise_ltsc_2019_x86_dvd_8faea15c.iso) |
| [bg_windows_10_enterprise_ltsc_2019_x64_dvd_65c7e0c3.iso](https://drive.massgrave.dev/bg_windows_10_enterprise_ltsc_2019_x64_dvd_65c7e0c3.iso) |
| [bg_windows_10_enterprise_ltsc_2019_x86_dvd_73c555b7.iso](https://drive.massgrave.dev/bg_windows_10_enterprise_ltsc_2019_x86_dvd_73c555b7.iso) |
| [cn_windows_10_enterprise_ltsc_2019_x64_dvd_9c09ff24.iso](https://drive.massgrave.dev/cn_windows_10_enterprise_ltsc_2019_x64_dvd_9c09ff24.iso) |
| [cn_windows_10_enterprise_ltsc_2019_x86_dvd_1814dbab.iso](https://drive.massgrave.dev/cn_windows_10_enterprise_ltsc_2019_x86_dvd_1814dbab.iso) |
| [cs_windows_10_enterprise_ltsc_2019_x64_dvd_b15b47cf.iso](https://drive.massgrave.dev/cs_windows_10_enterprise_ltsc_2019_x64_dvd_b15b47cf.iso) |
| [cs_windows_10_enterprise_ltsc_2019_x86_dvd_b3b102f8.iso](https://drive.massgrave.dev/cs_windows_10_enterprise_ltsc_2019_x86_dvd_b3b102f8.iso) |
| [ct_windows_10_enterprise_ltsc_2019_x64_dvd_c301154f.iso](https://drive.massgrave.dev/ct_windows_10_enterprise_ltsc_2019_x64_dvd_c301154f.iso) |
| [ct_windows_10_enterprise_ltsc_2019_x86_dvd_9096dec8.iso](https://drive.massgrave.dev/ct_windows_10_enterprise_ltsc_2019_x86_dvd_9096dec8.iso) |
| [da_windows_10_enterprise_ltsc_2019_x64_dvd_772bd569.iso](https://drive.massgrave.dev/da_windows_10_enterprise_ltsc_2019_x64_dvd_772bd569.iso) |
| [da_windows_10_enterprise_ltsc_2019_x86_dvd_54ea3b7c.iso](https://drive.massgrave.dev/da_windows_10_enterprise_ltsc_2019_x86_dvd_54ea3b7c.iso) |
| [de_windows_10_enterprise_ltsc_2019_x64_dvd_34efbe54.iso](https://drive.massgrave.dev/de_windows_10_enterprise_ltsc_2019_x64_dvd_34efbe54.iso) |
| [de_windows_10_enterprise_ltsc_2019_x86_dvd_b003dc50.iso](https://drive.massgrave.dev/de_windows_10_enterprise_ltsc_2019_x86_dvd_b003dc50.iso) |
| [el_windows_10_enterprise_ltsc_2019_x64_dvd_25ea66b9.iso](https://drive.massgrave.dev/el_windows_10_enterprise_ltsc_2019_x64_dvd_25ea66b9.iso) |
| [el_windows_10_enterprise_ltsc_2019_x86_dvd_d8746855.iso](https://drive.massgrave.dev/el_windows_10_enterprise_ltsc_2019_x86_dvd_d8746855.iso) |
| [en-uk_windows_10_enterprise_ltsc_2019_x64_dvd_723dfbc1.iso](https://drive.massgrave.dev/en-uk_windows_10_enterprise_ltsc_2019_x64_dvd_723dfbc1.iso) |
| [en-uk_windows_10_enterprise_ltsc_2019_x86_dvd_ae3afea1.iso](https://drive.massgrave.dev/en-uk_windows_10_enterprise_ltsc_2019_x86_dvd_ae3afea1.iso) |
| [en_windows_10_enterprise_ltsc_2019_x64_dvd_5795bb03.iso](https://drive.massgrave.dev/en_windows_10_enterprise_ltsc_2019_x64_dvd_5795bb03.iso) |
| [en_windows_10_enterprise_ltsc_2019_x86_dvd_892869c9.iso](https://drive.massgrave.dev/en_windows_10_enterprise_ltsc_2019_x86_dvd_892869c9.iso) |
| [es-mx_windows_10_enterprise_ltsc_2019_x64_dvd_686cdfbe.iso](https://drive.massgrave.dev/es-mx_windows_10_enterprise_ltsc_2019_x64_dvd_686cdfbe.iso) |
| [es-mx_windows_10_enterprise_ltsc_2019_x86_dvd_a706f07d.iso](https://drive.massgrave.dev/es-mx_windows_10_enterprise_ltsc_2019_x86_dvd_a706f07d.iso) |
| [es_windows_10_enterprise_ltsc_2019_x64_dvd_44a5b896.iso](https://drive.massgrave.dev/es_windows_10_enterprise_ltsc_2019_x64_dvd_44a5b896.iso) |
| [es_windows_10_enterprise_ltsc_2019_x86_dvd_84f6ff1d.iso](https://drive.massgrave.dev/es_windows_10_enterprise_ltsc_2019_x86_dvd_84f6ff1d.iso) |
| [et_windows_10_enterprise_ltsc_2019_x64_dvd_509e0d4c.iso](https://drive.massgrave.dev/et_windows_10_enterprise_ltsc_2019_x64_dvd_509e0d4c.iso) |
| [et_windows_10_enterprise_ltsc_2019_x86_dvd_56908605.iso](https://drive.massgrave.dev/et_windows_10_enterprise_ltsc_2019_x86_dvd_56908605.iso) |
| [fi_windows_10_enterprise_ltsc_2019_x64_dvd_8e6aaf2c.iso](https://drive.massgrave.dev/fi_windows_10_enterprise_ltsc_2019_x64_dvd_8e6aaf2c.iso) |
| [fi_windows_10_enterprise_ltsc_2019_x86_dvd_8016a99b.iso](https://drive.massgrave.dev/fi_windows_10_enterprise_ltsc_2019_x86_dvd_8016a99b.iso) |
| [fr-ca_windows_10_enterprise_ltsc_2019_x64_dvd_a77dd2c4.iso](https://drive.massgrave.dev/fr-ca_windows_10_enterprise_ltsc_2019_x64_dvd_a77dd2c4.iso) |
| [fr-ca_windows_10_enterprise_ltsc_2019_x86_dvd_21e007a6.iso](https://drive.massgrave.dev/fr-ca_windows_10_enterprise_ltsc_2019_x86_dvd_21e007a6.iso) |
| [fr_windows_10_enterprise_ltsc_2019_x64_dvd_d64b363d.iso](https://drive.massgrave.dev/fr_windows_10_enterprise_ltsc_2019_x64_dvd_d64b363d.iso) |
| [fr_windows_10_enterprise_ltsc_2019_x86_dvd_6718a277.iso](https://drive.massgrave.dev/fr_windows_10_enterprise_ltsc_2019_x86_dvd_6718a277.iso) |
| [he_windows_10_enterprise_ltsc_2019_x64_dvd_a5032f00.iso](https://drive.massgrave.dev/he_windows_10_enterprise_ltsc_2019_x64_dvd_a5032f00.iso) |
| [he_windows_10_enterprise_ltsc_2019_x86_dvd_e35105b4.iso](https://drive.massgrave.dev/he_windows_10_enterprise_ltsc_2019_x86_dvd_e35105b4.iso) |
| [hr_windows_10_enterprise_ltsc_2019_x64_dvd_0154a57e.iso](https://drive.massgrave.dev/hr_windows_10_enterprise_ltsc_2019_x64_dvd_0154a57e.iso) |
| [hr_windows_10_enterprise_ltsc_2019_x86_dvd_978cda23.iso](https://drive.massgrave.dev/hr_windows_10_enterprise_ltsc_2019_x86_dvd_978cda23.iso) |
| [hu_windows_10_enterprise_ltsc_2019_x64_dvd_7afb1447.iso](https://drive.massgrave.dev/hu_windows_10_enterprise_ltsc_2019_x64_dvd_7afb1447.iso) |
| [hu_windows_10_enterprise_ltsc_2019_x86_dvd_c59bde73.iso](https://drive.massgrave.dev/hu_windows_10_enterprise_ltsc_2019_x86_dvd_c59bde73.iso) |
| [it_windows_10_enterprise_ltsc_2019_x64_dvd_e8629a2f.iso](https://drive.massgrave.dev/it_windows_10_enterprise_ltsc_2019_x64_dvd_e8629a2f.iso) |
| [it_windows_10_enterprise_ltsc_2019_x86_dvd_0908d54b.iso](https://drive.massgrave.dev/it_windows_10_enterprise_ltsc_2019_x86_dvd_0908d54b.iso) |
| [ja_windows_10_enterprise_ltsc_2019_x64_dvd_c67b830b.iso](https://drive.massgrave.dev/ja_windows_10_enterprise_ltsc_2019_x64_dvd_c67b830b.iso) |
| [ja_windows_10_enterprise_ltsc_2019_x86_dvd_72e8b031.iso](https://drive.massgrave.dev/ja_windows_10_enterprise_ltsc_2019_x86_dvd_72e8b031.iso) |
| [ko_windows_10_enterprise_ltsc_2019_x64_dvd_67887e3e.iso](https://drive.massgrave.dev/ko_windows_10_enterprise_ltsc_2019_x64_dvd_67887e3e.iso) |
| [ko_windows_10_enterprise_ltsc_2019_x86_dvd_4df783b1.iso](https://drive.massgrave.dev/ko_windows_10_enterprise_ltsc_2019_x86_dvd_4df783b1.iso) |
| [lt_windows_10_enterprise_ltsc_2019_x64_dvd_5f505ee8.iso](https://drive.massgrave.dev/lt_windows_10_enterprise_ltsc_2019_x64_dvd_5f505ee8.iso) |
| [lt_windows_10_enterprise_ltsc_2019_x86_dvd_d3df66d2.iso](https://drive.massgrave.dev/lt_windows_10_enterprise_ltsc_2019_x86_dvd_d3df66d2.iso) |
| [lv_windows_10_enterprise_ltsc_2019_x64_dvd_410d73cd.iso](https://drive.massgrave.dev/lv_windows_10_enterprise_ltsc_2019_x64_dvd_410d73cd.iso) |
| [lv_windows_10_enterprise_ltsc_2019_x86_dvd_c4ab014e.iso](https://drive.massgrave.dev/lv_windows_10_enterprise_ltsc_2019_x86_dvd_c4ab014e.iso) |
| [nb_windows_10_enterprise_ltsc_2019_x64_dvd_512b1b80.iso](https://drive.massgrave.dev/nb_windows_10_enterprise_ltsc_2019_x64_dvd_512b1b80.iso) |
| [nb_windows_10_enterprise_ltsc_2019_x86_dvd_4411d908.iso](https://drive.massgrave.dev/nb_windows_10_enterprise_ltsc_2019_x86_dvd_4411d908.iso) |
| [nl_windows_10_enterprise_ltsc_2019_x64_dvd_6b4c874e.iso](https://drive.massgrave.dev/nl_windows_10_enterprise_ltsc_2019_x64_dvd_6b4c874e.iso) |
| [nl_windows_10_enterprise_ltsc_2019_x86_dvd_7de5cbe9.iso](https://drive.massgrave.dev/nl_windows_10_enterprise_ltsc_2019_x86_dvd_7de5cbe9.iso) |
| [pl_windows_10_enterprise_ltsc_2019_x64_dvd_e896167a.iso](https://drive.massgrave.dev/pl_windows_10_enterprise_ltsc_2019_x64_dvd_e896167a.iso) |
| [pl_windows_10_enterprise_ltsc_2019_x86_dvd_83c5bbde.iso](https://drive.massgrave.dev/pl_windows_10_enterprise_ltsc_2019_x86_dvd_83c5bbde.iso) |
| [pp_windows_10_enterprise_ltsc_2019_x64_dvd_c8d2470d.iso](https://drive.massgrave.dev/pp_windows_10_enterprise_ltsc_2019_x64_dvd_c8d2470d.iso) |
| [pp_windows_10_enterprise_ltsc_2019_x86_dvd_206310fd.iso](https://drive.massgrave.dev/pp_windows_10_enterprise_ltsc_2019_x86_dvd_206310fd.iso) |
| [pt_windows_10_enterprise_ltsc_2019_x64_dvd_d43dcbad.iso](https://drive.massgrave.dev/pt_windows_10_enterprise_ltsc_2019_x64_dvd_d43dcbad.iso) |
| [pt_windows_10_enterprise_ltsc_2019_x86_dvd_208df283.iso](https://drive.massgrave.dev/pt_windows_10_enterprise_ltsc_2019_x86_dvd_208df283.iso) |
| [ro_windows_10_enterprise_ltsc_2019_x64_dvd_47b6116b.iso](https://drive.massgrave.dev/ro_windows_10_enterprise_ltsc_2019_x64_dvd_47b6116b.iso) |
| [ro_windows_10_enterprise_ltsc_2019_x86_dvd_d1a09b2f.iso](https://drive.massgrave.dev/ro_windows_10_enterprise_ltsc_2019_x86_dvd_d1a09b2f.iso) |
| [ru_windows_10_enterprise_ltsc_2019_x64_dvd_78e7853a.iso](https://drive.massgrave.dev/ru_windows_10_enterprise_ltsc_2019_x64_dvd_78e7853a.iso) |
| [ru_windows_10_enterprise_ltsc_2019_x86_dvd_196b5dad.iso](https://drive.massgrave.dev/ru_windows_10_enterprise_ltsc_2019_x86_dvd_196b5dad.iso) |
| [sk_windows_10_enterprise_ltsc_2019_x64_dvd_47437358.iso](https://drive.massgrave.dev/sk_windows_10_enterprise_ltsc_2019_x64_dvd_47437358.iso) |
| [sk_windows_10_enterprise_ltsc_2019_x86_dvd_dede1f66.iso](https://drive.massgrave.dev/sk_windows_10_enterprise_ltsc_2019_x86_dvd_dede1f66.iso) |
| [sl_windows_10_enterprise_ltsc_2019_x64_dvd_05f349aa.iso](https://drive.massgrave.dev/sl_windows_10_enterprise_ltsc_2019_x64_dvd_05f349aa.iso) |
| [sl_windows_10_enterprise_ltsc_2019_x86_dvd_3b3b7261.iso](https://drive.massgrave.dev/sl_windows_10_enterprise_ltsc_2019_x86_dvd_3b3b7261.iso) |
| [sr_windows_10_enterprise_ltsc_2019_x64_dvd_8b47ec8a.iso](https://drive.massgrave.dev/sr_windows_10_enterprise_ltsc_2019_x64_dvd_8b47ec8a.iso) |
| [sr_windows_10_enterprise_ltsc_2019_x86_dvd_973a9911.iso](https://drive.massgrave.dev/sr_windows_10_enterprise_ltsc_2019_x86_dvd_973a9911.iso) |
| [sv_windows_10_enterprise_ltsc_2019_x64_dvd_4b25e231.iso](https://drive.massgrave.dev/sv_windows_10_enterprise_ltsc_2019_x64_dvd_4b25e231.iso) |
| [sv_windows_10_enterprise_ltsc_2019_x86_dvd_5618a7ff.iso](https://drive.massgrave.dev/sv_windows_10_enterprise_ltsc_2019_x86_dvd_5618a7ff.iso) |
| [th_windows_10_enterprise_ltsc_2019_x64_dvd_ae87916a.iso](https://drive.massgrave.dev/th_windows_10_enterprise_ltsc_2019_x64_dvd_ae87916a.iso) |
| [th_windows_10_enterprise_ltsc_2019_x86_dvd_5e37c638.iso](https://drive.massgrave.dev/th_windows_10_enterprise_ltsc_2019_x86_dvd_5e37c638.iso) |
| [tr_windows_10_enterprise_ltsc_2019_x64_dvd_f2b90518.iso](https://drive.massgrave.dev/tr_windows_10_enterprise_ltsc_2019_x64_dvd_f2b90518.iso) |
| [tr_windows_10_enterprise_ltsc_2019_x86_dvd_1d5513a0.iso](https://drive.massgrave.dev/tr_windows_10_enterprise_ltsc_2019_x86_dvd_1d5513a0.iso) |
| [uk_windows_10_enterprise_ltsc_2019_x64_dvd_d40a905a.iso](https://drive.massgrave.dev/uk_windows_10_enterprise_ltsc_2019_x64_dvd_d40a905a.iso) |
| [uk_windows_10_enterprise_ltsc_2019_x86_dvd_e3b4eb4d.iso](https://drive.massgrave.dev/uk_windows_10_enterprise_ltsc_2019_x86_dvd_e3b4eb4d.iso) |
------------------------------------------------------------------------
## Win10 Enterprise LTSB 2016
(Build - 14393)
| Links |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [ar_windows_10_enterprise_2016_ltsb_x64_dvd_9059481.iso](https://drive.massgrave.dev/ar_windows_10_enterprise_2016_ltsb_x64_dvd_9059481.iso) |
| [ar_windows_10_enterprise_2016_ltsb_x86_dvd_9060006.iso](https://drive.massgrave.dev/ar_windows_10_enterprise_2016_ltsb_x86_dvd_9060006.iso) |
| [bg_windows_10_enterprise_2016_ltsb_x64_dvd_9060109.iso](https://drive.massgrave.dev/bg_windows_10_enterprise_2016_ltsb_x64_dvd_9060109.iso) |
| [bg_windows_10_enterprise_2016_ltsb_x86_dvd_9060079.iso](https://drive.massgrave.dev/bg_windows_10_enterprise_2016_ltsb_x86_dvd_9060079.iso) |
| [cn_windows_10_enterprise_2016_ltsb_x64_dvd_9060409.iso](https://drive.massgrave.dev/cn_windows_10_enterprise_2016_ltsb_x64_dvd_9060409.iso) |
| [cn_windows_10_enterprise_2016_ltsb_x86_dvd_9057089.iso](https://drive.massgrave.dev/cn_windows_10_enterprise_2016_ltsb_x86_dvd_9057089.iso) |
| [cs_windows_10_enterprise_2016_ltsb_x64_dvd_9058277.iso](https://drive.massgrave.dev/cs_windows_10_enterprise_2016_ltsb_x64_dvd_9058277.iso) |
| [cs_windows_10_enterprise_2016_ltsb_x86_dvd_9058253.iso](https://drive.massgrave.dev/cs_windows_10_enterprise_2016_ltsb_x86_dvd_9058253.iso) |
| [ct_windows_10_enterprise_2016_ltsb_x64_dvd_9057374.iso](https://drive.massgrave.dev/ct_windows_10_enterprise_2016_ltsb_x64_dvd_9057374.iso) |
| [ct_windows_10_enterprise_2016_ltsb_x86_dvd_9057437.iso](https://drive.massgrave.dev/ct_windows_10_enterprise_2016_ltsb_x86_dvd_9057437.iso) |
| [da_windows_10_enterprise_2016_ltsb_x64_dvd_9058601.iso](https://drive.massgrave.dev/da_windows_10_enterprise_2016_ltsb_x64_dvd_9058601.iso) |
| [da_windows_10_enterprise_2016_ltsb_x86_dvd_9058895.iso](https://drive.massgrave.dev/da_windows_10_enterprise_2016_ltsb_x86_dvd_9058895.iso) |
| [de_windows_10_enterprise_2016_ltsb_x64_dvd_9058605.iso](https://drive.massgrave.dev/de_windows_10_enterprise_2016_ltsb_x64_dvd_9058605.iso) |
| [de_windows_10_enterprise_2016_ltsb_x86_dvd_9058899.iso](https://drive.massgrave.dev/de_windows_10_enterprise_2016_ltsb_x86_dvd_9058899.iso) |
| [el_windows_10_enterprise_2016_ltsb_x64_dvd_9059317.iso](https://drive.massgrave.dev/el_windows_10_enterprise_2016_ltsb_x64_dvd_9059317.iso) |
| [el_windows_10_enterprise_2016_ltsb_x86_dvd_9059530.iso](https://drive.massgrave.dev/el_windows_10_enterprise_2016_ltsb_x86_dvd_9059530.iso) |
| [en-gb_windows_10_enterprise_2016_ltsb_x64_dvd_9060114.iso](https://drive.massgrave.dev/en-gb_windows_10_enterprise_2016_ltsb_x64_dvd_9060114.iso) |
| [en-gb_windows_10_enterprise_2016_ltsb_x86_dvd_9060085.iso](https://drive.massgrave.dev/en-gb_windows_10_enterprise_2016_ltsb_x86_dvd_9060085.iso) |
| [en_windows_10_enterprise_2016_ltsb_x64_dvd_9059483.iso](https://drive.massgrave.dev/en_windows_10_enterprise_2016_ltsb_x64_dvd_9059483.iso) |
| [en_windows_10_enterprise_2016_ltsb_x86_dvd_9060010.iso](https://drive.massgrave.dev/en_windows_10_enterprise_2016_ltsb_x86_dvd_9060010.iso) |
| [es-mx_windows_10_enterprise_2016_ltsb_x64_dvd_9060115.iso](https://drive.massgrave.dev/es-mx_windows_10_enterprise_2016_ltsb_x64_dvd_9060115.iso) |
| [es-mx_windows_10_enterprise_2016_ltsb_x86_dvd_9060090.iso](https://drive.massgrave.dev/es-mx_windows_10_enterprise_2016_ltsb_x86_dvd_9060090.iso) |
| [es_windows_10_enterprise_2016_ltsb_x64_dvd_9059485.iso](https://drive.massgrave.dev/es_windows_10_enterprise_2016_ltsb_x64_dvd_9059485.iso) |
| [es_windows_10_enterprise_2016_ltsb_x86_dvd_9060020.iso](https://drive.massgrave.dev/es_windows_10_enterprise_2016_ltsb_x86_dvd_9060020.iso) |
| [et_windows_10_enterprise_2016_ltsb_x64_dvd_9060433.iso](https://drive.massgrave.dev/et_windows_10_enterprise_2016_ltsb_x64_dvd_9060433.iso) |
| [et_windows_10_enterprise_2016_ltsb_x86_dvd_9057091.iso](https://drive.massgrave.dev/et_windows_10_enterprise_2016_ltsb_x86_dvd_9057091.iso) |
| [fi_windows_10_enterprise_2016_ltsb_x64_dvd_9057376.iso](https://drive.massgrave.dev/fi_windows_10_enterprise_2016_ltsb_x64_dvd_9057376.iso) |
| [fi_windows_10_enterprise_2016_ltsb_x86_dvd_9057439.iso](https://drive.massgrave.dev/fi_windows_10_enterprise_2016_ltsb_x86_dvd_9057439.iso) |
| [fr-ca_windows_10_enterprise_2016_ltsb_x64_dvd_9058278.iso](https://drive.massgrave.dev/fr-ca_windows_10_enterprise_2016_ltsb_x64_dvd_9058278.iso) |
| [fr-ca_windows_10_enterprise_2016_ltsb_x86_dvd_9058259.iso](https://drive.massgrave.dev/fr-ca_windows_10_enterprise_2016_ltsb_x86_dvd_9058259.iso) |
| [fr_windows_10_enterprise_2016_ltsb_x64_dvd_9057871.iso](https://drive.massgrave.dev/fr_windows_10_enterprise_2016_ltsb_x64_dvd_9057871.iso) |
| [fr_windows_10_enterprise_2016_ltsb_x86_dvd_9058127.iso](https://drive.massgrave.dev/fr_windows_10_enterprise_2016_ltsb_x86_dvd_9058127.iso) |
| [he_windows_10_enterprise_2016_ltsb_x64_dvd_9059484.iso](https://drive.massgrave.dev/he_windows_10_enterprise_2016_ltsb_x64_dvd_9059484.iso) |
| [he_windows_10_enterprise_2016_ltsb_x86_dvd_9060012.iso](https://drive.massgrave.dev/he_windows_10_enterprise_2016_ltsb_x86_dvd_9060012.iso) |
| [hr_windows_10_enterprise_2016_ltsb_x64_dvd_9057884.iso](https://drive.massgrave.dev/hr_windows_10_enterprise_2016_ltsb_x64_dvd_9057884.iso) |
| [hr_windows_10_enterprise_2016_ltsb_x86_dvd_9058120.iso](https://drive.massgrave.dev/hr_windows_10_enterprise_2016_ltsb_x86_dvd_9058120.iso) |
| [hu_windows_10_enterprise_2016_ltsb_x64_dvd_9060111.iso](https://drive.massgrave.dev/hu_windows_10_enterprise_2016_ltsb_x64_dvd_9060111.iso) |
| [hu_windows_10_enterprise_2016_ltsb_x86_dvd_9060087.iso](https://drive.massgrave.dev/hu_windows_10_enterprise_2016_ltsb_x86_dvd_9060087.iso) |
| [it_windows_10_enterprise_2016_ltsb_x64_dvd_9060446.iso](https://drive.massgrave.dev/it_windows_10_enterprise_2016_ltsb_x64_dvd_9060446.iso) |
| [it_windows_10_enterprise_2016_ltsb_x86_dvd_9057094.iso](https://drive.massgrave.dev/it_windows_10_enterprise_2016_ltsb_x86_dvd_9057094.iso) |
| [ja_windows_10_enterprise_2016_ltsb_x64_dvd_9057377.iso](https://drive.massgrave.dev/ja_windows_10_enterprise_2016_ltsb_x64_dvd_9057377.iso) |
| [ja_windows_10_enterprise_2016_ltsb_x86_dvd_9057438.iso](https://drive.massgrave.dev/ja_windows_10_enterprise_2016_ltsb_x86_dvd_9057438.iso) |
| [ko_windows_10_enterprise_2016_ltsb_x64_dvd_9057889.iso](https://drive.massgrave.dev/ko_windows_10_enterprise_2016_ltsb_x64_dvd_9057889.iso) |
| [ko_windows_10_enterprise_2016_ltsb_x86_dvd_9058162.iso](https://drive.massgrave.dev/ko_windows_10_enterprise_2016_ltsb_x86_dvd_9058162.iso) |
| [lt_windows_10_enterprise_2016_ltsb_x64_dvd_9058606.iso](https://drive.massgrave.dev/lt_windows_10_enterprise_2016_ltsb_x64_dvd_9058606.iso) |
| [lt_windows_10_enterprise_2016_ltsb_x86_dvd_9058906.iso](https://drive.massgrave.dev/lt_windows_10_enterprise_2016_ltsb_x86_dvd_9058906.iso) |
| [lv_windows_10_enterprise_2016_ltsb_x64_dvd_9058289.iso](https://drive.massgrave.dev/lv_windows_10_enterprise_2016_ltsb_x64_dvd_9058289.iso) |
| [lv_windows_10_enterprise_2016_ltsb_x86_dvd_9058263.iso](https://drive.massgrave.dev/lv_windows_10_enterprise_2016_ltsb_x86_dvd_9058263.iso) |
| [nb_windows_10_enterprise_2016_ltsb_x64_dvd_9059319.iso](https://drive.massgrave.dev/nb_windows_10_enterprise_2016_ltsb_x64_dvd_9059319.iso) |
| [nb_windows_10_enterprise_2016_ltsb_x86_dvd_9059535.iso](https://drive.massgrave.dev/nb_windows_10_enterprise_2016_ltsb_x86_dvd_9059535.iso) |
| [nl_windows_10_enterprise_2016_ltsb_x64_dvd_9059312.iso](https://drive.massgrave.dev/nl_windows_10_enterprise_2016_ltsb_x64_dvd_9059312.iso) |
| [nl_windows_10_enterprise_2016_ltsb_x86_dvd_9059526.iso](https://drive.massgrave.dev/nl_windows_10_enterprise_2016_ltsb_x86_dvd_9059526.iso) |
| [pl_windows_10_enterprise_2016_ltsb_x64_dvd_9059490.iso](https://drive.massgrave.dev/pl_windows_10_enterprise_2016_ltsb_x64_dvd_9059490.iso) |
| [pl_windows_10_enterprise_2016_ltsb_x86_dvd_9060015.iso](https://drive.massgrave.dev/pl_windows_10_enterprise_2016_ltsb_x86_dvd_9060015.iso) |
| [pp_windows_10_enterprise_2016_ltsb_x64_dvd_9060465.iso](https://drive.massgrave.dev/pp_windows_10_enterprise_2016_ltsb_x64_dvd_9060465.iso) |
| [pp_windows_10_enterprise_2016_ltsb_x86_dvd_9057097.iso](https://drive.massgrave.dev/pp_windows_10_enterprise_2016_ltsb_x86_dvd_9057097.iso) |
| [pt_windows_10_enterprise_2016_ltsb_x64_dvd_9060113.iso](https://drive.massgrave.dev/pt_windows_10_enterprise_2016_ltsb_x64_dvd_9060113.iso) |
| [pt_windows_10_enterprise_2016_ltsb_x86_dvd_9060088.iso](https://drive.massgrave.dev/pt_windows_10_enterprise_2016_ltsb_x86_dvd_9060088.iso) |
| [ro_windows_10_enterprise_2016_ltsb_x64_dvd_9057388.iso](https://drive.massgrave.dev/ro_windows_10_enterprise_2016_ltsb_x64_dvd_9057388.iso) |
| [ro_windows_10_enterprise_2016_ltsb_x86_dvd_9057443.iso](https://drive.massgrave.dev/ro_windows_10_enterprise_2016_ltsb_x86_dvd_9057443.iso) |
| [ru_windows_10_enterprise_2016_ltsb_x64_dvd_9057886.iso](https://drive.massgrave.dev/ru_windows_10_enterprise_2016_ltsb_x64_dvd_9057886.iso) |
| [ru_windows_10_enterprise_2016_ltsb_x86_dvd_9058173.iso](https://drive.massgrave.dev/ru_windows_10_enterprise_2016_ltsb_x86_dvd_9058173.iso) |
| [sk_windows_10_enterprise_2016_ltsb_x64_dvd_9058612.iso](https://drive.massgrave.dev/sk_windows_10_enterprise_2016_ltsb_x64_dvd_9058612.iso) |
| [sk_windows_10_enterprise_2016_ltsb_x86_dvd_9058908.iso](https://drive.massgrave.dev/sk_windows_10_enterprise_2016_ltsb_x86_dvd_9058908.iso) |
| [sl_windows_10_enterprise_2016_ltsb_x64_dvd_9059321.iso](https://drive.massgrave.dev/sl_windows_10_enterprise_2016_ltsb_x64_dvd_9059321.iso) |
| [sl_windows_10_enterprise_2016_ltsb_x86_dvd_9059531.iso](https://drive.massgrave.dev/sl_windows_10_enterprise_2016_ltsb_x86_dvd_9059531.iso) |
| [sr-latn_windows_10_enterprise_2016_ltsb_x64_dvd_9058293.iso](https://drive.massgrave.dev/sr-latn_windows_10_enterprise_2016_ltsb_x64_dvd_9058293.iso) |
| [sr-latn_windows_10_enterprise_2016_ltsb_x86_dvd_9058276.iso](https://drive.massgrave.dev/sr-latn_windows_10_enterprise_2016_ltsb_x86_dvd_9058276.iso) |
| [sv_windows_10_enterprise_2016_ltsb_x64_dvd_9060456.iso](https://drive.massgrave.dev/sv_windows_10_enterprise_2016_ltsb_x64_dvd_9060456.iso) |
| [sv_windows_10_enterprise_2016_ltsb_x86_dvd_9057114.iso](https://drive.massgrave.dev/sv_windows_10_enterprise_2016_ltsb_x86_dvd_9057114.iso) |
| [th_windows_10_enterprise_2016_ltsb_x64_dvd_9057403.iso](https://drive.massgrave.dev/th_windows_10_enterprise_2016_ltsb_x64_dvd_9057403.iso) |
| [th_windows_10_enterprise_2016_ltsb_x86_dvd_9057441.iso](https://drive.massgrave.dev/th_windows_10_enterprise_2016_ltsb_x86_dvd_9057441.iso) |
| [tr_windows_10_enterprise_2016_ltsb_x64_dvd_9057891.iso](https://drive.massgrave.dev/tr_windows_10_enterprise_2016_ltsb_x64_dvd_9057891.iso) |
| [tr_windows_10_enterprise_2016_ltsb_x86_dvd_9058186.iso](https://drive.massgrave.dev/tr_windows_10_enterprise_2016_ltsb_x86_dvd_9058186.iso) |
| [uk_windows_10_enterprise_2016_ltsb_x64_dvd_9058295.iso](https://drive.massgrave.dev/uk_windows_10_enterprise_2016_ltsb_x64_dvd_9058295.iso) |
| [uk_windows_10_enterprise_2016_ltsb_x86_dvd_9058286.iso](https://drive.massgrave.dev/uk_windows_10_enterprise_2016_ltsb_x86_dvd_9058286.iso) |
------------------------------------------------------------------------
## Win10 Enterprise LTSB 2015
(Build - 10240)
| Links |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [ar_windows_10_enterprise_2015_ltsb_x64_dvd_6848420.iso](https://drive.massgrave.dev/ar_windows_10_enterprise_2015_ltsb_x64_dvd_6848420.iso) |
| [ar_windows_10_enterprise_2015_ltsb_x86_dvd_6848421.iso](https://drive.massgrave.dev/ar_windows_10_enterprise_2015_ltsb_x86_dvd_6848421.iso) |
| [bg_windows_10_enterprise_2015_ltsb_x64_dvd_6848422.iso](https://drive.massgrave.dev/bg_windows_10_enterprise_2015_ltsb_x64_dvd_6848422.iso) |
| [bg_windows_10_enterprise_2015_ltsb_x86_dvd_6848424.iso](https://drive.massgrave.dev/bg_windows_10_enterprise_2015_ltsb_x86_dvd_6848424.iso) |
| [cn_windows_10_enterprise_2015_ltsb_x64_dvd_6848425.iso](https://drive.massgrave.dev/cn_windows_10_enterprise_2015_ltsb_x64_dvd_6848425.iso) |
| [cn_windows_10_enterprise_2015_ltsb_x86_dvd_6848426.iso](https://drive.massgrave.dev/cn_windows_10_enterprise_2015_ltsb_x86_dvd_6848426.iso) |
| [cs_windows_10_enterprise_2015_ltsb_x64_dvd_6848435.iso](https://drive.massgrave.dev/cs_windows_10_enterprise_2015_ltsb_x64_dvd_6848435.iso) |
| [cs_windows_10_enterprise_2015_ltsb_x86_dvd_6848437.iso](https://drive.massgrave.dev/cs_windows_10_enterprise_2015_ltsb_x86_dvd_6848437.iso) |
| [da_windows_10_enterprise_2015_ltsb_x64_dvd_6848440.iso](https://drive.massgrave.dev/da_windows_10_enterprise_2015_ltsb_x64_dvd_6848440.iso) |
| [da_windows_10_enterprise_2015_ltsb_x86_dvd_6848441.iso](https://drive.massgrave.dev/da_windows_10_enterprise_2015_ltsb_x86_dvd_6848441.iso) |
| [de_windows_10_enterprise_2015_ltsb_x64_dvd_6848473.iso](https://drive.massgrave.dev/de_windows_10_enterprise_2015_ltsb_x64_dvd_6848473.iso) |
| [de_windows_10_enterprise_2015_ltsb_x86_dvd_6848474.iso](https://drive.massgrave.dev/de_windows_10_enterprise_2015_ltsb_x86_dvd_6848474.iso) |
| [el_windows_10_enterprise_2015_ltsb_x64_dvd_6848475.iso](https://drive.massgrave.dev/el_windows_10_enterprise_2015_ltsb_x64_dvd_6848475.iso) |
| [el_windows_10_enterprise_2015_ltsb_x86_dvd_6848476.iso](https://drive.massgrave.dev/el_windows_10_enterprise_2015_ltsb_x86_dvd_6848476.iso) |
| [en-gb_windows_10_enterprise_2015_ltsb_x64_dvd_6848456.iso](https://drive.massgrave.dev/en-gb_windows_10_enterprise_2015_ltsb_x64_dvd_6848456.iso) |
| [en-gb_windows_10_enterprise_2015_ltsb_x86_dvd_6848457.iso](https://drive.massgrave.dev/en-gb_windows_10_enterprise_2015_ltsb_x86_dvd_6848457.iso) |
| [en_windows_10_enterprise_2015_ltsb_x64_dvd_6848446.iso](https://drive.massgrave.dev/en_windows_10_enterprise_2015_ltsb_x64_dvd_6848446.iso) |
| [en_windows_10_enterprise_2015_ltsb_x86_dvd_6848454.iso](https://drive.massgrave.dev/en_windows_10_enterprise_2015_ltsb_x86_dvd_6848454.iso) |
| [es-mx_windows_10_enterprise_2015_ltsb_x64_dvd_6850897.iso](https://drive.massgrave.dev/es-mx_windows_10_enterprise_2015_ltsb_x64_dvd_6850897.iso) |
| [es-mx_windows_10_enterprise_2015_ltsb_x86_dvd_6850898.iso](https://drive.massgrave.dev/es-mx_windows_10_enterprise_2015_ltsb_x86_dvd_6850898.iso) |
| [es_windows_10_enterprise_2015_ltsb_x64_dvd_6850876.iso](https://drive.massgrave.dev/es_windows_10_enterprise_2015_ltsb_x64_dvd_6850876.iso) |
| [es_windows_10_enterprise_2015_ltsb_x86_dvd_6850896.iso](https://drive.massgrave.dev/es_windows_10_enterprise_2015_ltsb_x86_dvd_6850896.iso) |
| [et_windows_10_enterprise_2015_ltsb_x64_dvd_6848458.iso](https://drive.massgrave.dev/et_windows_10_enterprise_2015_ltsb_x64_dvd_6848458.iso) |
| [et_windows_10_enterprise_2015_ltsb_x86_dvd_6848460.iso](https://drive.massgrave.dev/et_windows_10_enterprise_2015_ltsb_x86_dvd_6848460.iso) |
| [fi_windows_10_enterprise_2015_ltsb_x64_dvd_6848462.iso](https://drive.massgrave.dev/fi_windows_10_enterprise_2015_ltsb_x64_dvd_6848462.iso) |
| [fi_windows_10_enterprise_2015_ltsb_x86_dvd_6848464.iso](https://drive.massgrave.dev/fi_windows_10_enterprise_2015_ltsb_x86_dvd_6848464.iso) |
| [fr-ca_windows_10_enterprise_2015_ltsb_x64_dvd_6848470.iso](https://drive.massgrave.dev/fr-ca_windows_10_enterprise_2015_ltsb_x64_dvd_6848470.iso) |
| [fr-ca_windows_10_enterprise_2015_ltsb_x86_dvd_6848472.iso](https://drive.massgrave.dev/fr-ca_windows_10_enterprise_2015_ltsb_x86_dvd_6848472.iso) |
| [fr_windows_10_enterprise_2015_ltsb_x64_dvd_6848466.iso](https://drive.massgrave.dev/fr_windows_10_enterprise_2015_ltsb_x64_dvd_6848466.iso) |
| [fr_windows_10_enterprise_2015_ltsb_x86_dvd_6848468.iso](https://drive.massgrave.dev/fr_windows_10_enterprise_2015_ltsb_x86_dvd_6848468.iso) |
| [he_windows_10_enterprise_2015_ltsb_x64_dvd_6848477.iso](https://drive.massgrave.dev/he_windows_10_enterprise_2015_ltsb_x64_dvd_6848477.iso) |
| [he_windows_10_enterprise_2015_ltsb_x86_dvd_6850760.iso](https://drive.massgrave.dev/he_windows_10_enterprise_2015_ltsb_x86_dvd_6850760.iso) |
| [hk_windows_10_enterprise_2015_ltsb_x64_dvd_6848427.iso](https://drive.massgrave.dev/hk_windows_10_enterprise_2015_ltsb_x64_dvd_6848427.iso) |
| [hk_windows_10_enterprise_2015_ltsb_x86_dvd_6848428.iso](https://drive.massgrave.dev/hk_windows_10_enterprise_2015_ltsb_x86_dvd_6848428.iso) |
| [hr_windows_10_enterprise_2015_ltsb_x64_dvd_6848433.iso](https://drive.massgrave.dev/hr_windows_10_enterprise_2015_ltsb_x64_dvd_6848433.iso) |
| [hr_windows_10_enterprise_2015_ltsb_x86_dvd_6848434.iso](https://drive.massgrave.dev/hr_windows_10_enterprise_2015_ltsb_x86_dvd_6848434.iso) |
| [hu_windows_10_enterprise_2015_ltsb_x64_dvd_6850770.iso](https://drive.massgrave.dev/hu_windows_10_enterprise_2015_ltsb_x64_dvd_6850770.iso) |
| [hu_windows_10_enterprise_2015_ltsb_x86_dvd_6850771.iso](https://drive.massgrave.dev/hu_windows_10_enterprise_2015_ltsb_x86_dvd_6850771.iso) |
| [it_windows_10_enterprise_2015_ltsb_x64_dvd_6850772.iso](https://drive.massgrave.dev/it_windows_10_enterprise_2015_ltsb_x64_dvd_6850772.iso) |
| [it_windows_10_enterprise_2015_ltsb_x86_dvd_6850773.iso](https://drive.massgrave.dev/it_windows_10_enterprise_2015_ltsb_x86_dvd_6850773.iso) |
| [ja_windows_10_enterprise_2015_ltsb_x64_dvd_6850774.iso](https://drive.massgrave.dev/ja_windows_10_enterprise_2015_ltsb_x64_dvd_6850774.iso) |
| [ja_windows_10_enterprise_2015_ltsb_x86_dvd_6850775.iso](https://drive.massgrave.dev/ja_windows_10_enterprise_2015_ltsb_x86_dvd_6850775.iso) |
| [ko_windows_10_enterprise_2015_ltsb_x64_dvd_6850776.iso](https://drive.massgrave.dev/ko_windows_10_enterprise_2015_ltsb_x64_dvd_6850776.iso) |
| [ko_windows_10_enterprise_2015_ltsb_x86_dvd_6850777.iso](https://drive.massgrave.dev/ko_windows_10_enterprise_2015_ltsb_x86_dvd_6850777.iso) |
| [lt_windows_10_enterprise_2015_ltsb_x64_dvd_6850780.iso](https://drive.massgrave.dev/lt_windows_10_enterprise_2015_ltsb_x64_dvd_6850780.iso) |
| [lt_windows_10_enterprise_2015_ltsb_x86_dvd_6850781.iso](https://drive.massgrave.dev/lt_windows_10_enterprise_2015_ltsb_x86_dvd_6850781.iso) |
| [lv_windows_10_enterprise_2015_ltsb_x64_dvd_6850778.iso](https://drive.massgrave.dev/lv_windows_10_enterprise_2015_ltsb_x64_dvd_6850778.iso) |
| [lv_windows_10_enterprise_2015_ltsb_x86_dvd_6850779.iso](https://drive.massgrave.dev/lv_windows_10_enterprise_2015_ltsb_x86_dvd_6850779.iso) |
| [nb_windows_10_enterprise_2015_ltsb_x64_dvd_6850782.iso](https://drive.massgrave.dev/nb_windows_10_enterprise_2015_ltsb_x64_dvd_6850782.iso) |
| [nb_windows_10_enterprise_2015_ltsb_x86_dvd_6850783.iso](https://drive.massgrave.dev/nb_windows_10_enterprise_2015_ltsb_x86_dvd_6850783.iso) |
| [nl_windows_10_enterprise_2015_ltsb_x64_dvd_6848442.iso](https://drive.massgrave.dev/nl_windows_10_enterprise_2015_ltsb_x64_dvd_6848442.iso) |
| [nl_windows_10_enterprise_2015_ltsb_x86_dvd_6848443.iso](https://drive.massgrave.dev/nl_windows_10_enterprise_2015_ltsb_x86_dvd_6848443.iso) |
| [pl_windows_10_enterprise_2015_ltsb_x64_dvd_6850784.iso](https://drive.massgrave.dev/pl_windows_10_enterprise_2015_ltsb_x64_dvd_6850784.iso) |
| [pl_windows_10_enterprise_2015_ltsb_x86_dvd_6850785.iso](https://drive.massgrave.dev/pl_windows_10_enterprise_2015_ltsb_x86_dvd_6850785.iso) |
| [pp_windows_10_enterprise_2015_ltsb_x64_dvd_6850808.iso](https://drive.massgrave.dev/pp_windows_10_enterprise_2015_ltsb_x64_dvd_6850808.iso) |
| [pp_windows_10_enterprise_2015_ltsb_x86_dvd_6850818.iso](https://drive.massgrave.dev/pp_windows_10_enterprise_2015_ltsb_x86_dvd_6850818.iso) |
| [pt_windows_10_enterprise_2015_ltsb_x64_dvd_6850787.iso](https://drive.massgrave.dev/pt_windows_10_enterprise_2015_ltsb_x64_dvd_6850787.iso) |
| [pt_windows_10_enterprise_2015_ltsb_x86_dvd_6850798.iso](https://drive.massgrave.dev/pt_windows_10_enterprise_2015_ltsb_x86_dvd_6850798.iso) |
| [ro_windows_10_enterprise_2015_ltsb_x64_dvd_6850828.iso](https://drive.massgrave.dev/ro_windows_10_enterprise_2015_ltsb_x64_dvd_6850828.iso) |
| [ro_windows_10_enterprise_2015_ltsb_x86_dvd_6850837.iso](https://drive.massgrave.dev/ro_windows_10_enterprise_2015_ltsb_x86_dvd_6850837.iso) |
| [ru_windows_10_enterprise_2015_ltsb_x64_dvd_6850847.iso](https://drive.massgrave.dev/ru_windows_10_enterprise_2015_ltsb_x64_dvd_6850847.iso) |
| [ru_windows_10_enterprise_2015_ltsb_x86_dvd_6850858.iso](https://drive.massgrave.dev/ru_windows_10_enterprise_2015_ltsb_x86_dvd_6850858.iso) |
| [sk_windows_10_enterprise_2015_ltsb_x64_dvd_6850870.iso](https://drive.massgrave.dev/sk_windows_10_enterprise_2015_ltsb_x64_dvd_6850870.iso) |
| [sk_windows_10_enterprise_2015_ltsb_x86_dvd_6850871.iso](https://drive.massgrave.dev/sk_windows_10_enterprise_2015_ltsb_x86_dvd_6850871.iso) |
| [sl_windows_10_enterprise_2015_ltsb_x64_dvd_6850872.iso](https://drive.massgrave.dev/sl_windows_10_enterprise_2015_ltsb_x64_dvd_6850872.iso) |
| [sl_windows_10_enterprise_2015_ltsb_x86_dvd_6850873.iso](https://drive.massgrave.dev/sl_windows_10_enterprise_2015_ltsb_x86_dvd_6850873.iso) |
| [sr-latn_windows_10_enterprise_2015_ltsb_x64_dvd_6850868.iso](https://drive.massgrave.dev/sr-latn_windows_10_enterprise_2015_ltsb_x64_dvd_6850868.iso) |
| [sr-latn_windows_10_enterprise_2015_ltsb_x86_dvd_6850869.iso](https://drive.massgrave.dev/sr-latn_windows_10_enterprise_2015_ltsb_x86_dvd_6850869.iso) |
| [sv_windows_10_enterprise_2015_ltsb_x64_dvd_6850899.iso](https://drive.massgrave.dev/sv_windows_10_enterprise_2015_ltsb_x64_dvd_6850899.iso) |
| [sv_windows_10_enterprise_2015_ltsb_x86_dvd_6850900.iso](https://drive.massgrave.dev/sv_windows_10_enterprise_2015_ltsb_x86_dvd_6850900.iso) |
| [th_windows_10_enterprise_2015_ltsb_x64_dvd_6850901.iso](https://drive.massgrave.dev/th_windows_10_enterprise_2015_ltsb_x64_dvd_6850901.iso) |
| [th_windows_10_enterprise_2015_ltsb_x86_dvd_6850902.iso](https://drive.massgrave.dev/th_windows_10_enterprise_2015_ltsb_x86_dvd_6850902.iso) |
| [tr_windows_10_enterprise_2015_ltsb_x64_dvd_6850904.iso](https://drive.massgrave.dev/tr_windows_10_enterprise_2015_ltsb_x64_dvd_6850904.iso) |
| [tr_windows_10_enterprise_2015_ltsb_x86_dvd_6850915.iso](https://drive.massgrave.dev/tr_windows_10_enterprise_2015_ltsb_x86_dvd_6850915.iso) |
| [tw_windows_10_enterprise_2015_ltsb_x64_dvd_6848430.iso](https://drive.massgrave.dev/tw_windows_10_enterprise_2015_ltsb_x64_dvd_6848430.iso) |
| [tw_windows_10_enterprise_2015_ltsb_x86_dvd_6848432.iso](https://drive.massgrave.dev/tw_windows_10_enterprise_2015_ltsb_x86_dvd_6848432.iso) |
| [uk_windows_10_enterprise_2015_ltsb_x64_dvd_6850925.iso](https://drive.massgrave.dev/uk_windows_10_enterprise_2015_ltsb_x64_dvd_6850925.iso) |
| [uk_windows_10_enterprise_2015_ltsb_x86_dvd_6850935.iso](https://drive.massgrave.dev/uk_windows_10_enterprise_2015_ltsb_x86_dvd_6850935.iso) |
------------------------------------------------------------------------

View File

@ -0,0 +1,207 @@
# Windows Server Download
All download links lead to genuine files only.
## Notes
- Microsoft provides Evaluation ISO public [links](https://www.microsoft.com/en-in/evalcenter) for Windows Server releases, but as the name states, those ISO's are for evaluation purposes and editions needs to be changed to Non-eval versions before they can be activated.
- Microsoft provides full version of Windows Server on [MVS](https://visualstudio.microsoft.com/subscriptions/) and [VLSC](https://www.microsoft.com/licensing/ServiceCenter/default.aspx) but for them, you need to pay a high subscription fee.
- For these reason, we need to host files on 3rd party. You can check [here](genuine-installation-media.md#verify-authenticity-of-files) on how to be sure that files are genuine.
- If you need links for any other Windows/office file which is not listed below, please contact [here](https://discord.gg/tVFN4N84PP).
------------------------------------------------------------------------
## Windows Server 2022
Updated Mar 2024 (Build - 20348.2340)
| Links |
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [cs-cz_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso](https://drive.massgrave.dev/cs-cz_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso) |
| [de-de_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso](https://drive.massgrave.dev/de-de_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso) |
| [en-us_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso](https://drive.massgrave.dev/en-us_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso) |
| [es-es_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso](https://drive.massgrave.dev/es-es_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso) |
| [fr-fr_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso](https://drive.massgrave.dev/fr-fr_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso) |
| [hu-hu_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso](https://drive.massgrave.dev/hu-hu_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso) |
| [it-it_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso](https://drive.massgrave.dev/it-it_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso) |
| [ja-jp_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso](https://drive.massgrave.dev/ja-jp_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso) |
| [ko-kr_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso](https://drive.massgrave.dev/ko-kr_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso) |
| [nl-nl_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso](https://drive.massgrave.dev/nl-nl_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso) |
| [pl-pl_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso](https://drive.massgrave.dev/pl-pl_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso) |
| [pt-br_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso](https://drive.massgrave.dev/pt-br_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso) |
| [pt-pt_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso](https://drive.massgrave.dev/pt-pt_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso) |
| [ru-ru_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso](https://drive.massgrave.dev/ru-ru_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso) |
| [sv-se_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso](https://drive.massgrave.dev/sv-se_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso) |
| [tr-tr_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso](https://drive.massgrave.dev/tr-tr_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso) |
| [zh-cn_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso](https://drive.massgrave.dev/zh-cn_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso) |
| [zh-tw_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso](https://drive.massgrave.dev/zh-tw_windows_server_2022_updated_march_2024_x64_dvd_f6700d18.iso) |
------------------------------------------------------------------------
## Windows Server 23H2 (No GUI)
#### (Only English ISO is available)
Updated Mar 2024 (Build - 25398.763)
| Links |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [en-us_windows_server_version_23h2_updated_march_2024_x64_dvd_b34e71a0.iso](https://drive.massgrave.dev/en-us_windows_server_version_23h2_updated_march_2024_x64_dvd_b34e71a0.iso) |
| [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) |
------------------------------------------------------------------------
## Windows Server 2019
(Build - 17763.107)
| Links |
|-----------------------------------------------------------------------------------------------------------------------------------|
| [cn_windows_server_2019_x64_dvd_4de40f33.iso](https://drive.massgrave.dev/cn_windows_server_2019_x64_dvd_4de40f33.iso) |
| [cs_windows_server_2019_x64_dvd_65383121.iso](https://drive.massgrave.dev/cs_windows_server_2019_x64_dvd_65383121.iso) |
| [ct_windows_server_2019_x64_dvd_b776f44b.iso](https://drive.massgrave.dev/ct_windows_server_2019_x64_dvd_b776f44b.iso) |
| [de_windows_server_2019_x64_dvd_17559a5b.iso](https://drive.massgrave.dev/de_windows_server_2019_x64_dvd_17559a5b.iso) |
| [en_windows_server_2019_x64_dvd_4cb967d8.iso](https://drive.massgrave.dev/en_windows_server_2019_x64_dvd_4cb967d8.iso) |
| [es_windows_server_2019_x64_dvd_dd6b7747.iso](https://drive.massgrave.dev/es_windows_server_2019_x64_dvd_dd6b7747.iso) |
| [fr_windows_server_2019_x64_dvd_d936fc7a.iso](https://drive.massgrave.dev/fr_windows_server_2019_x64_dvd_d936fc7a.iso) |
| [hu_windows_server_2019_x64_dvd_c8f2c460.iso](https://drive.massgrave.dev/hu_windows_server_2019_x64_dvd_c8f2c460.iso) |
| [it_windows_server_2019_x64_dvd_03c34df6.iso](https://drive.massgrave.dev/it_windows_server_2019_x64_dvd_03c34df6.iso) |
| [ja_windows_server_2019_x64_dvd_260a1d93.iso](https://drive.massgrave.dev/ja_windows_server_2019_x64_dvd_260a1d93.iso) |
| [ko_windows_server_2019_x64_dvd_8778047d.iso](https://drive.massgrave.dev/ko_windows_server_2019_x64_dvd_8778047d.iso) |
| [nl_windows_server_2019_x64_dvd_82f9a152.iso](https://drive.massgrave.dev/nl_windows_server_2019_x64_dvd_82f9a152.iso) |
| [pl_windows_server_2019_x64_dvd_2cd7adba.iso](https://drive.massgrave.dev/pl_windows_server_2019_x64_dvd_2cd7adba.iso) |
| [pp_windows_server_2019_x64_dvd_e8fadd22.iso](https://drive.massgrave.dev/pp_windows_server_2019_x64_dvd_e8fadd22.iso) |
| [pt_windows_server_2019_x64_dvd_e078dea6.iso](https://drive.massgrave.dev/pt_windows_server_2019_x64_dvd_e078dea6.iso) |
| [ru_windows_server_2019_x64_dvd_3411c84a.iso](https://drive.massgrave.dev/ru_windows_server_2019_x64_dvd_3411c84a.iso) |
| [sv_windows_server_2019_x64_dvd_ce3d1a8d.iso](https://drive.massgrave.dev/sv_windows_server_2019_x64_dvd_ce3d1a8d.iso) |
| [tr_windows_server_2019_x64_dvd_475b2d44.iso](https://drive.massgrave.dev/tr_windows_server_2019_x64_dvd_475b2d44.iso) |
------------------------------------------------------------------------
## Windows Server 2016
(Build - 14393)
| Links |
|---------------------------------------------------------------------------------------------------------------------------------|
| [cn_windows_server_2016_x64_dvd_9327743.iso](https://drive.massgrave.dev/cn_windows_server_2016_x64_dvd_9327743.iso) |
| [cs_windows_server_2016_x64_dvd_9327749.iso](https://drive.massgrave.dev/cs_windows_server_2016_x64_dvd_9327749.iso) |
| [ct_windows_server_2016_x64_dvd_9327748.iso](https://drive.massgrave.dev/ct_windows_server_2016_x64_dvd_9327748.iso) |
| [de_windows_server_2016_x64_dvd_9327757.iso](https://drive.massgrave.dev/de_windows_server_2016_x64_dvd_9327757.iso) |
| [en_windows_server_2016_x64_dvd_9327751.iso](https://drive.massgrave.dev/en_windows_server_2016_x64_dvd_9327751.iso) |
| [es_windows_server_2016_x64_dvd_9327767.iso](https://drive.massgrave.dev/es_windows_server_2016_x64_dvd_9327767.iso) |
| [fr_windows_server_2016_x64_dvd_9327754.iso](https://drive.massgrave.dev/fr_windows_server_2016_x64_dvd_9327754.iso) |
| [hu_windows_server_2016_x64_dvd_9327759.iso](https://drive.massgrave.dev/hu_windows_server_2016_x64_dvd_9327759.iso) |
| [it_windows_server_2016_x64_dvd_9327760.iso](https://drive.massgrave.dev/it_windows_server_2016_x64_dvd_9327760.iso) |
| [ja_windows_server_2016_x64_dvd_9327761.iso](https://drive.massgrave.dev/ja_windows_server_2016_x64_dvd_9327761.iso) |
| [ko_windows_server_2016_x64_dvd_9327762.iso](https://drive.massgrave.dev/ko_windows_server_2016_x64_dvd_9327762.iso) |
| [nl_windows_server_2016_x64_dvd_9327750.iso](https://drive.massgrave.dev/nl_windows_server_2016_x64_dvd_9327750.iso) |
| [pl_windows_server_2016_x64_dvd_9327763.iso](https://drive.massgrave.dev/pl_windows_server_2016_x64_dvd_9327763.iso) |
| [pp_windows_server_2016_x64_dvd_9327765.iso](https://drive.massgrave.dev/pp_windows_server_2016_x64_dvd_9327765.iso) |
| [pt_windows_server_2016_x64_dvd_9327764.iso](https://drive.massgrave.dev/pt_windows_server_2016_x64_dvd_9327764.iso) |
| [ru_windows_server_2016_x64_dvd_9327766.iso](https://drive.massgrave.dev/ru_windows_server_2016_x64_dvd_9327766.iso) |
| [sv_windows_server_2016_x64_dvd_9327768.iso](https://drive.massgrave.dev/sv_windows_server_2016_x64_dvd_9327768.iso) |
| [tr_windows_server_2016_x64_dvd_9327769.iso](https://drive.massgrave.dev/tr_windows_server_2016_x64_dvd_9327769.iso) |
------------------------------------------------------------------------
## Windows Server 2012 R2
(Build - 9600.17415)
| Links |
|------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [cn_windows_server_2012_r2_with_update_x64_dvd_6052725.iso](https://drive.massgrave.dev/cn_windows_server_2012_r2_with_update_x64_dvd_6052725.iso) |
| [cs_windows_server_2012_r2_with_update_x64_dvd_6052695.iso](https://drive.massgrave.dev/cs_windows_server_2012_r2_with_update_x64_dvd_6052695.iso) |
| [de_windows_server_2012_r2_with_update_x64_dvd_6052720.iso](https://drive.massgrave.dev/de_windows_server_2012_r2_with_update_x64_dvd_6052720.iso) |
| [en_windows_server_2012_r2_with_update_x64_dvd_6052708.iso](https://drive.massgrave.dev/en_windows_server_2012_r2_with_update_x64_dvd_6052708.iso) |
| [es_windows_server_2012_r2_with_update_x64_dvd_6052769.iso](https://drive.massgrave.dev/es_windows_server_2012_r2_with_update_x64_dvd_6052769.iso) |
| [fr_windows_server_2012_r2_with_update_x64_dvd_6052713.iso](https://drive.massgrave.dev/fr_windows_server_2012_r2_with_update_x64_dvd_6052713.iso) |
| [hk_windows_server_2012_r2_with_update_x64_dvd_6052731.iso](https://drive.massgrave.dev/hk_windows_server_2012_r2_with_update_x64_dvd_6052731.iso) |
| [hu_windows_server_2012_r2_with_update_x64_dvd_6052727.iso](https://drive.massgrave.dev/hu_windows_server_2012_r2_with_update_x64_dvd_6052727.iso) |
| [it_windows_server_2012_r2_with_update_x64_dvd_6052734.iso](https://drive.massgrave.dev/it_windows_server_2012_r2_with_update_x64_dvd_6052734.iso) |
| [ja_windows_server_2012_r2_with_update_x64_dvd_6052738.iso](https://drive.massgrave.dev/ja_windows_server_2012_r2_with_update_x64_dvd_6052738.iso) |
| [ko_windows_server_2012_r2_with_update_x64_dvd_6052743.iso](https://drive.massgrave.dev/ko_windows_server_2012_r2_with_update_x64_dvd_6052743.iso) |
| [nl_windows_server_2012_r2_with_update_x64_dvd_6052701.iso](https://drive.massgrave.dev/nl_windows_server_2012_r2_with_update_x64_dvd_6052701.iso) |
| [pl_windows_server_2012_r2_with_update_x64_dvd_6052749.iso](https://drive.massgrave.dev/pl_windows_server_2012_r2_with_update_x64_dvd_6052749.iso) |
| [pp_windows_server_2012_r2_with_update_x64_dvd_6052758.iso](https://drive.massgrave.dev/pp_windows_server_2012_r2_with_update_x64_dvd_6052758.iso) |
| [pt_windows_server_2012_r2_with_update_x64_dvd_6052754.iso](https://drive.massgrave.dev/pt_windows_server_2012_r2_with_update_x64_dvd_6052754.iso) |
| [ru_windows_server_2012_r2_with_update_x64_dvd_6052763.iso](https://drive.massgrave.dev/ru_windows_server_2012_r2_with_update_x64_dvd_6052763.iso) |
| [sv_windows_server_2012_r2_with_update_x64_dvd_6052773.iso](https://drive.massgrave.dev/sv_windows_server_2012_r2_with_update_x64_dvd_6052773.iso) |
| [tr_windows_server_2012_r2_with_update_x64_dvd_6052778.iso](https://drive.massgrave.dev/tr_windows_server_2012_r2_with_update_x64_dvd_6052778.iso) |
| [tw_windows_server_2012_r2_with_update_x64_dvd_6052736.iso](https://drive.massgrave.dev/tw_windows_server_2012_r2_with_update_x64_dvd_6052736.iso) |
------------------------------------------------------------------------
## Windows Server 2008 R2 SP1
(Build - 7601.17514)
| Links |
|----------------------------------------------------------------------------------------------------------------------------------------------------|
| [cn_windows_server_2008_r2_with_sp1_x64_dvd_617598.iso](https://drive.massgrave.dev/cn_windows_server_2008_r2_with_sp1_x64_dvd_617598.iso) |
| [cs_windows_server_2008_r2_with_sp1_x64_dvd_617602.iso](https://drive.massgrave.dev/cs_windows_server_2008_r2_with_sp1_x64_dvd_617602.iso) |
| [de_windows_server_2008_r2_with_sp1_x64_dvd_617380.iso](https://drive.massgrave.dev/de_windows_server_2008_r2_with_sp1_x64_dvd_617380.iso) |
| [en_windows_server_2008_r2_with_sp1_x64_dvd_617601.iso](https://drive.massgrave.dev/en_windows_server_2008_r2_with_sp1_x64_dvd_617601.iso) |
| [es_windows_server_2008_r2_with_sp1_x64_dvd_617398.iso](https://drive.massgrave.dev/es_windows_server_2008_r2_with_sp1_x64_dvd_617398.iso) |
| [fr_windows_server_2008_r2_with_sp1_x64_dvd_617591.iso](https://drive.massgrave.dev/fr_windows_server_2008_r2_with_sp1_x64_dvd_617591.iso) |
| [hk_windows_server_2008_r2_with_sp1_x64_dvd_617586.iso](https://drive.massgrave.dev/hk_windows_server_2008_r2_with_sp1_x64_dvd_617586.iso) |
| [hu_windows_server_2008_r2_with_sp1_x64_dvd_617383.iso](https://drive.massgrave.dev/hu_windows_server_2008_r2_with_sp1_x64_dvd_617383.iso) |
| [it_windows_server_2008_r2_with_sp1_x64_dvd_617391.iso](https://drive.massgrave.dev/it_windows_server_2008_r2_with_sp1_x64_dvd_617391.iso) |
| [ja_windows_server_2008_r2_with_sp1_x64_dvd_617387.iso](https://drive.massgrave.dev/ja_windows_server_2008_r2_with_sp1_x64_dvd_617387.iso) |
| [ko_windows_server_2008_r2_with_sp1_x64_dvd_617385.iso](https://drive.massgrave.dev/ko_windows_server_2008_r2_with_sp1_x64_dvd_617385.iso) |
| [nl_windows_server_2008_r2_with_sp1_x64_dvd_617597.iso](https://drive.massgrave.dev/nl_windows_server_2008_r2_with_sp1_x64_dvd_617597.iso) |
| [pl_windows_server_2008_r2_with_sp1_x64_dvd_617388.iso](https://drive.massgrave.dev/pl_windows_server_2008_r2_with_sp1_x64_dvd_617388.iso) |
| [pp_windows_server_2008_r2_with_sp1_x64_dvd_617382.iso](https://drive.massgrave.dev/pp_windows_server_2008_r2_with_sp1_x64_dvd_617382.iso) |
| [pt_windows_server_2008_r2_with_sp1_x64_dvd_617599.iso](https://drive.massgrave.dev/pt_windows_server_2008_r2_with_sp1_x64_dvd_617599.iso) |
| [ru_windows_server_2008_r2_with_sp1_x64_dvd_617389.iso](https://drive.massgrave.dev/ru_windows_server_2008_r2_with_sp1_x64_dvd_617389.iso) |
| [sv_windows_server_2008_r2_with_sp1_x64_dvd_617393.iso](https://drive.massgrave.dev/sv_windows_server_2008_r2_with_sp1_x64_dvd_617393.iso) |
| [tr_windows_server_2008_r2_with_sp1_x64_dvd_617390.iso](https://drive.massgrave.dev/tr_windows_server_2008_r2_with_sp1_x64_dvd_617390.iso) |
| [tw_windows_server_2008_r2_with_sp1_x64_dvd_617595.iso](https://drive.massgrave.dev/tw_windows_server_2008_r2_with_sp1_x64_dvd_617595.iso) |
------------------------------------------------------------------------
## Windows Server 2008 SP2
(Build - 6002.18005)
| Links |
|----------------------------------------------------------------------------------------------------------------------------------------------------|
| [cn_windows_server_2008_with_sp2_x64_dvd_x15-41319.iso](https://drive.massgrave.dev/cn_windows_server_2008_with_sp2_x64_dvd_x15-41319.iso) |
| [cn_windows_server_2008_with_sp2_x86_dvd_x15-41045.iso](https://drive.massgrave.dev/cn_windows_server_2008_with_sp2_x86_dvd_x15-41045.iso) |
| [cs_windows_server_2008_with_sp2_x64_dvd_x15-41331.iso](https://drive.massgrave.dev/cs_windows_server_2008_with_sp2_x64_dvd_x15-41331.iso) |
| [cs_windows_server_2008_with_sp2_x86_dvd_x15-41057.iso](https://drive.massgrave.dev/cs_windows_server_2008_with_sp2_x86_dvd_x15-41057.iso) |
| [de_windows_server_2008_with_sp2_x64_dvd_342381.iso](https://drive.massgrave.dev/de_windows_server_2008_with_sp2_x64_dvd_342381.iso) |
| [de_windows_server_2008_with_sp2_x86_dvd_342378.iso](https://drive.massgrave.dev/de_windows_server_2008_with_sp2_x86_dvd_342378.iso) |
| [en_windows_server_2008_with_sp2_x64_dvd_342336.iso](https://drive.massgrave.dev/en_windows_server_2008_with_sp2_x64_dvd_342336.iso) |
| [en_windows_server_2008_with_sp2_x86_dvd_342333.iso](https://drive.massgrave.dev/en_windows_server_2008_with_sp2_x86_dvd_342333.iso) |
| [es_windows_server_2008_with_sp2_x64_dvd_342419.iso](https://drive.massgrave.dev/es_windows_server_2008_with_sp2_x64_dvd_342419.iso) |
| [es_windows_server_2008_with_sp2_x86_dvd_342416.iso](https://drive.massgrave.dev/es_windows_server_2008_with_sp2_x86_dvd_342416.iso) |
| [fr_windows_server_2008_with_sp2_x64_dvd_342359.iso](https://drive.massgrave.dev/fr_windows_server_2008_with_sp2_x64_dvd_342359.iso) |
| [fr_windows_server_2008_with_sp2_x86_dvd_342356.iso](https://drive.massgrave.dev/fr_windows_server_2008_with_sp2_x86_dvd_342356.iso) |
| [hk_windows_server_2008_with_sp2_x64_dvd_x15-41327.iso](https://drive.massgrave.dev/hk_windows_server_2008_with_sp2_x64_dvd_x15-41327.iso) |
| [hk_windows_server_2008_with_sp2_x86_dvd_x15-41053.iso](https://drive.massgrave.dev/hk_windows_server_2008_with_sp2_x86_dvd_x15-41053.iso) |
| [hu_windows_server_2008_with_sp2_x64_dvd_x15-41339.iso](https://drive.massgrave.dev/hu_windows_server_2008_with_sp2_x64_dvd_x15-41339.iso) |
| [hu_windows_server_2008_with_sp2_x86_dvd_x15-41065.iso](https://drive.massgrave.dev/hu_windows_server_2008_with_sp2_x86_dvd_x15-41065.iso) |
| [it_windows_server_2008_with_sp2_x64_dvd_x15-41343.iso](https://drive.massgrave.dev/it_windows_server_2008_with_sp2_x64_dvd_x15-41343.iso) |
| [it_windows_server_2008_with_sp2_x86_dvd_x15-41069.iso](https://drive.massgrave.dev/it_windows_server_2008_with_sp2_x86_dvd_x15-41069.iso) |
| [ja_windows_server_2008_with_sp2_x64_dvd_342397.iso](https://drive.massgrave.dev/ja_windows_server_2008_with_sp2_x64_dvd_342397.iso) |
| [ja_windows_server_2008_with_sp2_x86_dvd_342394.iso](https://drive.massgrave.dev/ja_windows_server_2008_with_sp2_x86_dvd_342394.iso) |
| [ko_windows_server_2008_with_sp2_x64_dvd_x15-41347.iso](https://drive.massgrave.dev/ko_windows_server_2008_with_sp2_x64_dvd_x15-41347.iso) |
| [ko_windows_server_2008_with_sp2_x86_dvd_x15-41073.iso](https://drive.massgrave.dev/ko_windows_server_2008_with_sp2_x86_dvd_x15-41073.iso) |
| [nl_windows_server_2008_with_sp2_x64_dvd_x15-41335.iso](https://drive.massgrave.dev/nl_windows_server_2008_with_sp2_x64_dvd_x15-41335.iso) |
| [nl_windows_server_2008_with_sp2_x86_dvd_x15-41061.iso](https://drive.massgrave.dev/nl_windows_server_2008_with_sp2_x86_dvd_x15-41061.iso) |
| [pl_windows_server_2008_with_sp2_x64_dvd_x15-41351.iso](https://drive.massgrave.dev/pl_windows_server_2008_with_sp2_x64_dvd_x15-41351.iso) |
| [pl_windows_server_2008_with_sp2_x86_dvd_x15-41077.iso](https://drive.massgrave.dev/pl_windows_server_2008_with_sp2_x86_dvd_x15-41077.iso) |
| [pp_windows_server_2008_with_sp2_x64_dvd_x15-41355.iso](https://drive.massgrave.dev/pp_windows_server_2008_with_sp2_x64_dvd_x15-41355.iso) |
| [pp_windows_server_2008_with_sp2_x86_dvd_x15-41081.iso](https://drive.massgrave.dev/pp_windows_server_2008_with_sp2_x86_dvd_x15-41081.iso) |
| [pt_windows_server_2008_with_sp2_x64_dvd_x15-41315.iso](https://drive.massgrave.dev/pt_windows_server_2008_with_sp2_x64_dvd_x15-41315.iso) |
| [pt_windows_server_2008_with_sp2_x86_dvd_x15-41041.iso](https://drive.massgrave.dev/pt_windows_server_2008_with_sp2_x86_dvd_x15-41041.iso) |
| [ru_windows_server_2008_with_sp2_x64_dvd_x15-41359.iso](https://drive.massgrave.dev/ru_windows_server_2008_with_sp2_x64_dvd_x15-41359.iso) |
| [ru_windows_server_2008_with_sp2_x86_dvd_x15-41085.iso](https://drive.massgrave.dev/ru_windows_server_2008_with_sp2_x86_dvd_x15-41085.iso) |
| [sv_windows_server_2008_with_sp2_x64_dvd_x15-41363.iso](https://drive.massgrave.dev/sv_windows_server_2008_with_sp2_x64_dvd_x15-41363.iso) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
------------------------------------------------------------------------

184
docs/windows_vista_links.md Normal file
View File

@ -0,0 +1,184 @@
# Windows Vista Download
All download links lead to genuine files only.
## Notes
- Microsoft provides full version of Windows Vista on [MVS](https://visualstudio.microsoft.com/subscriptions/) and [VLSC](https://www.microsoft.com/licensing/ServiceCenter/default.aspx) but for them, you need to pay a high subscription fee.
- For this reason, we need to host files on 3rd party. You can check [here](genuine-installation-media.md#verify-authenticity-of-files) on how to be sure that files are genuine.
- Below listed ISO have these editions available to choose from when installing Windows.
Windows Vista Business
Windows Vista HomeBasic
Windows Vista HomePremium
Windows Vista Ultimate
Windows Vista HomeBasic N
Windows Vista Business N
Windows Vista Starter
Where N editions are available only in English language ISO's and Starter edition is available only in x86 version ISO.
- Business and Enterprise Editions can be activated with KMS-VL-ALL by qewlpal [Official thread](https://forums.mydigitallife.net/threads/kms-vl-all-online-offline-kms-activator-for-microsoft-products.63471/) - [Mirror](https://app.box.com/s/q0nyib6bfylosvbbm5x8ztg87vy0kl8a)
Other editions can be activated with Windows Loader by Daz [Official thread](https://forums.mydigitallife.net/forums/windows-loader.39/) - [Mirror](https://app.box.com/s/bnchc6hten44adunlcpz9ya9j0uucfs2)
- If you need links for any other Windows/office file which is not listed below, please contact [here](https://discord.gg/gjJEfq7ux8).
------------------------------------------------------------------------
## Windows Vista SP2
(Build - 6002.18005)
| Links |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [ar_windows_vista_with_sp2_x64_dvd_x15-36318.iso](https://drive.massgrave.dev/ar_windows_vista_with_sp2_x64_dvd_x15-36318.iso) |
| [ar_windows_vista_with_sp2_x86_dvd_x15-36282.iso](https://drive.massgrave.dev/ar_windows_vista_with_sp2_x86_dvd_x15-36282.iso) |
| [bg_windows_vista_with_sp2_x64_dvd_x15-36321.iso](https://drive.massgrave.dev/bg_windows_vista_with_sp2_x64_dvd_x15-36321.iso) |
| [bg_windows_vista_with_sp2_x86_dvd_x15-36284.iso](https://drive.massgrave.dev/bg_windows_vista_with_sp2_x86_dvd_x15-36284.iso) |
| [cn_windows_vista_with_sp2_x64_dvd_x15-36322.iso](https://drive.massgrave.dev/cn_windows_vista_with_sp2_x64_dvd_x15-36322.iso) |
| [cn_windows_vista_with_sp2_x86_dvd_x15-36285.iso](https://drive.massgrave.dev/cn_windows_vista_with_sp2_x86_dvd_x15-36285.iso) |
| [cs_windows_vista_with_sp2_x64_dvd_x15-36327.iso](https://drive.massgrave.dev/cs_windows_vista_with_sp2_x64_dvd_x15-36327.iso) |
| [cs_windows_vista_with_sp2_x86_dvd_x15-36289.iso](https://drive.massgrave.dev/cs_windows_vista_with_sp2_x86_dvd_x15-36289.iso) |
| [da_windows_vista_with_sp2_x64_dvd_x15-36329.iso](https://drive.massgrave.dev/da_windows_vista_with_sp2_x64_dvd_x15-36329.iso) |
| [da_windows_vista_with_sp2_x86_dvd_x15-36290.iso](https://drive.massgrave.dev/da_windows_vista_with_sp2_x86_dvd_x15-36290.iso) |
| [de_windows_vista_sp2_x64_dvd_342287.iso](https://drive.massgrave.dev/de_windows_vista_sp2_x64_dvd_342287.iso) |
| [de_windows_vista_sp2_x86_dvd_342286.iso](https://drive.massgrave.dev/de_windows_vista_sp2_x86_dvd_342286.iso) |
| [el_windows_vista_with_sp2_x64_dvd_x15-36343.iso](https://drive.massgrave.dev/el_windows_vista_with_sp2_x64_dvd_x15-36343.iso) |
| [el_windows_vista_with_sp2_x86_dvd_x15-36297.iso](https://drive.massgrave.dev/el_windows_vista_with_sp2_x86_dvd_x15-36297.iso) |
| [en_windows_vista_sp2_x64_dvd_342267.iso](https://drive.massgrave.dev/en_windows_vista_sp2_x64_dvd_342267.iso) |
| [en_windows_vista_with_sp2_x86_dvd_342266.iso](https://drive.massgrave.dev/en_windows_vista_with_sp2_x86_dvd_342266.iso) |
| [es_windows_vista_sp2_x64_dvd_342309.iso](https://drive.massgrave.dev/es_windows_vista_sp2_x64_dvd_342309.iso) |
| [es_windows_vista_sp2_x86_dvd_342308.iso](https://drive.massgrave.dev/es_windows_vista_sp2_x86_dvd_342308.iso) |
| [et_windows_vista_with_sp2_x64_dvd_x15-36335.iso](https://drive.massgrave.dev/et_windows_vista_with_sp2_x64_dvd_x15-36335.iso) |
| [et_windows_vista_with_sp2_x86_dvd_x15-36293.iso](https://drive.massgrave.dev/et_windows_vista_with_sp2_x86_dvd_x15-36293.iso) |
| [fi_windows_vista_with_sp2_x64_dvd_x15-36337.iso](https://drive.massgrave.dev/fi_windows_vista_with_sp2_x64_dvd_x15-36337.iso) |
| [fi_windows_vista_with_sp2_x86_dvd_x15-36294.iso](https://drive.massgrave.dev/fi_windows_vista_with_sp2_x86_dvd_x15-36294.iso) |
| [fr_windows_vista_sp2_x64_dvd_342277.iso](https://drive.massgrave.dev/fr_windows_vista_sp2_x64_dvd_342277.iso) |
| [fr_windows_vista_sp2_x86_dvd_342276.iso](https://drive.massgrave.dev/fr_windows_vista_sp2_x86_dvd_342276.iso) |
| [he_windows_vista_with_sp2_x64_dvd_x15-36344.iso](https://drive.massgrave.dev/he_windows_vista_with_sp2_x64_dvd_x15-36344.iso) |
| [he_windows_vista_with_sp2_x86_dvd_x15-36298.iso](https://drive.massgrave.dev/he_windows_vista_with_sp2_x86_dvd_x15-36298.iso) |
| [hk_windows_vista_with_sp2_x64_dvd_x15-36324.iso](https://drive.massgrave.dev/hk_windows_vista_with_sp2_x64_dvd_x15-36324.iso) |
| [hk_windows_vista_with_sp2_x86_dvd_x15-36287.iso](https://drive.massgrave.dev/hk_windows_vista_with_sp2_x86_dvd_x15-36287.iso) |
| [hr_windows_vista_with_sp2_x64_dvd_x15-36325.iso](https://drive.massgrave.dev/hr_windows_vista_with_sp2_x64_dvd_x15-36325.iso) |
| [hr_windows_vista_with_sp2_x86_dvd_x15-36288.iso](https://drive.massgrave.dev/hr_windows_vista_with_sp2_x86_dvd_x15-36288.iso) |
| [hu_windows_vista_with_sp2_x64_dvd_x15-36346.iso](https://drive.massgrave.dev/hu_windows_vista_with_sp2_x64_dvd_x15-36346.iso) |
| [hu_windows_vista_with_sp2_x86_dvd_x15-36299.iso](https://drive.massgrave.dev/hu_windows_vista_with_sp2_x86_dvd_x15-36299.iso) |
| [it_windows_vista_with_sp2_x64_dvd_x15-36348.iso](https://drive.massgrave.dev/it_windows_vista_with_sp2_x64_dvd_x15-36348.iso) |
| [it_windows_vista_with_sp2_x86_dvd_x15-36300.iso](https://drive.massgrave.dev/it_windows_vista_with_sp2_x86_dvd_x15-36300.iso) |
| [ja_windows_vista_sp2_x64_dvd_342298.iso](https://drive.massgrave.dev/ja_windows_vista_sp2_x64_dvd_342298.iso) |
| [ja_windows_vista_sp2_x86_dvd_342296.iso](https://drive.massgrave.dev/ja_windows_vista_sp2_x86_dvd_342296.iso) |
| [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) |
| [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) |
| [lt_windows_vista_with_sp2_x64_dvd_x15-36355.iso](https://drive.massgrave.dev/lt_windows_vista_with_sp2_x64_dvd_x15-36355.iso) |
| [lt_windows_vista_with_sp2_x86_dvd_x15-36304.iso](https://drive.massgrave.dev/lt_windows_vista_with_sp2_x86_dvd_x15-36304.iso) |
| [lv_windows_vista_with_sp2_x64_dvd_x15-36353.iso](https://drive.massgrave.dev/lv_windows_vista_with_sp2_x64_dvd_x15-36353.iso) |
| [lv_windows_vista_with_sp2_x86_dvd_x15-36303.iso](https://drive.massgrave.dev/lv_windows_vista_with_sp2_x86_dvd_x15-36303.iso) |
| [nl_windows_vista_with_sp2_x64_dvd_x15-36331.iso](https://drive.massgrave.dev/nl_windows_vista_with_sp2_x64_dvd_x15-36331.iso) |
| [nl_windows_vista_with_sp2_x86_dvd_x15-36291.iso](https://drive.massgrave.dev/nl_windows_vista_with_sp2_x86_dvd_x15-36291.iso) |
| [no_windows_vista_with_sp2_x64_dvd_x15-36357.iso](https://drive.massgrave.dev/no_windows_vista_with_sp2_x64_dvd_x15-36357.iso) |
| [no_windows_vista_with_sp2_x86_dvd_x15-36305.iso](https://drive.massgrave.dev/no_windows_vista_with_sp2_x86_dvd_x15-36305.iso) |
| [pl_windows_vista_with_sp2_x64_dvd_x15-36359.iso](https://drive.massgrave.dev/pl_windows_vista_with_sp2_x64_dvd_x15-36359.iso) |
| [pl_windows_vista_with_sp2_x86_dvd_x15-36306.iso](https://drive.massgrave.dev/pl_windows_vista_with_sp2_x86_dvd_x15-36306.iso) |
| [pp_windows_vista_with_sp2_x64_dvd_x15-36361.iso](https://drive.massgrave.dev/pp_windows_vista_with_sp2_x64_dvd_x15-36361.iso) |
| [pp_windows_vista_with_sp2_x86_dvd_x15-36307.iso](https://drive.massgrave.dev/pp_windows_vista_with_sp2_x86_dvd_x15-36307.iso) |
| [pt_windows_vista_with_sp2_x64_dvd_x15-36319.iso](https://drive.massgrave.dev/pt_windows_vista_with_sp2_x64_dvd_x15-36319.iso) |
| [pt_windows_vista_with_sp2_x86_dvd_x15-36283.iso](https://drive.massgrave.dev/pt_windows_vista_with_sp2_x86_dvd_x15-36283.iso) |
| [ro_windows_vista_with_sp2_x64_dvd_x15-36363.iso](https://drive.massgrave.dev/ro_windows_vista_with_sp2_x64_dvd_x15-36363.iso) |
| [ro_windows_vista_with_sp2_x86_dvd_x15-36308.iso](https://drive.massgrave.dev/ro_windows_vista_with_sp2_x86_dvd_x15-36308.iso) |
| [ru_windows_vista_with_sp2_x64_dvd_x15-36364.iso](https://drive.massgrave.dev/ru_windows_vista_with_sp2_x64_dvd_x15-36364.iso) |
| [ru_windows_vista_with_sp2_x86_dvd_x15-36309.iso](https://drive.massgrave.dev/ru_windows_vista_with_sp2_x86_dvd_x15-36309.iso) |
| [sk_windows_vista_with_sp2_x64_dvd_x15-36367.iso](https://drive.massgrave.dev/sk_windows_vista_with_sp2_x64_dvd_x15-36367.iso) |
| [sk_windows_vista_with_sp2_x86_dvd_x15-36311.iso](https://drive.massgrave.dev/sk_windows_vista_with_sp2_x86_dvd_x15-36311.iso) |
| [sl_windows_vista_with_sp2_x64_dvd_x15-36369.iso](https://drive.massgrave.dev/sl_windows_vista_with_sp2_x64_dvd_x15-36369.iso) |
| [sl_windows_vista_with_sp2_x86_dvd_x15-36312.iso](https://drive.massgrave.dev/sl_windows_vista_with_sp2_x86_dvd_x15-36312.iso) |
| [sr_windows_vista_with_sp2_x64_dvd_x15-36365.iso](https://drive.massgrave.dev/sr_windows_vista_with_sp2_x64_dvd_x15-36365.iso) |
| [sr_windows_vista_with_sp2_x86_dvd_x15-36310.iso](https://drive.massgrave.dev/sr_windows_vista_with_sp2_x86_dvd_x15-36310.iso) |
| [sv_windows_vista_with_sp2_x64_dvd_x15-36373.iso](https://drive.massgrave.dev/sv_windows_vista_with_sp2_x64_dvd_x15-36373.iso) |
| [sv_windows_vista_with_sp2_x86_dvd_x15-36314.iso](https://drive.massgrave.dev/sv_windows_vista_with_sp2_x86_dvd_x15-36314.iso) |
| [th_windows_vista_with_sp2_x64_dvd_x15-36374.iso](https://drive.massgrave.dev/th_windows_vista_with_sp2_x64_dvd_x15-36374.iso) |
| [th_windows_vista_with_sp2_x86_dvd_x15-36315.iso](https://drive.massgrave.dev/th_windows_vista_with_sp2_x86_dvd_x15-36315.iso) |
| [tr_windows_vista_with_sp2_x64_dvd_x15-36375.iso](https://drive.massgrave.dev/tr_windows_vista_with_sp2_x64_dvd_x15-36375.iso) |
| [tr_windows_vista_with_sp2_x86_dvd_x15-36316.iso](https://drive.massgrave.dev/tr_windows_vista_with_sp2_x86_dvd_x15-36316.iso) |
| [tw_windows_vista_with_sp2_x64_dvd_x15-36323.iso](https://drive.massgrave.dev/tw_windows_vista_with_sp2_x64_dvd_x15-36323.iso) |
| [tw_windows_vista_with_sp2_x86_dvd_x15-36286.iso](https://drive.massgrave.dev/tw_windows_vista_with_sp2_x86_dvd_x15-36286.iso) |
| [uk_windows_vista_with_sp2_x64_dvd_x15-36376.iso](https://drive.massgrave.dev/uk_windows_vista_with_sp2_x64_dvd_x15-36376.iso) |
| [uk_windows_vista_with_sp2_x86_dvd_x15-36317.iso](https://drive.massgrave.dev/uk_windows_vista_with_sp2_x86_dvd_x15-36317.iso) |
------------------------------------------------------------------------
## Windows Vista Enterprise SP2
(Build - 6002.18005)
| Links |
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [de_windows_vista_enterprise_sp2_x64_dvd_342376.iso](https://drive.massgrave.dev/de_windows_vista_enterprise_sp2_x64_dvd_342376.iso) |
| [de_windows_vista_enterprise_sp2_x86_dvd_342373.iso](https://drive.massgrave.dev/de_windows_vista_enterprise_sp2_x86_dvd_342373.iso) |
| [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) |
| [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) |
| [en_windows_vista_enterprise_sp2_x64_dvd_342332.iso](https://drive.massgrave.dev/en_windows_vista_enterprise_sp2_x64_dvd_342332.iso) |
| [en_windows_vista_enterprise_sp2_x86_dvd_342329.iso](https://drive.massgrave.dev/en_windows_vista_enterprise_sp2_x86_dvd_342329.iso) |
| [es_windows_vista_enterprise_sp2_x64_dvd_342415.iso](https://drive.massgrave.dev/es_windows_vista_enterprise_sp2_x64_dvd_342415.iso) |
| [es_windows_vista_enterprise_sp2_x86_dvd_342413.iso](https://drive.massgrave.dev/es_windows_vista_enterprise_sp2_x86_dvd_342413.iso) |
| [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) |
| [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) |
| [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) |
| [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) |
| [fr_windows_vista_enterprise_sp2_x64_dvd_342355.iso](https://drive.massgrave.dev/fr_windows_vista_enterprise_sp2_x64_dvd_342355.iso) |
| [fr_windows_vista_enterprise_sp2_x86_dvd_342352.iso](https://drive.massgrave.dev/fr_windows_vista_enterprise_sp2_x86_dvd_342352.iso) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [ja_windows_vista_enterprise_sp2_x64_dvd_342393.iso](https://drive.massgrave.dev/ja_windows_vista_enterprise_sp2_x64_dvd_342393.iso) |
| [ja_windows_vista_enterprise_sp2_x86_dvd_342391.iso](https://drive.massgrave.dev/ja_windows_vista_enterprise_sp2_x86_dvd_342391.iso) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
------------------------------------------------------------------------

52
docs/windows_xp_links.md Normal file
View File

@ -0,0 +1,52 @@
# Windows XP Download
All download links lead to genuine files only.
------------------------------------------------------------------------
## Notes
- For x86, SP3 and for x64, SP2 are the last released ISO's available. x64 SP2 version was released in English language only.
- x86 VL ISO's can be activated with the key `XCYBK-2B3KV-G8T8F-WXJM7-WCTYT`
- x64 VL ISO's can be activated with the key `VCFQD-V9FX9-46WVH-K3CD4-4J3JM`
- Microsoft provides download links for Windows XP on [MVS](https://visualstudio.microsoft.com/subscriptions/) but for them, you need to pay a high subscription fee. For this reason, we need to host files on 3rd party. You can check [here](genuine-installation-media.md#verify-authenticity-of-files) on how to be sure that files are genuine.
- If you need links for any other Windows/office file which is not listed below, please contact [here](https://discord.gg/gjJEfq7ux8).
------------------------------------------------------------------------
## Windows XP SP3 VL (x86)
| Links |
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [ar_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74065.iso](https://drive.massgrave.dev/ar_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74065.iso) |
| [cs_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73965.iso](https://drive.massgrave.dev/cs_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73965.iso) |
| [da_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73968.iso](https://drive.massgrave.dev/da_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73968.iso) |
| [de_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73985.iso](https://drive.massgrave.dev/de_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73985.iso) |
| [el_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73988.iso](https://drive.massgrave.dev/el_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73988.iso) |
| [en_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73974.iso](https://drive.massgrave.dev/en_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73974.iso) |
| [es_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74009.iso](https://drive.massgrave.dev/es_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74009.iso) |
| [fi_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73979.iso](https://drive.massgrave.dev/fi_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73979.iso) |
| [fr_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73982.iso](https://drive.massgrave.dev/fr_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73982.iso) |
| [he_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74143.iso](https://drive.massgrave.dev/he_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74143.iso) |
| [hu_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73991.iso](https://drive.massgrave.dev/hu_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73991.iso) |
| [it_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73994.iso](https://drive.massgrave.dev/it_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73994.iso) |
| [ja_windows_xp_professional_with_service_pack_3_x86_dvd_vl_x14-74058.iso](https://drive.massgrave.dev/ja_windows_xp_professional_with_service_pack_3_x86_dvd_vl_x14-74058.iso) |
| [nl_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73971.iso](https://drive.massgrave.dev/nl_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73971.iso) |
| [no_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74000.iso](https://drive.massgrave.dev/no_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74000.iso) |
| [pl_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74003.iso](https://drive.massgrave.dev/pl_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74003.iso) |
| [pt-br_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74137.iso](https://drive.massgrave.dev/pt-br_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74137.iso) |
| [pt-pt_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74006.iso](https://drive.massgrave.dev/pt-pt_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74006.iso) |
| [ru_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74146.iso](https://drive.massgrave.dev/ru_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74146.iso) |
| [sv_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74012.iso](https://drive.massgrave.dev/sv_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74012.iso) |
| [tr_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74085.iso](https://drive.massgrave.dev/tr_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74085.iso) |
| [zh-hans_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74070.iso](https://drive.massgrave.dev/zh-hans_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74070.iso) |
| [zh-hk_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74075.iso](https://drive.massgrave.dev/zh-hk_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74075.iso) |
| [zh-tw_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74140.iso](https://drive.massgrave.dev/zh-tw_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74140.iso) |
------------------------------------------------------------------------
## Windows XP SP2 VL (x64)
| Links |
|-----------------------------------------------------------------------------------------------------------------------------------|
| [en_win_xp_pro_x64_with_sp2_vl_x13-41611.iso](https://drive.massgrave.dev/en_win_xp_pro_x64_with_sp2_vl_x13-41611.iso) |