odin report add Windows 10 Education Edition.

This commit is contained in:
Jeroen van Rijn
2021-11-02 02:20:43 +01:00
parent a4b68b93f2
commit 46a394815c

View File

@@ -47,6 +47,14 @@ void report_windows_product_type(DWORD ProductType) {
gb_printf("Home Basic N");
break;
case PRODUCT_EDUCATION:
gb_printf("Education");
break;
case PRODUCT_EDUCATION_N:
gb_printf("Education N");
break;
case PRODUCT_BUSINESS:
gb_printf("Business");
break;