Hi,
I would like to get Windows Version (let's say 202H) and OS build (like 19042.928), as highlighted in below screenshot.
Using Win32_OperatingSystem in VB.Net as ("root\CIMV2", "SELECT * FROM Win32_OperatingSystem")
And I am able to get partial build number 19042 using "BuildNumber" property of the Win32_OperatingSystem class ( win32-operatingsystem) However, I not able to figure out how to get:
1. The remaining part of the build number (928 in this example).
2. The Windows version like 20H2 (highlighted in green color in the screenshot).

