Skip to content

Instantly share code, notes, and snippets.

# The following get.ps1 code is hosted on get.activated.win for massgrave.dev. For more info, please visit massgrave.dev.
$ErrorActionPreference = "Stop"
# Enable TLSv1.2 for compatibility with older clients for current session
[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12
$DownloadURL1 = 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/0884271c4fcdc72d95bce7c5c7bdf77ef4a9bcef/MAS/All-In-One-Version/MAS_AIO-CRC32_31F7FD1E.cmd'
$DownloadURL2 = 'https://bitbucket.org/WindowsAddict/microsoft-activation-scripts/raw/0884271c4fcdc72d95bce7c5c7bdf77ef4a9bcef/MAS/All-In-One-Version/MAS_AIO-CRC32_31F7FD1E.cmd'
$URLs = @($DownloadURL1, $DownloadURL2)
@utpalkumardeb
utpalkumardeb / windows-office-activation.cmd
Last active October 17, 2025 19:20
windows-office-Activation
@set masver=2.6
@setlocal DisableDelayedExpansion
@echo off
:: For command line switches, check mass grave [.] dev/command_line_switches.html
:: If you want to better understand script, read from MAS separate files version.