• Scientific Computing | SciVision
  • Blog
  • Tags
  • Categories

Get Windows uptime from Command Prompt

9 March, 2017

You can directly get Windows uptime from the Command Prompt:

wmic os get lastbootuptime
  • windows