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

un_gens_nul_en_informatique -  
kaumune Posted messages 22589 Registration date   Status Contributeur 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 réponses

kaumune Posted messages 22589 Registration date   Status Contributeur Last intervention   5 156
 
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
Redbart Posted messages 21498 Registration date   Status Membre Last intervention   3 379
 
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
madmyke Posted messages 52304 Registration date   Status Modérateur Last intervention   12 483
 
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
kaumune Posted messages 22589 Registration date   Status Contributeur Last intervention   5 156
 
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
Redbart Posted messages 21498 Registration date   Status Membre Last intervention   3 379
 
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
Malekal_morte- Posted messages 178136 Registration date   Status Modérateur, Contributeur sécurité Last intervention   24 711
 
0
Pie-SCH Posted messages 24 Registration date   Status Membre Last intervention  
 
Hello,
Windows 10 license, with "wmic path softwarelicensingservice get OA3xOriginalProductKey" there is no license key..
Thank you
0
kaumune Posted messages 22589 Registration date   Status Contributeur Last intervention   5 156
 
Hi

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

If you have a Windows 10 license issue, start your own thread by clearly explaining this.
0
HelpiOS Posted messages 15556 Registration date   Status Modérateur Last intervention   11 939
 
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
madmyke Posted messages 52304 Registration date   Status Modérateur Last intervention   12 483
 
Tested out of curiosity and it doesn't work (not on Win 10)
1
MPMP10 Posted messages 46991 Registration date   Status Membre Last intervention   18 844
 
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
kaumune Posted messages 22589 Registration date   Status Contributeur Last intervention   5 156
 
No need to look for the key, he has already migrated from 7 to 10.
0