:: Verify activation cscript //nologo //b slmgr.vbs /dli Save this script as a batch file (e.g., activate_office_2016.bat ) and run it as an administrator.
:: Set the KMS host set KMS_HOST=your_kms_host_name activador office 2016 cmd
:: Activate Office 2016 cscript //nologo //b slmgr.vbs /ipk %PRODUCT_KEY% cscript //nologo //b slmgr.vbs /ato %KMS_HOST% :: Verify activation cscript //nologo //b slmgr