This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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. | |