kms-website: 3-up KMS_AUTO quick-start cards + save-as downloads + clean script comments
- Replace single interactive one-liner with three side-by-side cards (Windows / Office+Project+Visio / Both) using $env:KMS_AUTO=...; the contract is already supported by kms-bootstrap.ps1 - Make Downloads links use the 'download' attribute so browsers prompt save-as instead of rendering .ps1 as text - Strip operator-side framing: kms-bootstrap.ps1 no longer says "this activation has been logged" and both scripts now point Source at the public mirror instead of forgejo.viktorbarzin.me
This commit is contained in:
parent
5da130be93
commit
8bcb64bf99
4 changed files with 38 additions and 13 deletions
|
|
@ -17,7 +17,7 @@
|
|||
# Custom KMS host:
|
||||
# $env:KMS_HOST = 'kms.example.com'; iwr ... | iex
|
||||
#
|
||||
# Source: https://forgejo.viktorbarzin.me/viktor/kms-website
|
||||
# Source: https://kms.viktorbarzin.me/scripts/kms-bootstrap.ps1
|
||||
# Licence: MIT, no warranty, KMS activates Volume License SKUs only.
|
||||
|
||||
[CmdletBinding()]
|
||||
|
|
@ -183,4 +183,4 @@ if ($installList.Count -gt 0) { Install-Odt-Bundle $installList }
|
|||
Write-Host ""
|
||||
Step "Done."
|
||||
Write-Host " Re-run any time to re-check status. KMS licences renew automatically every 7 days."
|
||||
Write-Host " Operator-side: this activation has been logged. Privacy notes: https://kms.viktorbarzin.me/#faq"
|
||||
Write-Host " Privacy: see https://kms.viktorbarzin.me/#faq"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue