Find existing Windows 10 license key

Problem

I need to retrieve license key to reinstall my Windows 10 PC, however I can't seem to find it anywhere.

Solution

Run cmd.exe as administrator and run the following command:

wmic path softwareLicensingService get OA3xOriginalProductKey

Comments