Sometimes when office 2021 setup complete , it’s need to be activated while you don’t have valid key. Here is a way when you have a kms server.
Activate windows Products
My kms server kms.msft.vip
1 2 3 4
| slmgr /skms kms.v0v.bid && slmgr /ato
slmgr /skms kms.msft.vip && slmgr /ato
|
Windows OS download:
Windows Activation
Open source projects on Github
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
| [root@home /opt/nginx/html/kms] [root@home /opt/nginx/html/kms] [root@home /opt/nginx/html/kms] total 828 drwxr-xr-x 2 root root 267 Nov 9 21:02 assets -rw-r--r-- 1 root root 5339 Jul 20 2022 favicon.ico -rw-r--r-- 1 root root 730 Nov 9 21:02 index.html drwxr-xr-x 2 root root 23 Jul 20 2022 js -rw-r--r-- 1 root root 834361 Jul 20 2022 kms-tools-v1.2.0.zip [root@home /opt/nginx/html/kms]
server { listen 80; server_name kms.srv; location / { root /opt/nginx/html/kms; index index.html; } } [root@home /opt/nginx/html/kms]
|
1 2 3 4
| cd C:\Program Files\Microsoft Office\Office16 cscript ospp.vbs /inpkey:FXYTK-NJJ8C-GB6DW-3DYQT-6F7TH cscript ospp.vbs /sethst:wrt.lan cscript ospp.vbs /act
|