Reply to thread

GetProductInfo - https://msdn.microsoft.com/en-us/library/windows/desktop/ms724358(v=vs.85).aspx

pdwReturnedProductType:

[code]PRODUCT_HOME_BASIC_N

PRODUCT_HOME_PREMIUM_N

PRODUCT_PROFESSIONAL_N

PRODUCT_BUSINESS_N

PRODUCT_ULTIMATE_N

PRODUCT_ENTERPRISE_N

PRODUCT_PRERELEASE_N

PRODUCT_CORE_N

PRODUCT_EDUCATION_N

PRODUCT_ENTERPRISE_N_EVALUATION

PRODUCT_ENTERPRISE_S_N

PRODUCT_ENTERPRISE_S_N_EVALUATION[/code]


Windows K:

[code]The K versions of Windows XP contain the following registry subkey:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\WindowsFeatures

The following registry entries are associated with this subkey:


Value name: KWeblinks

Value type: REG_DWORD

Value data: 0


These registry entries are used to identify Windows XP K SKUs. When it is present, the KWebLinks=dword:0 registry entry identifies the Windows XP operating system as a K version.[/code]


Top Bottom