Use the Office volume licensing scripts to display the Installation ID without relying on the GUI activation dialog.
For Office 2010, there are two common cases:
- KMS host activation (on a server)
If activating an Office 2010 KMS host and the dialog fails, use slmgr.vbs:
- Open an elevated Command Prompt.
- Change to the System32 folder:
cd %windir%\system32 - If the Activation ID for the Office KMS host is known, run:
This displays the Installation ID for telephone activation of that KMS host.cscript slmgr.vbs /dti <ActivationID> - If the Activation ID is not known, first list all installed license files and IDs:
Then openslmgr.vbs /dlv All >C:\path\kmsinfo.txtkmsinfo.txt, locate the Office KMS host entry, copy its Activation ID, and use it with/dtias above. - Client activation (Office installed on a workstation)
If activating an Office 2010 client and the activation wizard fails, use ospp.vbs:
- Open an elevated Command Prompt.
- Change to the Office Software Protection Platform folder (path depends on 32/64-bit Office and Windows). For example:
orcd "C:\Program Files\Microsoft Office\Office14"cd "C:\Program Files (x86)\Microsoft Office\Office14" - Run:
This displays the Installation ID for offline/phone activation of the installed Office 2010 product.cscript ospp.vbs /dinstid
Once the Installation ID is obtained, it can be provided to the Activation Center (or used with the appropriate confirmation ID commands such as ospp.vbs /actcid:<ConfirmationID> or slmgr.vbs /atp <ConfirmationID> <ActivationID> for KMS hosts).
References: