Coder Social home page Coder Social logo

microsoft-office-2021's Introduction

Microsoft Office 2021

Table of Contents

Download and install Office 2021

Install Office 2021 using Office Deployment Tool

Before you start, ensure that the operating system version you’re running is Windows 10 or later. There is no way to install Office 2021 on Windows 8.1 or earlier.

Step 1: Download the zip file, right-click and then Extract the downloaded file to your computer.

Download Office 2021

Step 2: Open Install-x32.bat or Install-x64.bat to install Microsoft Office 2021 64-bit or 32-bit as you need.

If you only want to Install basic Office apps (Word, Excel, and Powerpoint) open Install-x64-basic.bat or Intel-x32-basic.bat instead.

Installing Microsoft Office 2021, this may take several minutes, depending on your internet speed.

Installing Office

Once the installation is completed, let's open any Office apps. As you can see, you need to activate the Office 2021 license.

Activation Required

Activate Microsoft Office 2021

Method 1: Activate Microsoft Office 2021 using Command Prompt

Step 1: Type cmd in search box, right click on Command Prompt then select Run as administrator.

Command-Prompt

Step 2: Copy all below commands, right click to paste into cmd window at once then hit Enter.

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

Microsoft Office 2021 is activated, and you can start using the applications without any restrictions or limitations.

Command-Prompt-Window

Method 2: Activate Microsoft Office 2021 using Batch File

Step 1: Right-click the Activator.bat file, then select Run as administrator (You can find it in the Office2021 zip file).

Run Batch file

Finally, check the activation status of Microsoft Office 2021. Congratulations! The activation was completed successfully.

Activation Complete

KMS credits: https://msgang.com

microsoft-office-2021's People

Contributors

21z avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.