From 5626aec658948c2852b7b8379f949f0ef1c838e0 Mon Sep 17 00:00:00 2001 From: DESKTOP-RBH716R\Admin Date: Mon, 18 Jul 2022 01:07:18 +0530 Subject: html files in _site folder only --- get.html | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 get.html (limited to 'get.html') diff --git a/get.html b/get.html deleted file mode 100644 index 140cfd4..0000000 --- a/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 -- cgit v1.2.3