An unspecified error has occurred. Your request cannot be processed at this time. Please try again later.(0x80070190) - Office 2010
Environment
Content
Had a question - "Please try again later.(0x80070190)" - of Office 2010. It occurred when building a new computer by a template image. Because our license is per machine, did not register yet to the image.
How to solve it? Following the Office Deployment Support Team Blog, registered the license via commands.
Reference
Update
- Microsoft Office 2010
Content
Had a question - "Please try again later.(0x80070190)" - of Office 2010. It occurred when building a new computer by a template image. Because our license is per machine, did not register yet to the image.
How to solve it? Following the Office Deployment Support Team Blog, registered the license via commands.
- Cscript
C:\Windows\system32>cscript "C:\Program Files (x86)\Microsoft Office\Office14\ospp.vbs" /act
Microsoft (R) Windows Script Host Version 5.8
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
---Processing--------------------------
---------------------------------------
Installed product key detected - attempting to activate the following product:
SKU ID: fdf3ecb9-b56f-43b2-a9b8-1b48b6bae1a7
LICENSE NAME: Office 14, OfficeProPlus-MAK edition
LICENSE DESCRIPTION: Office 14, RETAIL channel
Last 5 characters of installed product key: HPBCF
<Product activation successful>
---------------------------------------
---------------------------------------
---Exiting----------------------------- - Reg add
C:\Windows\system32>reg add HKEY_LOCAL_MACHINE\software\microsoft\officesoftwareprotectionplatform /v USEROPERATIONS /t REG_DWORD /d 1 /f
操作順利完成。
Reference
Update