Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pub:mas_activation [2022/05/16 09:54] – [MAS 1.5] derek | pub:mas_activation [2023/03/29 08:32] (current) – [MAS 1.6] derek | ||
---|---|---|---|
Line 21: | Line 21: | ||
</ | </ | ||
+ | === MAS 1.8 | ||
+ | |||
+ | irm https:// | ||
+ | |||
+ | === MAS 1.6 | ||
+ | |||
+ | iwr -useb https:// | ||
+ | |||
+ | * Office: 3 2 .. 0 4 .. 0 7 8 | ||
=== MAS 1.5 | === MAS 1.5 | ||
<code powershell> | <code powershell> | ||
Line 28: | Line 37: | ||
$WebClient = New-Object System.Net.WebClient | $WebClient = New-Object System.Net.WebClient | ||
$WebClient.DownloadFile(" | $WebClient.DownloadFile(" | ||
- | .\curl.exe -o 7za.exe -L http:// | + | curl.exe -o 7za.exe -L http:// |
# MAS 1.5 | # MAS 1.5 | ||
- | .\curl.exe -o mas.7z -L " | + | curl.exe -o mas.7z -L " |
- | .\7za.exe x -p1234 mas.7z | + | 7za.exe x -p1234 mas.7z |
# run the menu | # run the menu | ||
cd c: | cd c: | ||
- | .\MAS_1.5_AIO_CRC32_21D20776.cmd | + | MAS_1.5_AIO_CRC32_21D20776.cmd |
- | # win only - 1 1 | + | # win only - 1 1 2 8 |
# office only - 3 2 x i x 9 8 | # office only - 3 2 x i x 9 8 | ||
</ | </ | ||