When i launch the Launcher, The "OS" Will equal to Windows 8.1 instead of Windows 10.
Also another problem is that before the Launcher was really slow than normal.
Comments 3
I don't think this is Mojang's doing. I have found multiple bugs on the Java bug tracker reporting a similar thing with the "System.getProperty('os.name') method.
Data:
System.getProperty('os.name') == 'Windows 8.1'
When it should be
System.getProperty('os.name') == 'Windows 10'