Microsoft Office 2021 Activation using command Prompt Script
There are many ways and scripts to activate office 2021, Here we will discuss a quick guide on how to activate Microsoft Office 2021 using the script in the command prompt. Follow the steps to activate Microsoft Office 2021 Pro Plus.
To Activate Office 2021 open the cmd program with administrator rights and Copy Commands
Type the following command in cmd to move into the Microsoft Office 2021 directory.
cd /d %ProgramFiles(x86)%\Microsoft Office\Office16
cd /d %ProgramFiles%\Microsoft Office\Office16
Convert Microsoft Office 2021 to volume license.
VOLUME LICENSE KMS KEY: FXYTK-NJJ8C-GB6DW-3DYQT-6F7TH
for /f %x in ('dir /b ..\root\Licenses16\ProPlus2021VL_KMS*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x"
After the above step, For activation of the Microsoft Office Professional Plus 2021 kms activator client product key is required.
Activate your Office using the KMS key
Your Device/ Laptop/PC must be connected to the internet to activate Microsoft Office using cmd script. Now the final step, type and run the commands.
cscript ospp.vbs /inpkey:FXYTK-NJJ8C-GB6DW-3DYQT-6F7TH
cscript ospp.vbs /unpkey:CPQVG >nul
cscript ospp.vbs /unpkey:BTDRB >nul
cscript ospp.vbs /unpkey:KHGM9 >nul
cscript ospp.vbs /sethst:s8.uk.to
cscript ospp.vbs /setprt:1688
cscript ospp.vbs /act
To Activate Microsoft Office 2021 using the above steps