快速部署的KMS服务
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Dnomd343 808fd0ccb5 update: enhance GVLK fetch script 1 year ago
..
README.md update: GVLK release workflow 1 year ago
config.yml update: GVLK release workflow 1 year ago
data.json feat: release GVLK in different languages 1 year ago
fetch.py update: enhance GVLK fetch script 1 year ago
raw.json feat: separate GVLK working directory 1 year ago
release.py update: GVLK release workflow 1 year ago

README.md

GVLKs

Generic Volume License Keys (GVLKs), sometimes referred to as the KMS client keys.

Microsoft provides keys of different Windows versions on the official website, where data in different languages will be crawled, and json data will be exported after sorting.

Running the following command will automatically crawl and output to raw.json, you can specify the language in config.yml.

$ ./fetch.py

Since Microsoft basically uses machine translation in other languages, manually repair the content in raw.json and save it in data.json.

Then run the following command, the final data will be saved at ../assets/gvlk.json by default. The specific order can be specified in config.yml.

$ ./release.py

Because the GVLKs will be updated with Microsoft's iterations, this working directory will always be updated.