diff options
41 files changed, 106 insertions, 177 deletions
@@ -23,3 +23,6 @@ rmarkdown::render_site() rmarkdown::render_site() rmarkdown::render_site() rmarkdown::render_site() +rmarkdown::render_site() +rmarkdown::render_site() +rmarkdown::render_site() @@ -1,7 +1,7 @@ name: "Microsoft Activation Scripts"
include: ["get.ps1"]
navbar:
- title: "Microsoft Activation Scripts"
+ title: "Microsoft Activation Scripts"
right:
- text: "Home"
href: index.html
diff --git a/_site/bypass-russian-geoblock.html b/_site/bypass-russian-geoblock.html index 65b7b41..ba11232 100644 --- a/_site/bypass-russian-geoblock.html +++ b/_site/bypass-russian-geoblock.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
@@ -422,8 +422,7 @@ Microsoft page</a>.</p> </div>
<div id="solution" class="section level3">
<h3>Solution</h3>
-<p><a href="https://massgrave.dev/msdl/"
-class="uri">https://massgrave.dev/msdl/</a></p>
+<p><a href="/msdl/">MSDL</a></p>
<p>It uses shared sessions/proxy to generate official download links in
Russia and in all other blocked places.</p>
<hr />
diff --git a/_site/change_edition.html b/_site/change_edition.html index 0471067..3c4cbe2 100644 --- a/_site/change_edition.html +++ b/_site/change_edition.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
diff --git a/_site/changelog.html b/_site/changelog.html index 41520a3..51fc837 100644 --- a/_site/changelog.html +++ b/_site/changelog.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
diff --git a/_site/check_activation_status.html b/_site/check_activation_status.html index 8431f11..d674c9e 100644 --- a/_site/check_activation_status.html +++ b/_site/check_activation_status.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
diff --git a/_site/command_line_switches.html b/_site/command_line_switches.html index 9d6978f..3fa84a5 100644 --- a/_site/command_line_switches.html +++ b/_site/command_line_switches.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
@@ -418,8 +418,8 @@ href="oem-folder.html">this</a> page for more details.</p></li> </ul>
<table>
<colgroup>
-<col width="31%" />
-<col width="68%" />
+<col width="33%" />
+<col width="66%" />
</colgroup>
<thead>
<tr class="header">
@@ -514,19 +514,13 @@ href="oem-folder.html">this</a> page for more details.</p></li> </div>
<div id="uses-in-powershell-one-liner" class="section level2">
<h2>Uses In Powershell One Liner</h2>
-<p><code>& ([ScriptBlock]::Create((irm https://massgrave.dev/get))) /para</code></p>
+<p><code>iex "&{$(irm https://mass grave.dev/get)} /para"</code></p>
+<p>Note - Remove space between <code>mass grave</code></p>
<ul>
<li>Replace <code>/para</code> in this command with the switches from
-the above table. You can use multiple switches. For example, if you want
-to activate Windows and Office both with the best method possible then
-use,</li>
+the above table. You can also use multiple switches. For example,
+<code>/HWID /KMS-Office /KMS-ActAndRenewalTask</code></li>
</ul>
-<p><code>& ([ScriptBlock]::Create((irm https://massgrave.dev/get))) /HWID /KMS38 /KMS-WindowsOffice /KMS-ActAndRenewalTask</code></p>
-<p>If you just want to activate Windows with HWID and Office with KMS
-then,</p>
-<p><code>& ([ScriptBlock]::Create((irm https://massgrave.dev/get))) /HWID /KMS-Office /KMS-ActAndRenewalTask</code></p>
-<p>If you just wants to activate Windows with HWID then,</p>
-<p><code>& ([ScriptBlock]::Create((irm https://massgrave.dev/get))) /HWID</code></p>
<p><strong>Note:</strong> This Powershell one liner will work on Windows
8 and later versions only.</p>
<hr />
diff --git a/_site/contactus.html b/_site/contactus.html index 921f1fa..57e5d57 100644 --- a/_site/contactus.html +++ b/_site/contactus.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
@@ -422,7 +422,7 @@ href="https://github.com/massgravel/Microsoft-Activation-Scripts">GitHub</a> href="https://gitlab.com/massgrave/microsoft-activation-scripts">GitLab</a></p></li>
<li><p>Email: [email protected]</p></li>
<li><p><a
-href="https://nsaneforums.com/topic/316668-microsoft-activation-scripts/">Nsaneforums</a></p></li>
+href="https://nsaneforums.com/topic/316668--">Nsaneforums</a></p></li>
</ul>
<hr />
</div>
diff --git a/_site/credits.html b/_site/credits.html index 39fb49f..6dc0fdf 100644 --- a/_site/credits.html +++ b/_site/credits.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
diff --git a/_site/faq.html b/_site/faq.html index 1343f91..3c45709 100644 --- a/_site/faq.html +++ b/_site/faq.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
@@ -436,11 +436,10 @@ Check <a href="online_kms.html#How_to_remove_Online_KMS">here</a>.</p></li>
<li><p><strong>Is MAS safe? How to know if there is any
malware?</strong><br />
-MAS is fully <a
-href="https://github.com/massgravel/Microsoft-Activation-Scripts">open
-source</a>. 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 Doc section for instructions.</p></li>
+MAS is fully <a href="index.html#MAS_Latest_Release">open source</a>.
+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 Doc section for instructions.</p></li>
<li><p><strong>How to download the full version of Windows 10 LTSC
2021?</strong><br />
Check the info <a
diff --git a/_site/fix-wpa-registry.html b/_site/fix-wpa-registry.html index 2ca4632..c86244c 100644 --- a/_site/fix-wpa-registry.html +++ b/_site/fix-wpa-registry.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
diff --git a/_site/genuine-installation-media.html b/_site/genuine-installation-media.html index ea04c86..101b6f9 100644 --- a/_site/genuine-installation-media.html +++ b/_site/genuine-installation-media.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
@@ -410,8 +410,8 @@ div.tocify { <p>All download links leads to genuine files only.</p>
<table>
<colgroup>
-<col width="50%" />
-<col width="50%" />
+<col width="48%" />
+<col width="51%" />
</colgroup>
<thead>
<tr class="header">
@@ -424,7 +424,7 @@ div.tocify { <td align="left">Windows 11 / 10 / 8.1 (Consumer) ❤️</td>
<td align="left"><a
href="https://www.microsoft.com/software-download">Link1</a> - <a
-href="https://massgrave.dev/msdl/">Link2</a> (Works in Russia)</td>
+href="/msdl/">Link2</a> (Works in Russia)</td>
</tr>
<tr class="even">
<td align="left">Windows 11 / 10 (Business)</td>
diff --git a/_site/get.ps1 b/_site/get.ps1 index 07cc7d9..ea3527c 100644 --- a/_site/get.ps1 +++ b/_site/get.ps1 @@ -2,8 +2,8 @@ $ErrorActionPreference = "Stop" # Enable TLSv1.2 for compatibility with older clients
[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12
-$DownloadURL = 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/master/MAS/All-In-One-Version/MAS_AIO.cmd'
-$DownloadURL2 = 'https://gitlab.com/massgrave/microsoft-activation-scripts/-/raw/master/MAS/All-In-One-Version/MAS_AIO.cmd'
+$DownloadURL = 'https://gitlab.com/massgrave/microsoft-activation-scripts/-/raw/master/MAS/All-In-One-Version/MAS_AIO.cmd'
+$DownloadURL2 = 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/master/MAS/All-In-One-Version/MAS_AIO.cmd'
$rand = Get-Random -Maximum 1000
$isAdmin = [bool]([Security.Principal.WindowsIdentity]::GetCurrent().Groups -match 'S-1-5-32-544')
diff --git a/_site/hwid.html b/_site/hwid.html index d2caf34..6febd79 100644 --- a/_site/hwid.html +++ b/_site/hwid.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
diff --git a/_site/index.html b/_site/index.html index 6383c20..0288cca 100644 --- a/_site/index.html +++ b/_site/index.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
diff --git a/_site/install_hwid_key.html b/_site/install_hwid_key.html index b4642bd..faecfb8 100644 --- a/_site/install_hwid_key.html +++ b/_site/install_hwid_key.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
diff --git a/_site/kms38.html b/_site/kms38.html index 2cf5cdc..94249e5 100644 --- a/_site/kms38.html +++ b/_site/kms38.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
@@ -783,9 +783,9 @@ accordingly.</p></li> default.</p></li>
<li><p>If you are going to use <a
href="(https://github.com/abbodi1406/KMS_VL_ALL_AIO)">KMS_VL_ALL</a> by
-abbodi1406 or <a href="https://massgrave.dev">MAS</a> (Online KMS
-option) for <strong>Office activation</strong>, then you can choose to
-remove this protection.</p></li>
+abbodi1406 or <a href="index.html">MAS</a> (Online KMS option) for
+<strong>Office activation</strong>, then you can choose to remove this
+protection.</p></li>
<li><p>Below is the explanation for how the script protect
KMS38.</p></li>
<li><p>In the KMS activation method, Windows first checks the KMS IP
diff --git a/_site/licensing-servers-issue.html b/_site/licensing-servers-issue.html index e6e5da7..cf90dcf 100644 --- a/_site/licensing-servers-issue.html +++ b/_site/licensing-servers-issue.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
diff --git a/_site/oem-folder.html b/_site/oem-folder.html index e8b2344..0615601 100644 --- a/_site/oem-folder.html +++ b/_site/oem-folder.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
diff --git a/_site/office-license-is-not-genuine.html b/_site/office-license-is-not-genuine.html index 30887bf..eeb785d 100644 --- a/_site/office-license-is-not-genuine.html +++ b/_site/office-license-is-not-genuine.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
diff --git a/_site/office_c2r_custom.html b/_site/office_c2r_custom.html index b4e5f5b..16c4576 100644 --- a/_site/office_c2r_custom.html +++ b/_site/office_c2r_custom.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
diff --git a/_site/office_c2r_links.html b/_site/office_c2r_links.html index 0b3e020..15ed446 100644 --- a/_site/office_c2r_links.html +++ b/_site/office_c2r_links.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
diff --git a/_site/office_msi_links.html b/_site/office_msi_links.html index 031fff7..b9b111d 100644 --- a/_site/office_msi_links.html +++ b/_site/office_msi_links.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
diff --git a/_site/online_kms.html b/_site/online_kms.html index 5dd424b..1f8658b 100644 --- a/_site/online_kms.html +++ b/_site/online_kms.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
diff --git a/_site/troubleshoot.html b/_site/troubleshoot.html index 6348e00..784bcbb 100644 --- a/_site/troubleshoot.html +++ b/_site/troubleshoot.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
diff --git a/_site/unsupported_products_activation.html b/_site/unsupported_products_activation.html index 6df7165..c06c671 100644 --- a/_site/unsupported_products_activation.html +++ b/_site/unsupported_products_activation.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
diff --git a/_site/windows_7_links.html b/_site/windows_7_links.html index afbeb08..7bf6d1f 100644 --- a/_site/windows_7_links.html +++ b/_site/windows_7_links.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
diff --git a/_site/windows_arm_links.html b/_site/windows_arm_links.html index 89d6c41..3cf206f 100644 --- a/_site/windows_arm_links.html +++ b/_site/windows_arm_links.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
diff --git a/_site/windows_business_links.html b/_site/windows_business_links.html index 9392bfe..201d4b1 100644 --- a/_site/windows_business_links.html +++ b/_site/windows_business_links.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
diff --git a/_site/windows_ltsc_links.html b/_site/windows_ltsc_links.html index d281b0a..3b1d087 100644 --- a/_site/windows_ltsc_links.html +++ b/_site/windows_ltsc_links.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
diff --git a/_site/windows_server_links.html b/_site/windows_server_links.html index 91bce41..7297df0 100644 --- a/_site/windows_server_links.html +++ b/_site/windows_server_links.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
@@ -439,143 +439,85 @@ VPN</a>.</p></li> <p>(Build - 20348.169)</p>
<table>
<colgroup>
-<col width="77%" />
-<col width="11%" />
-<col width="11%" />
+<col width="100%" />
</colgroup>
<thead>
<tr class="header">
-<th>Filename</th>
-<th>Link 1</th>
-<th>Link 2</th>
+<th>Links</th>
</tr>
</thead>
<tbody>
<tr class="odd">
-<td><strong>cs-cz</strong>_windows_server_2022_<strong>x64</strong>_dvd_9cc09859.iso</td>
-<td><a href="https://pixeldrain.com/u/JfFza6jP">Link 1</a></td>
<td><a
-href="https://iso.massgrave.dev/server_2022/cs-cz_windows_server_2022_x64_dvd_9cc09859.iso">Link
-2</a></td>
+href="https://pixeldrain.com/u/JfFza6jP"><strong>cs-cz</strong>_windows_server_2022_<strong>x64</strong>_dvd_9cc09859.iso</a></td>
</tr>
<tr class="even">
-<td><strong>de-de</strong>_windows_server_2022_<strong>x64</strong>_dvd_e2c1874e.iso</td>
-<td><a href="https://pixeldrain.com/u/UMxebY31">Link 1</a></td>
<td><a
-href="https://iso.massgrave.dev/server_2022/de-de_windows_server_2022_x64_dvd_e2c1874e.iso">Link
-2</a></td>
+href="https://pixeldrain.com/u/UMxebY31"><strong>de-de</strong>_windows_server_2022_<strong>x64</strong>_dvd_e2c1874e.iso</a></td>
</tr>
<tr class="odd">
-<td><strong>en-us</strong>_windows_server_2022_<strong>x64</strong>_dvd_620d7eac.iso</td>
-<td><a href="https://pixeldrain.com/u/tS6ncsWe">Link 1</a></td>
<td><a
-href="https://iso.massgrave.dev/server_2022/en-us_windows_server_2022_x64_dvd_620d7eac.iso">Link
-2</a></td>
+href="https://pixeldrain.com/u/tS6ncsWe"><strong>en-us</strong>_windows_server_2022_<strong>x64</strong>_dvd_620d7eac.iso</a></td>
</tr>
<tr class="even">
-<td><strong>es-es</strong>_windows_server_2022_<strong>x64</strong>_dvd_c25dea55.iso</td>
-<td><a href="https://pixeldrain.com/u/DaUQcLj9">Link 1</a></td>
<td><a
-href="https://iso.massgrave.dev/server_2022/es-es_windows_server_2022_x64_dvd_c25dea55.iso">Link
-2</a></td>
+href="https://pixeldrain.com/u/DaUQcLj9"><strong>es-es</strong>_windows_server_2022_<strong>x64</strong>_dvd_c25dea55.iso</a></td>
</tr>
<tr class="odd">
-<td><strong>fr-fr</strong>_windows_server_2022_<strong>x64</strong>_dvd_9f7d1adb.iso</td>
-<td><a href="https://pixeldrain.com/u/owCPNoyj">Link 1</a></td>
<td><a
-href="https://iso.massgrave.dev/server_2022/fr-fr_windows_server_2022_x64_dvd_9f7d1adb.iso">Link
-2</a></td>
+href="https://pixeldrain.com/u/owCPNoyj"><strong>fr-fr</strong>_windows_server_2022_<strong>x64</strong>_dvd_9f7d1adb.iso</a></td>
</tr>
<tr class="even">
-<td><strong>hu-hu</strong>_windows_server_2022_<strong>x64</strong>_dvd_d7eb4371.iso</td>
-<td><a href="https://pixeldrain.com/u/7uvBTCsp">Link 1</a></td>
<td><a
-href="https://iso.massgrave.dev/server_2022/hu-hu_windows_server_2022_x64_dvd_d7eb4371.iso">Link
-2</a></td>
+href="https://pixeldrain.com/u/7uvBTCsp"><strong>hu-hu</strong>_windows_server_2022_<strong>x64</strong>_dvd_d7eb4371.iso</a></td>
</tr>
<tr class="odd">
-<td><strong>it-it</strong>_windows_server_2022_<strong>x64</strong>_dvd_2ef5266d.iso</td>
-<td><a href="https://pixeldrain.com/u/P8nZrF9D">Link 1</a></td>
<td><a
-href="https://iso.massgrave.dev/server_2022/it-it_windows_server_2022_x64_dvd_2ef5266d.iso">Link
-2</a></td>
+href="https://pixeldrain.com/u/P8nZrF9D"><strong>it-it</strong>_windows_server_2022_<strong>x64</strong>_dvd_2ef5266d.iso</a></td>
</tr>
<tr class="even">
-<td><strong>ja-jp</strong>_windows_server_2022_<strong>x64</strong>_dvd_d49acd0d.iso</td>
-<td><a href="https://pixeldrain.com/u/5n8QVsM6">Link 1</a></td>
<td><a
-href="https://iso.massgrave.dev/server_2022/ja-jp_windows_server_2022_x64_dvd_d49acd0d.iso">Link
-2</a></td>
+href="https://pixeldrain.com/u/5n8QVsM6"><strong>ja-jp</strong>_windows_server_2022_<strong>x64</strong>_dvd_d49acd0d.iso</a></td>
</tr>
<tr class="odd">
-<td><strong>ko-kr</strong>_windows_server_2022_<strong>x64</strong>_dvd_c14a04ba.iso</td>
-<td><a href="https://pixeldrain.com/u/iTGW2dGY">Link 1</a></td>
<td><a
-href="https://iso.massgrave.dev/server_2022/ko-kr_windows_server_2022_x64_dvd_c14a04ba.iso">Link
-2</a></td>
+href="https://pixeldrain.com/u/iTGW2dGY"><strong>ko-kr</strong>_windows_server_2022_<strong>x64</strong>_dvd_c14a04ba.iso</a></td>
</tr>
<tr class="even">
-<td><strong>nl-nl</strong>_windows_server_2022_<strong>x64</strong>_dvd_1421617b.iso</td>
-<td><a href="https://pixeldrain.com/u/uBvrcgiT">Link 1</a></td>
<td><a
-href="https://iso.massgrave.dev/server_2022/nl-nl_windows_server_2022_x64_dvd_1421617b.iso">Link
-2</a></td>
+href="https://pixeldrain.com/u/uBvrcgiT"><strong>nl-nl</strong>_windows_server_2022_<strong>x64</strong>_dvd_1421617b.iso</a></td>
</tr>
<tr class="odd">
-<td><strong>pl-pl</strong>_windows_server_2022_<strong>x64</strong>_dvd_ac6af29a.iso</td>
-<td><a href="https://pixeldrain.com/u/Q6dgZCjQ">Link 1</a></td>
<td><a
-href="https://iso.massgrave.dev/server_2022/pl-pl_windows_server_2022_x64_dvd_ac6af29a.iso">Link
-2</a></td>
+href="https://pixeldrain.com/u/Q6dgZCjQ"><strong>pl-pl</strong>_windows_server_2022_<strong>x64</strong>_dvd_ac6af29a.iso</a></td>
</tr>
<tr class="even">
-<td><strong>pt-br</strong>_windows_server_2022_<strong>x64</strong>_dvd_b873861f.iso</td>
-<td><a href="https://pixeldrain.com/u/3esTGw34">Link 1</a></td>
<td><a
-href="https://iso.massgrave.dev/server_2022/pt-br_windows_server_2022_x64_dvd_b873861f.iso">Link
-2</a></td>
+href="https://pixeldrain.com/u/3esTGw34"><strong>pt-br</strong>_windows_server_2022_<strong>x64</strong>_dvd_b873861f.iso</a></td>
</tr>
<tr class="odd">
-<td><strong>pt-pt</strong>_windows_server_2022_<strong>x64</strong>_dvd_39cc8179.iso</td>
-<td><a href="https://pixeldrain.com/u/y7vXdsZq">Link 1</a></td>
<td><a
-href="https://iso.massgrave.dev/server_2022/pt-pt_windows_server_2022_x64_dvd_39cc8179.iso">Link
-2</a></td>
+href="https://pixeldrain.com/u/y7vXdsZq"><strong>pt-pt</strong>_windows_server_2022_<strong>x64</strong>_dvd_39cc8179.iso</a></td>
</tr>
<tr class="even">
-<td><strong>ru-ru</strong>_windows_server_2022_<strong>x64</strong>_dvd_d8fd3d54.iso</td>
-<td><a href="https://pixeldrain.com/u/AW5474ST">Link 1</a></td>
<td><a
-href="https://iso.massgrave.dev/server_2022/ru-ru_windows_server_2022_x64_dvd_d8fd3d54.iso">Link
-2</a></td>
+href="https://pixeldrain.com/u/AW5474ST"><strong>ru-ru</strong>_windows_server_2022_<strong>x64</strong>_dvd_d8fd3d54.iso</a></td>
</tr>
<tr class="odd">
-<td><strong>sv-se</strong>_windows_server_2022_<strong>x64</strong>_dvd_1b669ce4.iso</td>
-<td><a href="https://pixeldrain.com/u/evwYbbSn">Link 1</a></td>
<td><a
-href="https://iso.massgrave.dev/server_2022/sv-se_windows_server_2022_x64_dvd_1b669ce4.iso">Link
-2</a></td>
+href="https://pixeldrain.com/u/evwYbbSn"><strong>sv-se</strong>_windows_server_2022_<strong>x64</strong>_dvd_1b669ce4.iso</a></td>
</tr>
<tr class="even">
-<td><strong>tr-tr</strong>_windows_server_2022_<strong>x64</strong>_dvd_266ef676.iso</td>
-<td><a href="https://pixeldrain.com/u/VXfDs1ya">Link 1</a></td>
<td><a
-href="https://iso.massgrave.dev/server_2022/tr-tr_windows_server_2022_x64_dvd_266ef676.iso">Link
-2</a></td>
+href="https://pixeldrain.com/u/VXfDs1ya"><strong>tr-tr</strong>_windows_server_2022_<strong>x64</strong>_dvd_266ef676.iso</a></td>
</tr>
<tr class="odd">
-<td><strong>zh-cn</strong>_windows_server_2022_<strong>x64</strong>_dvd_6c73507d.iso</td>
-<td><a href="https://pixeldrain.com/u/EJhVYh3u">Link 1</a></td>
<td><a
-href="https://iso.massgrave.dev/server_2022/zh-cn_windows_server_2022_x64_dvd_6c73507d.iso">Link
-2</a></td>
+href="https://pixeldrain.com/u/EJhVYh3u"><strong>zh-cn</strong>_windows_server_2022_<strong>x64</strong>_dvd_6c73507d.iso</a></td>
</tr>
<tr class="even">
-<td><strong>zh-tw</strong>_windows_server_2022_<strong>x64</strong>_dvd_02ed5775.iso</td>
-<td><a href="https://pixeldrain.com/u/jsQdFRNP">Link 1</a></td>
<td><a
-href="https://iso.massgrave.dev/server_2022/zh-tw_windows_server_2022_x64_dvd_02ed5775.iso">Link
-2</a></td>
+href="https://pixeldrain.com/u/jsQdFRNP"><strong>zh-tw</strong>_windows_server_2022_<strong>x64</strong>_dvd_02ed5775.iso</a></td>
</tr>
</tbody>
</table>
diff --git a/_site/windows_vista_links.html b/_site/windows_vista_links.html index 9a9e012..3108de1 100644 --- a/_site/windows_vista_links.html +++ b/_site/windows_vista_links.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
diff --git a/_site/windows_xp_links.html b/_site/windows_xp_links.html index 7f27c0f..395e6c9 100644 --- a/_site/windows_xp_links.html +++ b/_site/windows_xp_links.html @@ -310,7 +310,7 @@ div.tocify { <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
+ <a class="navbar-brand" href="index.html">Microsoft Activation Scripts</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
diff --git a/bypass-russian-geoblock.md b/bypass-russian-geoblock.md index aa0a9cd..f842256 100644 --- a/bypass-russian-geoblock.md +++ b/bypass-russian-geoblock.md @@ -22,7 +22,7 @@ We are unable to complete your request at this time. Some users, entities and lo ### Solution
-<https://massgrave.dev/msdl/>
+[MSDL](/msdl/)
It uses shared sessions/proxy to generate official download links in Russia and in all other blocked places.
diff --git a/command_line_switches.md b/command_line_switches.md index 2ab45b3..68c551d 100644 --- a/command_line_switches.md +++ b/command_line_switches.md @@ -13,7 +13,7 @@ pagetitle: Command Line Switches - If you want to use it in Windows Pre-Activation then check [this](oem-folder.html) page for more details.
| Switches | Meaning |
-|---------------------------|----------------------------------------------------------|
+|------------------------|-----------------------------------------------|
| `/HWID` | Activate with HWID |
| `/HWID-NoEditionChange` | Don't change edition if not supported by HWID |
| | |
@@ -39,19 +39,11 @@ pagetitle: Command Line Switches ## Uses In Powershell One Liner
-`& ([ScriptBlock]::Create((irm https://massgrave.dev/get))) /para`
+`iex "&{$(irm https://mass grave.dev/get)} /para"`
-- Replace `/para` in this command with the switches from the above table. You can use multiple switches. For example, if you want to activate Windows and Office both with the best method possible then use,
+Note - Remove space between `mass grave`
-`& ([ScriptBlock]::Create((irm https://massgrave.dev/get))) /HWID /KMS38 /KMS-WindowsOffice /KMS-ActAndRenewalTask`
-
-If you just want to activate Windows with HWID and Office with KMS then,
-
-`& ([ScriptBlock]::Create((irm https://massgrave.dev/get))) /HWID /KMS-Office /KMS-ActAndRenewalTask`
-
-If you just wants to activate Windows with HWID then,
-
-`& ([ScriptBlock]::Create((irm https://massgrave.dev/get))) /HWID`
+- 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`
**Note:** This Powershell one liner will work on Windows 8 and later versions only.
diff --git a/contactus.md b/contactus.md index d7f4229..f6dfff2 100644 --- a/contactus.md +++ b/contactus.md @@ -18,6 +18,6 @@ Please feel free to share feedback regarding bug reports, documentation errors, - Email: windowsaddict\@protonmail.com
-- [Nsaneforums](https://nsaneforums.com/topic/316668-microsoft-activation-scripts/)
+- [Nsaneforums](https://nsaneforums.com/topic/316668--)
------------------------------------------------------------------------
@@ -30,7 +30,7 @@ pagetitle: FAQ Check [here](online_kms.html#How_to_remove_Online_KMS).
- **Is MAS safe? How to know if there is any malware?**\
- MAS is fully [open source](https://github.com/massgravel/Microsoft-Activation-Scripts). 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 Doc section for instructions.
+ MAS is fully [open source](index.html#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 Doc section for instructions.
- **How to download the full version of Windows 10 LTSC 2021?**\
Check the info [here](genuine-installation-media.html).
diff --git a/genuine-installation-media.md b/genuine-installation-media.md index f5ade8a..4e365bc 100644 --- a/genuine-installation-media.md +++ b/genuine-installation-media.md @@ -7,8 +7,8 @@ pagetitle: Genuine Installation Media All download links leads to genuine files only.
| **Windows** | |
-|:----------------------------|:----------------------------|
-| Windows 11 / 10 / 8.1 (Consumer) ❤️ | [Link1](https://www.microsoft.com/software-download) - [Link2](https://massgrave.dev/msdl/) (Works in Russia) |
+|:---------------------------|:-----------------------------|
+| Windows 11 / 10 / 8.1 (Consumer) ❤️ | [Link1](https://www.microsoft.com/software-download) - [Link2](/msdl/) (Works in Russia) |
| Windows 11 / 10 (Business) | [Link](windows_business_links.html) |
| Windows 11 / 10 (ARM64) | [Link](windows_arm_links.html) |
| Windows 10 Enterprise **LTSC** | [Link](windows_ltsc_links.html) |
@@ -2,8 +2,8 @@ $ErrorActionPreference = "Stop" # Enable TLSv1.2 for compatibility with older clients
[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12
-$DownloadURL = 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/master/MAS/All-In-One-Version/MAS_AIO.cmd'
-$DownloadURL2 = 'https://gitlab.com/massgrave/microsoft-activation-scripts/-/raw/master/MAS/All-In-One-Version/MAS_AIO.cmd'
+$DownloadURL = 'https://gitlab.com/massgrave/microsoft-activation-scripts/-/raw/master/MAS/All-In-One-Version/MAS_AIO.cmd'
+$DownloadURL2 = 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/master/MAS/All-In-One-Version/MAS_AIO.cmd'
$rand = Get-Random -Maximum 1000
$isAdmin = [bool]([Security.Principal.WindowsIdentity]::GetCurrent().Groups -match 'S-1-5-32-544')
@@ -157,7 +157,7 @@ pagetitle: KMS38 Activation - From MAS 1.7, script will enable the 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](https://massgrave.dev) (Online KMS option) for **Office activation**, then you can choose to remove this protection.
+- If you are going to use [KMS_VL_ALL]((https://github.com/abbodi1406/KMS_VL_ALL_AIO)) by abbodi1406 or [MAS](index.html) (Online KMS option) for **Office activation**, then you can choose to remove this protection.
- Below is the explanation for how the script protect KMS38.
diff --git a/windows_server_links.md b/windows_server_links.md index 69fe225..ccd0d2d 100644 --- a/windows_server_links.md +++ b/windows_server_links.md @@ -26,26 +26,26 @@ All download links leads to genuine files only. (Build - 20348.169)
-| Filename | Link 1 | Link 2 |
-|--------------------------------------------------------|--------|--------|
-| **cs-cz**_windows_server_2022_**x64**_dvd_9cc09859.iso | [Link 1](https://pixeldrain.com/u/JfFza6jP) | [Link 2](https://iso.massgrave.dev/server_2022/cs-cz_windows_server_2022_x64_dvd_9cc09859.iso) |
-| **de-de**_windows_server_2022_**x64**_dvd_e2c1874e.iso | [Link 1](https://pixeldrain.com/u/UMxebY31) | [Link 2](https://iso.massgrave.dev/server_2022/de-de_windows_server_2022_x64_dvd_e2c1874e.iso) |
-| **en-us**_windows_server_2022_**x64**_dvd_620d7eac.iso | [Link 1](https://pixeldrain.com/u/tS6ncsWe) | [Link 2](https://iso.massgrave.dev/server_2022/en-us_windows_server_2022_x64_dvd_620d7eac.iso) |
-| **es-es**_windows_server_2022_**x64**_dvd_c25dea55.iso | [Link 1](https://pixeldrain.com/u/DaUQcLj9) | [Link 2](https://iso.massgrave.dev/server_2022/es-es_windows_server_2022_x64_dvd_c25dea55.iso) |
-| **fr-fr**_windows_server_2022_**x64**_dvd_9f7d1adb.iso | [Link 1](https://pixeldrain.com/u/owCPNoyj) | [Link 2](https://iso.massgrave.dev/server_2022/fr-fr_windows_server_2022_x64_dvd_9f7d1adb.iso) |
-| **hu-hu**_windows_server_2022_**x64**_dvd_d7eb4371.iso | [Link 1](https://pixeldrain.com/u/7uvBTCsp) | [Link 2](https://iso.massgrave.dev/server_2022/hu-hu_windows_server_2022_x64_dvd_d7eb4371.iso) |
-| **it-it**_windows_server_2022_**x64**_dvd_2ef5266d.iso | [Link 1](https://pixeldrain.com/u/P8nZrF9D) | [Link 2](https://iso.massgrave.dev/server_2022/it-it_windows_server_2022_x64_dvd_2ef5266d.iso) |
-| **ja-jp**_windows_server_2022_**x64**_dvd_d49acd0d.iso | [Link 1](https://pixeldrain.com/u/5n8QVsM6) | [Link 2](https://iso.massgrave.dev/server_2022/ja-jp_windows_server_2022_x64_dvd_d49acd0d.iso) |
-| **ko-kr**_windows_server_2022_**x64**_dvd_c14a04ba.iso | [Link 1](https://pixeldrain.com/u/iTGW2dGY) | [Link 2](https://iso.massgrave.dev/server_2022/ko-kr_windows_server_2022_x64_dvd_c14a04ba.iso) |
-| **nl-nl**_windows_server_2022_**x64**_dvd_1421617b.iso | [Link 1](https://pixeldrain.com/u/uBvrcgiT) | [Link 2](https://iso.massgrave.dev/server_2022/nl-nl_windows_server_2022_x64_dvd_1421617b.iso) |
-| **pl-pl**_windows_server_2022_**x64**_dvd_ac6af29a.iso | [Link 1](https://pixeldrain.com/u/Q6dgZCjQ) | [Link 2](https://iso.massgrave.dev/server_2022/pl-pl_windows_server_2022_x64_dvd_ac6af29a.iso) |
-| **pt-br**_windows_server_2022_**x64**_dvd_b873861f.iso | [Link 1](https://pixeldrain.com/u/3esTGw34) | [Link 2](https://iso.massgrave.dev/server_2022/pt-br_windows_server_2022_x64_dvd_b873861f.iso) |
-| **pt-pt**_windows_server_2022_**x64**_dvd_39cc8179.iso | [Link 1](https://pixeldrain.com/u/y7vXdsZq) | [Link 2](https://iso.massgrave.dev/server_2022/pt-pt_windows_server_2022_x64_dvd_39cc8179.iso) |
-| **ru-ru**_windows_server_2022_**x64**_dvd_d8fd3d54.iso | [Link 1](https://pixeldrain.com/u/AW5474ST) | [Link 2](https://iso.massgrave.dev/server_2022/ru-ru_windows_server_2022_x64_dvd_d8fd3d54.iso) |
-| **sv-se**_windows_server_2022_**x64**_dvd_1b669ce4.iso | [Link 1](https://pixeldrain.com/u/evwYbbSn) | [Link 2](https://iso.massgrave.dev/server_2022/sv-se_windows_server_2022_x64_dvd_1b669ce4.iso) |
-| **tr-tr**_windows_server_2022_**x64**_dvd_266ef676.iso | [Link 1](https://pixeldrain.com/u/VXfDs1ya) | [Link 2](https://iso.massgrave.dev/server_2022/tr-tr_windows_server_2022_x64_dvd_266ef676.iso) |
-| **zh-cn**_windows_server_2022_**x64**_dvd_6c73507d.iso | [Link 1](https://pixeldrain.com/u/EJhVYh3u) | [Link 2](https://iso.massgrave.dev/server_2022/zh-cn_windows_server_2022_x64_dvd_6c73507d.iso) |
-| **zh-tw**_windows_server_2022_**x64**_dvd_02ed5775.iso | [Link 1](https://pixeldrain.com/u/jsQdFRNP) | [Link 2](https://iso.massgrave.dev/server_2022/zh-tw_windows_server_2022_x64_dvd_02ed5775.iso) |
+| Links |
+|-------------------------------------------------------------|
+| [**cs-cz**_windows_server_2022_**x64**_dvd_9cc09859.iso](https://pixeldrain.com/u/JfFza6jP) |
+| [**de-de**_windows_server_2022_**x64**_dvd_e2c1874e.iso](https://pixeldrain.com/u/UMxebY31) |
+| [**en-us**_windows_server_2022_**x64**_dvd_620d7eac.iso](https://pixeldrain.com/u/tS6ncsWe) |
+| [**es-es**_windows_server_2022_**x64**_dvd_c25dea55.iso](https://pixeldrain.com/u/DaUQcLj9) |
+| [**fr-fr**_windows_server_2022_**x64**_dvd_9f7d1adb.iso](https://pixeldrain.com/u/owCPNoyj) |
+| [**hu-hu**_windows_server_2022_**x64**_dvd_d7eb4371.iso](https://pixeldrain.com/u/7uvBTCsp) |
+| [**it-it**_windows_server_2022_**x64**_dvd_2ef5266d.iso](https://pixeldrain.com/u/P8nZrF9D) |
+| [**ja-jp**_windows_server_2022_**x64**_dvd_d49acd0d.iso](https://pixeldrain.com/u/5n8QVsM6) |
+| [**ko-kr**_windows_server_2022_**x64**_dvd_c14a04ba.iso](https://pixeldrain.com/u/iTGW2dGY) |
+| [**nl-nl**_windows_server_2022_**x64**_dvd_1421617b.iso](https://pixeldrain.com/u/uBvrcgiT) |
+| [**pl-pl**_windows_server_2022_**x64**_dvd_ac6af29a.iso](https://pixeldrain.com/u/Q6dgZCjQ) |
+| [**pt-br**_windows_server_2022_**x64**_dvd_b873861f.iso](https://pixeldrain.com/u/3esTGw34) |
+| [**pt-pt**_windows_server_2022_**x64**_dvd_39cc8179.iso](https://pixeldrain.com/u/y7vXdsZq) |
+| [**ru-ru**_windows_server_2022_**x64**_dvd_d8fd3d54.iso](https://pixeldrain.com/u/AW5474ST) |
+| [**sv-se**_windows_server_2022_**x64**_dvd_1b669ce4.iso](https://pixeldrain.com/u/evwYbbSn) |
+| [**tr-tr**_windows_server_2022_**x64**_dvd_266ef676.iso](https://pixeldrain.com/u/VXfDs1ya) |
+| [**zh-cn**_windows_server_2022_**x64**_dvd_6c73507d.iso](https://pixeldrain.com/u/EJhVYh3u) |
+| [**zh-tw**_windows_server_2022_**x64**_dvd_02ed5775.iso](https://pixeldrain.com/u/jsQdFRNP) |
------------------------------------------------------------------------
|
