how to check current version of windows code example
Example 1: check windows version
winkey + R to open run and put "winver"
Example 2: get system version
ver && cat /etc/os-release #Show Windows and Unix version respectively
winkey + R to open run and put "winver"
ver && cat /etc/os-release #Show Windows and Unix version respectively