Site icon ArticlesBusiness

How to Find a Windows 10 Product Key [Simple guide]

How to Find a Windows 10 Product Key [Simple guide]

With each generation of the operating system, Microsoft makes it easier to activate your Windows installation. However, the activation process may not always go according to plan. You might simply purchase a new computer and transfer your Windows license to it. Users must know where to seek your Windows 10 Product Key in any situation.

Windows Product Key Finder

Microsoft Store

If you bought Windows through the Microsoft Store, the firm saves a copy of your product key in your account. To find it, sign in to your Microsoft Store account. And to discover your product key, go to “Downloads,” then “Product Keys,” then “Subscription Page.” Finally, pick the “Digital Content” tab.

From a Physical Package

If you bought a physical box with a physical disc containing your Windows 10 installation, there would be a small business card with your product key inscribed on it at the back of the box. Even if you intend to keep the box, don’t just throw this in there. Instead, store the card in a safe place and try encrypting the key in a digital file.

On a PreBuilt Computer

When you buy a computer from a store like Walmart, it comes with Windows preloaded. Finding your product key on these laptops is incredibly simple: it will be printed on a sticker that can be found on the back or bottom of the computer. To save it, I propose snapping a picture of it.

Unfortunately, the numbers on these stickers tend to peel off quickly, making them unreadable.

From the Windows Operating System

Still can’t find that Windows 10 Product Key in the Windows OS? That’s not an issue! We can discover it just within Windows. To launch Notepad, press the “Start” button and type “Notepad.” Now, copy and paste the following text into Notepad’s “File”.

et 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

And then “Save AS” menus at the top. Change the file type to “All File Types” at the bottom of the save window, then call itProductKey.vbs — the.VBS extension is crucial. The actual file name, as well as the location in which you save this text, are irrelevant.

After you’ve saved the file, double-click it to reveal a little box with your Windows product key. When you write it down or photograph it for safekeeping, you’re done.

Conclusion:

Finally, here are several straightforward techniques for obtaining your current Windows 10 product key. Do you have any other questions? Do you have a hard time identifying the things that bother you? Please notify me! And keep sending your suggestions. Goodbye!

Exit mobile version