Skip to content

Instantly share code, notes, and snippets.

@zthxxx
Last active January 31, 2024 05:32
Show Gist options
  • Save zthxxx/6bc6c5db9176078e5f04f82d525baa2c to your computer and use it in GitHub Desktop.
Save zthxxx/6bc6c5db9176078e5f04f82d525baa2c to your computer and use it in GitHub Desktop.
win-kms
:: active win10 VL
:: ensure you are run as Administrator
cmd /c "slmgr /skms kms.03k.org && slmgr /ato"
:: active office VL
:: in Microsoft Office installed folder
:: office2016 64bit default in C:\Program Files\Microsoft Office\Office16
cd "C:\Program Files\Microsoft Office\Office16"
cscript ospp.vbs /sethst:kms.03k.org && cscript ospp.vbs /act
:: thanks for 03k.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment