summaryrefslogtreecommitdiff
path: root/_site/get.html
diff options
context:
space:
mode:
authorDESKTOP-RBH716R\Admin2022-07-17 19:40:16 +0000
committerDESKTOP-RBH716R\Admin2022-07-17 19:40:16 +0000
commitf1a2b0cd5292a33901fc75933b9d21bbd4c0faf6 (patch)
tree8695de963d7d756658fecf3f83c0bc23cc13ba01 /_site/get.html
parent5626aec658948c2852b7b8379f949f0ef1c838e0 (diff)
downloadmassgrave.dev-f1a2b0cd5292a33901fc75933b9d21bbd4c0faf6.zip
rename back to .ps1
Diffstat (limited to '_site/get.html')
-rw-r--r--_site/get.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/_site/get.html b/_site/get.html
deleted file mode 100644
index 140cfd4..0000000
--- a/_site/get.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