中文 English

Activate Windows 10 with KMS, Including Third-Party and Self-Hosted Services

Published: 2021-01-18
KMS activate Windows slmgr vlmcsd GCC firewall-cmd Activation

Third-Party Service Activation

slmgr /skms kms.03k.org
slmgr /ato

Self-Hosted Service Activation

yum install gcc git
cd ~/tools
mkdir win
cd win
git clone https://github.com/Wind4/vlmcsd.git
cd vlmcsd
make
cd bin
./vlmcsd  
ps aux|grep vlmcsd
firewall-cmd --permanent --zone=public --add-port=1688/tcp
firewall-cmd --reload