|
|
||
|
Bafões  Diversão  Esporte  Famosos  Moda   Música  Mundo   Notícias  Viagens |
||
|
||
| Â |
If you want to automate the activation process, you can use a KMS activation script. Here's an example script:
:: Activate Office 2016 cscript //nologo //b slmgr.vbs /ipk %PRODUCT_KEY% cscript //nologo //b slmgr.vbs /ato %KMS_HOST% activador office 2016 cmd
:: Set the KMS host set KMS_HOST=your_kms_host_name If you want to automate the activation process,
@echo off setlocal
:: Set the product key set PRODUCT_KEY=your_product_key activador office 2016 cmd
:: 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.