Created
March 8, 2018 04:59
-
-
Save ryanmeasel/ba269577e83f359fb586c03fd6b0d2fe to your computer and use it in GitHub Desktop.
Get product key from Windows install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Run in powershell | |
(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment