From 2705e216f9981e420159edf0cc41dc42d8b8e7c0 Mon Sep 17 00:00:00 2001 From: DESKTOP-RBH716R\Admin Date: Wed, 27 Jul 2022 08:06:27 +0530 Subject: update --- _site/changelog.html | 2 +- _site/genuine-installation-media.html | 7 ++++--- _site/get.ps1 | 28 ++++++---------------------- _site/index.html | 12 ++++++------ 4 files changed, 17 insertions(+), 32 deletions(-) (limited to '_site') diff --git a/_site/changelog.html b/_site/changelog.html index 16d79ea..98e80bb 100644 --- a/_site/changelog.html +++ b/_site/changelog.html @@ -510,7 +510,7 @@ Server hosting)

class="uri">https://massgrave.dev/ is upadated with better reabable format

  • Added an option to download and execute MAS from Powershell
    -iwr https://massgrave.dev/get | iex

  • +iwr -useb https://massgrave.dev/get | iex


    diff --git a/_site/genuine-installation-media.html b/_site/genuine-installation-media.html index 66082a4..2f682c4 100644 --- a/_site/genuine-installation-media.html +++ b/_site/genuine-installation-media.html @@ -436,9 +436,10 @@ href="https://isofiles.bd581e55.workers.dev/Windows%2010/">Link2 - Office 2013/2016/2019/2021/O365 C2R Retail -Link1 - Link2 +All +- O365 - 2021 - 2019 Office 2013/2016 MSI VL diff --git a/_site/get.ps1 b/_site/get.ps1 index 70b9da8..f514f44 100644 --- a/_site/get.ps1 +++ b/_site/get.ps1 @@ -1,22 +1,3 @@ -function Exit-Script { - - [CmdletBinding()] - param( - [Parameter(Position = 0)] - [int] - $ExitCode = 0 - ) - - process { - if (Test-Path -Path "$env:TEMP\MAS.cmd") { - Remove-Item -Path "$env:TEMP\MAS.cmd" -Force - } - - exit $ExitCode - } - -} - # Enable TLSv1.2 for compatibility with older clients $Tls12 = [Enum]::ToObject([System.Net.SecurityProtocolType], 3072); [System.Net.ServicePointManager]::SecurityProtocol = $Tls12; @@ -26,8 +7,11 @@ try { Invoke-WebRequest -Uri $DownloadURL -UseBasicParsing -OutFile "$env:TEMP\MAS.cmd" } catch { Write-Error $_ - Exit-Script -ExitCode 1 + Return +} + +if (Test-Path -Path "$env:TEMP\MAS.cmd") { + Start-Process -FilePath "$env:TEMP\MAS.cmd" -Wait + Remove-Item -Path "$env:TEMP\MAS.cmd" -Force } -Start-Process -FilePath "$env:TEMP\MAS.cmd" -Wait -Exit-Script diff --git a/_site/index.html b/_site/index.html index 19365e8..b25ed81 100644 --- a/_site/index.html +++ b/_site/index.html @@ -399,7 +399,7 @@ div.tocify {

    Microsoft Activation Scripts (MAS)

    A collection of scripts for activating Microsoft products using HWID / KMS38 / Online KMS activation methods with a focus on open-source -code, less antivirus detection, and user-friendliness.

    +code, fewer antivirus detection, and user-friendliness.


    @@ -415,7 +415,7 @@ code, less antivirus detection, and user-friendliness.

  • Check Windows-Office Activation Status
  • Available in All In One & Separate Files Version
  • Fully Open Source
  • -
  • Less antivirus detection’s
  • +
  • Fewer antivirus detection
  • Files are either transparent batch script or Official Microsoft file
  • @@ -438,7 +438,7 @@ href="https://gitlab.com/massgrave/microsoft-activation-scripts">GitLab

  • On Windows 10/11, right click on windows start menu, select PowerShell or Terminal.
  • Copy-paste the below code and press enter
    -iwr https://massgrave.dev/get | iex
  • +iwr -useb https://massgrave.dev/get | iex
  • You will see the activation options, follow onscreen instructions.
  • That’s all.
  • @@ -467,9 +467,9 @@ instructions.

    Activations Summary

    ---+++ -- cgit v1.2.3