summaryrefslogtreecommitdiff
path: root/get-mas.html
diff options
context:
space:
mode:
authorDESKTOP-RBH716R\Admin2022-07-16 01:59:27 +0000
committerDESKTOP-RBH716R\Admin2022-07-16 01:59:27 +0000
commitc7a7e179a05667254a0a0e26d076b5162fef2e72 (patch)
tree7c8561509a8297d5d8d774bdfc492b79e0b26fb7 /get-mas.html
parent90f11763e59b40a1c0655dab8e2bc4048965bdc6 (diff)
downloadmassgrave.dev-c7a7e179a05667254a0a0e26d076b5162fef2e72.zip
rename
Diffstat (limited to 'get-mas.html')
-rw-r--r--get-mas.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/get-mas.html b/get-mas.html
deleted file mode 100644
index 140cfd4..0000000
--- a/get-mas.html
+++ /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