TIMOTHY E. answered 07/02/25
Experienced Music & Computer Teacher
Method 1: Via Office Application Settings
- Open any Office 2013 application (e.g., Word, Excel).
Click on File > Account.
Under Product Information, you should see details about your current Office product and its activation status.
Click Change Product Key (or potentially Switch License and then choose to enter a product key).
Enter your new product key carefully and click Continue to activate.
Method 2: Via Command Prompt
- Open Command Prompt as an administrator.
- Navigate to the
ospp.vbs
script location, which varies based on your Office and Windows architecture: - For 32-bit Office on 32-bit Windows:
cscript "C:\Program Files\Microsoft Office\Office15\ospp.vbs" /inpkey:yournewproductkey
- For 32-bit Office on 64-bit Windows:
cscript "C:\Program Files (x86)\Microsoft Office\Office15\ospp.vbs" /inpkey:yournewproductkey
- For 64-bit Office on 64-bit Windows:
cscript "C:\Program Files\Microsoft Office\Office15\ospp.vbs" /inpkey:yournewproductkey
- Replace
yournewproductkey
with your actual new product key.