An open API service indexing awesome lists of open source software.

https://github.com/jftuga/osver

Display the Windows OS version with the output being compatible with the Windows Nano Server Docker image version.
https://github.com/jftuga/osver

Last synced: 12 months ago
JSON representation

Display the Windows OS version with the output being compatible with the Windows Nano Server Docker image version.

Awesome Lists containing this project

README

          

# osver

Display the Windows OS version with the output being compatible with the Windows Nano Server Docker image version.

* Released under the [MIT LICENSE](https://github.com/jftuga/osver/blob/master/LICENSE)
* [Nano Server Docker](https://hub.docker.com/_/microsoft-windows-nanoserver)

### Example Output

c:\> osver.exe
10.0.17763.1158

This version can also be ascertained by running the built-in `ver` command:

c:\> ver
Microsoft Windows [Version 10.0.17763.1158]