Techdw Posted April 10, 2012 Posted April 10, 2012 Hi guys, Does anyone know how to reset the Licensing for Office 2010 online? We have re imaged all our Pc's but microsoft are saying we have used all our Licensing up so need to reset it back to 0 if possible. Thanks
FN-GM Posted April 10, 2012 Posted April 10, 2012 Are these MAK keys? Surley if you have that many machines with office 2010 on you should use KMS?
Techdw Posted April 10, 2012 Author Posted April 10, 2012 They are MAC keys, We have KMS but on the site it says 0/0
FN-GM Posted April 10, 2012 Posted April 10, 2012 Have you imaged the machines with office 2010 on the image? If so i know how fix that
Techdw Posted April 10, 2012 Author Posted April 10, 2012 Have you imaged the machines with office 2010 on the image? If so i know how fix that That is correct
FN-GM Posted April 10, 2012 Posted April 10, 2012 Run this as a startup script of something and the clients should starting working with KMS. Office 2010 has its own SID that needs reseting. @echo off :OSPP reg query HKLM\Software\Microsoft\Office\14.0\Common\OSPPREARM if %errorlevel%==1 (goto RUN) else (goto END) :RUN set ProgramFilesPath=%ProgramFiles% "%ProgramFilesPath%\Common Files\microsoft shared\OfficeSoftwareProtectionPlatform\OSPPREARM.EXE" C:\Windows\system32\cscript.exe "%ProgramFilesPath%\Microsoft Office\Office14\ospp.vbs" /act set ProgramFilesPath=%ProgramFiles(x86)% "%ProgramFilesPath%\Common Files\microsoft shared\OfficeSoftwareProtectionPlatform\OSPPREARM.EXE" C:\Windows\system32\cscript.exe "%ProgramFilesPath%\Microsoft Office\Office14\ospp.vbs" /act REG ADD "HKLM\Software\Microsoft\Office\14.0\Common\OSPPREARM" :END Exit 1
Techdw Posted April 10, 2012 Author Posted April 10, 2012 Tried to run it but it doesn't work, Error at the first line!
paulnharris Posted April 10, 2012 Posted April 10, 2012 here's contact details for Microsoft Activation Centre - they will be able to help Support Center Contact Info Country: United Kingdom Email(s): [email protected] Toll Free Number(s): 0800 9179016 Hours of Operation: 09:00-18:00 GMT +1
FN-GM Posted April 10, 2012 Posted April 10, 2012 Tried to run it but it doesn't work, Error at the first line! Please can you tell us what the error is please?
plexer Posted April 10, 2012 Posted April 10, 2012 Or just run the ospp.vbs with the published kms key can be a starup script. Ben
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now