Jump to content

Recommended Posts

Posted

Hi,

 

Somewhere on here is a script you can run. It will reset the SID of office so it will activate with KMS. At my new place office wasn't rearmed on the image so its causing us some activation issues!

 

Does anyone have a copy of it please?

 

Thanks

Posted

@echo off
IF EXIST C:\Office2013_REARM GOTO _END

"C:\Program Files (x86)\Common Files\microsoft shared\OfficeSoftwareProtectionPlatform\OSPPREARM.EXE" >>C:\Office2013_REARM

cscript "C:\Program Files (x86)\Microsoft Office\Office14\ospp.vbs" /act

:_END

 

As a start-up script should work.

Posted (edited)

This exact thing happened with us over the summer. Distribution company borked up our master image.

 

This is the batch file I wrote to get it sorted:

 

c:
cd \
cd program files\common files\microsoft shared\OfficeSoftwareProtectionPlatform
ospprearm
winword
taskkill /f /im "winword.exe"
cd \program files\microsoft office\office14
cscript ospp.vbs /act

 

We ran it manually under an Administrator login.

 

EDIT - this is for 64bit Office

Edited by machin05

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...