Created
October 4, 2020 12:28
-
-
Save zenius/58e1af06ac5a8b8293d253f31e366361 to your computer and use it in GitHub Desktop.
Find the Windows 10 Product Key on a New Computer
This file contains hidden or 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
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