• ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
We have new content about Hotkey issue, Click here to check it out!
Check out our WINDOWS 11 Support Center info about: OPTIMIZATION, KNOWN ISSUES, FAQs, VIDEOS AND MORE.
HP Recommended

When you perform the install, you can use a generic activation key. Manually install the generic key. Don't use a network key. See the following web search I did.

https://www.google.nl/search?q=windows+10+generic+keys&oq=windows+10+generic+keys&aqs=chrome..69i57j...

 

Since the Windows activation key is in the BIOS, it should be recognized by the Microsoft activation servers. Once recognized it should activate on its own.



I am a volunteer forum member, not an HP employee. If my suggestion solved your issue, don't forget to mark that post as the accepted solution. If you want to say thanks, click on the Yes button next to the "was this reply helpful?"



HP Recommended

Hi

 

I will try to supplement the excellent answers provided by Erico....

 

WinKey + R  type msinfo32

Line 9 is the SKU:


KeyFinderInstaller may help....
https://www.magicaljellybean.com/keyfinder/

Doing research, and none of the methods are mine, I have some, simple single lines of code that will list the same value for your Windows 10 Product Key…   Two for Windows 10 and one for Linux.

W10 Using cmd.exe as an Administrator (copy and paste accordingly).

wmic path softwarelicensingservice get OA3xOriginalProductKey >> c:\ProdKey.txt

Creates a text file called ProdKey.txt on your C:\ area.

Next is a PowerShell command, as Administrator...
(Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey

but it will run within W10 using cmd.exe as an Administrator.
powershell (Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey

Last, but not least....
Linux@Lubuntu:~$ sudo cat /sys/firmware/acpi/tables/MSDM | strings | tail -n 1

https://www.microsoft.com/en-us/software-download/windows10
https://www.microsoft.com/en-us/software-download/windows10ISO

 

If in doubt please ask.

HP Recommended

Sucess!!!!

Thx Blue and Erico

The command prompt method that Blue put in was able to find my original product key. I entered it and all was resolved. I suppose the method I was using previously was giving me the current key and not the original key. 

Thank you both again for all your help!!!!!

-King_Snake456

HP Recommended

Prego.

† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.