How to find out which windows version my product key matches?

Heisenberg

I retrieved my Windows 8 product key from the firmware but have no idea which version it's supposed to match. My Windows 8 cannot be booted into (hence the need to re-install in the first place)

How do I find out the correct version of Windows that my product key matches with?

magicandre1981

Windows includes a DLL called pidgenx.dll which includes this function:

[DllImport("pidgenx.dll", EntryPoint = "PidGenX", CharSet = CharSet.Auto)]
static extern int PidGenX(string productKey, string pkeyPath, string mspid, int unknownUsage, IntPtr productID, IntPtr digitalProductID, IntPtr digitalProductID4);

For pkeyPath Windows setup passes a path to pkeyconfig.xrm-ms. In this file, the product key are defined and in the digitalProductID4 (last parameter), the Edition and Product key type (MSDN, Retail, Trial) is encoded.

The Ultimate PID Checker is one of several tools that call the function to decode the key.

enter image description here

Here you can see which edition the key belongs to.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to find out the current version of Mojarra which my WebLogic is using?

From Dev

How to find Windows 8 product key?

From Dev

How do I find out which version and derivative of Ubuntu is right for my hardware in terms of minimal system requirements?

From Dev

How do I find out which version and derivative of Ubuntu is right for my hardware in terms of minimal system requirements?

From Dev

How can I find out which version of Microsoft Internet Information Services (IIS) my server is running?

From Dev

How to find out which library includes which support library version

From Dev

How to find out my GnuPG key length?

From Dev

How is it possible to find out the HDMI version on windows?

From Dev

How to find out xorg version? or "what's my xorg version?"

From Java

How to find out which package version is loaded in R?

From Java

How to find out which Play version I'm using?

From Dev

How to find out which (version of a) function is being used?

From Dev

Can I get a windows product key from my laptop which used to have windows xp/7?

From Dev

How can I find out which table a foreign key references?

From Dev

How can I find out which table a foreign key references?

From Dev

How can i know my windows 7 product key?

From Dev

How do I find out which Windows 10 four-digit-version (not build number) am I running?

From Java

How to control which version of Powershell Puppet shells out to on Windows?

From Dev

How to find out which VM i have in my Python installation?

From Dev

How to find out which service manager is installed on my Linux OS?

From Dev

How to find out on which partition my home dir is?

From Dev

How to find out which Features of SQL Server installed on my machine

From Dev

How can I find out which users are logged in on my computer?

From Dev

How to find out which parent URL called my script?

From Java

How to find which version of TensorFlow is installed in my system?

From Dev

How to find which version of TensorFlow is installed in my system?

From Dev

How do I find out the version of TensorFlow on my computer?

From Java

How can you find out which process is listening on a port on Windows?

From Dev

How to find out which system component disabled the hibernation? (Windows 7)

Related Related

  1. 1

    How to find out the current version of Mojarra which my WebLogic is using?

  2. 2

    How to find Windows 8 product key?

  3. 3

    How do I find out which version and derivative of Ubuntu is right for my hardware in terms of minimal system requirements?

  4. 4

    How do I find out which version and derivative of Ubuntu is right for my hardware in terms of minimal system requirements?

  5. 5

    How can I find out which version of Microsoft Internet Information Services (IIS) my server is running?

  6. 6

    How to find out which library includes which support library version

  7. 7

    How to find out my GnuPG key length?

  8. 8

    How is it possible to find out the HDMI version on windows?

  9. 9

    How to find out xorg version? or "what's my xorg version?"

  10. 10

    How to find out which package version is loaded in R?

  11. 11

    How to find out which Play version I'm using?

  12. 12

    How to find out which (version of a) function is being used?

  13. 13

    Can I get a windows product key from my laptop which used to have windows xp/7?

  14. 14

    How can I find out which table a foreign key references?

  15. 15

    How can I find out which table a foreign key references?

  16. 16

    How can i know my windows 7 product key?

  17. 17

    How do I find out which Windows 10 four-digit-version (not build number) am I running?

  18. 18

    How to control which version of Powershell Puppet shells out to on Windows?

  19. 19

    How to find out which VM i have in my Python installation?

  20. 20

    How to find out which service manager is installed on my Linux OS?

  21. 21

    How to find out on which partition my home dir is?

  22. 22

    How to find out which Features of SQL Server installed on my machine

  23. 23

    How can I find out which users are logged in on my computer?

  24. 24

    How to find out which parent URL called my script?

  25. 25

    How to find which version of TensorFlow is installed in my system?

  26. 26

    How to find which version of TensorFlow is installed in my system?

  27. 27

    How do I find out the version of TensorFlow on my computer?

  28. 28

    How can you find out which process is listening on a port on Windows?

  29. 29

    How to find out which system component disabled the hibernation? (Windows 7)

HotTag

Archive