Skip to content

kRamu81/MsOffice-Activation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Fix Microsoft Office Activation using OSPPREARM

image

Step 1: Open Command Prompt as Administrator

  1. Press Windows Key
  2. Search cmd
  3. Right-click Command Prompt
  4. Click Run as Administrator

Step 2: Open Office Installation Folder

  1. Open File Explorer
  2. Navigate to:
C:\Program Files\Microsoft Office\Office16
image
  1. Copy the folder path from the address bar.

Step 3: Navigate to Office Folder in CMD

In Command Prompt type:

cd "C:\Program Files\Microsoft Office\Office16"
image

Step 4: Check Office License Status

Run the following command:

cscript ospp.vbs /dstatus
image

This command will display the license information.

Look for the line:

SKU ID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

Copy the SKU ID.


Step 5: Rearm Office

Run the following command using the copied SKU ID:

OSPPREARM <SKU_ID>

Example:

OSPPREARM 6912a74b-a5fb-401a-bfdb-2e3ab46f4b02

Step 6: Successful Message

If successful, you will see:

Microsoft Office rearm successful.
image

Restart Microsoft Office applications. image


Notes

  • Works for Office Volume License (KMS Client) versions.
  • Rearm resets the Office activation grace period.
  • Rearm can only be used a limited number of times.

About

Step-by-step guide to fix Microsoft Office activation issues using OSPPREARM and SKU ID through Command Prompt. This guide explains how to check license status and rearm Office activation for Office 2016/19 Volume License (KMS client).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors