Setting up a KMS Server
Do not use this in production; it is for testing purposes only. Schools usually run a KMS Server as an activation method for volume licensing of Windows and Office. Here are a few open-source projects you can use for testing: vlmcsd - written in C (it includes a Docker deployment method) Py-KMS-Organization/py-kms - written in Python Py-KMS-Organization/py-kms is a fork of SystemRage/py-kms that is still being actively maintained. You can also spin it up easily with docker: ...