Share via

Activation code

Anonymous
2018-07-17T10:09:15+00:00

Why my laptop window is not activating ?

product key is 00331-10000-00000-AA128

send me the activation code please help me

Windows for home | Windows 10 | Licensing and activation

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2018-07-17T10:14:17+00:00

    Hi Sujalrana,

    Let’s try this method below:

    Copy and paste the following into notepad.

    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

    Click file, save as, product.vbs (make sure it says all files instead of .txt underneath the file name)

    and save it to your desktop. Double click it, and it should show you the key.

    https://fossbytes.com/how-to-find-windows-produ...

    Note: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

    Now, once you have your key - click start - settings - updates and security - activation

    Click “change product key” and enter your key in manually. See if it’ll activate.

    Let me know!

    • C
    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-07-17T11:29:55+00:00

    Open Start, type: CMD

    Right click CMD

    Click Run as administrator

    At the prompt, type: slmgr.vbs /dlv

    Hit Enter

    Take a screenshot of the resulting dialog then post in a reply here.

    Learn how:

    https://answers.microsoft.com/en-us/windows/wik...

    0 comments No comments
  3. Sumit D - IA 167K Reputation points Independent Advisor
    2018-07-17T10:31:20+00:00

    Get help with Windows 10 Activation:

    https://support.microsoft.com/en-in/help/10738/...

    https://support.microsoft.com/en-in/help/12440/...

    To better diagnose the issue,

    Right click Start>Command Prompt-Admin and type in the following command:

    slmgr.vbs /dlv

    You will get a window, take a screenshot using snipping tool and paste it it next reply.

    How to get a screenshot and post back:

    https://answers.microsoft.com/en-us/windows/wik...

    Please let us know if you need any assistance in posting.

    0 comments No comments