diff options
| author | WindowsAddict | 2024-02-28 08:53:45 +0000 |
|---|---|---|
| committer | WindowsAddict | 2024-02-28 08:53:45 +0000 |
| commit | dd7764d38fe5aa519ebc3cfc8f5e1319b0a3da38 (patch) | |
| tree | 483adfced5f60666bc08234f955f4d8a7e213594 /get.ps1 | |
| parent | db207dd9106f838bba3942b1b2916314b9e76d3e (diff) | |
| download | massgrave.dev-dd7764d38fe5aa519ebc3cfc8f5e1319b0a3da38.zip | |
Change link
Diffstat (limited to 'get.ps1')
| -rw-r--r-- | get.ps1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,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://bitbucket.org/WindowsAddict/microsoft-activation-scripts/raw/master/MAS/All-In-One-Version/MAS_AIO.cmd'
+$DownloadURL = 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/master/MAS/All-In-One-Version/MAS_AIO-CRC32_63055B8E.cmd'
+$DownloadURL2 = 'https://bitbucket.org/WindowsAddict/microsoft-activation-scripts/raw/master/MAS/All-In-One-Version/MAS_AIO-CRC32_63055B8E.cmd'
$rand = Get-Random -Maximum 99999999
$isAdmin = [bool]([Security.Principal.WindowsIdentity]::GetCurrent().Groups -match 'S-1-5-32-544')
|
