Thursday, 2 May 2019

command line - How to find out uptime on Windows?


What is the simplest way to find out how long a computer is turned on Windows?



Answer




  • Run command line

  • Type Systeminfo


  • Find "System Boot Time"


    Days: 10 Hours: 10 Minutes: 10 Seconds: 10




For shorter result you can use:


systeminfo | find "Boot Time" 

No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...