Forum Discussion
Smanthanp
Oct 29, 2024Copper Contributor
Where do I find Windows 10 Pro product key?
Hi community, I made a completely reinstall of Windows 10 Pro on his old PC. After installation, Windows 10 Pro asks to activate Windows 10 and there is a watermark appearing on the desktop all ...
Robert_Shepard
Oct 29, 2024Copper Contributor
How to find Windows 10 Pro product key using CMD? Here's what i know:
1. Using Command Prompt:
- Hit the Windows key, type cmd, right-click on Command Prompt, and run it as admin.
- Type this command and hit Enter:
wmic path softwarelicensingservice get OA3xOriginalProductKey - If you’re lucky, it’ll spit out your product key right there!
2. Via Settings:
- Go to Settings > Update & Security > Activation. Sometimes, you can see your activation status and the option to change or view your product key if it's tied to your Microsoft account.
3. Using a Powershell Command:
- Similar to Command Prompt, you can open Windows PowerShell and run:
(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey