From cca77784d38c76b282a382e2a9209dfd5bed3baf Mon Sep 17 00:00:00 2001 From: xinb Date: Sun, 8 Sep 2024 19:52:57 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get_acticated.cmd b/get_acticated.cmd index 531da9f..ede8cc9 100644 --- a/get_acticated.cmd +++ b/get_acticated.cmd @@ -6,9 +6,9 @@ $ErrorActionPreference = "Stop" $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://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/raw/commit/b1b5299c4725d97349b18b59061647198f7cc59b/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' -$URLs = @($DownloadURL1, $DownloadURL2) +$URLs = @($DownloadURL1, $DownloadURL2, $DownloadURL3) $ShuffledURLs = $URLs | Sort-Object { Get-Random } try {