diff options
| author | WindowsAddict | 2022-05-20 15:42:13 +0000 |
|---|---|---|
| committer | WindowsAddict | 2022-05-20 15:42:13 +0000 |
| commit | 9419a85d7d6aa15f2a0a62e31f5ac6f80efae0dd (patch) | |
| tree | 6d955c6d57a9b2e56f25f6a2ace0a2aa1fbb53e5 /get-mas.ps1 | |
| parent | 26dab843a13a66fb7b0946bc57c4ce674e24b099 (diff) | |
| download | massgrave.dev-9419a85d7d6aa15f2a0a62e31f5ac6f80efae0dd.zip | |
change to .html
Diffstat (limited to 'get-mas.ps1')
| -rw-r--r-- | get-mas.ps1 | 7 |
1 files changed, 0 insertions, 7 deletions
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 |
