Kamis, 06 Agustus 2015

Cara Melihat Product Key Windows

By Unknown  |  03.07 No comments


Dengan bantuan notepad dan keyboard, kita dapat mengetahui product key yang kita gunakan saat ini. Silahkan lihat cara berikut

1. Klik kanan dan buka di Desktop - New - Text Documents

2. Copy Paste kode berikut kemudian Save 

Set WshShell = CreateObject("WScript.Shell")
MsgBox ConvertToKey(WshShell.RegRead("HKLM\SOFTWARE\Microsoft\WindowsNT\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 = "
End Function-" & KeyOutput
End If
Loop While i >= 0
ConvertToKey = KeyOutput

3. Rename file tersebut dengan format *.vbs

4. Jalankan file tersebut, maka product key akan terlihat

Author: Unknown

Hello, I am Author, decode to know more: In commodo magna nisl, ac porta turpis blandit quis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In commodo magna nisl, ac porta turpis blandit quis. Lorem ipsum dolor sit amet.

0 komentar:

E-mail Newsletter

Sign up now to receive breaking news and to hear what's new with us.

Recent Articles

© 2014 test. WP themonic converted by Bloggertheme9. Powered by Blogger.
TOP