I can't find my Windows license key even using cmd.

un_gens_nul_en_informatique -  
kaumune Posted messages 22605 Registration date   Status Contributor Last intervention   -
Hello,

I was previously on Windows 7 and then I upgraded to Windows 10 for free in 2019, I believe (I can't remember why or how since I didn't perform the upgrade myself). I would like to format my PC, so I'm looking for my Windows 10 license key, but I can't find it anywhere.

If you could help me, I would be grateful.

Thank you in advance.

PS: with Windows+R/cmd/wmic path softwarelicensingservice get OA3xOriginalProductKey nothing shows up where the key should be displayed.

Configuration: Windows / Chrome 84.0.4147.105

8 answers

  1. kaumune Posted messages 22605 Registration date   Status Contributor Last intervention   5 159
     
    I am looking for my Windows 10 license key


    Hi

    You don't need it, your PC is now recognized by the activation servers

    At the time of reinstallation, you will click on "I don't have a product key" and the installation will proceed

    Windows will be automatically reactivated as soon as an Internet connection is established

    It has nothing to do with a Microsoft account, which may be useful for recovering the license in case of hardware changes
    1
  2. Redbart Posted messages 20952 Registration date   Status Member Last intervention   3 382
     
    Hello
    you have an electronic key installed by Microsoft that validates Win10 as an heir to the Win7 key

    an upgrade from 7 to 10 does not entitle you to a free license

    --
    At least take the time to respond!
    A thank you is appreciated.
    Mark as resolved if your problem has been solved. I use the informal "you" with everyone.
    0
    1. madmyke Posted messages 52304 Registration date   Status Moderator Last intervention   12 487
       
      Hello Redbart
      Either I didn't understand well, or the message is confusing.
      If he made an update in due time, the PC is registered with Microsoft and therefore reinstalling Windows 10 is not a problem because he doesn't need a "key".
      0
    2. kaumune Posted messages 22605 Registration date   Status Contributor Last intervention   5 159
       
      an upgrade from 7 to 10 does not entitle you to a free license


      Hi

      Sorry but yes, all my W10 PCs come from this free migration.
      0
  3. Redbart Posted messages 20952 Registration date   Status Member Last intervention   3 382
     
    If the digital key is linked to a Microsoft account

    https://support.microsoft.com/fr-fr/windows/r%C3%A9installer-windows-10-d8369486-3e33-7d9c-dccc-859e2b022fc7

    Windows 10 allows a reset:

    https://www.fnac.com/Restaurer-Windows-10-a-l-etat-usine/cp28263/w-4

    --
    Please at least take the time to respond!
    A thank you is appreciated.
    Mark it as resolved if your problem has been solved. I address everyone informally.
    0
  4. Pie-SCH Posted messages 24 Registration date   Status Member Last intervention  
     
    Hello,
    Windows 10 license, with "wmic path softwarelicensingservice get OA3xOriginalProductKey" there is no license key..
    Thank you
    0
    1. kaumune Posted messages 22605 Registration date   Status Contributor Last intervention   5 159
       
      Hi

      As already stated, he has no need for it.
      0
  5. Pie-SCH Posted messages 24 Registration date   Status Member Last intervention  
     
    Good evening,
    I have several PCs with Windows 10.
    Thank you.
    0
    1. kaumune Posted messages 22605 Registration date   Status Contributor Last intervention   5 159
       
      I didn't understand anything

      If you have a Windows 10 license issue, start your own thread by clearly explaining this.
      0
  6. HelpiOS Posted messages 8466 Registration date   Status Moderator Last intervention   11 949
     
    Hello,

    It is possible to retrieve your Windows license key using a very easy-to-set-up script. To begin, open Notepad and copy the following script:

    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 255s
    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


    Then save the text document by going to File > Save As and name it by adding the .vbs extension (e.g., Windows License.vbs). In "Type," set it to All Files.

    Once saved, open the file. A dialog box will then appear with your Windows license key.
    -1
    1. madmyke Posted messages 52304 Registration date   Status Moderator Last intervention   12 487
       
      Tested out of curiosity and it doesn't work (not on Win 10)
      1
  7. MPMP10 Posted messages 47367 Registration date   Status Member Last intervention   18 980
     
    Hello,
    No activation key is needed to upgrade to Windows 10.
    Normally with Windows 7, the activation key is located underneath the computer.

    Ps:
    sometimes you need to remove the battery to find it.

    https://www.phonandroid.com/windows-7-passer-gratuitement-windows-10.html

    --
    Promise kept, a debt paid! (Coluche)
    -1
    1. kaumune Posted messages 22605 Registration date   Status Contributor Last intervention   5 159
       
      No need to look for the key, he has already migrated from 7 to 10.
      0