Skip to content

Instantly share code, notes, and snippets.

@R41D3NN
Created May 6, 2020 15:56
Show Gist options
  • Save R41D3NN/95aa14fa149c3feccce99ae3bf8a9e23 to your computer and use it in GitHub Desktop.
Save R41D3NN/95aa14fa149c3feccce99ae3bf8a9e23 to your computer and use it in GitHub Desktop.
Gets the Windows 10 Product Key in the event you want to fresh install the system and you've discarded your paper copy of the key.
(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