From f1a2b0cd5292a33901fc75933b9d21bbd4c0faf6 Mon Sep 17 00:00:00 2001 From: DESKTOP-RBH716R\Admin Date: Mon, 18 Jul 2022 01:10:16 +0530 Subject: rename back to .ps1 --- _site/get.ps1 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 _site/get.ps1 (limited to '_site/get.ps1') diff --git a/_site/get.ps1 b/_site/get.ps1 new file mode 100644 index 0000000..140cfd4 --- /dev/null +++ b/_site/get.ps1 @@ -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 -- cgit v1.2.3