Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
kms [2025/06/01 05:26] jango [Office Aktivierung] |
kms [2025/10/11 12:13] (aktuell) jango |
||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| - | KMS ist ein Aktivierungsdienst von [[Microsoft]], | + | KMS ist ein Aktivierungsdienst von [[Microsoft]], |
| * KMS-Server lauscht auf Port 1688/TCP. | * KMS-Server lauscht auf Port 1688/TCP. | ||
| Zeile 7: | Zeile 7: | ||
| * Alle 7 Tage wird automatisch versucht, die Aktivierung zu erneuern. | * Alle 7 Tage wird automatisch versucht, die Aktivierung zu erneuern. | ||
| - | Generic Volume License Keys (GVLK) findet man [[https:// | + | Generic Volume License Keys (GVLK) findet man [[https:// |
| + | |||
| + | {{kms-main.zip}} | ||
| =====Windows Aktivierung===== | =====Windows Aktivierung===== | ||
| + | |||
| + | [[https:// | ||
| < | < | ||
| Zeile 37: | Zeile 41: | ||
| =====Emulator===== | =====Emulator===== | ||
| - | * [[vlmcsd]] | + | KMSServer in [[coding: |
| - | * [[py-kms]] | + | |
| + | < | ||
| + | git clone https:// | ||
| + | cd kms | ||
| + | python pykms_Server.py | ||
| + | </ | ||
| + | |||
| + | Falls dieser Fehler auftritt | ||
| + | |||
| + | < | ||
| + | Traceback (most recent call last): | ||
| + | File "/ | ||
| + | from Etrigan import Etrigan, Etrigan_parser, | ||
| + | File "/ | ||
| + | from collections import Sequence | ||
| + | ImportError: | ||
| + | </ | ||
| + | |||
| + | diesen Befehl ausführen | ||
| + | |||
| + | < | ||
| + | sed -i ' | ||
| + | </ | ||
| + | |||
| + | Siehe auch [[vlmcsd]] | ||
| + | |||
| + | =====Links===== | ||
| + | |||
| + | * [[https:// | ||