html files in _site folder only

This commit is contained in:
2022-07-18 01:07:18 +05:30
parent 5237f887a3
commit 5626aec658
21 changed files with 0 additions and 3128 deletions

View File

@ -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