Office 2016 查找激活日期 (Office 2016 find activation date)


問題描述

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.

(by NimralNimral)

參考文件

  1. Office 2016 find activation date (CC BY‑SA 2.5/3.0/4.0)

#ms-office






相關問題

什麼是 MS Office 對比算法? (What is the MS Office contrast algorithm?)

在 Office 2007 應用程序中使用 VBA? (Use VBA in Office 2007 Applications?)

複製 Word 腳註 (Copy Word Footnotes)

使用 WebApi 打開辦公文檔並使用 MS Office 保存回站點 (Open office documents with WebApi and save back to the site using MS Office)

用於確定 Windows 和 Office 版本的快速命令或批處理腳本 (quick command or batch script to determine Windows and Office version)

通過 Office 加載項將內容添加到 Outlook 電子郵件正文 (Adding content to an Outlook email body via an Office Add-In)

Word 2016 自動化生成“錯誤:80080005 服務器執行失敗” (Word 2016 automation generates "error: 80080005 Server execution failed")

Office 2016 查找激活日期 (Office 2016 find activation date)

Word 2007 文件啟動新窗口而不是顯示內聯 (Word 2007 files launching new window instead of displaying inline)

將 A1 公式和數組轉換為 L1C1 公式,反之亦然 (convert A1 formula and Array into L1C1 formula and vice-versa)

.NET C# Office Shared Add In WCF Service 引用異常 (.NET C# Office Shared Add In WCF Service reference exception)

從顯示“錯誤!超鏈接引用無效”的 MS Word 字段中恢復 URL (Recover URL from MS Word fields showing "Error! Hyperlink reference not valid")







留言討論