1. Nëse akoma nuk jeni pjesë e forumit, ju ftojmë që të bëheni pjesë e këtij forumi duke u regjistruar.
    Dismiss Notice
  2. Ata qe kan harru password apo user ne te kontaktojn ne PM ju trregojm password.
    Dismiss Notice

Si Te shikojm Licensen tone (Serial Key) ne Windows 10

Tema tek 'PC - Tutoriale/Mesime' e hapur nga inL., 1 Gusht 2015.

View Users: View Users
  1. inL.

    inL. Legend

    Anëtarësuar:
    10 Korrik 2011
    Postimet:
    1,459
    Pëlqime të marrura:
    0
    Si Te shikojm Licensen tone (Serial Key) ne Windows 10

    1) Hapim Notepad
    2) Bejme Paste Code-n:
    Code:
    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
    [​IMG]

    3) Shkojm 'Save As' dhe tek Filename shkruajm: ProductKey.vbs kurse tek Save As Type selektojm: All Files , dhe ne fund vendin se ku do ta ruajm p.sh: Desktop

    [​IMG]

    4) Ne fund hapim fajllin e ruajtur dhe me pas ne do ta dijm licensen tone.
    [​IMG]

    Tutorial by inL.
     

Shpërndaje faqen

XenForo Add-ons & XenForo Styles ™ © 2012-2024 Brivium LLC.
  1. There are currently no users chatting.

You don't have the necessary permissions to use the chat.

There are currently no users chatting.
Chat [0]