默谷资源网

专业网站建设资源库

电脑查询Win11系统激活密钥方法

查询Win11系统激活密钥方法

1.按win+R按键→ 在运行中输入 regedit 打开注册表,


2.定位至以下位置:

计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\
SoftwareProtectionPlatform


3.在右侧打开BackupProductKeyDefault 文件,其数值可为当前密钥(BackupProductKeyDefault 文件显示为默认密钥)也可修改密钥。

4、VBS脚本查询方法:

打开新建文本文档.txt记事本,输入以下命令:

Set WshShell = CreateObject("WScript.Shell")
MsgBox ConvertToKey(WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\BackupProductKeyDefault"))
Function ConvertToKey(Key)
    Key = Replace(Key, "-", "")
    Key = Right(Key, 24)
    ConvertToKey = Left(Key, 5) & "-" & Mid(Key, 6, 5) & "-" & Mid(Key, 11, 5) & "-" & Mid(Key, 16, 5) & "-" & Right(Key, 4)
End Function

保存为.vbs格式文件,双击运行即可查看激活密钥。

控制面板
您好,欢迎到访网站!
  查看权限
网站分类
最新留言