I’m trying to build a function that returns the OS version to an application. Does anyone know how to correlate the OSVersionInfoEx information to what a user would see on their System Information display? These show the current major.minor.build for Windows 10 Home as:
OSVersionInfoEx: 6.2.9200
System Information: 10.0.14393
Thanks for any input!