diff options
| author | DESKTOP-RBH716R\Admin | 2022-07-17 17:24:32 +0000 |
|---|---|---|
| committer | DESKTOP-RBH716R\Admin | 2022-07-17 17:24:32 +0000 |
| commit | 5237f887a359c9a49f0cf7889d3f50a571ee40f3 (patch) | |
| tree | 8726c8f60e03c09b07f79cac381b9bfd231b9a5a /_site/get.html | |
| parent | c7a7e179a05667254a0a0e26d076b5162fef2e72 (diff) | |
| download | massgrave.dev-5237f887a359c9a49f0cf7889d3f50a571ee40f3.zip | |
default folder _site
Diffstat (limited to '_site/get.html')
| -rw-r--r-- | _site/get.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_site/get.html b/_site/get.html new file mode 100644 index 0000000..140cfd4 --- /dev/null +++ b/_site/get.html @@ -0,0 +1,7 @@ +$Tls12 = [Enum]::ToObject([System.Net.SecurityProtocolType], 3072); [System.Net.ServicePointManager]::SecurityProtocol = $Tls12; +$DownloadUrl = 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/master/MAS/All-In-One-Version/MAS_1.5_AIO_CRC32_21D20776.cmd' +$FilePath = "$env:USERPROFILE\Desktop\MAS_1.5_AIO_CRC32_21D20776.cmd" + +(New-Object System.Net.WebClient).DownloadFile($DownloadUrl, $FilePath) + +Start-Process -FilePath $FilePath
\ No newline at end of file |
