Activating Office 2010 on domain.
This is what I have found as a solution:
1) At
the command prompt, type in cd\ to get back to a C prompt.
2) Type
in the following script (32bit OS installs): cscript "C:\Program
Files\Microsoft Office\Office14\OSPP.VBS" /act
For whatever reason I've had issues doing that path, so I cd down to the folder, one folder at a time because I'm an uber noob.
cd "program files"
cd "microsoft office"
cd office14 (since its one word you don't need quotes! success)
so you end up with
C:\Program Files\Microsoft Office\Office14>
Then you just type cscript ospp.vbs /act
Boom goes the dynamite
you'll get an output listing
SKU ID:
LICENSE NAME:
LICENSE DESCRIPTION:
Last 5 characters of installed product key:
<Product activation successful>
---------------------------------------
---------------------------------------
---Exiting---------------------------
I'm pretty sure my issue was with the quotes or not putting it into the command prompt, but I'll leave both ways on here.
No comments:
Post a Comment