mirror of
https://github.com/massgravel/massgrave.dev.git
synced 2024-11-23 15:00:54 +07:00
Shorten the link
This commit is contained in:
parent
b05f34ee7c
commit
3575069b36
@ -5,7 +5,7 @@ Please feel free to share feedback regarding bug reports, documentation errors,
|
|||||||
- [Discord](https://discord.gg/tVFN4N84PP) ❤️ (signup not required) - Discussion
|
- [Discord](https://discord.gg/tVFN4N84PP) ❤️ (signup not required) - Discussion
|
||||||
- [Reddit](https://www.reddit.com/r/MAS_Activator/)
|
- [Reddit](https://www.reddit.com/r/MAS_Activator/)
|
||||||
- [Twitter](https://twitter.com/massgravel)
|
- [Twitter](https://twitter.com/massgravel)
|
||||||
- [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) / [Azure DevOps](https://dev.azure.com/massgrave/_git/Microsoft-Activation-Scripts)
|
- [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) / [Azure DevOps](https://massgrave.visualstudio.com/_git/Microsoft-Activation-Scripts)
|
||||||
- Email: mas.help@outlook.com
|
- Email: mas.help@outlook.com
|
||||||
- [Nsaneforums](https://nsaneforums.com/topic/316668--)
|
- [Nsaneforums](https://nsaneforums.com/topic/316668--)
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ irm https://massgrave.dev/get | iex
|
|||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="Method 2" label="Method 2 - Traditional (Windows 7 and later)" default>
|
<TabItem value="Method 2" label="Method 2 - Traditional (Windows 7 and later)" default>
|
||||||
|
|
||||||
1. Download the file under the code button from [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) or [Azure DevOps](https://dev.azure.com/massgrave/_git/Microsoft-Activation-Scripts)
|
1. Download the file under the code button from [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) or [Azure DevOps](https://massgrave.visualstudio.com/_git/Microsoft-Activation-Scripts)
|
||||||
2. Right-click on the downloaded zip file and extract
|
2. Right-click on the downloaded zip file and extract
|
||||||
3. In the extracted folder, find the folder named `All-In-One-Version`
|
3. In the extracted folder, find the folder named `All-In-One-Version`
|
||||||
4. Run the file named `MAS_AIO.cmd`
|
4. Run the file named `MAS_AIO.cmd`
|
||||||
|
@ -11,7 +11,7 @@ write-host
|
|||||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
||||||
|
|
||||||
$DownloadURL1 = 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/52d4c52dba8e29a3c1fb295c8946dbe6cf2f0239/MAS/All-In-One-Version-KL/MAS_AIO.cmd'
|
$DownloadURL1 = 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/52d4c52dba8e29a3c1fb295c8946dbe6cf2f0239/MAS/All-In-One-Version-KL/MAS_AIO.cmd'
|
||||||
$DownloadURL2 = 'https://dev.azure.com/massgrave/e5e7ca26-b96c-4887-b3d8-ce10a5bdee05/_apis/git/repositories/a5c49950-3666-490e-afa6-1c2c2d29815e/items?path=%2FMAS%2FAll-In-One-Version-KL%2FMAS_AIO.cmd&versionType=Commit&version=52d4c52dba8e29a3c1fb295c8946dbe6cf2f0239&versionOptions=None'
|
$DownloadURL2 = 'https://massgrave.visualstudio.com/Microsoft-Activation-Scripts/_apis/git/repositories/Microsoft-Activation-Scripts/items?path=/MAS/All-In-One-Version-KL/MAS_AIO.cmd&versionType=Commit&version=52d4c52dba8e29a3c1fb295c8946dbe6cf2f0239'
|
||||||
|
|
||||||
$URLs = @($DownloadURL1, $DownloadURL2)
|
$URLs = @($DownloadURL1, $DownloadURL2)
|
||||||
$ShuffledURLs = $URLs | Sort-Object { Get-Random }
|
$ShuffledURLs = $URLs | Sort-Object { Get-Random }
|
||||||
|
Loading…
Reference in New Issue
Block a user