https://msdn.microsoft.com/en-us/subscriptions/securedownloads/default.aspx Follow up: 1. Open command prompt and temporarily stop the Office Software Protection Platform by entering net stop osppsvc. Then the following should appear: The Office Software Protection Platform service is stopping. The Office Software Protection Platform service was stopped successfully. 2. Type ospprun. 3. When a prompt like '>' appears, type these commands: Code:
>Initialize OK. >Open OK. >> GetInstalledSKUIds 0. 128a057a-7e95-4063-b296-c54c5f3d3f3a (this is the ID for Office
2010)
1. 2. 3. 4. 5.
2010)
26adec89-edf3-4adc-a3fc-c865f1a9f71f 59abcf5d-8ba8-48e5-8517-3d0b3c44e0bb 5c0b14e2-a216-42bb-abe2-9998a195d9ce 94021175-a8a2-4aeb-8d52-284f4b86d97a bab7dca9-4765-442c-aa20-837dc4ff4d4d (this is the ID for Visio
6. c8bb467d-34b7-4393-945a-1b51039f4627 7. de4fe7fd-498e-446f-9f5b-93b093539246 OK.
To rearm Office 2010, choose the ID 128a057a-7e95-4063-b296-c54c5f3d3f3a. Otherwise, choose bab7dca9-4765-442c-aa20-837dc4ff4d4d for Visio 2010. Code:
> GetInstalledAppIds 128a057a-7e95-4063-b296-c54c5f3d3f3a 0. 59a52881-a989-479d-af46-f275c6370663 OK.
> GetLicensingStatus 59a52881-a989-479d-af46-f275c6370663 128a057a7e95-4063-b296-c54c5f3d3f3a SkuId = 128a057a-7e95-4063-b296-c54c5f3d3f3a eStatus = SL_LICENSING_STATUS_IN_GRACE_PERIOD dwGraceTime = 2D 14:26 dwTotalGraceDays = 30 days hrReason = 4004F00C
qwExpiration
= 2010/10/31
OK.
The dwGraceTime stores the remaining time in the period. In order to reset it, we have to rearm the Office (or Visio) 2010 installation. Code:
>Rearm 59a52881-a989-479d-af46-f275c6370663 128a057a-7e95-4063-b296c54c5f3d3f3a 1 OK. >Close OK. > GetLicensingStatus 59a52881-a989-479d-af46-f275c6370663 128a057a7e95-4063-b296-c54c5f3d3f3a SkuId = 128a057a-7e95-4063-b296-c54c5f3d3f3a eStatus = SL_LICENSING_STATUS_IN_GRACE_PERIOD dwGraceTime = 30D 00:00 dwTotalGraceDays = 30 days hrReason = 4004F00C qwExpiration = 2010/10/31 OK. >Quit Bye-Bye