Skip to content

Instantly share code, notes, and snippets.

@gcslaoli
gcslaoli / cgit
Last active November 10, 2022 08:09
#!/bin/bash
# 使用镜像加速github
# Author: LiDong ([email protected])
# Date: 2022-11-10
PERFIX="https://gh.hjmcloud.cn/"
# 获取环境变量 CGITPERFIX, 如果没有设置则使用默认值
if [ -n "$CGITPERFIX" ]; then
PERFIX=$CGITPERFIX
@gcslaoli
gcslaoli / Service KMS
Created November 10, 2022 08:05 — forked from judero01col/Service KMS
Volume License Activation Key Service - KMS
## Find Available Target Editions
DISM.exe /Online /Get-TargetEditions
## Convert Server Standard 2019 Evaluation to Server Standard 2019
DISM /online /Set-Edition:ServerStandard /ProductKey:N69G4-B89J2-4G8F4-WWYCC-J464C /AcceptEula
## How To Activate
slmgr /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
slmgr /skms [server]:[port]
slmgr /ato