How to find product key for windows 10

Опубликовано: 24 Февраль 2026
на канале: IT Champions
89
0

In this video i will show you how to find product key for windows 10

Below command will be used :

command prompt
wmic path SoftwareLicensingService get OA3xOriginalProductKey

Powershell
(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey