diff options
| author | WindowsAddict | 2025-10-06 19:48:49 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-10-06 19:48:49 +0000 |
| commit | a95bf7ce742df3189b13cb899d675060b22fd9a4 (patch) | |
| tree | 8828bc8bf6a2eb429a92db45e06b11e3250449d4 | |
| parent | 0c200320c5fa33cee809713379bd97dbc97ed073 (diff) | |
| download | massgrave.dev-a95bf7ce742df3189b13cb899d675060b22fd9a4.zip | |
Update layout. Thanks a lot to asdcorp.
| -rw-r--r-- | docs/changelog.md | 2 | ||||
| -rw-r--r-- | docs/contactus.md | 2 | ||||
| -rw-r--r-- | docs/contribute.md | 1 | ||||
| -rw-r--r-- | docs/fix_service.md | 6 | ||||
| -rw-r--r-- | docs/guide_links.md | 19 | ||||
| -rw-r--r-- | docs/intro.md | 2 | ||||
| -rw-r--r-- | docs/issues_due_to_gaming_spoofers.md | 6 | ||||
| -rw-r--r-- | docs/oem-folder.md | 2 | ||||
| -rw-r--r-- | docs/office-license-is-not-genuine.md | 5 | ||||
| -rw-r--r-- | docs/office_for_mac.md | 3 | ||||
| -rw-r--r-- | docs/office_msi_links.md | 6 | ||||
| -rw-r--r-- | docs/troubleshoot.md | 3 | ||||
| -rw-r--r-- | docs/windows-server-links.md | 6 | ||||
| -rw-r--r-- | docs/windows_10_links.md | 17 | ||||
| -rw-r--r-- | docs/windows_11_links.md | 16 | ||||
| -rw-r--r-- | docs/windows_7_links.md | 20 | ||||
| -rw-r--r-- | docs/windows_8.1_links.md | 18 | ||||
| -rw-r--r-- | docs/windows_arm_links.md | 22 | ||||
| -rw-r--r-- | docs/windows_ltsc_links.md | 14 | ||||
| -rw-r--r-- | docs/windows_vista__links.md | 8 | ||||
| -rw-r--r-- | docs/windows_xp_links.md | 4 | ||||
| -rw-r--r-- | docusaurus.config.js | 57 | ||||
| -rw-r--r-- | sidebars.js | 113 | ||||
| -rw-r--r-- | src/css/custom.css | 13 |
24 files changed, 172 insertions, 193 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index bf8a8cf..2552b90 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1041,5 +1041,3 @@ About- These previous scripts are now discontinued and from now on i'll only work on
"Microsoft Activation Script"
```
-
-------------------------------------------------------------------------
diff --git a/docs/contactus.md b/docs/contactus.md index 0c8d2a2..0f7e80c 100644 --- a/docs/contactus.md +++ b/docs/contactus.md @@ -9,5 +9,3 @@ Please feel free to share feedback regarding bug reports, documentation errors, - [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) / [Azure DevOps](https://dev.azure.com/massgrave/_git/Microsoft-Activation-Scripts) / [Self-hosted Git](https://git.activated.win/massgrave/Microsoft-Activation-Scripts)
- Email: [email protected]
- [Nsaneforums](https://nsaneforums.com/topic/316668--)
-
-------------------------------------------------------------------------
diff --git a/docs/contribute.md b/docs/contribute.md index f3a5d02..a88401e 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -10,4 +10,3 @@ At the moment, we don't need any help with coding. --- We will update this list as needed in the future. - diff --git a/docs/fix_service.md b/docs/fix_service.md index 6c4c74a..7d3e36f 100644 --- a/docs/fix_service.md +++ b/docs/fix_service.md @@ -1,3 +1,7 @@ +--- +description: Fix broken services which are required by MAS to work. +--- + # Fix Windows Services ## Corrupt service - sppsvc @@ -18,5 +22,3 @@ - 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). - ---- diff --git a/docs/guide_links.md b/docs/guide_links.md index 646b5ef..652edf0 100644 --- a/docs/guide_links.md +++ b/docs/guide_links.md @@ -2,21 +2,6 @@ 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.
----
+import DocCardList from '@theme/DocCardList';
-- [Windows 10 Updates After End-Of-Life](windows10_eol.md)
-- [Office License Is Not Genuine](office-license-is-not-genuine.md)
-- [Bypass Microsoft Geoblocking](https://gravesoft.dev/bypass-microsoft-geoblocking)
-- [Fix WPA Registry](https://gravesoft.dev/fix-wpa-registry)
-- [Licensing Servers Issue](licensing-servers-issue.md)
-- [Issues Due To Gaming Spoofers](issues_due_to_gaming_spoofers.md)
-- [Fix Windows Services](fix_service.md)
-- [Change Edition Issues](change_edition_issues.md)
-- [Windows Evaluation Editions](evaluation_editions.md)
-- [Fix Powershell](https://gravesoft.dev/fix_powershell)
-- [PowerShell on Legacy Windows](powershell-on-legacy-windows.md)
-- [In-place Repair Upgrade](https://gravesoft.dev/in-place_repair_upgrade)
-- [Remove Malware](https://gravesoft.dev/remove_malware)
-- [Clean Install Windows](https://gravesoft.dev/clean_install_windows)
-
----
+<DocCardList />
diff --git a/docs/intro.md b/docs/intro.md index 455402a..0f2328c 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -1,8 +1,8 @@ ---
slug: /
sidebar_position: 1
-title: Activate Windows / Office
sidebar_label: Activate Windows / Office
+title: Home
---
# Microsoft Activation Scripts (MAS)
diff --git a/docs/issues_due_to_gaming_spoofers.md b/docs/issues_due_to_gaming_spoofers.md index 4e92078..c33f820 100644 --- a/docs/issues_due_to_gaming_spoofers.md +++ b/docs/issues_due_to_gaming_spoofers.md @@ -1,3 +1,7 @@ +---
+description: 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.
+---
+
# Issues Due To Gaming Spoofers
## Incorrect ModuleId
@@ -7,5 +11,3 @@ MAS activation may show the error related to "Incorrect ModuleId". Some gaming s - [Download](https://app.box.com/s/bwdlhknu66es69fooki1rlno9ppumfph) 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).
-
-------------------------------------------------------------------------
diff --git a/docs/oem-folder.md b/docs/oem-folder.md index 0d8dcb1..d934865 100644 --- a/docs/oem-folder.md +++ b/docs/oem-folder.md @@ -99,5 +99,3 @@ To create a pre-activated Windows installation ISO, do the following: ## TSforge + Online KMS
- In this method, Windows will be activated with TSforge, and **Office** (Preinstalled) will be activated using Online KMS.
-
-------------------------------------------------------------------------
diff --git a/docs/office-license-is-not-genuine.md b/docs/office-license-is-not-genuine.md index 51e2be9..a49f85f 100644 --- a/docs/office-license-is-not-genuine.md +++ b/docs/office-license-is-not-genuine.md @@ -1,3 +1,8 @@ +---
+sidebar_label: Office License Is Not Genuine
+description: To discourage the use of pirated Office, the Office team began implementing checks in Office C2R in February 2021 to display a banner prompting users to buy genuine Office.
+---
+
# 'Get genuine Office' banner

diff --git a/docs/office_for_mac.md b/docs/office_for_mac.md index 72293e5..8551f63 100644 --- a/docs/office_for_mac.md +++ b/docs/office_for_mac.md @@ -230,6 +230,3 @@ The below activator (serializer) pkg files are extracted from the official iso f - As we do not use macOS, we cannot provide system-specific troubleshooting. A clean installation of macOS is recommended as a final option.
:::
-
-
-------------------------------------------------------------------------
diff --git a/docs/office_msi_links.md b/docs/office_msi_links.md index d6eceb6..2c622ec 100644 --- a/docs/office_msi_links.md +++ b/docs/office_msi_links.md @@ -1,3 +1,7 @@ +---
+sidebar_label: Office MSI VL
+---
+
# Office MSI VL Download
All download links lead to genuine files only.
@@ -742,7 +746,5 @@ import TabItem from '@theme/TabItem'; | Chinese-Traditional | x86 | [tw_office_enterprise_2007_united_states_x86_dvd_481333.iso](https://drive.massgrave.dev/tw_office_enterprise_2007_united_states_x86_dvd_481333.iso) |
| Ukrainian | x86 | [uk_office_enterprise_2007_united_states_x86_dvd_481338.iso](https://drive.massgrave.dev/uk_office_enterprise_2007_united_states_x86_dvd_481338.iso) |
-------------------------------------------------------------------------
-
</TabItem>
</Tabs>
diff --git a/docs/troubleshoot.md b/docs/troubleshoot.md index be5fc2e..1e92a56 100644 --- a/docs/troubleshoot.md +++ b/docs/troubleshoot.md @@ -23,6 +23,3 @@ Reach out to us with an error screenshot on any of the below links; import DiscordBadge from '@site/src/components/DiscordBadge';
<DiscordBadge />
-
-------------------------------------------------------------------------
-
diff --git a/docs/windows-server-links.md b/docs/windows-server-links.md index e366f43..c66d8d2 100644 --- a/docs/windows-server-links.md +++ b/docs/windows-server-links.md @@ -1,3 +1,7 @@ +---
+sidebar_label: Windows Server
+---
+
# Windows Server Download
All download links lead to genuine files only.
@@ -278,5 +282,3 @@ Updated February 2018 (Build - 14393.1884) | Turkish | x86 | [tr_windows_server_2008_with_sp2_x86_dvd_x15-41093.iso](https://drive.massgrave.dev/tr_windows_server_2008_with_sp2_x86_dvd_x15-41093.iso) |
| Chinese-Traditional | x64 | [tw_windows_server_2008_with_sp2_x64_dvd_x15-41323.iso](https://drive.massgrave.dev/tw_windows_server_2008_with_sp2_x64_dvd_x15-41323.iso) |
| Chinese-Traditional | x86 | [tw_windows_server_2008_with_sp2_x86_dvd_x15-41049.iso](https://drive.massgrave.dev/tw_windows_server_2008_with_sp2_x86_dvd_x15-41049.iso) |
-
-------------------------------------------------------------------------
diff --git a/docs/windows_10_links.md b/docs/windows_10_links.md index 53b75fe..cc2df47 100644 --- a/docs/windows_10_links.md +++ b/docs/windows_10_links.md @@ -1,3 +1,7 @@ +---
+sidebar_label: Windows 10
+---
+
# Windows 10 Download
All download links lead to genuine files only.
@@ -112,8 +116,6 @@ Build - 19045.6332 (Sep 2025) | Chinese-Traditional | x64 | [zh-tw_windows_10_consumer_editions_version_22h2_updated_sep_2025_x64_dvd_4a22741d.iso](https://drive.massgrave.dev/zh-tw_windows_10_consumer_editions_version_22h2_updated_sep_2025_x64_dvd_4a22741d.iso) |
| Chinese-Traditional | x86 | [zh-tw_windows_10_consumer_editions_version_22h2_updated_sep_2025_x86_dvd_4a22741d.iso](https://drive.massgrave.dev/zh-tw_windows_10_consumer_editions_version_22h2_updated_sep_2025_x86_dvd_4a22741d.iso) |
----
-
</TabItem>
<TabItem value="Windows 10 Business 22H2" label="Windows 10 Business 22H2" default>
@@ -201,8 +203,6 @@ Build - 19045.6332 (Sep 2025) | Chinese-Traditional | x64 | [zh-tw_windows_10_business_editions_version_22h2_updated_sep_2025_x64_dvd_ba90af64.iso](https://drive.massgrave.dev/zh-tw_windows_10_business_editions_version_22h2_updated_sep_2025_x64_dvd_ba90af64.iso) |
| Chinese-Traditional | x86 | [zh-tw_windows_10_business_editions_version_22h2_updated_sep_2025_x86_dvd_c9aa2f71.iso](https://drive.massgrave.dev/zh-tw_windows_10_business_editions_version_22h2_updated_sep_2025_x86_dvd_c9aa2f71.iso) |
----
-
</TabItem>
<TabItem value="Windows 10 IoT Enterprise 22H2" label="Windows 10 IoT Enterprise 22H2" default>
@@ -242,9 +242,6 @@ slmgr.vbs /ipk XQQYW-NFFMW-XJPBH-K8732-CKFFD :::
-
----
-
</TabItem>
<TabItem value="Windows 10 ARM64 22H2" label="Windows 10 ARM64 22H2" default>
@@ -253,8 +250,6 @@ slmgr.vbs /ipk XQQYW-NFFMW-XJPBH-K8732-CKFFD Check [here](windows_arm_links.md).
----
-
</TabItem>
<TabItem value="Windows 10 Enterprise LTSC" label="Windows 10 (IoT) Enterprise LTSC" default>
@@ -263,8 +258,6 @@ Check [here](windows_arm_links.md). Check [here](windows_ltsc_links.md).
----
-
</TabItem>
<TabItem value="Other Versions" label="Other Versions" default>
@@ -279,7 +272,5 @@ Check [here](windows_ltsc_links.md). - It will create the ISO file.
- This process is same as how Official MCT tool creates Windows 10 and 11 ISOs.
----
-
</TabItem>
</Tabs>
diff --git a/docs/windows_11_links.md b/docs/windows_11_links.md index 1be7d2e..40f6557 100644 --- a/docs/windows_11_links.md +++ b/docs/windows_11_links.md @@ -1,3 +1,7 @@ +---
+sidebar_label: Windows 11
+---
+
# Windows 11 Download
All download links lead to genuine files only.
@@ -120,8 +124,6 @@ zh-tw_windows_11_consumer_editions_version_25h2_x64_dvd_5c984625.iso | Chinese-Simplified | x64 | [26200.6584.250915-1905.25h2_ge_release_svc_refresh_CLIENT_CONSUMER_x64FRE_zh-cn.iso](https://software-static.download.prss.microsoft.com/dbazure/888969d5-f34g-4e03-ac9d-1f9786c66749/26200.6584.250915-1905.25h2_ge_release_svc_refresh_CLIENT_CONSUMER_x64FRE_zh-cn.iso) |
| Chinese-Traditional | x64 | [26200.6584.250915-1905.25h2_ge_release_svc_refresh_CLIENT_CONSUMER_x64FRE_zh-tw.iso](https://software-static.download.prss.microsoft.com/dbazure/888969d5-f34g-4e03-ac9d-1f9786c66749/26200.6584.250915-1905.25h2_ge_release_svc_refresh_CLIENT_CONSUMER_x64FRE_zh-tw.iso) |
-------------------------------------------------------------------------
-
</TabItem>
<TabItem value="Windows 11 Business 25H2" label="Windows 11 Business 25H2" default>
@@ -170,8 +172,6 @@ Build - 26200.6584 | Chinese-Simplified | x64 | [zh-cn_windows_11_business_editions_version_25h2_x64_dvd_22759158.iso](https://drive.massgrave.dev/zh-cn_windows_11_business_editions_version_25h2_x64_dvd_22759158.iso)|
| Chinese-Traditional | x64 | [zh-tw_windows_11_business_editions_version_25h2_x64_dvd_fc876202.iso](https://drive.massgrave.dev/zh-tw_windows_11_business_editions_version_25h2_x64_dvd_fc876202.iso)|
-------------------------------------------------------------------------
-
</TabItem>
<TabItem value="Windows 11 IoT Enterprise 25H2" label="Windows 11 IoT Enterprise 25H2" default>
@@ -218,8 +218,6 @@ slmgr.vbs /ipk XQQYW-NFFMW-XJPBH-K8732-CKFFD :::
-------------------------------------------------------------------------
-
</TabItem>
<TabItem value="Windows 11 ARM64 24H2" label="Windows 11 ARM64 25H2" default>
@@ -228,8 +226,6 @@ slmgr.vbs /ipk XQQYW-NFFMW-XJPBH-K8732-CKFFD Check [here](windows_arm_links.md).
-------------------------------------------------------------------------
-
</TabItem>
<TabItem value="Windows 11 IoT Enterprise LTSC 24H2" label="Windows 11 (IoT) Enterprise LTSC 2024" default>
@@ -238,8 +234,6 @@ Check [here](windows_arm_links.md). Check [here](windows_ltsc_links.md).
-------------------------------------------------------------------------
-
</TabItem>
<TabItem value="Other Versions" label="Other Versions" default>
@@ -254,7 +248,5 @@ Check [here](windows_ltsc_links.md). - It will create the ISO file.
- This process is same as how Official MCT tool creates Windows 10 and 11 ISOs.
-------------------------------------------------------------------------
-
</TabItem>
</Tabs>
diff --git a/docs/windows_7_links.md b/docs/windows_7_links.md index 51bd320..d7ff639 100644 --- a/docs/windows_7_links.md +++ b/docs/windows_7_links.md @@ -1,3 +1,7 @@ +---
+sidebar_label: Windows 7
+---
+
# Windows 7 Download
All download links lead to genuine files only.
@@ -98,8 +102,6 @@ import TabItem from '@theme/TabItem'; | Ukrainian | x64 | [uk_windows_7_ultimate_with_sp1_x64_dvd_u_677406.iso](https://drive.massgrave.dev/uk_windows_7_ultimate_with_sp1_x64_dvd_u_677406.iso) |
| Ukrainian | x86 | [uk_windows_7_ultimate_with_sp1_x86_dvd_u_677485.iso](https://drive.massgrave.dev/uk_windows_7_ultimate_with_sp1_x86_dvd_u_677485.iso) |
-------------------------------------------------------------------------
-
</TabItem>
<TabItem value="Windows 7 Enterprise SP1" label="Windows 7 Enterprise SP1" default>
@@ -181,8 +183,6 @@ import TabItem from '@theme/TabItem'; | Ukrainian | x64 | [uk_windows_7_enterprise_with_sp1_x64_dvd_u_677683.iso](https://drive.massgrave.dev/uk_windows_7_enterprise_with_sp1_x64_dvd_u_677683.iso) |
| Ukrainian | x86 | [uk_windows_7_enterprise_with_sp1_x86_dvd_u_677712.iso](https://drive.massgrave.dev/uk_windows_7_enterprise_with_sp1_x86_dvd_u_677712.iso) |
-------------------------------------------------------------------------
-
</TabItem>
<TabItem value="Windows 7 Professional SP1" label="Windows 7 Professional SP1" default>
@@ -264,8 +264,6 @@ import TabItem from '@theme/TabItem'; | Ukrainian | x64 | [uk_windows_7_professional_with_sp1_x64_dvd_u_677026.iso](https://drive.massgrave.dev/uk_windows_7_professional_with_sp1_x64_dvd_u_677026.iso) |
| Ukrainian | x86 | [uk_windows_7_professional_with_sp1_x86_dvd_u_677150.iso](https://drive.massgrave.dev/uk_windows_7_professional_with_sp1_x86_dvd_u_677150.iso) |
-------------------------------------------------------------------------
-
</TabItem>
<TabItem value="Windows 7 Professional VL SP1" label="Windows 7 Professional VL SP1" default>
@@ -348,8 +346,6 @@ This version contains only Professional edition index. | Ukrainian | x64 | [uk_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677811.iso](https://drive.massgrave.dev/uk_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677811.iso) |
| Ukrainian | x86 | [uk_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677928.iso](https://drive.massgrave.dev/uk_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677928.iso) |
-------------------------------------------------------------------------
-
</TabItem>
<TabItem value="Windows 7 Home Premium SP1" label="Windows 7 Home Premium SP1" default>
@@ -431,8 +427,6 @@ This version contains only Professional edition index. | Ukrainian | x64 | [uk_windows_7_home_premium_with_sp1_x64_dvd_u_676684.iso](https://drive.massgrave.dev/uk_windows_7_home_premium_with_sp1_x64_dvd_u_676684.iso) |
| Ukrainian | x86 | [uk_windows_7_home_premium_with_sp1_x86_dvd_u_676769.iso](https://drive.massgrave.dev/uk_windows_7_home_premium_with_sp1_x86_dvd_u_676769.iso) |
-------------------------------------------------------------------------
-
</TabItem>
<TabItem value="Windows 7 Home Basic SP1" label="Windows 7 Home Basic SP1" default>
@@ -479,8 +473,6 @@ Available in x86 only on MVS. | Chinese-Traditional | x86 | [tw_windows_7_home_basic_with_sp1_x86_dvd_u_676507.iso](https://drive.massgrave.dev/tw_windows_7_home_basic_with_sp1_x86_dvd_u_676507.iso) |
| Ukrainian | x86 | [uk_windows_7_home_basic_with_sp1_x86_dvd_u_676494.iso](https://drive.massgrave.dev/uk_windows_7_home_basic_with_sp1_x86_dvd_u_676494.iso) |
-------------------------------------------------------------------------
-
</TabItem>
<TabItem value="Windows 7 Starter SP1" label="Windows 7 Starter SP1" default>
@@ -527,8 +519,6 @@ Available in x86 only. | Chinese-Traditional | x86 | [tw_windows_7_starter_with_sp1_x86_dvd_u_678549.iso](https://drive.massgrave.dev/tw_windows_7_starter_with_sp1_x86_dvd_u_678549.iso) |
| Ukrainian | x86 | [uk_windows_7_starter_with_sp1_x86_dvd_u_678529.iso](https://drive.massgrave.dev/uk_windows_7_starter_with_sp1_x86_dvd_u_678529.iso) |
-------------------------------------------------------------------------
-
</TabItem>
<TabItem value="Other Versions" label="Other Versions" default>
@@ -540,7 +530,5 @@ Available in x86 only. - https://files.rg-adguard.net/language/a9e697fb-a83e-ef89-8279-5e876ce4d2c3
- [MVS Bot](https://discord.gg/FajfGaH3nD)
-------------------------------------------------------------------------
-
</TabItem>
</Tabs>
diff --git a/docs/windows_8.1_links.md b/docs/windows_8.1_links.md index fdb3961..e293d31 100644 --- a/docs/windows_8.1_links.md +++ b/docs/windows_8.1_links.md @@ -1,3 +1,7 @@ +---
+sidebar_label: Windows 8.1
+---
+
# Windows 8.1 Download
All download links lead to genuine files only.
@@ -30,8 +34,6 @@ import TabItem from '@theme/TabItem'; MSDL https://msdl.gravesoft.dev/#52 provides official links directly from Microsoft.
-------------------------------------------------------------------------
-
</TabItem>
<TabItem value="Windows 8.1 Core / Pro" label="Windows 8.1 Core / Pro" default>
@@ -117,8 +119,6 @@ MSDL https://msdl.gravesoft.dev/#52 provides official links directly from Micros | Ukrainian | x64 | [uk_windows_8.1_with_update_x64_dvd_6051508.iso](https://drive.massgrave.dev/uk_windows_8.1_with_update_x64_dvd_6051508.iso) |
| Ukrainian | x86 | [uk_windows_8.1_with_update_x86_dvd_6051671.iso](https://drive.massgrave.dev/uk_windows_8.1_with_update_x86_dvd_6051671.iso) |
-------------------------------------------------------------------------
-
</TabItem>
<TabItem value="Windows 8.1 Pro VL" label="Windows 8.1 Pro VL" default>
@@ -204,8 +204,6 @@ MSDL https://msdl.gravesoft.dev/#52 provides official links directly from Micros | Ukrainian | x64 | [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) |
| Ukrainian | x86 | [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) |
-------------------------------------------------------------------------
-
</TabItem>
<TabItem value="Windows 8.1 Enterprise" label="Windows 8.1 Enterprise" default>
@@ -291,8 +289,6 @@ MSDL https://msdl.gravesoft.dev/#52 provides official links directly from Micros | Ukrainian | x64 | [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) |
| Ukrainian | x86 | [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) |
-------------------------------------------------------------------------
-
</TabItem>
<TabItem value="Windows 8.1 Embedded Pro" label="Windows 8.1 Embedded Pro" default>
@@ -378,8 +374,6 @@ MSDL https://msdl.gravesoft.dev/#52 provides official links directly from Micros | Ukrainian | x64 | [uk_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052113.iso](https://drive.massgrave.dev/uk_windows_embedded_8.1_industry_pro_with_update_x64_dvd_6052113.iso) |
| Ukrainian | x86 | [uk_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052150.iso](https://drive.massgrave.dev/uk_windows_embedded_8.1_industry_pro_with_update_x86_dvd_6052150.iso) |
-------------------------------------------------------------------------
-
</TabItem>
<TabItem value="Windows 8.1 Embedded Enterprise" label="Windows 8.1 Embedded Enterprise" default>
@@ -465,8 +459,6 @@ MSDL https://msdl.gravesoft.dev/#52 provides official links directly from Micros | Ukrainian | x64 | [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) |
| Ukrainian | x86 | [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) |
-------------------------------------------------------------------------
-
</TabItem>
<TabItem value="Other Versions" label="Other Versions" default>
@@ -478,7 +470,5 @@ MSDL https://msdl.gravesoft.dev/#52 provides official links directly from Micros - https://files.rg-adguard.net/language/1c50237d-03ef-617b-41f0-a7c44b76e808
- [MVS Bot](https://discord.gg/FajfGaH3nD)
-------------------------------------------------------------------------
-
</TabItem>
</Tabs>
diff --git a/docs/windows_arm_links.md b/docs/windows_arm_links.md index 1a60c6b..ae11f8c 100644 --- a/docs/windows_arm_links.md +++ b/docs/windows_arm_links.md @@ -1,3 +1,7 @@ +---
+sidebar_label: Windows ARM64
+---
+
# Windows ARM64 Download
All download links lead to genuine files only.
@@ -67,8 +71,6 @@ Official Microsoft **static download links** are provided below. You can also do | Chinese-Simplified | ARM64 | [26200.6584.250915-1905.25h2_ge_release_svc_refresh_CLIENT_CONSUMER_A64FRE_zh-cn.iso](https://software-static.download.prss.microsoft.com/dbazure/888969d5-f34g-4e03-ac9d-1f9786c66749/26200.6584.250915-1905.25h2_ge_release_svc_refresh_CLIENT_CONSUMER_A64FRE_zh-cn.iso) |
| Chinese-Traditional | ARM64 | [26200.6584.250915-1905.25h2_ge_release_svc_refresh_CLIENT_CONSUMER_A64FRE_zh-tw.iso](https://software-static.download.prss.microsoft.com/dbazure/888969d5-f34g-4e03-ac9d-1f9786c66749/26200.6584.250915-1905.25h2_ge_release_svc_refresh_CLIENT_CONSUMER_A64FRE_zh-tw.iso) |
-------------------------------------------------------------------------
-
</TabItem>
<TabItem value="Windows 11 Business 25H2" label="Windows 11 Business 25H2" default>
@@ -117,8 +119,6 @@ Build - 26200.6584 | Turkish | ARM64 | [SW_DVD9_Win_Pro_11_25H2_Arm64_Turkish_Pro_Ent_EDU_N_MLF_X24-13138.iso](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_25H2_Arm64_Turkish_Pro_Ent_EDU_N_MLF_X24-13138.iso) |
| Ukrainian | ARM64 | [SW_DVD9_Win_Pro_11_25H2_Arm64_Ukrainian_Pro_Ent_EDU_N_MLF_X24-13107.iso](https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_25H2_Arm64_Ukrainian_Pro_Ent_EDU_N_MLF_X24-13107.iso) |
-------------------------------------------------------------------------
-
</TabItem>
<TabItem value="Windows 11 IoT Enterprise 25H2" label="Windows 11 IoT Enterprise 25H2" default>
@@ -164,8 +164,6 @@ slmgr.vbs /ipk XQQYW-NFFMW-XJPBH-K8732-CKFFD :::
-------------------------------------------------------------------------
-
</TabItem>
<TabItem value="Windows 11 IoT Enterprise LTSC 2024" label="Windows 11 IoT Enterprise LTSC 2024" default>
@@ -184,8 +182,6 @@ ARM64 version for LTSC is available only in English language. |:---------|:------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
| English | ARM64 | [en-us_windows_11_iot_enterprise_ltsc_2024_arm64_dvd_ec517836.iso](https://drive.massgrave.dev/en-us_windows_11_iot_enterprise_ltsc_2024_arm64_dvd_ec517836.iso) |
-------------------------------------------------------------------------
-
</TabItem>
<TabItem value="Old Versions" label="Other Versions" default>
@@ -197,8 +193,6 @@ ARM64 version for LTSC is available only in English language. - It will create the ISO file.
- This process is the same as how the official MCT tool creates Windows 10 and 11 ISOs.
-------------------------------------------------------------------------
-
</TabItem>
</Tabs>
@@ -253,8 +247,6 @@ Build - 19045.5854 | Turkish | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Turkish_Pro_Ent_EDU_N_MLF_X24-05100.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Turkish_Pro_Ent_EDU_N_MLF_X24-05100.ISO) |
| Ukrainian | ARM64 | [SW_DVD9_Win_Pro_10_22H2.31_Arm64_Ukrainian_Pro_Ent_EDU_N_MLF_X24-05101.ISO](https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.31_Arm64_Ukrainian_Pro_Ent_EDU_N_MLF_X24-05101.ISO) |
-------------------------------------------------------------------------
-
</TabItem>
<TabItem value="Windows 10 IoT Enterprise 22H2" label="Windows 10 IoT Enterprise 22H2" default>
@@ -293,8 +285,6 @@ slmgr.vbs /ipk XQQYW-NFFMW-XJPBH-K8732-CKFFD :::
-------------------------------------------------------------------------
-
</TabItem>
<TabItem value="Windows 10 IoT Enterprise LTSC 2021" label="Windows 10 IoT Enterprise LTSC 2021" default>
@@ -307,8 +297,6 @@ ARM64 version for LTSC is available only in English language. |:---------|:------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
| English | ARM64 | [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) |
-------------------------------------------------------------------------
-
</TabItem>
<TabItem value="Old Versions" label="Other Versions" default>
@@ -320,7 +308,5 @@ ARM64 version for LTSC is available only in English language. - It will create the ISO file.
- This process is the same as how the official MCT tool creates Windows 10 and 11 ISOs.
-------------------------------------------------------------------------
-
</TabItem>
</Tabs>
diff --git a/docs/windows_ltsc_links.md b/docs/windows_ltsc_links.md index edcda96..b1dae64 100644 --- a/docs/windows_ltsc_links.md +++ b/docs/windows_ltsc_links.md @@ -1,3 +1,7 @@ +---
+sidebar_label: Windows 10 / 11 LTSC
+---
+
# Windows LTSC Download
All download links lead to genuine files only.
@@ -266,8 +270,6 @@ Build - 26100.1742 | Chinese-Simplified | x64 | [zh-cn_windows_11_enterprise_ltsc_2024_x64_dvd_cff9cd2d.iso](https://drive.massgrave.dev/zh-cn_windows_11_enterprise_ltsc_2024_x64_dvd_cff9cd2d.iso) |
| Chinese-Traditional | x64 | [zh-tw_windows_11_enterprise_ltsc_2024_x64_dvd_6287d84d.iso](https://drive.massgrave.dev/zh-tw_windows_11_enterprise_ltsc_2024_x64_dvd_6287d84d.iso) |
----
-
</TabItem>
<TabItem value="Windows 10 LTSC 2021" label="Windows 10 LTSC 2021" default>
@@ -368,8 +370,6 @@ Windows 10 IoT Enterprise LTSC | Chinese-Traditional | x64 | [zh-tw_windows_10_enterprise_ltsc_2021_x64_dvd_80dba877.iso](https://drive.massgrave.dev/zh-tw_windows_10_enterprise_ltsc_2021_x64_dvd_80dba877.iso) |
| Chinese-Traditional | x86 | [zh-tw_windows_10_enterprise_ltsc_2021_x86_dvd_03be1c20.iso](https://drive.massgrave.dev/zh-tw_windows_10_enterprise_ltsc_2021_x86_dvd_03be1c20.iso) |
----
-
</TabItem>
<TabItem value="Windows 10 LTSC 2019" label="Windows 10 LTSC 2019" default>
@@ -468,8 +468,6 @@ It doesn't have the actual IotEnterpriseS edition, it's just EnterpriseS with OE | Ukrainian | x64 | [uk_windows_10_enterprise_ltsc_2019_x64_dvd_d40a905a.iso](https://drive.massgrave.dev/uk_windows_10_enterprise_ltsc_2019_x64_dvd_d40a905a.iso) |
| Ukrainian | x86 | [uk_windows_10_enterprise_ltsc_2019_x86_dvd_e3b4eb4d.iso](https://drive.massgrave.dev/uk_windows_10_enterprise_ltsc_2019_x86_dvd_e3b4eb4d.iso) |
----
-
</TabItem>
<TabItem value="Windows 10 LTSB 2016" label="Windows 10 LTSB 2016" default>
@@ -556,8 +554,6 @@ It doesn't have the actual IotEnterpriseS edition, it's just EnterpriseS with OE | Ukrainian | x64 | [uk_windows_10_enterprise_2016_ltsb_x64_dvd_9058295.iso](https://drive.massgrave.dev/uk_windows_10_enterprise_2016_ltsb_x64_dvd_9058295.iso) |
| Ukrainian | x86 | [uk_windows_10_enterprise_2016_ltsb_x86_dvd_9058286.iso](https://drive.massgrave.dev/uk_windows_10_enterprise_2016_ltsb_x86_dvd_9058286.iso) |
----
-
</TabItem>
<TabItem value="Windows 10 LTSB 2015" label="Windows 10 LTSB 2015" default>
@@ -654,7 +650,5 @@ It doesn't have the actual IotEnterpriseS edition, it's just EnterpriseS with OE Check [here](windows_arm_links.md).
----
-
</TabItem>
</Tabs>
diff --git a/docs/windows_vista__links.md b/docs/windows_vista__links.md index 3454348..b7c5925 100644 --- a/docs/windows_vista__links.md +++ b/docs/windows_vista__links.md @@ -1,3 +1,7 @@ +---
+sidebar_label: Windows Vista
+---
+
# Windows Vista Download
All download links lead to genuine files only.
@@ -105,8 +109,6 @@ import TabItem from '@theme/TabItem'; | Ukrainian | x64 | [uk_windows_vista_with_sp2_x64_dvd_x15-36376.iso](https://drive.massgrave.dev/uk_windows_vista_with_sp2_x64_dvd_x15-36376.iso) |
| Ukrainian | x86 | [uk_windows_vista_with_sp2_x86_dvd_x15-36317.iso](https://drive.massgrave.dev/uk_windows_vista_with_sp2_x86_dvd_x15-36317.iso) |
-------------------------------------------------------------------------
-
</TabItem>
<TabItem value="Other Versions" label="Other Versions" default>
@@ -117,7 +119,5 @@ import TabItem from '@theme/TabItem'; - https://files.rg-adguard.net/language/7639fac9-2977-69dd-e02e-d0609bc3435e
- [MVS Bot](https://discord.gg/FajfGaH3nD)
-------------------------------------------------------------------------
-
</TabItem>
</Tabs>
diff --git a/docs/windows_xp_links.md b/docs/windows_xp_links.md index 3f470ec..85fbbe4 100644 --- a/docs/windows_xp_links.md +++ b/docs/windows_xp_links.md @@ -1,3 +1,7 @@ +---
+sidebar_label: Windows XP
+---
+
# Windows XP Download
All download links lead to genuine files only.
diff --git a/docusaurus.config.js b/docusaurus.config.js index a43882f..8cbb26c 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -25,7 +25,7 @@ const config = { onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', - trailingSlash: 'false', + trailingSlash: false, // Even if you don't use internationalization, you can use this field to set // useful metadata like html lang. For example, if your site is Chinese, you @@ -43,10 +43,6 @@ const config = { docs: { routeBasePath: '/', // Serve the docs at the site's root sidebarPath: './sidebars.js', - // Please change this to your repo. - // Remove this to remove the "edit this page" links. - editUrl: - 'https://github.com/massgravel/massgrave.dev/tree/main/', }, blog: { showReadingTime: true, @@ -88,6 +84,12 @@ const config = { }, items: [ { + to: '/', + position: 'left', + label: 'Home', + activeBaseRegex: "^/$", + }, + { to: '/genuine-installation-media', position: 'left', label: 'Download Windows / Office', @@ -167,51 +169,6 @@ const config = { }, ], }, - /* footer: { - style: 'dark', - links: [ - { - title: 'Docs', - items: [ - { - label: 'Tutorial', - to: '/docs/intro', - }, - ], - }, - { - title: 'Community', - items: [ - { - label: 'Stack Overflow', - href: 'https://stackoverflow.com/questions/tagged/docusaurus', - }, - { - label: 'Discord', - href: 'https://discordapp.com/invite/docusaurus', - }, - { - label: 'Twitter', - href: 'https://twitter.com/docusaurus', - }, - ], - }, - { - title: 'More', - items: [ - { - label: 'Blog', - to: '/blog', - }, - { - label: 'GitHub', - href: 'https://github.com/facebook/docusaurus', - }, - ], - }, - ], - copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`, - }, */ prism: { theme: prismThemes.github, darkTheme: prismThemes.dracula, diff --git a/sidebars.js b/sidebars.js index 46ab987..31e06a1 100644 --- a/sidebars.js +++ b/sidebars.js @@ -13,19 +13,49 @@ /** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */ const sidebars = { - // By default, Docusaurus generates a sidebar from the docs folder structure - tutorialSidebar: [{type: 'autogenerated', dirName: '.'}], - - // But you can create a sidebar manually - - tutorialSidebar: [ + sidebar: [ 'intro', - 'genuine-installation-media', + { + type: 'category', + label: 'Download Windows / Office', + link: {type: 'doc', id: 'genuine-installation-media'}, + items: [ + 'windows_11_links', + 'windows_10_links', + 'windows_ltsc_links', + 'windows_arm_links', + { + type: 'html', + value: '<hr class="sidebar-hr" />', + }, + 'windows_8.1_links', + 'windows_7_links', + 'windows_vista__links', + 'windows_xp_links', + 'windows-server-links', + { + type: 'html', + value: '<hr class="sidebar-hr" />', + }, + { + type: 'link', + label: 'Office C2R Installers', + href: 'https://gravesoft.dev/office_c2r_links', + }, + { + type: 'link', + label: 'Office C2R Custom Install', + href: 'https://gravesoft.dev/office_c2r_custom', + }, + 'office_msi_links', + 'office_for_mac' + ], + }, 'faq', 'troubleshoot', { type: 'html', - value: '<hr style="margin: 8px 0; border: 0; border-top: 1px solid #ddd;" />', + value: '<hr class="sidebar-hr" />', }, { type: 'category', @@ -37,16 +67,65 @@ const sidebars = { label: 'Manual Activation', items: ['manual_hwid_activation', 'manual_ohook_activation', 'manual_kms38_activation'] }, - 'guide_links', - 'unsupported_products_activation', - 'news', - 'changelog', - 'our_non-piracy_site', - 'contribute', - 'credits', - 'contactus', + { + type: 'category', + label: 'Guides', + link: {type: 'doc', id: 'guide_links'}, + items: [ + 'windows10_eol', + 'office-license-is-not-genuine', + { + type: 'link', + label: 'Bypass Microsoft Geoblocking', + href: 'https://gravesoft.dev/bypass-microsoft-geoblocking', + description: 'Microsoft blocks services in certain countries due to U.S. laws and local legal regulations. For example, users in Russia may not be able to download Windows or Office.' + }, + { + type: 'link', + label: 'Fix WPA Registry', + href: 'https://gravesoft.dev/fix-wpa-registry', + description: 'In some cases, the system may have corrupt WPA registry keys at HKEY_LOCAL_MACHINE\\SYSTEM\\WPA which can cause sppsvc to not work and activation to fail, it can also cause high CPU usage in sppsvc service.' + }, + 'licensing-servers-issue', + 'issues_due_to_gaming_spoofers', + 'fix_service', + 'change_edition_issues', + 'evaluation_editions', + { + type: 'link', + label: 'Fix Powershell', + href: 'https://gravesoft.dev/fix_powershell', + description: 'Scripts may show an error related to Powershell not working.' + }, + 'powershell-on-legacy-windows', + { + type: 'link', + label: 'In-Place Repair Upgrade', + href: 'https://gravesoft.dev/in-place_repair_upgrade', + description: 'In-place repair upgrade using Windows ISO file is a good way to fix system errors.' + }, + { + type: 'link', + label: 'Remove Malware', + href: 'https://gravesoft.dev/remove_malware', + description: 'Guide on how to remove malware.' + }, + { + type: 'link', + label: 'Clean Install Windows', + href: 'https://gravesoft.dev/clean_install_windows', + description: 'Guide on how to backup your data and clean install Windows.' + }, + ] + }, + 'unsupported_products_activation', + 'news', + 'changelog', + 'our_non-piracy_site', + 'contribute', + 'credits', + 'contactus', ], - }; export default sidebars; diff --git a/src/css/custom.css b/src/css/custom.css index 9e9c913..f1340c1 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -115,3 +115,16 @@ table { .markdown h1:first-child { --ifm-h1-font-size: 2.2rem; } + +.sidebar-hr { + background-color: var(--ifm-toc-border-color); + margin: .5rem .75em; +} + +.sidebar-hr > .sub { + margin-left: 1.25em; +} + +.pagination-nav { + display: none; +} |
