Skip to content

Instantly share code, notes, and snippets.

@LuisCardenasSolis
Created February 22, 2024 17:43
Show Gist options
  • Save LuisCardenasSolis/1d01a4c0f57643bccf92d06dcedc2857 to your computer and use it in GitHub Desktop.
Save LuisCardenasSolis/1d01a4c0f57643bccf92d06dcedc2857 to your computer and use it in GitHub Desktop.
Activate
  • CMD script Activate (Run as Administrator)
if exist "C:\Program Files\Microsoft Office\Office16\ospp.vbs" cd /d "C:\Program Files\Microsoft Office\Office16"
if exist "C:\Program Files (x86)\Microsoft Office\Office16\ospp.vbs" cd /d "C:\Program Files (x86)\Microsoft Office\Office16"
for /f %x in ('dir /b ..\root\Licenses16\ProPlus2021VL_KMS*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x"
cscript ospp.vbs /inpkey:FXYTK-NJJ8C-GB6DW-3DYQT-6F7TH
cscript ospp.vbs /sethst:kms.msgang.com
cscript ospp.vbs /act
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment