如何在 Windows 11/10 中使用 VB 脚本查找 Windows 产品密钥
这篇文章将向您展示如何使用VB 脚本找到您的(VB Script)Windows 11/10 Product License Key。但我必须补充一点,这也适用于Windows 8.1、 Windows 7 和更早版本。如果由于某种原因您需要查找您的 Windows 许可证或序列号,那么这篇文章一定会帮助您找到您的 Windows 10 产品密钥(find your Windows 10 Product Key)。
(Find)使用VB 脚本(VB Script)查找Windows 11/10产品密钥(Product Key)
打开记事本(Notepad)并复制粘贴以下内容:
Set WshShell = CreateObject("WScript.Shell") MsgBox ConvertToKey(WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId")) Function ConvertToKey(Key) Const KeyOffset = 52 i = 28 Chars = "BCDFGHJKMPQRTVWXY2346789" Do Cur = 0 x = 14 Do Cur = Cur * 256 Cur = Key(x + KeyOffset) + Cur Key(x + KeyOffset) = (Cur \ 24) And 255 Cur = Cur Mod 24 x = x -1 Loop While x >= 0 i = i -1 KeyOutput = Mid(Chars, Cur + 1, 1) & KeyOutput If (((29 - i) Mod 6) = 0) And (i <> -1) Then i = i -1 KeyOutput = "-" & KeyOutput End If Loop While i >= 0 ConvertToKey = KeyOutput End Function
在另存(Save)为对话框中,选择所有文件并将此文件另存为 .vbs 文件,并为其指定任何合适的名称,例如 keyfinder.vbs。
现在运行此文件,您将看到您的 Windows 10 产品密钥。
您还可以使用命令提示符或 PowerShell 找到 Windows 产品密钥(find Windows Product Key using Command Prompt or PowerShell)。
如果这些方法对您不起作用,您还可以使用一些免费的软件密钥查找器(Software Key Finders)来恢复和保存,不仅是Windows,还包括Office、软件(Software)、游戏(Games)序列号和许可证密钥。
如果您想在需要时卸载 Windows 产品密钥,这篇文章将为您提供帮助。
Related posts
如何查找Windows 10 OEM Product Key
如何在Windows 10找到Product Key or Digital License Key
Change product Windows 10中不提供的Change product
如何将Windows 10许可证传输到另一台计算机
Find Windows 10 Product Key使用Command Prompt or PowerShell
Windows 10中的Fix Bluetooth声音延迟
Windows 10中的Windows.edb file是什么?
使用PowerShell Script禁用Windows 10中的Security Questions
如何在Windows 10计算机中更改默认Webcam
如何在Windows 11/10运行.sh或Shell Script file
如何在Windows 11/10中使用Windows Key Shortcut Guide PowerToy
Best免费Timetable software为Windows 11/10
如何检查在Windows 10的Shutdown and Startup Log
如何使用Windows 10交换硬盘驱动器,Hot Swap
如何在Windows 10 Control Panel中打开System Properties
Hardware ID binding超出了tolerance 0xC004F00F的水平
什么是PLS file?如何在Windows 11/10中创建PLS file?
如何检查Office的License Type and Activation Status
如何卸载Microsoft Office product键
如何在Windows 11/10中测试Webcam?它在工作吗?