உங்கள் கணினி windows ன் product key க்கு நீங்களே அறியுங்க windows XP/Vista7/8/8.1


உங்கள் கணினியின் windows ன் product key க்கு நீங்களே அறிவதற்கு ஒரு வழி உண்டு இது வெறும் சுலபம்.இந்த code யை காப்பி செய்து நோட்பாடில் பிரதிசெய்து கொள்ளுங்கள் அவ்வளவுதான்.


1) open Notepad

2) Copy to this code and paste in notepad





Set WshShell = CreateObject("WScript.Shell")
MsgBox ConvertToKey(WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId"))

Function ConvertToKey(Key)
    Const KeyOffset = 52
    isWin8 = (Key(66) \ 6) And 1
    Key(66) = (Key(66) And &HF7) Or ((isWin8 And 2) * 4)
    i = 24
    Chars = "BCDFGHJKMPQRTVWXY2346789"
    Do
        Cur = 0
        X = 14
        Do
            Cur = Cur * 256
            Cur = Key(X + KeyOffset) + Cur
            Key(X + KeyOffset) = (Cur \ 24)
            Cur = Cur Mod 24
            X = X -1
        Loop While X >= 0
        i = i -1
        KeyOutput = Mid(Chars, Cur + 1, 1) & KeyOutput
        Last = Cur
    Loop While i >= 0
    If (isWin8 = 1) Then
        keypart1 = Mid(KeyOutput, 2, Last)
        insert = "N"
        KeyOutput = Replace(KeyOutput, keypart1, keypart1 & insert, 2, 1, 0)
        If Last = 0 Then KeyOutput = insert & KeyOutput
    End If
    a = Mid(KeyOutput, 1, 5)
    b = Mid(KeyOutput, 6, 5)
    c = Mid(KeyOutput, 11, 5)
    d = Mid(KeyOutput, 16, 5)
    e = Mid(KeyOutput, 21, 5)
    ConvertToKey = a & "-" & b & "-" & c & "-" & d & "-" & e
End Function

3) save to "Key.vbs"

4) open the file Key.vbs and see your correct product key on msg box

5) enjoy and activate your windows :-) :-)

கருத்துகள்

இந்த வலைப்பதிவில் உள்ள பிரபலமான இடுகைகள்

Mobile வெடித்து சிதறாமல் இருக்க என்ன செய்ய வேண்டும்

குரோம் பிரவுசர் பற்றி சில…!

Selfie எடுக்க இனி Phone வேண்டாம் இந்த கண்ணாடி போதும்