This post will show you how to find your Windows 11/10 Product License Key using a VB Script. But I have to add that this works on Windows 8.1, Windows 7 and earlier versions too. If for some reason you need to find out your Windows license or serial, then this post is sure to help you find your Windows 10 Product Key.Find Windows 11/10 Product Key using VB ScriptOpen a Notepad and copy-paste the following:Set WshShell = CreateObject("WScript.Shell")MsgBox ConvertToKey(WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId"))Function ConvertToKey(Key)Const KeyOffset = 52i = 28Chars = "BCDFGHJKMPQRTVWXY2346789"DoCur = 0x = 14DoCur = Cur * 256Cur = Key(x + KeyOffset) + CurKey(x + KeyOffset) = (Cur \ 24) And 255Cur = Cur Mod 24x = x -1Loop While x >= 0i = i -1KeyOutput = Mid(Chars, Cur + 1, 1) & KeyOutputIf (((29 - i) Mod 6) = 0) And (i -1) Theni = i -1KeyOutput = "-" & KeyOutputEnd IfLoop While i >= 0ConvertToKey = KeyOutputEnd FunctionIn Save as dialog box, select All files and save this file as a .vbs file, giving it any suitable name like keyfinder.vbs.if(typeof ez_ad_units!='undefined')ez_ad_units.push([[728,90],'thewindowsclub_com-medrectangle-4','ezslot_2',829,'0','0']);__ez_fad_position('div-gpt-ad-thewindowsclub_com-medrectangle-4-0');Now run this file, and you will see your Windows 10 product key.
d0d94e66b7