SimplePidX - Simple, yet powerful product key checker

Discussion in 'MDL Projects and Applications' started by whatever127, Sep 21, 2019.

  1. Brainer

    Brainer MDL Novice

    Oct 9, 2012
    7
    0
    0
    #81 Brainer, Jul 25, 2026
    Last edited: Jul 25, 2026
    Hi:

    I'm new to this sort of thing, and not as technical as many of you are. How can I make this program support checking of Windows Windows Server 2025 keys?

    Also, I tried a Windows Server 2019 key using the Automatic Detection, and it seemed to output correct data. However, I'm not sure about the outputs I got for a Server 2022 Standard key. It described the product as Server 2021 RTM Retail. Does "retail" mean boxed edition retail, or can it mean OEM packs as well? Why did it describe it as "Server 2021 RTM"?

    What is the Custom.. option for?
     
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,811
    101,297
    340
    Server 2025 keys are already supported

    Server 2021 is the official name for Server 2022 in pkeyconfig files

    Retail is not OEM
    you can easily google or ask ai about "windows retail vs volume vs oem" to know the differences
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,811
    101,297
    340
  4. Brainer

    Brainer MDL Novice

    Oct 9, 2012
    7
    0
    0
    #84 Brainer, Jul 26, 2026
    Last edited: Jul 26, 2026


    I don't see an option for it. You have a dropdown option for it? If not, how do I get it to check a Server 2025 key?

    Yes, I'm well familiar with the differences between retail and OEM. What I'm saying is that when I entered an OEM key, it output data describing OEM. Or maybe it was the other way around. Darn...I'll try it again.
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,811
    101,297
    340
    Windows Server option is alway associated with matched Windows client version if exist

    srver.png
     
  6. Brainer

    Brainer MDL Novice

    Oct 9, 2012
    7
    0
    0

    Ah, I see now. Thank you.

    Is it correct that the program is just checking the format/sequence of numbers, not actually contacting servers across the Internet to check if a key has been used?
     
  7. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,233
    10,571
    270
    The online check can only be performed for MAKs to see the remaining number of activations. That's what checking the "MAK count" box does.

    For other types of keys, no such feature exists from MS' site.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Brainer

    Brainer MDL Novice

    Oct 9, 2012
    7
    0
    0

    Thanks. Is there any way to know how many MAKs in total you get before ever installing an OS/program? Is it a commonly-known thing or an MS secret?
     
  9. Windows_Addict

    Windows_Addict MDL Junior Member

    Feb 23, 2026
    70
    550
    0
    It's not a fixed number. It depends on which contract those keys were purchased under, and they can be upgraded or recharged later as well. If you bought a new key, you can check the total number of activations. You can even activate it beyond the activation limit using CID, up to a certain number of additional activations, until Microsoft blocks the key.

    Regarding online validation for other key types such as OEM and Retail, to check whether they can activate, you can use PKeyMaster.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,414
    2,059
    210
    Is there an option to retrieve BIOS key from command line? (No GUI?)

    For use in a batch file.

    Thanks
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    55,773
    129,695
    450
    This?
    PS:
    Code:
    powershell (Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey
    or

    Code:
    wmic path softwarelicensingservice get OA3xOriginalProductKey
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...