How to check the Product Key

The article below will show you how to check the Product Key
Choice 1: Use Script File

Right-tap on Desktop - > New - > Text Document as appeared.


2.Open the content record and duplicate the substance to:
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


3.At that point spare in .vbs organize, any name, for instance set it as: Check-Product-Key-Windows.vbs
4.Since you have run the document, you will see Product Key show up. You simply press Ctrl + C to duplicate as opposed to writing each character.
Technique 2: Use the ProduKey programming

Initially, download the connection underneath:
Tags:WINDOWS 10 PRODUCT KEY ,WINDOWS XP PRODUCT KEY ,WINDOWS 7 PRODUCT KEY

Nhận xét

Bài đăng phổ biến