How to show the full Windows 10 build on C#?
I'm currently using Environment.OSVersion.VersionString
but it's not showing the full build number
The result:
Microsoft Windows NT 10.0.17134.0
But I want the last number, my full build: 10.0.17134.228
I want to know how can I show the last missing number. Not only where to find the number. The c# code to get it.