Compare commits

...

13 Commits

Author SHA1 Message Date
a06b6cf9db remove "only" 2025-01-30 00:29:56 +05:30
7b1bc44954
Merge pull request #24 from NomadVibes88/patch-1
Update evaluation_editions.md
2025-01-29 22:22:28 +05:30
e39680481e
Merge pull request #25 from NomadVibes88/patch-2
Update hwid.md
2025-01-29 22:21:59 +05:30
Alex Carter
078e9fc320
Update hwid.md
Fixed grammar: Changed `use only` to `only use`.
2025-01-29 22:49:42 +06:00
Alex Carter
f5b1506e7b
Update evaluation_editions.md 2025-01-29 22:44:02 +06:00
f09acecbdb Add sandbox related info in null service error 2025-01-13 23:20:01 +05:30
6d59759d60 Add ESD info and edit a few things 2025-01-08 04:30:44 +05:30
020160f08d Add info related to LTSC and its use cases 2025-01-07 01:23:54 +05:30
8e23a3b99a Add store package link from abbodi1406 2025-01-06 21:50:47 +05:30
dffb836487 Add insider registration link 2025-01-06 21:19:34 +05:30
3645ea2300 Update Docusaurus to 3.7.0 2025-01-06 21:11:46 +05:30
cbd3da5c92 Fix change edition redirect 2025-01-04 21:44:40 +05:30
d7d93e046e Add LanguageMode check and improve CheckFile 2025-01-04 04:09:24 +05:30
18 changed files with 538 additions and 679 deletions

View File

@ -7,7 +7,7 @@ Microsoft provides Windows 10/11 Enterprise and Server in evaluation version.
:::warning
Evaluation editions can not be activated beyond the evaluation period. Avoid using them, download the [full version](genuine-installation-media.md) instead.
Evaluation editions can not be activated beyond the evaluation period. Avoid using them, download the [full versions](genuine-installation-media.md) instead.
:::

View File

@ -16,6 +16,7 @@
- Follow these steps only if the script crashes after that.
- Download and extract this Null service registry zip [file](https://app.box.com/s/eczou3mvn6atronnd3nad2sqtb66h0lw).
- Run the file, restart the system (using the restart button), and try the activation script again.
- If the issue persists, check if you are using `Comodo Antivirus` or any type of `sandboxing` security software. If so, temporarily disable it and run the script again.
- If the issue persists, contact us [here](troubleshoot.md).
---

View File

@ -16,7 +16,7 @@ All download links available on our website lead to genuine files only.
- [Windows Vista](windows_vista_links.md)
- [Windows XP](windows_xp_links.md)
- [Windows Server](windows_server_links.md)
- Windows Insider [10 / 11](https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewiso) - [Server](https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewserver)
- Windows Insider [10-11](https://www.microsoft.com/software-download/windowsinsiderpreviewiso) - [Server](https://www.microsoft.com/software-download/windowsinsiderpreviewserver) / [(Registration)](https://www.microsoft.com/windowsinsider/getting-started)
## Download Office
- [Office C2R Installers](https://gravesoft.dev/office_c2r_links) ❤️

View File

@ -36,7 +36,7 @@
#### 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.
- 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 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.
------------------------------------------------------------------------

View File

@ -2,13 +2,8 @@
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/office_c2r_links). VL (Volume) means these Office versions can be activated with KMS.
- Microsoft provides download links of Office MSI VL versions on [M365 Admin Center](https://learn.microsoft.com/licensing/vlsc-faqs-home-page) 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](https://app.box.com/s/gfooa4qprwg19o5oksaeabflyltiq5i5) 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/NpuNEUS2Sh).
- [FAQ](genuine-installation-media.md#faq)
- You can activate all of the below listed 2010/2013/2016 Office files with Online KMS option and 2013/2016 with Ohook option in MAS. To activate Office 2007 Enterprise, you can use this key `BQDQB-KRRY9-43DBR-4P9J4-DH7D8`
------------------------------------------------------------------------

View File

@ -1,12 +1,9 @@
# Windows 10 Download
All download links lead to genuine files only.
- [FAQ](genuine-installation-media.md#faq)
---
[**Windows 10 Updates After End-Of-Life**](windows10_eol.md)
---
- [Windows 10 Updates After End-Of-Life](windows10_eol.md)
## Download Links
@ -242,7 +239,12 @@ Check [here](windows_ltsc_links.md).
**Old Versions**
https://os.click/
1) https://os.click/
OR
2) Download the [Official Microsoft ESD file](https://worproject.com/esd) and [ESD>ISO Converter](https://github.com/abbodi1406/WHD/raw/master/scripts/esd-decrypter-wimlib-65.7z) by [abbodi1406](https://forums.mydigitallife.net/threads/abbodi1406s-batch-scripts-repo.74197/),
- Put the ESD file beside `decrypt.cmd` and run that script.
- It will create the ISO file.
- This process is same as how Official MCT tool creates Windows 10 and 11 ISOs.
---

View File

@ -1,5 +1,7 @@
# Windows 11 Download
All download links lead to genuine files only.
- [FAQ](genuine-installation-media.md#faq)
------------------------------------------------------------------------
@ -115,7 +117,12 @@ Check [here](windows_ltsc_links.md).
**Old Versions**
https://os.click/
1) https://os.click/
OR
2) Download the [Official Microsoft ESD file](https://worproject.com/esd) and [ESD>ISO Converter](https://github.com/abbodi1406/WHD/raw/master/scripts/esd-decrypter-wimlib-65.7z) by [abbodi1406](https://forums.mydigitallife.net/threads/abbodi1406s-batch-scripts-repo.74197/),
- Put the ESD file beside `decrypt.cmd` and run that script.
- It will create the ISO file.
- This process is same as how Official MCT tool creates Windows 10 and 11 ISOs.
------------------------------------------------------------------------

View File

@ -1,5 +1,7 @@
# Windows 7 Download
All download links lead to genuine files only.
- [FAQ](genuine-installation-media.md#faq)
- Which Windows 7 edition should you choose?
Most important thing we need to consider is the supported activation method.

View File

@ -1,5 +1,7 @@
# Windows 8.1 Download
All download links lead to genuine files only.
- [FAQ](genuine-installation-media.md#faq)
- 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`

View File

@ -1,5 +1,7 @@
# Windows ARM64 Download
All download links lead to genuine files only.
- [FAQ](genuine-installation-media.md#faq)
- You need ARM64 processor (CPU) to install Windows ARM64 architecture OS.
@ -14,14 +16,13 @@ import TabItem from '@theme/TabItem';
<Tabs>
<TabItem value="Windows 11 Consumer 24H2" label="Windows 11 Consumer 24H2" default>
<TabItem value="Windows 11 Consumer 24H2" label="Windows 11 Consumer 24H2" default>
**Windows 11 Consumer 24H2**
Build - 26100.1742
MSDL https://msdl.gravesoft.dev/#3131 ❤ provides Official links straight from Microsoft, works even if Microsoft is blocking the download to Russian/VPN users.
You can also download the ISO from https://www.microsoft.com/software-download/windows11arm64
**Download Links:** [MSDL ❤](https://msdl.gravesoft.dev/#3131) / [Microsoft](https://www.microsoft.com/software-download/windows11arm64)
------------------------------------------------------------------------
@ -115,6 +116,19 @@ ARM64 version for LTSC is available only in English language.
------------------------------------------------------------------------
</TabItem>
<TabItem value="Old Versions" label="Old Versions" default>
**Old Versions**
- Download the [Official Microsoft ESD file](https://worproject.com/esd) and [ESD>ISO Converter](https://github.com/abbodi1406/WHD/raw/master/scripts/esd-decrypter-wimlib-65.7z) by [abbodi1406](https://forums.mydigitallife.net/threads/abbodi1406s-batch-scripts-repo.74197/),
- Put the ESD file beside `decrypt.cmd` and run that script.
- It will create the ISO file.
- This process is same as how Official MCT tool creates Windows 10 and 11 ISOs.
------------------------------------------------------------------------
</TabItem>
</Tabs>
@ -199,5 +213,18 @@ ARM64 version for LTSC is available only in English language.
------------------------------------------------------------------------
</TabItem>
<TabItem value="Old Versions" label="Old Versions" default>
**Old Versions**
- Download the [Official Microsoft ESD file](https://worproject.com/esd) and [ESD>ISO Converter](https://github.com/abbodi1406/WHD/raw/master/scripts/esd-decrypter-wimlib-65.7z) by [abbodi1406](https://forums.mydigitallife.net/threads/abbodi1406s-batch-scripts-repo.74197/),
- Put the ESD file beside `decrypt.cmd` and run that script.
- It will create the ISO file.
- This process is same as how Official MCT tool creates Windows 10 and 11 ISOs.
------------------------------------------------------------------------
</TabItem>
</Tabs>

View File

@ -1,11 +1,53 @@
# Windows LTSC Download
All download links lead to genuine files only.
- [FAQ](genuine-installation-media.md#faq)
- Windows 10/11 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.
- Microsoft provides Evaluation ISO public [links](https://www.microsoft.com/evalcenter) for Windows LTSC releases, but as the name states, those ISO's are for evaluation purposes and can not be activated for more than 90 days. Below listed ISOs are full version that can be activated.
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
<details>
<summary>What is LTSC, and is it the right choice for you?</summary>
TL;DR if you're uncertain, avoid LTSC and choose the general availability channel and its editions.
---
Microsoft releases Windows 10 and 11 through two servicing channels.
1) **GAC** (General Availability Channel)
- It is intended for both general and enterprise customers.
- Edition examples include options such as Home, Pro, and Enterprise.
- Maximum support on the same build is usually [2 years](https://learn.microsoft.com/lifecycle/products/windows-11-home-and-pro) for consumers and [3 years](https://learn.microsoft.com/lifecycle/products/windows-11-enterprise-and-education) for the enterprise. After that, you need to install feature updates.
- This is the main servicing channel and other software and games usually follow this channel's life cycle to provide support.
2) **LTSC** (Long-Term Servicing Channel)
- It is designed for devices where functionality and features must remain constant over time, such as medical systems, industrial controllers, and air traffic control devices.
- Examples of editions include: Enterprise LTSC and IoT Enterprise LTSC.
- Maximum support on the same build is usually [5 years](https://learn.microsoft.com/lifecycle/products/windows-11-enterprise-ltsc-2024) for LTSC and [10 years](https://learn.microsoft.com/lifecycle/products/windows-11-iot-enterprise-ltsc-2024) for the IoT LTSC.
- This is not the main servicing channel and other software and games usually don't follow this channel's life cycle. For example, browsers and games might not provide support for 10 years on same build.
- It lacks most of the Store (UWP) apps.
---
**Reasons to use LTSC:**
- You don't like annual Windows feature upgrades.
- You don't like preinstalled Store (UWP) apps as well.
- You want longer update support for Windows 10.
**Reasons to avoid using LTSC:**
- As stated above, many games and software might not support LTSC once that same build has reached the end of life in GAC.
- Games might not work out of the box and you will manually need to install store and Xbox apps.
- New hardware might not be fully supported by a 2-3 year-old LTSC build (A new version of LTSC is released every 3 years).
- You might miss new features added in GAC that aren't available in LTSC.
---
**Common misconceptions**
- LTSC is fast.
It's not fast, although there might be a bit more RAM available because of no store apps running in the background, and you can achieve the same result in GAC channel editions by [turning off](https://www.elevenforum.com/t/enable-or-disable-background-apps-in-windows-11.923/) background apps and startup apps.
- It's more privacy-oriented.
No, [telemetry options](https://gist.github.com/ave9858/a2153957afb053f7d0e7ffdd6c3dcb89) are the same as GAC Enterprise.
</details>
<details>
<summary>Microsoft store app installation on LTSC</summary>
@ -29,8 +71,16 @@ This app is very useful; it includes WinGet, enabling easy installation of .appx
https://apps.microsoft.com/detail/9nblggh4nns1
**It didn't work. What should I do next?**
You can install them using the package provided by abbodi1406.
https://github.com/stdin82/htfx/releases/tag/v0.0.24
</details>
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
<details>
<summary>Differences between IoT and Non-IoT Windows Enterprise LTSC</summary>
@ -53,7 +103,7 @@ https://apps.microsoft.com/detail/9nblggh4nns1
- IoT Enterprise LTSC is a winner.
- The only difference between IoT Enterprise LTSC and IoT Enterprise Subscription LTSC is that the subscription edition supports a subscription license.
- You can change the editions to each other (IoT and Non-IoT Windows Enterprise LTSC) only by inserting the corresponding edition key.
- IoT LTSC edition ISO's are available in English language only. You can install Non-IoT LTSC in another language and later install IoT LTSC key `CGK42-GYN6Y-VD22B-BX98W-J8JXD` to change the edition.
- IoT LTSC edition ISO's are available in English language only. You can install Non-IoT LTSC in another language and later install IoT LTSC key `CGK42-GYN6Y-VD22B-BX98W-J8JXD` in activation page in Windows settings to change the edition.
</TabItem>
<TabItem value="Windows 10 LTSC 2021" label="Windows 10 LTSC 2021" default>
@ -71,7 +121,7 @@ https://apps.microsoft.com/detail/9nblggh4nns1
- IoT Enterprise LTSC is a winner.
- You can change the editions to each other (IoT and Non-IoT Windows Enterprise LTSC) only by inserting the corresponding edition key.
- IoT LTSC edition ISO's are available in English language only. You can install Non-IoT LTSC in another language and later install IoT LTSC key `QPM6N-7J2WJ-P88HH-P3YRH-YY74H` to change the edition.
- IoT LTSC edition ISO's are available in English language only. You can install Non-IoT LTSC in another language and later install IoT LTSC key `QPM6N-7J2WJ-P88HH-P3YRH-YY74H` in activation page in Windows settings to change the edition.
</TabItem>
@ -79,7 +129,7 @@ https://apps.microsoft.com/detail/9nblggh4nns1
<TabItem value="Old Versions" label="Old Versions" default>
- There are ISOs available for IoT Enterprise LTSC/LTSB 2019, 2016, and 2015, but they only have the Non-IoT LTSC OEM key preinstalled. The installed key is the only difference. There is no real, different IoT edition available for these versions.
- There are ISOs available for IoT Enterprise LTSC/LTSB 2019, 2016, and 2015, but they only have the Non-IoT LTSC OEM key (generic, not-activated) preinstalled. The installed key is the only difference. There is no real, different IoT edition available for these versions.
</TabItem>
</Tabs>
@ -102,7 +152,7 @@ Build - 26100.1742
These ISO's contain below editions.
Windows 11 Enterprise LTSC
Windows 11 IoT Enterprise LTSC ❤️
Windows 11 IoT Enterprise LTSC
Windows 11 IoT Enterprise Subscription LTSC
| Language | Arch | Link |
@ -167,11 +217,11 @@ Build - 26100.1742
These ISO's contain below editions.
Windows 10 Enterprise LTSC
Windows 10 IoT Enterprise LTSC ❤️
Windows 10 IoT Enterprise LTSC
| Language | Arch | Link |
| :------- | :---- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| English | x64 | [en-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f.iso❤️](https://drive.massgrave.dev/en-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f.iso) |
| English | x64 | [en-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f.iso](https://drive.massgrave.dev/en-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f.iso) |
---
@ -266,7 +316,7 @@ Windows 10 IoT Enterprise LTSC ❤️
**Windows 10 IoT Enterprise LTSC 2019**
(Build - 17763.107)
It doesn't have the actual IotEnterpriseS edition, it's just EnterpriseS with OEM key installed.
It doesn't have the actual IotEnterpriseS edition, it's just EnterpriseS with OEM key (generic, not-activated) installed.
| Language | Arch | Link |
| :------- | :--- | :----------------------------------------------------------------------------------------------------------------------------------------------------- |
@ -366,7 +416,7 @@ It doesn't have the actual IotEnterpriseS edition, it's just EnterpriseS with OE
**Windows 10 IoT Enterprise LTSB 2016**
(Build - 14393)
It doesn't have the actual IotEnterpriseS edition, it's just EnterpriseS with OEM key installed.
It doesn't have the actual IotEnterpriseS edition, it's just EnterpriseS with OEM key (generic, not-activated) installed.
This ISO file is taken from the Microsoft's OEM portal.
Rename the .IMG extension to .iso.
@ -468,7 +518,7 @@ Rename the .IMG extension to .iso.
**Windows 10 IoT Enterprise LTSB 2015**
(Build - 10240)
It doesn't have the actual IotEnterpriseS edition, it's just EnterpriseS with OEM key installed.
It doesn't have the actual IotEnterpriseS edition, it's just EnterpriseS with OEM key (generic, not-activated) installed.
This ISO file is taken from the Microsoft's OEM portal.
Rename the .IMG extension to .iso.
Enter `FWN7H-PF93Q-4GGP8-M8RF3-MDWWW` key while installing Windows.

View File

@ -1,5 +1,7 @@
# Windows Server Download
All download links lead to genuine files only.
- [FAQ](genuine-installation-media.md#faq)
------------------------------------------------------------------------

View File

@ -1,5 +1,7 @@
# Windows Vista Download
All download links lead to genuine files only.
- [FAQ](genuine-installation-media.md#faq)
- Below listed ISO have these editions available to choose from when installing Windows.
Windows Vista Business

View File

@ -1,5 +1,7 @@
# Windows XP Download
All download links lead to genuine files only.
- [FAQ](genuine-installation-media.md#faq)
- For x86, SP3 and for x64, SP2 are the last released ISO's available. x64 SP2 version was released in English language only.
- x86 VL ISO's can be activated with the key `XCYBK-2B3KV-G8T8F-WXJM7-WCTYT`

1026
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,8 +14,8 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^3.6.3",
"@docusaurus/preset-classic": "^3.6.3",
"@docusaurus/core": "^3.7.0",
"@docusaurus/preset-classic": "^3.7.0",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",

View File

@ -6,7 +6,8 @@
/bypass-russian-geoblock* https://gravesoft.dev/bypass-russian-geoblock 301
/fix-wpa-registry* https://gravesoft.dev/fix-wpa-registry 301
/redirect-genuine-installation-media* /genuine-installation-media 301
/change_edition* /change_windows_edition 301
/change_edition /change_windows_edition 301
/change_edition.html /change_windows_edition 301
/idm-activation-script* https://github.com/WindowsAddict/IDM-Activation-Script 301
/office_c2r_links* https://gravesoft.dev/office_c2r_links 301
/office_c2r_custom* https://gravesoft.dev/office_c2r_custom 301

View File

@ -5,6 +5,13 @@ Write-Host "The current command (irm https://massgrave.dev/get | iex) will be re
Write-Host -ForegroundColor Green "Use the new command (irm https://get.activated.win | iex) moving forward."
write-host
if ($ExecutionContext.SessionState.LanguageMode.value__ -ne 0) {
$ExecutionContext.SessionState.LanguageMode
Write-Host "Windows PowerShell is not running in Full Language Mode."
Write-Host "Help - https://massgrave.dev/fix_powershell" -ForegroundColor White -BackgroundColor Blue
return
}
function Check3rdAV {
$avList = Get-CimInstance -Namespace root\SecurityCenter2 -Class AntiVirusProduct | Where-Object { $_.displayName -notlike '*windows*' } | Select-Object -ExpandProperty displayName
if ($avList) {
@ -13,6 +20,16 @@ function Check3rdAV {
}
}
function CheckFile {
param ([string]$FilePath)
if (-not (Test-Path $FilePath)) {
Check3rdAV
Write-Host "Failed to create MAS file in temp folder, aborting!"
Write-Host "Help - https://massgrave.dev/troubleshoot" -ForegroundColor White -BackgroundColor Blue
throw
}
}
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
$URLs = @(
'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/37ec96504a2983a5801c43e975ab78c8f9315d2a/MAS/All-In-One-Version-KL/MAS_AIO.cmd',
@ -57,16 +74,11 @@ $rand = [Guid]::NewGuid().Guid
$isAdmin = [bool]([Security.Principal.WindowsIdentity]::GetCurrent().Groups -match 'S-1-5-32-544')
$FilePath = if ($isAdmin) { "$env:SystemRoot\Temp\MAS_$rand.cmd" } else { "$env:USERPROFILE\AppData\Local\Temp\MAS_$rand.cmd" }
Set-Content -Path $FilePath -Value "@::: $rand `r`n$response"
CheckFile $FilePath
$env:ComSpec = "$env:SystemRoot\system32\cmd.exe"
Start-Process -FilePath $env:ComSpec -ArgumentList "/c """"$FilePath"" $args""" -Wait
if (-not (Test-Path -Path $FilePath)) {
Check3rdAV
Write-Host "Failed to create MAS file in temp folder, aborting!"
Write-Host "Help - https://massgrave.dev/troubleshoot" -ForegroundColor White -BackgroundColor Blue
return
}
CheckFile $FilePath
$FilePaths = @("$env:SystemRoot\Temp\MAS*.cmd", "$env:USERPROFILE\AppData\Local\Temp\MAS*.cmd")
foreach ($FilePath in $FilePaths) { Get-Item $FilePath | Remove-Item }