Windows查看产品密钥的多种方法

166次阅读
没有评论

命令行

CMD或PowerShell

wmic path softwarelicensingservice get OA3xOriginalProductKey

下面两个命令只显示部分密钥:

slmgr -dli // 摘要信息
slmgr -dlv // 详细信息

PowerShell

(Get-WmiObject –query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey

注册表

win+r输入regedit打开注册表,路径:计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform,右侧面板的名称为BackupProductKeyDefault的数据就是密钥了。

其他工具

AIAD64

主板\操作系统\操作系统\授权信息\产品密钥
主板\ACPI\MSDM: Microsoft Data Management Table\SLS Data
正文完
 0
wujingquan
版权声明:本站原创文章,由 wujingquan 于2024-07-01发表,共计450字。
转载说明:Unless otherwise specified, all articles are published by cc-4.0 protocol. Please indicate the source of reprint.
评论(没有评论)