Skip to content

Instantly share code, notes, and snippets.

@P1N2O
Last active October 18, 2024 12:01
Show Gist options
  • Save P1N2O/b440ff1034a02df26e7504605eeaa976 to your computer and use it in GitHub Desktop.
Save P1N2O/b440ff1034a02df26e7504605eeaa976 to your computer and use it in GitHub Desktop.
KMS Activation

Windows 11

Professional: W269N-WFGWX-YVC9B-4J6C9-T83GX Enterprise: NPPR9-FWDCX-D2C8J-H872K-2YT43 More

slmgr /ipk NPPR9-FWDCX-D2C8J-H872K-2YT43
slmgr /skms <address-here>
slmgr /sprt <port-here>
slmgr /ato
slmgr /dlv

Office 2021

Standard: KDX7X-BNVR8-TXXGX-4Q7Y8-78VT3 Pro Plus: FXYTK-NJJ8C-GB6DW-3DYQT-6F7TH More

cd "\Program Files\Microsoft Office\Office16"
cscript ospp.vbs /inpkey:FXYTK-NJJ8C-GB6DW-3DYQT-6F7TH
cscript ospp.vbs /sethst:<address-here>
cscript ospp.vbs /setprt:<port-here>
cscript ospp.vbs /act
cscript ospp.vbs /dstatusall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment