Oct 25, 2022

How to find your Windows product key using Command Prompt (CMD)

win10 product activation key find


 You can try below method to find your Windows activation product key via Command Prompt.

Alternate methods given in blog:

  1. PowerShell
  2. Registry Editor
  3. Third party applications/ software.


  1. Type cmd in the Windows 10 search bar.

    typing "cmd" in the Window 10 search bar
  2. Right-click on Command Prompt, select Run as administrator, and select Yes if Windows asks you to allow access.

    Selecting "Run as administrator" after right-clicking on the Command Prompt in Windows 10 search results
  3. Type or copy and paste the following command into the Command Prompt:

    wmic path softwareLicensingService get OA3xOriginalProductKey

    Finding your 25 character Windows product key in Command Prompt.
  4. Press Enter. Your 25-character Windows 10 product key should now be displayed (in 5-character sets).

    Finding your 25 character Windows product key in Command Prompt.

That’s how to find a windows 10 product key in cmd (Command Prompt). You can find your Windows 7 product key in Command Prompt by following the same steps. To open Command Prompt in Windows 7, press the Windows key + R and type cmd into the search box.

No comments:

Post a Comment

Bulk Rename - Replace _ with space using PowerShell

How to Bulk Rename - Replace _ with space using PowerShell? Execute below command in PowerShell to replace it, Make sure you enter correct p...