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.
- Host: GitHub
- URL: https://github.com/jftuga/osver
- Owner: jftuga
- License: mit
- Created: 2020-05-02T17:10:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T17:23:36.000Z (about 6 years ago)
- Last Synced: 2025-03-24T19:15:41.205Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]