In this video i will show you how to find product key for windows 10
Below command will be used :
command prompt
wmic path SoftwareLicensingService get OA3xOriginalProductKey
Powershell
(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey