• Home
  • Windows
    • Windows 10
    • Windows 11
  • Mac
  • iOS
  • iPad
  • iPhone
  • Social Media
  • News
Monday, March 27, 2023
HowToFixIssue
Advertisement
  • Home
  • Windows
    • Windows 10
    • Windows 11
  • Mac
  • iOS
  • iPad
  • iPhone
  • Social Media
  • News
No Result
View All Result
  • Home
  • Windows
    • Windows 10
    • Windows 11
  • Mac
  • iOS
  • iPad
  • iPhone
  • Social Media
  • News
No Result
View All Result
HowToFixIssue
No Result
View All Result
Home Software

How To Find My Microsoft Product Key?

October 14, 2022
in Software
Reading Time: 14 mins read
How To Find My Microsoft Product Key?

InterestingPosts

How To Fix Microphone Not Working On Dell Laptop

How to Upgrade and Install Laptop RAM in 2023 (Guide)

How To Discover My Microsoft Product Key?.

While you purchase a Microsoft product from real sources, additionally, you will obtain a mix of numbers and letters that authenticates your buy. This distinctive string of letters and numbers known as a product key. The primary function of this key’s to validate and activate your Microsoft product.

In case you are putting in a brand new copy of a Microsoft product or reinstalling it in a brand new machine, you might be prompted to enter your Microsoft product key with the intention to unlock and use your bought product.

On this article, we’ll present you a number of methods to search out the product key of your Microsoft product.

Strategies to Discover Microsoft Product Key

The next strategies can be utilized to test the product key of your Microsoft product put in in your machine.

On the Field

In case you have bought a bodily copy of your Microsoft Product, you can find the product key written on the again of the field or inside with the set up disc.

product-key-on-the-back

Search for a 25-digit code written on this format XXXXX-XXXXX-XXXXX-XXXXX-XXXXX on the documentation offered together with your set up disc.

Certificates or Doc Throughout Buy of Machine

Some merchandise supplies you with a certificates or a doc if you buy your Microsoft product in a bundle. If that’s the case, test your machine if it got here with a product key.

In case your system comes preinstalled with the Microsoft product, test the again of your machine or the documentation supplied with it for info concerning the product key.

identidication-certificate

Typically you might also obtain the product key by way of electronic mail and different digital providers like messages or digital licenses.

For more particulars, contact Microsoft for help or your product retailer on how and the place you could find the product key of your Microsoft product.

From Microsoft Account

You too can discover the Microsoft product key in your Microsoft account. In case you have bought your machine and registered it, the product will be accessed out of your Microsoft account. To test your Microsoft account for the product key, go to:

  1. Open your browser and go to your Microsoft account login web page
  2. On the higher proper of the display screen, click on on the consumer icon to enter the login display screensigin
  3. On the following display screen, enter your credentials to log in
  4. After you efficiently log in, search for the Providers & subscriptions tab on the higher portion of your account web pageservices-and-subscription
  5. If you don’t see the Providers & subscriptions tab, click on on the arrow icon and it’ll seem
  6. On the Providers & subscriptions web page, search for your put in Microsoft product and click on on it
  7. Under your product, click on on the View product key to view the product key

Utilizing Command Immediate

To test your Microsoft product’s key from the command immediate, comply with these steps:

  1. Press the Windows Key + R to open Run
  2. Sortcmd within the textual content area to open the command immediatecmd
  3. Within the console, kind the next command and press Enter.
    wmic path SoftwareLicensingService get OA3xOriginalProductKey
    product-key-in-cmd
  4. Your Microsoft product key will likely be proven within the console.

From the Windows Registry

You too can test the product of your Microsoft product from the Windows registry. To do that:

  1. Press Windows Key + R to open Run
  2. Now, kind regedit within the textual content area and press the Enter keyregedit
  3. In Windows Registry, go to:
    ComputerHKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionSoftwareProtectionPlatform
  4. softwareprotectoionplatform
  1. Now, search for a file named BackupProductKeyDefaultbackup-product-key
  2. Your Microsoft product key will likely be written there

From Visible Primary Script

You too can test your Microsoft product key by executing this Visible Primary Script. To do that:

  1. Go to the desktop and right-click the mouse button
  2. Go to New and click on on Textual content Doc to open a brand new Notepad file
    new-text-document
  3. In Notepad, kind or paste the whole script given:
Const HKEY_LOCAL_MACHINE = &H80000002
WinKey = GetWinKey
OfficeKeys = GetOfficeKey("10.0") & GetOfficeKey("11.0") & GetOfficeKey("12.0") & GetOfficeKey("14.0") & GetOfficeKey("15.0") & GetOfficeKey("16.0")

If Msgbox(WinKey & vbnewline & vbnewline & OfficeKeys & vbnewline & "Create textual content file named ProductKeys.txt?", vbyesno, "Keycheck") = vbyes then
    Set objFSO = CreateObject("Scripting.FileSystemObject")
    Set objTextFile = objFSO.CreateTextFile("ProductKeys.txt", True)
    objTextFile.Write WinKey & vbnewline & vbnewline & OfficeKeys
    objTextFile.Shut
finish if

Perform GetOfficeKey(sVer)
    On Error Resume Subsequent
    Dim arrSubKeys
    Set wshShell = WScript.CreateObject( "WScript.Shell" )
    sBit = wshShell.ExpandEnvironmentStrings("%ProgramFiles(x86)%")
    if sBit <> "%ProgramFiles(x86)%" then
   sBit = "Softwarewow6432node"
    else
   sBit = "Software program"
    finish if
    Set objReg=GetObject("winmgmts:{impersonationLevel=impersonate}!.rootdefault:StdRegProv")
    objReg.EnumKey HKEY_LOCAL_MACHINE, sBit & "MicrosoftOffice" & sVer & "Registration", arrSubKeys
    Set objReg = Nothing
    if IsNull(arrSubKeys) = False then
        For Every Subkey in arrSubKeys
       if lenb(different) < 1 then different = wshshell.RegRead("HKLM" & sBit & "MicrosoftOffice" & sVer & "Registration" & SubKey & "ProductName")
       if ucase(proper(SubKey, 7)) = "0FF1CE}" then
                Set wshshell = CreateObject("WScript.Shell")
           key = ConvertToKey(wshshell.RegRead("HKLM" & sBit & "MicrosoftOffice" & sVer & "Registration" & SubKey & "DigitalProductID"))
      oem = ucase(mid(wshshell.RegRead("HKLM" & sBit & "MicrosoftOffice" & sVer & "Registration" & SubKey & "ProductID"), 7, 3))
        version = wshshell.RegRead("HKLM" & sBit & "MicrosoftOffice" & sVer & "Registration" & SubKey & "ProductName")
      if err.quantity <> 0 then 
          version = different
                   err.clear
      finish if
           Set wshshell = Nothing
            if oem <> "OEM" then oem = "Retail"
           if lenb(remaining) > 1 then
          remaining = remaining & vbnewline & remaining
             else
               remaining = version & " " & oem & ":  " & key 
                finish if
       finish if
        Subsequent
   GetOfficeKey = remaining & vbnewline
    Finish If
Finish Perform

Perform GetWinKey()
    Set wshshell = CreateObject("WScript.Shell")
    version = wshshell.RegRead("HKLMSOFTWAREMicrosoftWindows NTCurrentVersionProductName")
    oem = ucase(mid(wshshell.RegRead("HKLMSOFTWAREMicrosoftWindows NTCurrentVersionProductID"), 7, 3))
    key = GetKey("HKLMSOFTWAREMicrosoftWindows NTCurrentVersionDigitalProductId")
    set wshshell = Nothing
    if oem <> "OEM" then oem = "Retail"
    GetWinKey = version & " " & oem & ":  " & key
Finish Perform

Perform GetKey(sReg)
    Set wshshell = CreateObject("WScript.Shell")
    GetKey = ConvertToKey(wshshell.RegRead(sReg))
    Set wshshell = Nothing
Finish Perform

Perform 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 Whereas 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
        Finish If
    Loop Whereas i >= 0
    ConvertToKey = KeyOutput
Finish Perform
  1. Now, click on on File and choose Save as
    save-as
  2. Give the script an applicable title and rename the .txt extension with a .vbs extension (instance: productkeychk.vbs)vbs
  3. Click on on Save and choose a vacation spot to avoid wasting the script
  4. Now, double-click on the script to execute itexecute

Your Microsoft product key will likely be displayed within the dialogue field. 

If any of the above talked about options don’t work, you can even strive putting in third-party software program that may retrieve the product key for you. You too can contact Microsoft help and ask them for help to test the product key of your Microsoft product.


Check out more article on – How-To tutorial and latest highlights on – Technical News


Tags: FindFix Software IssueFix Software IssuesHow To FixHow To Fix IssueHow-To-1-SoftwareKeyMicrosoftProductSoftwareTechnical Troubleshooting

Recommended.

5 Ways to Fix the “We Couldn’t Install Some Updates Because the PC Was Turned Off” Error

5 Ways to Fix the “We Couldn’t Install Some Updates Because the PC Was Turned Off” Error

October 26, 2022
How to Establish Remote Desktop Access to Ubuntu From Windows

How to Establish Remote Desktop Access to Ubuntu From Windows

October 20, 2022

Trending.

No Content Available
  • About
  • Advertise
  • Privacy & Policy
  • Contact
All about technical, android, mobile, windows relating website. We provide you with the latest technology straight from the industry.

© 2023 How To Fix Issue - All rights reserved.

No Result
View All Result
  • Home
  • Windows
    • Windows 10
    • Windows 11
  • Mac
  • iOS
  • iPad
  • iPhone
  • Social Media
  • News

© 2023 How To Fix Issue - All rights reserved.

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
SAVE & ACCEPT
This website uses cookies. By continuing to use this website you are giving consent to cookies being used. Visit our Privacy and Cookie Policy.
Go to mobile version