This is an old revision of the document!
MAS Activation
- use HWID for Win10 only (permanent); KMS38 for Servers; KMS for office
bin
mkdir -Force c:\drv cd c:\drv $download_url = "https://repo.sxl.net/win/bin/curl.exe" $local_path = "c:\drv\curl.exe" $WebClient = New-Object System.Net.WebClient $WebClient.DownloadFile($download_url, $local_path) .\curl.exe -o wget.exe -L http://repo.sxl.net/win/bin/wget.exe .\curl.exe -o 7za.exe -L http://repo.sxl.net/win/bin/7za.exe dir
MAS 1.5
# admin powershell mkdir -force c:\drv\mas ; sl c:\drv\mas $WebClient = New-Object System.Net.WebClient $WebClient.DownloadFile("http://repo.sxl.net/win/bin/curl.exe", "C:\drv\mas\curl.exe") curl.exe -o 7za.exe -L http://repo.sxl.net/win/bin/7za.exe # MAS 1.5 curl.exe -o mas.7z -L "http://repo.sxl.net/win/bin/MAS_1.5_Password_1234.7z" 7za.exe x -p1234 mas.7z # run the menu cd c:\drv\mas\MAS_1.5\All-In-One-Version MAS_1.5_AIO_CRC32_21D20776.cmd # win only - 1 1 2 8 # office only - 3 2 x i x 9 8