Skip to content

Instantly share code, notes, and snippets.

@zenius
Created October 4, 2020 12:28
Show Gist options
  • Save zenius/58e1af06ac5a8b8293d253f31e366361 to your computer and use it in GitHub Desktop.
Save zenius/58e1af06ac5a8b8293d253f31e366361 to your computer and use it in GitHub Desktop.
Find the Windows 10 Product Key on a New Computer
1. Press Windows key + X.
2. Click Command Prompt (Admin)
3. At the command prompt, type:
wmic path SoftwareLicensingService get OA3xOriginalProductKey
This will reveal the product key. Volume License Product Key Activation.
Disclaimer:
It will reveal the key if the windows you have installed is genuine.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment