Skip to content

Instantly share code, notes, and snippets.

View pwwang's full-sized avatar
🏠
Github addictive user

pwwang

🏠
Github addictive user
View GitHub Profile
@pwwang
pwwang / office-activation.md
Created June 5, 2024 18:49 — forked from devomman/office-activation.md
Office Activation Command by Omman

Office 2021

Method 1: Using my command line

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.

  • For x86 and x64
cd /d %ProgramFiles(x86)%\Microsoft Office\Office16
cd /d %ProgramFiles%\Microsoft Office\Office16