From 9419a85d7d6aa15f2a0a62e31f5ac6f80efae0dd Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Fri, 20 May 2022 21:12:13 +0530 Subject: change to .html --- get-mas.html | 7 +++++++ get-mas.ps1 | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 get-mas.html delete mode 100644 get-mas.ps1 diff --git a/get-mas.html b/get-mas.html new file mode 100644 index 0000000..140cfd4 --- /dev/null +++ b/get-mas.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 diff --git a/get-mas.ps1 b/get-mas.ps1 deleted file mode 100644 index 140cfd4..0000000 --- a/get-mas.ps1 +++ /dev/null @@ -1,7 +0,0 @@ -$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