Win10系统是目前使用最广泛的操作系统之一,它需要激活码来激活正版系统。然而,很多用户并不知道如何检查Win10系统是否已经被激活。本文将介绍几种简单可行的方法来帮助读者查看Win10系统是否已经被激活。
1.通过设置应用程序查看
打开“设置”应用程序,选择“更新和安全”,然后选择“激活”。如果显示“Windows已激活”,则表明您的Win10系统已被激活。
2.通过命令提示符查看
按下“Win+X”键,选择“命令提示符(管理员)”。在命令提示符中输入“slmgr /dli”命令并按回车键。如果弹出窗口显示“许可证状态:已授权”,则表明您的Win10系统已被激活。
3.通过脚本查看
打开记事本,将以下脚本复制并粘贴进去:
Set WshShell = CreateObject("WScript.Shell")
MsgBox ConvertToKey(WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId"))
Function ConvertToKey(Key)
Const KeyOffset = 52
Dim isWin8, Maps, i, j, Current, KeyOutput, Last, keypart1, insert
'Check if OS is Windows 8
isWin8 = (Key(66) \ 6) And 1
Key(66) = (Key(66) And &HF7) Or ((isWin8 And 2) * 4)
i = 24
Maps = "BCDFGHJKMPQRTVWXY2346789"
Do
Current= 0
j = 14
Do
Current = Current * 256
Current = Key(j + KeyOffset) + Current
Key(j + KeyOffset) = (Current \ 24)
Current=Current Mod 24
j = j -1
Loop While j >= 0
i = i -1
KeyOutput = Mid(Maps,Current+1,1) & KeyOutput
Last = Current
Loop While i >= 0
keypart1 = Mid(KeyOutput, 2, Last)
insert = "N"
KeyOutput = Replace(KeyOutput, keypart1, keypart1 & insert, 2, 1, 0)
If Last = 0 Then KeyOutput = insert & KeyOutput
ConvertToKey = Mid(KeyOutput, 1, 5) & "-" & Mid(KeyOutput, 6, 5) & "-" & Mid(KeyOutput, 11, 5) & "-" & Mid(KeyOutput, 16, 5) & "-" & Mid(KeyOutput, 21, 5)
End Function
然后将文件另存为“CheckWin10Activation.vbs”,双击运行该脚本。如果弹出窗口显示一串25位的数字和字母序列,则表明您的Win10系统已被激活。
以上介绍了三种简单可行的方法来查看Win10系统是否已经被激活,包括通过设置应用程序查看、通过命令提示符查看和通过脚本查看。尽管每种方法都有其自身的优缺点,但无论您选择哪种方法,关键是确保您的Win10系统是正版授权的。