更新 get_acticated.cmd
This commit is contained in:
parent
5440ad099a
commit
1a5b03d96d
|
@ -4,9 +4,9 @@ $ErrorActionPreference = "Stop"
|
||||||
# Enable TLSv1.2 for compatibility with older clients for current session
|
# Enable TLSv1.2 for compatibility with older clients for current session
|
||||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
||||||
|
|
||||||
$DownloadURL1 = 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/b1b5299c4725d97349b18b59061647198f7cc59b/MAS/All-In-One-Version-KL/MAS_AIO.cmd'
|
$DownloadURL1 = 'https://git.xb/xinb/Microsoft-Activation-Scripts/raw/commit/c75cd29b9fda945df18a72bccf17fab56868a261/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'
|
$DownloadURL2 = 'https://git.xinb.cc/xinb/Microsoft-Activation-Scripts/raw/commit/c75cd29b9fda945df18a72bccf17fab56868a261/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'
|
$DownloadURL3 = 'https://git.xinb.cc/xinb/Microsoft-Activation-Scripts/raw/commit/c75cd29b9fda945df18a72bccf17fab56868a261/MAS/All-In-One-Version-KL/MAS_AIO.cmd'
|
||||||
|
|
||||||
$URLs = @($DownloadURL1, $DownloadURL2, $DownloadURL3)
|
$URLs = @($DownloadURL1, $DownloadURL2, $DownloadURL3)
|
||||||
$ShuffledURLs = $URLs | Sort-Object { Get-Random }
|
$ShuffledURLs = $URLs | Sort-Object { Get-Random }
|
||||||
|
|
Loading…
Reference in New Issue