問題描述
Office 2016 查找激活日期 (Office 2016 find activation date)
如果產品是在線激活的(不是 KMS!),是否有任何已知方法可以以編程方式查找 Office 2016 (2013) 家庭和企業(零售、OEM)的激活時間戳
我不知道t 表示 安裝 時間戳(我可以從控制面板和安裝程序註冊表中讀取),而不是許可證到期日期(由 OSPP 腳本顯示),而只是產品的最後日期和時間已成功在線註冊/激活。
提示:可能是黃金或誤導:有些人討論瞭如何以編程方式從已安裝/激活的機器中讀取激活密鑰。我記得有人提到此信息在舊版 Office 中已存儲在註冊表中,但對於較新版本,它存儲在文件中(不幸的是,不記得名稱)。
參考解法
方法 1:
I found, I think, a satisfactory solution, and want to share it with anyone running into he same issue. I cannot guarantee however, that this works in all possible scenarios, I found it working whan I do a first‑time install of Office on a machine, but didn't check wether it works in a re‑installation or repair scenario as well.
On my machines, the activation creates a file
"Tokens.dat"
in
c:\ProgramData\Microsoft\OfficeSoftwareProtectionPlatform.
The file creation date (use dir "filename" /TC) will show exactly the product activation date and time.
Hope this helps anyone in the future
Armin.