Skip to content

Instantly share code, notes, and snippets.

@vlrmprjct
Created February 3, 2018 13:04
Show Gist options
  • Save vlrmprjct/7a10c11ae523e9d44092368dab4b1d1f to your computer and use it in GitHub Desktop.
Save vlrmprjct/7a10c11ae523e9d44092368dab4b1d1f to your computer and use it in GitHub Desktop.
windows uptime some different ways #windows #system
DE:
$ net statistics Arbeitsstationsdienst
$ systeminfo
$ systeminfo | find "Systemstartzeit:"
EN:
$ net statistics workstation
$ systeminfo | find "System Boot Time:"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment