Skip to content

Instantly share code, notes, and snippets.

@heartace
Created May 17, 2014 17:22
Show Gist options
  • Select an option

  • Save heartace/b9f42ba88b5a215ab08d to your computer and use it in GitHub Desktop.

Select an option

Save heartace/b9f42ba88b5a215ab08d to your computer and use it in GitHub Desktop.
Remove and Re-add License Key for Office 2013 on Office 365
#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
@jojoamrni
Copy link

if I need to add the key?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment