Removing Office Key with Command Prompt.

sadheart

New Member
Messages
1
I'm looking for a solution to remove m. office 2013 product key with command prompt.

Is there any code for this?

ps: I know there are other ways but I want to make a batch file with it.
 

My Computer

System One

  • OS
    windows 7
You can add a new key. It replaces the old one and requires activation.

Code:
:: new key
cscript "C:\Program Files\Microsoft Office\Office15\OSPP.VBS" /inpkey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
:: activation
cscript "C:\Program Files\Microsoft Office\Office15\OSPP.VBS" /act
 

My Computer

System One

  • OS
    Windows 8 Pro x64
    Computer type
    Laptop
    System Manufacturer/Model
    HP Pavilion dv7t (17.3'', i7-2630QM, HD 6770M 1Gb, 8Gb RAM, 2 SSD@120Gb + 1 HDD@750Gb)
Back
Top