How to get the product key of your Windows 10 Installation

Just in case you need to find the product key of your currently installed Windows 10 OS there is a quick PowerShell command you can run to do that. Open PowerShell, and type this command:

 (Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey 

that should display the product key

powershell product key