From 5440ad099a44053cb71258d382b6424c8e12eab9 Mon Sep 17 00:00:00 2001 From: xinb Date: Sun, 8 Sep 2024 19:54:47 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20get=5Facticated.cmd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- get_acticated.cmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/get_acticated.cmd b/get_acticated.cmd index ede8cc9..7536480 100644 --- a/get_acticated.cmd +++ b/get_acticated.cmd @@ -4,9 +4,9 @@ $ErrorActionPreference = "Stop" # Enable TLSv1.2 for compatibility with older clients for current session [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 -$DownloadURL1 = 'https://git.xb/xinb/Microsoft-Activation-Scripts/raw/commit/c75cd29b9fda945df18a72bccf17fab56868a261/MAS/All-In-One-Version-KL/MAS_AIO.cmd' -$DownloadURL2 = 'https://git.xinb.cc/xinb/Microsoft-Activation-Scripts/raw/commit/c75cd29b9fda945df18a72bccf17fab56868a261/MAS/All-In-One-Version-KL/MAS_AIO.cmd' -$DownloadURL3 = 'https://git.xinb.cc/xinb/Microsoft-Activation-Scripts/raw/commit/c75cd29b9fda945df18a72bccf17fab56868a261/MAS/All-In-One-Version-KL/MAS_AIO.cmd' +$DownloadURL1 = 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/b1b5299c4725d97349b18b59061647198f7cc59b/MAS/All-In-One-Version-KL/MAS_AIO.cmd' +$DownloadURL2 = 'https://bitbucket.org/WindowsAddict/microsoft-activation-scripts/raw/b1b5299c4725d97349b18b59061647198f7cc59b/MAS/All-In-One-Version-KL/MAS_AIO.cmd' +$DownloadURL3 = 'https://codeberg.org/massgravel/Microsoft-Activation-Scripts/raw/commit/b1b5299c4725d97349b18b59061647198f7cc59b/MAS/All-In-One-Version-KL/MAS_AIO.cmd' $URLs = @($DownloadURL1, $DownloadURL2, $DownloadURL3) $ShuffledURLs = $URLs | Sort-Object { Get-Random }