Created
May 17, 2014 17:22
-
-
Save heartace/b9f42ba88b5a215ab08d to your computer and use it in GitHub Desktop.
Remove and Re-add License Key for Office 2013 on Office 365
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #open cmd as administrator | |
| #If you installed the 64-bit version of Office 2013, move to the following folder: C:\Program Files\Microsoft Office\Office15 | |
| #If you installed the 32-bit version of Office 2013, move to the following folder: C:\Program Files (x86)\Microsoft Office\Office15 | |
| #type this command to find the product key | |
| cscript ospp.vbs /dstatus | |
| #type this command to remove license | |
| cscript ospp.vbs /unpkey:<last five characters of product key> | |
| #restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if I need to add the key?