Jump to content

Recommended Posts

Posted

Hi,

 

I believe there is a kind of sysprep to run on an image that has Office 2010 installed? This is so it will activate with a KMS server once you have deployed the image.

 

What is this called please?

 

Thanks

Posted
Depends on how you have kms set up. You can run a vbs script in program files as long as you add the kms server. I think its called ospp.vbs. You can add this to a script/task sequence.
  • 3 weeks later...
Posted

I run this batch file and then capture my image. Both Windows and Office activate off of a KMS server fine with this;

 

 @echo off
echo This script will reset Microsoft Office 2010 activation re-arm 
echo and then launch sysprep for Microsoft Windows 7.
echo.
echo If you are sure you want to do this,
pause
echo.
echo.
"C:\Program Files\Common Files\Microsoft Shared\OfficeSoftwareProtectionPlatform\OSPPREARM.exe"
echo.
echo.
echo *IMPORTANT!* Check the status above.
echo If you are happy to launch sysprep,
pause
echo. 
echo.
"C:\Windows\System32\sysprep\sysprep.exe"
exit 

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...