Howto cmd windows: Difference between revisions

From Vidalinux Wiki
Jump to navigation Jump to search
Created page with "Get Windows Serial Key from CMD: wmic path softwarelicensingservice get OA3xOriginalProductKey"
 
No edit summary
 
Line 1: Line 1:
Get Windows Serial Key from CMD:
Get Windows Serial Key from CMD:
  wmic path softwarelicensingservice get OA3xOriginalProductKey
  wmic path softwarelicensingservice get OA3xOriginalProductKey
Using powershell:
(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey

Latest revision as of 16:31, 15 August 2025

Get Windows Serial Key from CMD:

wmic path softwarelicensingservice get OA3xOriginalProductKey

Using powershell:

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