Hey,
I need to check if my Windows 10 Release ID is, for example (1809 and newer) or (older)?
Is the best way checking the "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ReleaseId" or there is some better .NET (4.6) built-in functions to do so?
Thanks for the advise.