mirror of
https://github.com/SystemRage/py-kms.git
synced 2024-11-29 11:44:20 +01:00
Update README.md
This commit is contained in:
parent
3fa2980960
commit
444be31db6
23
README.md
23
README.md
@ -1,12 +1,25 @@
|
|||||||
# History
|
# History
|
||||||
py-kms is a port of node-kms by [markedsword](http://forums.mydigitallife.info/members/183074-markedsword), which is a port of either the C#, C++, or .NET implementations of KMSEmulator. The original version was written by [CODYQX4](http://forums.mydigitallife.info/members/89933-CODYQX4) and is derived from the reverse-engineered code of Microsoft's official KMS.
|
py-kms is a port of node-kms created by [cyrozap](http://forums.mydigitallife.info/members/183074-markedsword), which is a port of either the C#, C++, or .NET implementations of KMS Emulator. The original version was written by [CODYQX4](http://forums.mydigitallife.info/members/89933-CODYQX4) and is derived from the reverse-engineered code of Microsoft's official KMS.
|
||||||
- PyKMS Author: [cyrozap](http://forums.mydigitallife.info/members/183074-markedsword)
|
|
||||||
- Maintainer: [ColdZero](http://forums.mydigitallife.info/members/108094-ColdZero)
|
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
- Responds to V4, V5, and V6 KMS requests.
|
- Responds to V4, V5, and V6 KMS requests.
|
||||||
- Supports activating Windows Vista / 7 / 8 / 8.1 / 10 / Server 2008 / Server 2008 R2 / Server 2012 / Server 2012 R2 / Server 2016 / Office 2010 / Office 2013 / Office 2016.
|
- Supports activating:
|
||||||
- It's written in Python ( tested with Python 2.7.8 and Python 3.5.2 ).
|
- Windows Vista
|
||||||
|
- Windows 7
|
||||||
|
- Windows 8
|
||||||
|
- Windows 8.1
|
||||||
|
- Windows 10 ( 1511 / 1607 / 1703 / 1709 )
|
||||||
|
- Windows Server 2008
|
||||||
|
- Windows Server 2008 R2
|
||||||
|
- Windows Server 2012
|
||||||
|
- Windows Server 2012 R2
|
||||||
|
- Windows Server 2016
|
||||||
|
- Microsoft Office 2010 ( Volume License )
|
||||||
|
- Microsoft Office 2013 ( Volume License )
|
||||||
|
- Microsoft Office 2016 ( Volume License )
|
||||||
|
- It's written in Python:
|
||||||
|
- py2-kms tested with Python 2.7.12
|
||||||
|
- py3-kms tested with Python 3.5.2
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
- Python 3.x or Python 2.7.x or "Python 2.6.x with the 'argparse' module installed."
|
- Python 3.x or Python 2.7.x or "Python 2.6.x with the 'argparse' module installed."
|
||||||
|
Loading…
Reference in New Issue
Block a user