How to get your Windows Key

How to get your Windows Serial Key?
Open an admin commandline and enter this command:

wmic path softwarelicensingservice get OA3xOriginalProductKey

or this command to do it via powershell

powershell “(Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey”