5 simple ways to find your Windows 10 and windows 11 product key
How to Find Your Windows Product Key
Hello friends welcome to our today's post. Today we are going to tell you how to find the product key of Windows 10 and Windows 11 in your computer. Or how to find your Windows key. If you buy a new computer or laptop, then in some computers, the original Windows are given by the company. Or if you have installed original Windows in your computer and if your Windows gets corrupted due to any virus or any other reason. Or if for some reason your Windows is not turning on, then you have to format your computer. Due to which your product key is also deleted along with the Windows format and next time you will not be able to activate Windows with your original key because your product key has been deleted. That is why you should keep your product key written somewhere so that next time Windows can be activated with the same original key. But finding Windows key in Windows is a bit difficult, still I am going to tell you five ways to find Windows product key. By which you can easily find your Windows key.
windows product key finder software
1- The First Way to Find Your Windows Product Key
1- First of all, you have to open whatever web browser you have and open Google in it and search it by typing show key plus in Google. And out of all the results that come in the search, download the latest version of the show key plus software from any website. Right now at the time this post is being written, the 1.1.18.0 version of the show key plus software is new. In the download, if your Windows is 32 bit then you have to download 32 bit software and if your Windows is 64 bit then you have to download 64 bit software. It is a free software that does not cost any money and will download in a zip format.
2 - After downloading it has to be extracted from zip. After being extracted, you have to open it by double clicking the mouse on it. As soon as it is opened, whatever is the product key of your Windows, it will be shown, which can be written somewhere so that in future if your Windows gets corrupted for some reason then you can use this key again.
2 - Another way to find your Windows product key
vbs cript to find windows 10 & 11 product key
1- By clicking on the right button of the mouse on the desktop, you have to come to New and click on New Text Document.
2- After this, a new text document file will be created on your desktop, it has to be opened by double clicking the mouse.
And paste this 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
vbs cript to find windows 10 & windows 11 product key
3- After entering the file menu after pasting the code, click on save as... and save it by typing product key.vbs in the file name.
4 - You will see that a file with the same name will remain on the desktop.
5- Simply open that file by double-clicking it with the mouse, as soon as the file is opened, whatever will be the product key of your Windows, it will be shown.
3 - Third way to find your Windows product key
how to find windows 11 license key
1 - For the third trick, you have to search by typing registry editor in the search bar. After this, the registry editor has to be opened.
2 - After the registry editor is opened, paste this address in its address bar.
copy and paste this address in address bar
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform
3 - As soon as you paste this address, in the second panel of this registry editor, you will get a 25 digit product key of your Windows in front of the backup product key default.
4 - Fourth way to find Windows product key
1- First of all, you have to open Google in any web browser and search by writing Microsoft Toolkit in Google. After searching, you have to download any latest Microsoft Toolkit.
2- Before opening Microsoft Toolkit, you have to disable whatever antivirus is in your computer. If there is no antivirus, turn off all protection of Windows security. This is because Microsoft does not allow Toolkit to open this software considering it as a virus.
3- After downloading it has to be extracted from the rar file and open it by double clicking the mouse. After opening, by clicking on the icon of Windows, it has to be done in full mode.
4- After coming in full turn, you have to come to the tab with the product key at the top.
5- After this, select whatever your Windows is in the product option.
For example, if you have Windows 10, then you have to select Windows 10 in the product and if you have Windows 11, then you have to select Windows 10 only because the product key which is in Windows 10, the same key is also in Windows 11.
6 - After selecting the product, in the edition if your Windows is Pro, then you have to select Pro and if you have Windows Education then you have to select Education.
7 - After selecting all these, you have to click on Check in key functions. In no time your Windows product key will be in front of you.
download microsoft-toolkit-2.6.5
5 -The fifth trick to find the product key of Windows 11
how to find your windows 11 product key command prompt
1- In the fifth way, you have to search by typing cmd in the search bar.
2 - And have to run cmd with run as administrator.
And after pasting this code, press the enter button in the keyboard. Just by clicking on the right button of the mouse, the code will be automatically pasted.
first code-
wmic path SoftwareLicensingService get OA3xOriginalProductKey
second code-
(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey
For more information watch the video
tags- how to find product key on windows 10
how to find product key on windows 11
find windows 11 product key
0 टिप्पणियाँ