Search notes:

cmd.exe - ver

The cmd.exe built-in command ver displays the Windows version.
@rem Show Windows verion

@ver
Github repository about-cmd.exe, path: /commands/ver/Windows-version.bat
When executed, the command might print something like
Microsoft Windows [Version 10.0.17763.168]

See also

cmd.exe: Built-in commands

Index