Over the duration of the previous fourteen years, all of the version numbers of Microsoft Office have been assigned based on a straightforw...
Over the duration of the previous fourteen years, all of the version numbers of Microsoft Office have been assigned based on a straightforward arithmetic sequence. Since Office 2007, there has been a difference of three between each of these particular versions. Office 2021, not Office 2022, is the official name of the latest edition of the Microsoft productivity suite that was published on October 5th, replacing Office 2019. This is in contrast to the rule that Office 2022 is the official name of the suite. If you are inquisitive about what is new in this version that causes them to alter the naming convention of their product, then you will definitely be keen to know what it is. Considering upgrading your current productivity suite, is it worthwhile? Now is the time to make it crystal plain.
Method 1: Running CMD commands manually
Step 1.1: Open cmd program with administrator rights.
First, you need to open cmd in the admin mode, then run all commands below one by one.
Step 1.2: Get into the Office directory in cmd.
cd /d %ProgramFiles(x86)%\Microsoft Office\Office16
cd /d %ProgramFiles%\Microsoft Office\Office16
If you install your Office in the ProgramFiles folder, the Office directory depends on the architecture of your OS. If you are not sure of this issue, just run both of the commands above. One of them will be not executed and an error message will be printed on the screen.
Step 1.3: Install Office 2021 volume license.
for /f %x in ('dir /b ..\root\Licenses16\ProPlus2021VL_KMS*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x"
This step is required. You can not install the KMS client product key of Office without a volume license.
Step 1.4: Activate your Office using the KMS key.
Make sure your device is connected to the internet, then run the following commands.
cscript ospp.vbs /setprt:1688
cscript ospp.vbs /unpkey:6F7TH >nul
cscript ospp.vbs /inpkey:FXYTK-NJJ8C-GB6DW-3DYQT-6F7TH
cscript ospp.vbs /sethst:e8.us.to
cscript ospp.vbs /act
If you see the error 0xC004F074, it means that your internet connection is unstable or the server is busy. Please make sure your device is online and try the command “act” again until you succeed.
Here is all the text you will get in the command prompt window.
C:\Windows\system32>cd /d %ProgramFiles(x86)%\Microsoft Office\Office16 The system cannot find the path specified. C:\Windows\system32>cd /d %ProgramFiles%\Microsoft Office\Office16 C:\Program Files\Microsoft Office\Office16>for /f %x in ('dir /b ..\root\Licenses16\ProPlus2021VL_KMS*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x" C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /inslic:"..\root\Licenses16\ProPlus2021VL_KMS_Client_AE-ppd.xrm-ms" Microsoft (R) Windows Script Host Version 5.812 Copyright (C) Microsoft Corporation. All rights reserved. ---Processing-------------------------- --------------------------------------- Installing Office license: ..\root\licenses16\proplus2021vl_kms_client_ae-ppd.xrm-ms Office license installed successfully. --------------------------------------- ---Exiting----------------------------- C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /inslic:"..\root\Licenses16\ProPlus2021VL_KMS_Client_AE-ul-oob.xrm-ms" Microsoft (R) Windows Script Host Version 5.812 Copyright (C) Microsoft Corporation. All rights reserved. ---Processing-------------------------- --------------------------------------- Installing Office license: ..\root\licenses16\proplus2021vl_kms_client_ae-ul-oob.xrm-ms Office license installed successfully. --------------------------------------- ---Exiting----------------------------- C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /inslic:"..\root\Licenses16\ProPlus2021VL_KMS_Client_AE-ul.xrm-ms" Microsoft (R) Windows Script Host Version 5.812 Copyright (C) Microsoft Corporation. All rights reserved. ---Processing-------------------------- --------------------------------------- Installing Office license: ..\root\licenses16\proplus2021vl_kms_client_ae-ul.xrm-ms Office license installed successfully. --------------------------------------- ---Exiting----------------------------- C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /setprt:1688 Microsoft (R) Windows Script Host Version 5.812 Copyright (C) Microsoft Corporation. All rights reserved. ---Processing-------------------------- --------------------------------------- Successfully applied setting. --------------------------------------- ---Exiting----------------------------- C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /unpkey:6F7TH >nul C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /inpkey:FXYTK-NJJ8C-GB6DW-3DYQT-6F7TH Microsoft (R) Windows Script Host Version 5.812 Copyright (C) Microsoft Corporation. All rights reserved. ---Processing-------------------------- --------------------------------------- <Product key installation successful> --------------------------------------- ---Exiting----------------------------- C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /sethst:e8.us.to Microsoft (R) Windows Script Host Version 5.812 Copyright (C) Microsoft Corporation. All rights reserved. ---Processing-------------------------- --------------------------------------- Successfully applied setting. --------------------------------------- ---Exiting----------------------------- C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /act Microsoft (R) Windows Script Host Version 5.812 Copyright (C) Microsoft Corporation. All rights reserved. ---Processing-------------------------- --------------------------------------- Installed product key detected - attempting to activate the following product: SKU ID: cd18ecc0-466a-45d4-8d2e-8c4fa48ae591 LICENSE NAME: Office 21, Office21ProPlus2021R_Grace edition LICENSE DESCRIPTION: Office 21, RETAIL(Grace) channel Last 5 characters of installed product key: PG343 ERROR CODE: 0xC004F017 ERROR DESCRIPTION: The Software Licensing Service reported that the license is not installed. --------------------------------------- Installed product key detected - attempting to activate the following product: SKU ID: fbdb3e18-a8ef-4fb3-9183-dffd60bd0984 LICENSE NAME: Office 21, Office21ProPlus2021VL_KMS_Client_AE edition LICENSE DESCRIPTION: Office 21, VOLUME_KMSCLIENT channel Last 5 characters of installed product key: 6F7TH <Product activation successful> --------------------------------------- --------------------------------------- ---Exiting-----------------------------
C:\Program Files\Microsoft Office\Office16>
2nd Method
@echo off
title Activate Microsoft Office 2021 (ALL versions) for FREE - BiosArchives.com&cls&echo =====================================================================================&echo #Project: Activating Microsoft software products for FREE without additional software&echo =====================================================================================&echo.&echo #Supported products:&echo - Microsoft Office Standard 2021&echo - Microsoft Office Professional Plus 2021&echo.&echo.&(if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16")&(if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16")&(for /f %%x in ('dir /b ..\root\Licenses16\ProPlus2021VL_KMS*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&echo.&echo =====================================================================================&echo Activating your product...&cscript //nologo slmgr.vbs /ckms >nul&cscript //nologo ospp.vbs /setprt:1688 >nul&cscript //nologo ospp.vbs /unpkey:6F7TH >nul&set i=1&cscript //nologo ospp.vbs /inpkey:FXYTK-NJJ8C-GB6DW-3DYQT-6F7TH >nul||goto notsupported
:skms
if %i% GTR 10 goto busy
if %i% EQU 1 set KMS=kms.03k.org
if %i% EQU 2 set KMS=e8.us.to
if %i% EQU 3 set KMS=e9.us.to
if %i% EQU 1 set KMS=kms7.MSGuides.com
if %i% GTR 3 goto ato
cscript //nologo ospp.vbs /sethst:%KMS% >nul
:ato
echo =====================================================================================&echo.&echo.&cscript //nologo ospp.vbs /act | find /i "successful" && (echo.&echo =====================================================================================&echo.&echo #My official blog: BiosArchives.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at BiosArchives.com@gmail.com if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.BiosArchives.comm&echo #Your support is helping me keep my servers running 24/7!&echo.&echo =====================================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto skms)
explorer "http://BiosArchives.com"&goto halt
:notsupported
echo =====================================================================================&echo.&echo Sorry, your version is not supported.&echo.&goto halt
:busy
echo =====================================================================================&echo.&echo Sorry, the server is busy and can't respond to your request. Please try again.&echo.
:halt
pause >nul
COMMENTS